/* Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 70% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
}

td {
font-size: 10px;
vertical-align: top;
}

h1 {
font-size: 12pt;
font-weight: bold;
color: #161616;
background: #f4f4f4;
padding-bottom:4px;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 860px;
background-image: url(../images/bannerLesmateriaal.jpg);
background-repeat: no-repeat;
background-position: top right;
}

#header {
clear: both;
margin: 0px 0 0 0;
padding: 0;
height: 112px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}



#navigation {
background:#255591 none repeat scroll 0%;
color:#FFFFFF;
height:18px;
margin:0px;
padding:3px 10px;
	margin: 0 0 15px 0px;
	background: #161616;

}




#frontphoto {
float: right;
margin: 0 0 10px 0;
border: 0;

}

#vdplogo {
float: left;
}

#spacer {
clear: both;
}

.bar { 
	height:20px; 
	color: #FFF;
	margin: 0 0 15px 0px;
	background: #161616;
	padding:0px;
}


#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}


#avmenu h2 a{
color: #161616;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu ul ul {	
margin: 0 0 0px 0;
}	


#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
/*height: 18px;*/
height: auto;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #161616;
border-left: 4px solid #161616;
}

#avmenu a.active {
	background: #161616;
	color: #fff;
}

#vnav ul li.active a {
	color: #161616;
}

#vnav ul li ul li.active a {
	font-weight:bold;
	color: #161616;
}

#avmenu li li a {
font-weight: normal;
font-size: .9em;
/*height: 18px;*/
height: auto;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 25px;
background: #f4f4f4;
border-left: 1px solid #cccccc;
margin-left: 5px;
}	

#avmenu li li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 1px solid #286ea0;
}


.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
line-height: 1.3em;
}

#extras {
float: right;
width: 150px;
margin: 15px 0 10px 0;
padding: 0;
margin-top: 0px;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}


#content {
margin: 0 160px 20px 165px;
border-left: 0px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.0em;
background: #f4f4f4;
padding-bottom:4px;
padding-left:4px;
color:#C4001C;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
/*border: 4px solid #f0f0f0;*/
}


h3 {
font-size: 1.1em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 860px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: underline;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

table.green {
	border: 1px solid #99CC33;
	margin: 0px;
	padding: 0px;
	background: #99CC33;
	margin-bottom: 15px;
}
table.green th {
	background: #99CC33;
	font-size: 9pt;
	color: #fff;
}
table.green td {
	text-align: left;
	font-size: 8pt;
	background: #fff;
}

table.bluegreen {
	border: 1px solid #161616;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #161616;
}
table.bluegreen th {
	background: #161616;
	font-size: 9pt;
	color: #fff;
}
table.bluegreen td {
	text-align: left;
	font-size: 8pt;
	background: #fff;
}


table.orange {
	border: 1px solid #61B200;
	margin: 0px;
	padding: 0px;
	background: #61B200;
	margin-bottom: 15px;
}
table.orange th {
	background: #61B200;
	font-size: 9pt;
	color: #fff;
}
table.orange td {
	text-align: left;
	font-size: 8pt;
	background: #fff;
}

#toolbox {
	display:none;
	float:right;
	font-weight:bold;
	color:#fff;
	margin-top:0px;
	padding:4px;
	background-color:#161616;
}

#toolbox a {
	color: #fff;
	}

#hdrimg {
	margin-bottom: 0px;
}


/*  ###### BOX  ####### */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 155px; /* ems so it will grow */
	background: url(../images/KiKsbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}

.sidebox h2 {
	font-size: 12px;
}

.boxhead {
	background: url(../images/KiKsbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/KiKsbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 12px 12px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/KiKsbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 7px 10px 5px;
}


#content .sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(../images/KiKsbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}

#content .sidebox h2 {
	font-size: 12px;
}

#content .boxhead {
	background: url(../images/KiKsbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .boxhead h2 {
	background: url(../images/KiKsbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 12px 12px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#content .boxbody {
	background: url(../images/KiKsbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 7px 10px 5px;
}



#avmenu div.boxbody ul {
	font-size:1.1em;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	list-style:circle;
	margin:0pt 0pt 0px;
	padding:0pt;
	width:100px;
}

#leftMenu h2 {
color: #161616;
font-size: 12px;
}

#content .news-single-item IMG {
padding: 0px;
display:inline;
background: #fff;
border: 0px solid #f0f0f0;
}

#content .news-latest-item IMG {
padding: 0px;
display:inline;
background: #fff;
border: 0px solid #f0f0f0;
}

#content .news-latest-item {
font-size:11px;
}
#content .tx-srfeuserregister-pi1 IMG {
padding: 0px;
display:inline;
background: #fff;
border: 0px solid #f0f0f0;
}

#extras div.tx-felogin-pi1 input {
	font-size: 10px;
	}
#language {
float: right;
padding: 3px 0;
}