/* CSS Document */

/*	+------------------------------------------------+	*/
/*	|	Algemene Instellingen Website				 |	*/
/*	+------------------------------------------------+	*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #1c5da3;
	text-align: center;
	background-image:url(images/site/bg.site.png);
                background-position:center;
}

#all {
	margin-left: auto; 
	margin-right: auto;
	width: 970px;
                background-color: #FFF;
}

#site {
	margin-left: 10px; 
	margin-right: 10px;
	width: 950px;
	text-align: left;
                background-color: #FFF;
}

#header{
  width: 950px;
  height: 200px;
}

A:link {
  COLOR: #0066CC;
  text-decoration: none;
}

A:visited {
  text-decoration: none;  
  color: #0066CC;
}

A:active {
  COLOR: #0066CC;
  text-decoration: none;  
}

A:hover {
  COLOR: #1c5da3;
  text-decoration: underline;
}


/*	+------------------------------------------------+	*/
/*	|	Fonts										 |	*/
/*	+------------------------------------------------+	*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

h1 {
	font-size: 13pt;
	color: #0066CC;
                margin-bottom: 6px;
}

h2 {
	font-size: 8pt;
	color: #ffffff;	
	font-weight: normal;
}

/*	+------------------------------------------------+	*/
/*	|	Top Menu									 |	*/
/*	+------------------------------------------------+	*/

#menu {
	width: 950px;
	padding: 20px 0 5px 0;
	background: #fff;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu li .selected {
	padding: 0 0 4px 0;
}

#menu li .normal {
	padding: 4px 6px 4px 6px;
	margin: 0 0 0 93px;
}	

#menu li .border {
	border-left: 1px solid #ccc;
	padding: 4px 6px 4px 6px;
}

/*	+------------------------------------------------+	*/
/*	|	Content										 |	*/
/*	+------------------------------------------------+	*/

#content {
	width: 950px;
}

#content_left {
	float: left;
	width: 400px;
}

#content_right {
	float: right;
	width: 550px;
}

#content_right p {
	line-height: 18px;
	text-align: justify;
}

/*	+------------------------------------------------+	*/
/*	|	Entry								 |	*/
/*	+------------------------------------------------+	*/

.entry {	
  margin-left:20px;
  margin-bottom: 20px;
  width: 510px;
}

.posted {
  font-weight: bold;
  margin-top: 10px;
  font-size: 8pt;
}

a.posted{
  color: #000;
}

a.posted:visited {
  color: #000;
}

a.posted:active {
  color: #000;
}

#content_right .entry img {
  border: 1px solid #000;
}

#paginanr {
  margin-left:20px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 510px;
  text-align:center;
  color: #666;
}

#paginanr a{
  color: #666;
}

#paginanr a:visited {
  color: #666;
}

#comment{
  border: 1px solid #ccc;
  color: #666;
  padding: 4px;
  margin-bottom: 10px;
}

h1.title {
  font-size: 12pt;
  color: #0066CC;
}

.paginate{
  margin-bottom: 10px;
}

#titel {
  background-image:url(images/site/bg.titel.gif);
  background-position:bottom;
  background-repeat: no-repeat;
}

hr {
  border: 0;
  color: #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
}

#titleinbeeld {
  font-size: 11pt;
  color: #000;
  margin-bottom: 6px;
  font-weight: bold;
}

#inbeeldstats{
  color: #666;
  margin-top: 2px;
  margin-bottom: 6px;
}

#inbeeldbc{
  margin-top: 2px;
  margin-bottom: 6px;
}

/*	+------------------------------------------------+	*/
/*	|	Kalender									 |	*/
/*	+------------------------------------------------+	*/

#kalender {
	width: 325px;
	background-image:url(images/site/bg_kalender.png);
}

.kalender_header {
	width: 264px;
	height: 45px;
	margin: 0 0 0 42px;
}

.kalender_content {
	width: 218px;
	margin: 0 0 0 54px;
	padding: 0 9px 5px 9px;
	background-color: #8CBAE8;
}

.kalender_header_date {
	width: 65px;
	height: 20px;
	float: left;
}

.kalender_header_task {
	width: 139px;
	height: 20px;	
	float: right;
}

.kalender_header_date, .kalender_header_task {
	font-weight: bold;
	color: #000;
	margin: 0 0 4px 0;
}

.kalender_content a {
	display: block;
	clear: both;
	width: 219px;
	height: 30px;
	font-size: 8pt;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;	
}

.kalender_content span{
	display: block;
	clear: both;
	width: 219px;
	height: 30px;
	font-size: 8pt;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;	
}


.kalender_item_date {
	display: block;
	width: 65px;
	height: 30px;	
	float: left;
	padding: 0 15px 0 0;	
}

.kalender_item_task {
	width: 139px;
	height: 30px;	
	float: right;
}

.kalender_footer {
	width: 264px;
	height: 25px;
	margin: 0 0 -3px 42px;
}

/*	+------------------------------------------------+	*/
/*	|	Sponsors									 |	*/
/*	+------------------------------------------------+	*/

#sponsors {
	width: 234px;
	margin: 10px 0 20px 83px;
}

