* { 
    box-sizing      : border-box; 
    -moz-box-sizing : border-box; 
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #370405;
}
body {
	margin:0; 
	padding:0;
	background-color: #fe911b;
	background-image: url(../_Images/bgGradient.jpg);
	background-repeat: repeat-x;
}
#logo {
	height: 133px;
	width: 800px;
}
#back {
	background-image: url(../_Images/back.jpg);
	background-repeat: repeat-x;
}
/* 3 column layout
-------------------------------------------------- */
	
#midCol {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	height: 100%;
}
#foto {
	padding-left: 50px;
	padding-bottom: 20px;
	background-image: url(../_Images/backheader.jpg);
	background-repeat: repeat-x;
}
#infobox {
	padding-top:46px;
	width: 180px;
}
#combo {
	float: right;
    position: right;
}
.Input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #370405;
	font-style : normal;
	font-weight : normal;
	width : 150px;
	height : 20px;
	background-color: #fffffff;
}
.text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #370405;
	font-style : normal;
	font-weight : normal;
	width : 180px;
	height : 18px;
	border: 1px solid #370405;
}

/* Hoofdnavigatie - horizontale list
-------------------------------------------------- */

#hoofdnav {
	padding-top: 18px;
	text-align: right;
	width: 120px;
}
#hoofdnav ul {
	margin: 0;
	padding: 0;
	width: 120px;
}
#hoofdnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
}
#hoofdnav ul li a {
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
#hoofdnav ul li a:hover{
	color:#666666;
	text-decoration: none;
	background-color: #f1f1f1;
	background-image: url(../_Images/menuback.jpg);
}
#hoofdnav ul li .active{
	font-weight: normal;
	xtext-decoration: none;
	color:#666666;
	background-color: #f1f1f1;
	background-image: url(../_Images/menuback.jpg);
}
#hoofdnav ul ul li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 20px;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
#hoofdnav ul ul li a:hover{
	color:#666666;
	text-decoration: none;
	background-color: #f1f1f1;
	background-image: url(../_Images/menuback.jpg);
}
#hoofdnav ul ul li .active{
	font-weight: normal;
	xtext-decoration: none;
	color:#666666;
	background-color: #f1f1f1;
	background-image: url(../_Images/menuback.jpg);
}

/* midCol
-------------------------------------------------- */
#main {
	line-height: 17px;
	padding-bottom: 20px;
	height: 100%;
}

#main li{
	list-style: square;
	color: #370405;
}
#main a{
	color: #fe911c;
	text-decoration: underline;
}
#main a:hover{
	text-decoration: none;
	color : #370405;
	text-decoration: underline;
}
#main h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fe911c;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
#main h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #370405;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#main td {
	line-height: 17px;
}
#main hr {
	color: #370405;
	height: 1px ;
	border: none;
}
@media print {
	#leftCol {
		display:none;
	}