body{
	margin: 0px;
	padding: 0px;
}

img, div, a, input { behavior: url('../Images/pngfix/iepngfix.htc'); }

#contentHolder{
	width: 800px;
}

#headerHolder{
	height: 80px;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-top: 10px;
}

#headerText{
	background-image: url(../Images/header-text-2.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 700px;
	float: left;
}

.headerLineBlack{
	width: 100%;
	height: 15px;
	background-color: #000000;
}

#headerImage a{
	color: white;
	text-decoration: none;
}

#headerImage a:hover{
	font-weight: bold;
}

#contentData{
	font-family: "Trebuchet MS";
	font-size: 12px;
	
	text-align: left;
	
	padding: 15px;
}

#contentData a{
	color: #005794;
	text-decoration: underline;
}

#contentData a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #005794;
}

#contentData h2{
	margin-top: -5px;
	margin-bottom: 2px;
	border-bottom: 2px solid #005794;
}

#contentData h3{
	margin-bottom: 2px;
	border-bottom: 2px solid #007ed6;
}

#contentData h2 a{
	color: black;
	text-decoration: none;
}

#contentData h3 a{
	color: black;
	text-decoration: none;
}

#contentData h4{
	margin-bottom: 2px;
	border-bottom: 2px solid #0096ff;
}

#contentFooter{
	color: #666666;
	text-align: center;
	
	font-family: Tahoma;
	font-size: 11px;
	
	padding-bottom: 20px;
	margin-top: 10px;
}

#zoekVeld{
	border: 2px solid #005794;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 24px;

	padding-left: 3px;
	float: left;
	width: 300px;
}

#zoekKnop{
	margin-left: 10px;
	background-color: #ffba00;
	border: 1px solid #d79d00;
	padding: 6px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: white;
	width: 100px;
}

#zoekKnop:hover{
	background-color: orange;
}

#searchBox{
	padding: 10px;
	color: white;
	
	height: 26px;
}

#searchBox .textField{
	font-family: "Trebuchet MS";
	font-size: 11px;
	
	background-color: #FFFFFF;
	border: 1px solid #005794;
	
	width: 175px;
	
	padding: 3px;
}

#searchBox #searchButton{
	position: relative;	
	
	left: 455px;
	top: -60px;
	
	margin-bottom: -100px;
	
	background-image: url(../Images/searchButton.png);
	background-repeat: no-repeat;
	
	height: 99px;
	width: 158px;
}

.backButton{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 2px;
	background-color: #EEEEEE;
	font-weight: bold;
}

.fwdButton{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 2px;
	background-color: #EEEEEE;
	font-weight: bold;
}

a{
	color: blue;
}

.loginInputField{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 2px;
	background-color: #EEEEEE;
}

.loginInputButton{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 2px;
	background-color: #EEEEEE;
	font-weight: bold;
}

.contactButton{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 2px;
	background-color: #EEEEEE;
	font-weight: bold;
}

.contactField{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	background-color: #EEEEEE;
}

.contactFieldRed{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color: #EEEEEE;
	background-image: url(../Images/red-dot.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#searchForm { padding: 0; margin: 0; }

.errorBox{
	padding: 2px;
	background-color: #ffcece;
	border-top: 4px solid #bf0000;
	border-bottom: 4px solid #bf0000;
}
/*
	border: 1px solid red;
	background-color: #ffcece;
	padding: 2px;

	border: 1px solid #9f5b02;
	background-color: #ffffcc;
	padding: 4px;
*/
.commentBox{
	padding: 2px;
	background-color: #ffffcc;
	border-top: 4px solid #9f5b02;
	border-bottom: 4px solid #9f5b02;
}

.balloon{
	background-image: url(../Images/balloon.png);
	position: absolute;
	margin-left: 200px;
	margin-top: -108px;
	background-repeat: no-repeat;
	height: 124px;
	width: 191px;
}

.slogan{
	background-image: url(../Images/slogan.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 108px;
}

#dataTable{
	width: 100%;
}

#dataTable #leftHeader{
	background-color: #EEEEEE;
	
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
	padding: 2px;
	
	font-weight: bold;
}

#dataTable .middleHeader{
	background-color: #EEEEEE;
	
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
	padding: 2px;
	
	font-weight: bold;
}

#dataTable #rightHeader{
	background-color: #EEEEEE;
	
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
	padding: 2px;
	
	font-weight: bold;
}

#dataTable .dataRow{
	padding: 4px;
}

#dataTable .dataRow:hover{
	background-color: #DDDDDD;
}

.uitlegDiv{
	position: absolute;
	width: 300px;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	padding: 2px;
	margin-top: -22px;
	margin-left: 280px;
	display: none;
}

.trefVeld{
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 2px;
	background-color: #EEEEEE;
	margin-bottom: 4px;
}

.link{
	text-decoration: none;
}