body
{
	font-size:9pt;
	line-height:150%;
	color:#004e91;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.boddie
{
	background-image:url(/shared/images/custom/bg.gif);
	background-repeat:repeat-x;
}

#container
{
	width:1018px;
	padding-top:3px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:184px;
	background-image:url(/shared/images/custom/header1.png);
}
	#header_datum {
		position:absolute;
		top: 150px;
		left: 30px;
	}
		#dagen {
			color: #ffc600;
			font-size:23px;
			font-weight:bold;
			letter-spacing:-1px;
			font-family:"Helvetica Neue", Helvetica, sans-serif;
		}
		#maand_jaar {
			color: #039cdf;
			font-size:18px;
			font-weight:bold;
			letter-spacing:-1px;
			text-transform:uppercase;
			font-family:"Helvetica Neue", Helvetica, sans-serif;
		}


#menu
{
	width:989px;
	height:47px;
	margin-left:13px;
	background-image:url(/shared/images/custom/menu.png);
}

#menu a
{
	display:block;
	float:left;
	height:47px;
	line-height:47px;
	color:#003563;
	font-family:"Myriad Pro", Helvetica, Arial;
	font-size: 21px;	
	text-decoration:none;
	padding: 0 22px;
}

#menu a.selected, 
#menu a:hover 
{
	color: #7c0000;
	background:url(/shared/images/custom/menu.png) repeat-x 0 -47px;
}

#content
{
	padding-left:29px;
	padding-bottom:40px;
}

#footer
{
	
	color:#5b92bd;
	font-family:'Myriad Pro', Arial;
	font-size:16px;
	padding-left:280px;
	width:706px; /* 986 - 280*/
	height:82px;
	line-height:60px;
	margin-left:12px;
	background-image:url(/shared/images/custom/footer.gif);
	
}


.albums
{
	float:left;
	width:230px;
}

.albumselected
{
	font-weight:bold;
}

.fotos
{
	float:left;
	width:750px;
}

.fotos div
{
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #ddf2fb;
	width:230px;
	height:230px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.fotos div:hover
{
	border:1px solid #009bdf;
	background-color:#ddf2fb;
}

#darkener
{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	z-index:10;
}

#popin
{
	position:absolute;
	text-align:center;
	width:320px;
	height:320px;
	padding:10px;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:11;
}

#popin img
{
	margin:10px 10px 10px 10px;
}

#popin .popin_footer
{
	width:100%;
	height:20px;
	text-align:center;
}

#popin .popin_footer .links
{
	float:left;
	position:relative;
	cursor:pointer;
	margin-left:10px;
}
#popin .popin_footer .rechts
{
	float:right;
	position:relative;
	cursor:pointer;
	margin-right:10px;
}

#popin .popin_footer .links span
{
	position:absolute;
	left:0px;
	top:3px;
	width:7px;
	height:9px;
	background-image:url(/shared/images/custom/headers2.gif);
	background-position:-117px -50px;
}
#popin .popin_footer .rechts span
{
	position:absolute;
	right:0px;
	top:3px;
	width:7px;
	height:9px;
	background-image:url(/shared/images/custom/headers2.gif);
	background-position:-122px -50px;
}

#popin .popin_footer .links div
{
	position:absolute;
	left:15px;
}

#popin .popin_footer .rechts div
{
	position:absolute;
	right:15px;
	text-align:right;
}

#popin .kruizert
{
	position:absolute;
	display:none;
	right:25px;
	top:25px;
	width:32px;
	height:32px;
	background-image:url(/shared/images/custom/headers1.png);
	background-position:-219px -70px;
	cursor:pointer;
	z-index:30;
}

#popin:hover .kruizert
{
	display:block;
}

.error
{
	border:2px solid #ff0000;
}



.column_left
{
	float:left;
	width:460px;
}

.column_right
{
	float:left;
	width:460px;
	background-color:#ff00000;

}

h1
{
	font-size:18pt;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
	font-weight:bold;
}

a
{
	color:#004e91;
}

.clear
{
	clear:both;
}

	#twitterBox{
		border: 2px solid #4cd2fe;
		background: #f2fafd;
		position: relative;
		padding-top: 5px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

		#twitterBox h2{
			font-size: 16px;
			margin: 0;
			padding: 0;
			margin-left: 30px;
		}

		#twitterBox .twitterIcon{
			width: 36px;
			height: 36px;
			left: -18px;
			top: -18px; 
			background: url("/shared/images/custom/twitter_header.png");
			position: absolute;
			
		}
	
		#twitterBox ul{
			padding: 5px;
			margin: 0;
		}
		
		#twitterBox ul li{
			list-style: none;
			
			padding:5px 0 5px 40px;
			margin: 0;
			border-bottom: 1px dashed #4cd2fe;
			
		}
		
			#twitterBox ul li:last-child{
				border-bottom: none;
			}
		
		#twitterBox ul li a{
		}
		
		#twitterBox ul li img{
			float: left;
			margin-left: -40px;
			margin-top: 5px;
		}
	