/* Altijd een vertical scrollbar in FF */
html {
overflow: -moz-scrollbars-vertical;
}

* { padding: 0; margin: 0; outline: none;}

body {
margin:0px 0px 0px 0px auto;
background-color: #b8cfde;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}

#center {
position:absolute;
background-color: #ffffff;
background-image: url(../img/bck-content.gif);
background-repeat: repeat-y;
left: 50%;
width: 952px;
margin-left: -476px; 
text-align: center;
min-height: 100%;
}

#links {
background-color: #aac6d8;
width: 256px;
float: left;
}

#logo {
width: 256px;
height: 228px;
}

#header {
width: 696px;
height: 319px;
}

#titel {
width: 696px;
height: 38px;
}

#rechts {
background-color: #ffffff;
width: 696px;
float: right;
}

#content{
background: #ffffff; 
margin: 10px 0px 50px 0px;
width: 600px;
font-family: verdana; color: #000000; font-size: 11px; font-weight: normal; line-height: 140%;
}

.linkklein{
font-family: verdana; color: #000000; font-size: 10px; font-weight: normal; line-height: 100%;
}

#nieuws {
margin: 0px 0px 6px 0px;
}

#menu {
text-align: center;  
background: #6b93ae;
margin: 0px 0px 0px 0px;
height: 280px;
width: 256px;
padding: 24px 0px 6px 0px;
}

#menucontent {
text-align: center;  
font-family: verdana, arial, sans-serif; color: #191a1c; font-size: 13px; font-weight: bold; line-height: normal;
padding: 6px 0px 6px 0px;
}

a.but-erwaseens {
	display: block;
	width: 256px;
	height: 50px;
	background-image: url('../img/but-erwaseens.png');
}
a.but-erwaseens:hover {
	background-position: center bottom;
}

hr {
border: 0;
width: 210px;
color: #5b7d94;
background-color: #5b7d94;
height: 2px;
text-align: center; 
}

hr.nieuws {
border: 0;
width: 610px;
color: #5e87a3;
height: 1px;
}

#nieuwsdatum{
text-align: left;  
font-family: verdana, arial, sans-serif; color: #5e87a3; font-size: 11px; font-weight: normal;
margin: 0px 0px 0px 0px;
}

td.leegheian {
width: 14px;
}

td.leeg {
width: 8px;
height: 8px;
} 

.overfoto:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;

}

#menucontent a:link {text-decoration: none; color: #ffffff; font-weight: bold;}
#menucontent a:visited {text-decoration: none; color: #ffffff; font-weight: bold;} 
#menucontent a:hover {text-decoration: none; color: #191a1c; font-weight: bold;}

#menufoto { 
margin: 0px 0px 12px 0px;
}

li.stijl {list-style: square inside; color: #6b93ae;} 

p { margin-top: 12px; } 

a:link {text-decoration: none; color: #c1320c; font-weight: bold;}
a:visited {text-decoration: none; color:#c1320c; font-weight: bold;} 
a:hover {text-decoration: none; color:#191a1c; font-weight: bold;} 

input.btn {
font-weight: bold;
font-family: arial, verdana, helvetic, sans-serif;
color: #ffffff;
font-size: 10px;
background-color:#6b93ae;
border:1px solid;
border-top-color:#3c6784;
border-left-color:#3c6784;
border-right-color:#3c6784;
border-bottom-color:#3c6784;
height: 20px;
padding: 2px 2px 3px 2px;
}

INPUT {
font-weight: normal;
font-size: 11px;
border:1px solid;
color: #191a1c;
font-family: verdana, arial, sans-serif;
background-color: #6b93ae;
border-top-color:#3c6784;
border-left-color:#3c6784;
border-right-color:#3c6784;
border-bottom-color:#3c6784;
}

.submit input {
	background: #6b93ae;
	border: 1px solid #191a1c;
	font-family: verdana, arial, sans-serif; color: #ffffff; font-size: 11px; font-weight: bold;
	width: 150px;
	padding: 2px;
}

select {
	border: 1px solid #191a1c;
	font-family: verdana, arial, sans-serif; color: #191a1c; font-size: 11px; font-weight: normal;
	background-color: #e6f0f7;
}

textarea {
	border: 1px solid #191a1c;
	font-family: verdana, arial, sans-serif; color: #191a1c; font-size: 11px; font-weight: normal;
	background-color: #e6f0f7;
}


div#errors {
	width: 400px;
	margin:0 auto;
}

label {
	float: left;
	width: 128px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #3c6784;
	font: 11px arial, verdana, helvetic, sans-serif;
	color: #000000;
	background: #b8cfde;
}

input.fout, textarea.fout {
	border: 1px solid #3c6784;
}

label.fout {
	color: #cc320d;
}



#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font: 11px arial, verdana, helvetic, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 90px;
	padding-top: 5px;
	font: 11px arial, verdana, helvetic, sans-serif;
}


