/* Presentation Stylesheet */

/*
a { color: #027ac6; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #027ac6; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #027ac6; background: transparent; font-weight: normal; text-decoration: none;}
*/
a { color: #fff; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #fff; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #fff; background: transparent; font-weight: normal; text-decoration: none;}



h1 {
	font-size: 180%;
	color: #CC0000;
	background: transparent;
	line-height: 140%;
	font-weight: normal;

	padding: 0;
	margin: 0 0 15px 0;
	
	border: 1px solid #d8d7d7;
	border-width: 0 0 1px 0;
}

h2 {
	color: #CC0000;
	background: transparent;
	font-size: 130%;
	line-height: 120%;
	font-weight: normal;
	margin: 25px 0 20px 0;
	padding: 15px;
	border: 1px solid #CC0000;	


}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 120%;
	line-height: 120%;
	color: #CC0000;
	background: transparent;
}

p{
	margin: 0 0 1em; 
	color: #393939; }


strong {
	font-weight: bold;
	color: #CC0000;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #CC0000;
	background-color: #0585dd;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}



img.padding-left{
	margin: 0 0 15px 20px;
}

img.border{
	border: 1px solid #333;
}



div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: transparent url(../img/hrbg.gif);
	background-repeat: repeat-x;
	
	
	margin: 5px 0 5px 0;
}



/* Topnav */

#topnav p{
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	
	float: right;
	
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

#topnav p strong{
	color: #027ac6;
}

#topnav p span{
	display: block;
	width: 80px;
	float: left;
	text-align: left;
}


	







/* Breadcrums */

ul#breadcrums{
	
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-align:justify;
	
	list-style-type: disc;
	margin: 0px 0 8px 0;
	padding: 10px 0 0 0;
}

ul#breadcrums li{

	display: inline;
	
	background: transparent url(../img/icons/breadcrum-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
	padding: 0 3px 0 15px;
}

ul#breadcrums li a{
	color: #525252;
}

ul#breadcrums li a:hover{
	color: #e69c0c;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 3px 0 0;
}







/* Form elements */

form{
	margin: 0;
	padding: 0;
}

form fieldset{
	background: #fff;
	border: 1px solid #CC0000;
	padding: 10px;
	margin: 5px 0 15px 0;
	position: relative;
	padding: 0px 10px 10px;
	font-size: 14px;
	color: #393939;
}

form fieldset legend{
	font-size: 16px;
	color: #393939;
	font-weight: bold;
}

* html fieldset legend{
	position:relative;
	top:-0.7em; 
	margin-bottom:-0.7em;
}

form fieldset label{
	
	color: #393939;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


form fieldset label.error{
	
	color: red;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border-bottom: 0px solid red;

}



form fieldset span.first{

	display: block;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	
}

form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	color: #393939;
	border: 1px solid #95bcd0;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 10px 0px;
	background: #fff;
	font-weight: normal;
	font-size: 15px;
	width: 400px;
}



form select{
	width: 350px;
	padding: 0;
	margin: 2px;
	border: 1px solid #95bcd0;

}

form input.submit{
  
	padding: 4px 12px 4px 18px;
	margin: 0px 0 0 0;
	
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	
	background: #fff;
	border: 1px solid #CC0000;

}

form textarea{
	border: 1px solid #CDCDCD;
	padding: 0 3px 0 3px;
	margin: 2px;
}


div.error {
	border: 1px solid red;
	background-color : #FFCCCC;
	width: auto;
	margin: 5px 0px 15px 0px;
	padding: 15px;  
	color: #000;
}

div.error strong{
	color: #000;
}





form table.formtable{

	width: 100%;
	
}




form table.formtable strong{
	width: 28px;
	display: block;
	padding: 0;
	float: left;
}

table.formtable th{

	font-weight: bold;
}


table.formtable td.antwoorden, table.formtable th.antwoorden{
	padding-left: 20px;
}

table.formtable label span{
	padding-left: 30px;
	display: block;
}

table.formtable td.antwoorden span{
	padding-left: 22px;
}



/* Footer */

#footer ul.footernav{
	list-style-type: none;
	margin: 5px 0 0 0px;
	padding: 0;

	width: 300px;
}

#footer ul.footernav li{

	display: inline;
	list-style-type: none;
	
	padding: 0px 0px 0 0px;
	margin: 0 5px 0 0px;
	
	
	
}

#footer ul.footernav li.first{
	border: 0;
	
}

#footer ul.footernav li.first{
	background: transparent;
}

#footer ul.footernav li a{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	color: #555555;
	padding: 0 0 0 8px;
	text-decoration: underline;
	
	background: transparent url(../img/footer-itembg.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#footer ul.footernav li.first a{
	padding: 0;
	text-decoration: underline;
}

#footer ul.footernav li a:hover{
	color: #d6161f;
	text-decoration: underline;
}


#footer  p#copyright{
	padding: 0;
	margin: 2px 0 2px 0;
	color: #fff;
	font-size: 12px;
}




