@charset "utf-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	background-image: url('../images/bg_general2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}


#MainWrapper{
	width: 944px;
	margin-left: -472px;
	left: 50%;
	position:absolute;
	/*/border: 1px solid #FF00FF;*/
	padding-bottom: 50px;
}

#MainNavigation{
	height: 96px;	
	/*order: 1px solid #FF9900;*/
	position: relative;
	float: right;
	width: 417px;	
	
}
#MainNavigation ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
	/*list-style:none;*/
}
#MainNavigation li{
	color:#000000;	
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	list-style:none;
	display:inline;
	white-space: nowrap;
}

#MainNavigation a{
	color:#000000;
	 text-decoration: none;
	 white-space: nowrap;
	 float: right;		
}
#MainNavigation a:link{	color:#000000; text-decoration: none;}
#MainNavigation a:visited{	color:#000000; text-decoration: none;}
#MainNavigation a:hover{	color:#b50004; text-decoration: none;}
#MainNavigation a:active{	color:#000000; text-decoration: none;}


#TopBanner{
	height: 96px;
	width:  526px;
	position: relative;
	float: right;
}

#TopBanner #Logo{
	float: left;	
}
#TopBanner #ZiranTitle{
	float: right;
	margin-right: 15px;
	margin-top: 7px;
}


#ContentWrapper{
	/*border: 1px solid #FFFF00;*/
	position: relative;
	float: left;
	width: 100%;
	line-height: 18px;
}

#LeftContentPane{
	float: left;
	position: relative;
	width: 520px;
	/*background-color:#66FFFF;*/
}
#RightContentPane{
	float: right;
	position: relative;
	width: 414px;
	/*background-color:#FF99FF;*/
}

#RightReferenceFrame{
	background-image: url(../images/ref_bg.gif); 
	background-repeat:no-repeat; 
	background-position: bottom right;
	margin-top: 10px;
	float: right;
	width: 389px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 10px;	
	background-color: #EAEAEA;
	
}

#ContentWrapper .WhiteFrame{
	background-color: #EdEdEd;
	margin-top: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;

	/* Mozilla ignores crazy MS image filters, so it will skip the following */
   /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg_whiteframe_75p.png');	*/	
	
}
/* IE ignores styles with [attributes], so it will skip the following. */
/*
#ContentWrapper .WhiteFrame[class]{
	background-image: url('../images/bg_whiteframe_75p.png');
	background-repeat:repeat;
}
*/
#ContentWrapper .DarkFrame{
	background-color:#151515;
	margin-top: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
	width: 374px;
	color:#FFFFFF;
	
}

#ContentWrapper #PhotoAnimationFrame{
	background-color:#151515;
	margin-top: 12px;
	text-align: center;
	/*padding-top: 7px;
	padding-bottom: 7px;*/
	padding: 7px;
	float: right;
	width: 400px;
	height: 286px;
}
#ContentWrapper #TriFlowFrame{
	display: none;

	background-color:#EAEAEA;
	margin-top: 10px;
	color:#333333;
	float: Right;
	width: 373px;
	padding: 20px;
	background-image: url(../images/3flow_bg_leftbottom2.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	height: 200px;
}

#Footer{
	position: relative;
	border-top: 1px solid #363636;
	margin-top:20px;
	text-align: right;
	float: left;
	width:100%;
}

a.blacklink{color: #000000;text-decoration:underline;}
a.blacklink:link{color: #000000;text-decoration:underline;}
a.blacklink:visited{color: #000000;text-decoration:underline;}
a.blacklink:hover{color: #FFFFFF;text-decoration:underline;}
a.blacklink:active{color: #000000;text-decoration:underline;}

a{color: #000000;text-decoration:underline;}
a:link{color: #000000;text-decoration:underline;}
a:visited{color: #000000;text-decoration:underline;}
a:hover{color: #990000;text-decoration:underline;}
a:active{color: #000000;text-decoration:underline;}


.DarkFrame a{color: #CCCCCC;text-decoration:underline;}
.DarkFrame a:link{color: #CCCCCC;text-decoration:underline;}
.DarkFrame a:visited{color: #CCCCCC;text-decoration:underline;}
.DarkFrame a:hover{color: #FF0000;text-decoration:underline;}
.DarkFrame a:active{color: #CCCCCC;text-decoration:underline;}



h2.contenttitle{
	font-size:15px;
	font-variant:small-caps;
	font-weight: bold;
}
h3{
	font-size:12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#LeftContentPane p.title{
	margin: 0px;
	padding: 0px;
	color: #ad1414;
	background-image:url(../images/paragraph_graphic.gif);
	background-position: left top;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	background-repeat:no-repeat;
	height: 20px;
	padding-top: 5px;
}

#RightContentPane p.title{
	margin: 0px;
	padding: 0px;
	color: #ad0000;
	background-image:url(../images/paragraph_graphic2.gif);
	background-position: left top;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	background-repeat:no-repeat;
	height: 20px;
	padding-top: 5px;
}



#LeftContentPane p{
	padding-left: 10px;
	margin-top: 10px;
}


img.nieuwsthumb{
	border: 6px solid #333333;
}

.newsblock_home{
	float: left; 
	width: 205px;
	margin-left: 20px;
}

.lesplaatslistAlter0{
	background-color: #dddddd;	
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lesplaatslistAlter1{	
	background-color: #F0F0F0;	
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lesplaatsToggler{
	cursor: pointer;
}

.LesplaatsDetail{
	margin-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}

