/* CSS Document */

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

body {
background-color:#DFF1DC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#container {
width:1000px;
height:1000px;
background-color:#DFF1DC;
margin:2px;
}

#container #header {
background-image:url(plaatjes/plaatjesnieuw/BGnieuw.gif);
background-repeat:repeat-x;
width:1000px;
height:75px;
}

#container #navigatie {
	background-image:url(plaatjes/plaatjesnieuw/navigatie.gif);
	background-repeat:no-repeat;
	background-color:#F2F4F7;
	width:1000px;
	height:150px;
	border-bottom:#999999;
	border-bottom-style:inset;
	border-bottom-width:thick;
}

#container #navigatie .menu a {
	display:block;
	text-align:center;
	width:110px;
	height:20px;
	border-style:solid;
	border-width:1px;
	border-color:#99CCCC;
	color:#000000;
	font-size:14px;
	font-family:"Comic Sans MS";
	background-color:#99CCCC;
	}
#container #navigatie .menu a:hover {
	display:block;
	text-align:center;
	font-weight:bold;
	width:110px;
	height:20px;
	border-style:solid;
	border-width:1px;
	border-color:#99CCCC;
	background-color:#DFF1DC;
	font-size:14px;
	font-family:"Comic Sans MS";
	}	

#container #navigatie #menu1 {
left:163px;
top:105px;
position:absolute;
z-index:1;
}	

#container #navigatie #menu2 {
left:447px;
top:105px;
position:absolute;
z-index:2;
}

#container #navigatie #menu3 {
left:447px;
top:105px;
position:absolute;
z-index:3;
}

#container #navigatie #menu4 {
left:447px;
top:105px;
position:absolute;
z-index:4;
}

#container #navigatie #menu5 {
left:447px;
top:105px;
position:absolute;
z-index:5;
}

#container #navigatie #menu6 {
left:728px;
top:129px;
position:absolute;
z-index:6;
}

#menufoto {
left:450px;
top:135px;
position:absolute;
z-index:7;
}

#container #navigatie li {
list-style:none;
padding:1px;
}

#container #content1 {
width:auto;
height:100%;
margin:10px;
margin-left:10px;
left:175px;
background-color:#DFF1DC;
}

#container #lijst {
list-style:outside;
list-style-position:inside;
line-height:1;
padding:2px;
}

#container #links {
background-color:#F2F4F7;
width:140px;
height:101%;
border-right:#999999;
border-right-style:inset;
border-right-width:thick;
float:left;
padding:2px;
}

#container #linksopvul {
background-color:#F2F4F7;
width:140px;
height:102%;
border-right:#999999;
border-right-style:inset;
border-right-width:thick;
float:left;
}
#container #rechts {
background-color:#F2F4F7;
width:140px;
height:100%;
border-left:#999999;
border-left-style:outset;
border-left-width:thick;
float:right;
padding:2px;
}

#container h1 {
font-size:14px;
}

.driekolom {
	background-color:#CC0000;
	padding:5px;
	border-width:2px;
	border-style:solid;
	border-color:#DFF1DC;
	vertical-align:top;
	float:left;
	width:212px;
	height:auto;		
	}
.tweekolom {
	width:325px;
	float:left;
	background-color:#CCFF33;
	font-size:12px;
	line-height:2;
	border-width:2px;
	border-style:solid;
	border-color:#DFF1DC;
	vertical-align:top;
	padding:5px;
	height:300px;
	
}

.eenkolom {
	width:665px;
	float:left;
	display:block;
	background-color:#F2F4F7;
	padding:5px;
	border:2px;
	border:#DFF1DC;
	border-style:solid;
}	

#footer {
width:auto;
height:12px;
vertical-align:middle;
background-color:#00FF66;

}

a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}