#detail_sponsors {
	width: 234px;
	margin: 70px 0 10px 0;
}

#sponsors img, #detail_sponsors img {
	border: 1px solid #ccc;
	width: 234px;
	height: 60px;
}

#sponsors_header, #detail_sponsors_header {
	text-align: left;
	width: 230px;
	height: 12px;
	background-color: #1c5da3;
	padding: 1px 2px 2px 4px;
	margin: 0 0 2px 0;
	font-size: 8pt;
	text-transform: uppercase;
	color: #fff;	
}


/*	+------------------------------------------------+	*/
/*	|	Content: Archive							 |	*/
/*	+------------------------------------------------+	*/

#content_archive_head {
	width: 560px;
	padding: 0 0 15px 0;
	margin: 30px 0 0 0; 
	border-bottom: dotted 1px #666;
}

#content_archive a {
	display: block;
	width: 560px;
	border-bottom: dotted 1px #666;
	padding: 3px 0 3px 0;
	color: #666;
	text-decoration: none;
}

#content_archive .date, #content_archive a .date {
	color: #0066cc;
	margin: 0 15px 0 0;
	text-decoration: none;
}


/*	+------------------------------------------------+	*/
/*	|	Content: Archive							 |	*/
/*	+------------------------------------------------+	*/

#content_quote {
	width: 565px;
	padding: 30px 0 0 0;
}

#content_quote img {
	width: 200px;
	height: 30px;
}


/*	+------------------------------------------------+	*/
/*	|	Index: polaroids sfeer in beeld 			 |	*/
/*	+------------------------------------------------+	*/

#sfeerinbeeld{
  width: 340px;
  height: 340px;
  margin-left: 30px;
  margin-top: 10px;
}

.content_in_beeld {
	width: 320px;
	height: 338px;
  margin-left: 40px;
}


/*	+------------------------------------------------+	*/
/*	|	Footer										 |	*/
/*	+------------------------------------------------+	*/

#footer_wit {
	width: 950px;
	height: 12px;
	background-color: #FFFFFF;
}

#footer_header {
	width: 950px;
	height: 12px;
	background-color: #7EA7D0;
}

#footer {
	clear: both;
	width: 950px;
	height: 270px;
	background-color: #81B2E5;	
}

#footer_column1, #footer_column2, #footer_column3 {
	padding: 10px 10px 0 10px;
	line-height: 18px;
	font-size: 8pt;
	color: #fff;	
}

#footer_column1 {
	padding: 10px 10px 0 20px;
	width: 215px;
	float: left;
}

#footer_column2 {
	width: 375px;
	float: left;	
}

#footer_column3 {
	width: 280px;
	float: left;	
}	

#footer_column3 input {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #8CBAE8;
	border: 1px solid #7EA7D0;
	overflow: hidden;
	color: #6294C6;
}

#footer a {
  color: #FFF;
}

#footer_column3 .submit {
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 5px;
	background-color: #8CBAE8;
	border: 1px solid #7EA7D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: #F0F0F0;
}	

/*	+------------------------------------------------+	*/
/*	|	Detailpagina								 |	*/
/*	+------------------------------------------------+	*/

#detail_left {
	float: left;
	width: 236px;
	padding: 0 10px 0 0;
	border-right: 1px dotted #8CBAE8;
	text-align: right;
}

#detail_right {
	float: left;
	width: 660px;
	margin: 0 0px 0 20px;
	text-align: justify;
}

#detail_right p {
	line-height: 18px;
	margin: 3px 0 10px 0;
}


/*	+------------------------------------------------+	*/
/*	|	Info										 |	*/
/*	+------------------------------------------------+	*/

#info a {
	color: #666;
	text-decoration: underline;
}


/*	+------------------------------------------------+	*/
/*	|	Foto index									 |	*/
/*	+------------------------------------------------+	*/

#photoalbum {
	width: 688px;
	margin: 0 0 0 -9px;
}

#photoalbum img {
	float: left;
	width: 155px;
	height: 116px;
	margin: 8px 0 0 9px;
	border: 4px solid #d1d1d1;
}

#photo_nav {
	width: 682px;
	height: 30px;
	clear: both;
	padding: 8px 0 0 0;
	font-size: 8pt;
	color: #fff;
}

#photo_nav_previous, #photo_nav_next, #photo_nav_aantal {
	float: left;
	padding: 2px 4px 2px 4px;
	background: #7EA7D0;
}

#photo_nav_previous {
	width: 154px;
	margin: 0 9px 0 0;
}

#photo_nav_next {
	width: 154px;
	text-align: right;
}

#photo_nav_aantal {
	width: 330px;
	margin: 0 9px 0 0;
	text-align: center;
}

/*	+------------------------------------------------+	*/
/*	|	Foto index									 |	*/
/*	+------------------------------------------------+	*/

#photo img {
	width: 674px;
	border: 4px solid #d1d1d1;
}

/*	+------------------------------------------------+	*/
/*	|	SIFR      								     |	*/
/*	+------------------------------------------------+	*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1.title {
	visibility: hidden;
	font-size:24px;
}

.sIFR-hasFlash h1.ltitle {
	visibility: hidden;
	font-size:24px;
}

