/* CSS Document */

*{
	padding:0;
	margin:0;
}

a {font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	color: #2C5B8A;}

h1 {font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	color: #2C5B8A;
	font-weight:bold;
}

.header {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:14px;
	color: #2C5B8A;
	font-weight:bold;
	padding: 0 0 5px 0;
}

.bold {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	color: #2C5B8A;	
	width: 115px;
}

.normal {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	color: #2C5B8A;
}

.inputText {
	width: 150px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	color: #2C5B8A;	
}

html, body {
	height: 100%; /* héél belangrijk */
	background: url(img/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height:100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image:url(img/tekstvak_bg.jpg);
	background-repeat:repeat-y;
}


#menu {
	width: 136px;
	float:left;
	padding-top:34px;
	background-image:url(img/nav_top.jpg);
	background-repeat:repeat-x;
}

#menuinhoud {
	width:136px;
	border: 0px;
	margin-top:0px;
}



#header{
	height:97px;
	background-image: url(img/top_apollovts.jpg);
	background-repeat:no-repeat;
}

#underheader {
	height:57px;
	width:617px;
	background-image:url(img/toponder.jpg);
	background-repeat:no-repeat;
	padding-left:27px;
	padding-top:20px;
	float: left;
}

#inhoud {
	padding-left:170px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
}

#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 215px;
}

#footerlinks {
	font-family: Arial,Helvetica,Sans-serif;
	color: #fff;
	font-size: 8pt;
	padding: 0 0 0 5px;
	background-image:url(img/footerleft.jpg);
	background-repeat:no-repeat;
	height:215px;
	width:131px;
	float: left;
}

#footerrechts {
	font-family:Helvetica,Arial,Sans-serif;
	font-size:9pt;
	color:#96AFC9;
	background-image:url(img/footerrechts.jpg);
	width:644px;
	height:21px;
	float: right;
	margin-top: 159px;
	padding-top: 35px
}

#clear {clear:both;}

a.footerrechts {color:#FFFFFF}

ul {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C5B8A;
	padding-left:30px;
}


.bucketTable{
	border: 1px solid #000000;
	font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	color: #2C5B8A;	
}

td.bucket{
	border: 1px solid #000000;
}