@charset "utf-8";

html {
overflow-y: scroll;
}

body  {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	background: #e4e4e4;
	margin: 0; 
	padding: 0;
	color: #ffffff;
}
h1 {
	color:#903131;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left
}
h2 {
	color:#903131;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center
}
h3 {
	color:#000000;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left
}
#container { 
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
} 
#header { 
  position: relative;
  margin: 0  auto;
  z-index: 0;
	background: #FFFFFF;
	width: 900px;
	height: 200px;
	background:url(images/kopveendam.jpg) no-repeat left top;
} 

#subkop { 
  position: relative;
  margin: 0  auto;
  z-index: 100;
	height:25px;
	background: #903131;
	padding-top:7px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bolder;
} 
.subkop1  {
	padding-left:50px;
	color:#ffffff;
	text-decoration: none;
}
.subkop2  {
	padding-left:100px;
	color:#ffffff;
	text-decoration: none;
}
.subkop3  {
	padding-left:100px;
	color:#ffffff;
	text-decoration: none;
}
.subkop4  {
	padding-left:100px;
	color:#ffffff;
	text-decoration: none;
}
.subkop5  {
	padding-left:100px;
	color:#ffffff;
	text-decoration: none;
}

#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background: #ffffff;
	margin:10px 10px 10px 20px;
	margin-left: 10px;
	text-align: left;
}

#menu a, #mainContent a { 
	color: #903131; /* kleur menutekst */
	font-weight: bold;
}

#bannerkop1 { 
	width: 500px; /* breedte nodig voor banner 486x60 */
	float:left;
	margin-top: 10px;
	margin-left: 0px;
}

#bannerkop2 { 
	width: 200px; /* breedte nodig voor banner 120x60 */
	float:left;
	margin-top: 10px;
	margin-left: 15px;
}

.banner{
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
}

#paginatitel { 
	width: 700px; /* breedte nodig om de drie kolommen eronder te houden */
	float:left;
	margin-top: 0px;
	margin-left: 15px;
}

#paginatekst { 
	width: 700px; /* breedte nodig om de drie kolommen eronder te houden */
	float:left;
	margin-top: 0px;
	margin-left: 15px;
}

ul{
height: auto;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
padding: 0px;
}

li{
list-style-type: none;
}

li a{
color: #000000;
text-decoration: none;
}

.img{
margin-left: 35px;
margin-top: 10px;
margin-bottom: 10px;
}

a img {
border: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

#kolom1 {
float: left;
width: 220px;
text-align: left;
margin-left: 15px;
}
#kolom2 {
float: left;
width: 220px;
text-align: left;
margin-left: 15px;
}
#kolom3 {
float: left;
width: 220px;
text-align: left;
margin-left: 15px;
}

.kopje{
text-align: left;
line-height: 32px;
height: 32px;
width: 200px;
padding-left: 20px;
background-image: url(images/kopje_rood.jpg);
}

.punt li{
line-height: 24px;
padding-left: 35px;
background-image: url(images/punt_rood.jpg);
}

#kolomtwee{
text-align: left;
margin-left: 15px;
width: 480px;
float: left;
}

#footer { 
	margin-top: 20px;
	height: 25px;
	background: #903131;
	padding-top:9px;
	color: #ffffff;
	text-align: center
} 
.footerLink  {
	color: #ffb121;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	input.button  {
		background-color: #903131;
		font-size:8pt;
		color: #ffffff;
		border:solid 1px #363896;
		width: 80px; 
	}

