/* Altijd een vertical scrollbar in FF */
html {
overflow: -moz-scrollbars-vertical;
}

* { padding: 0; margin: 0; }

body {
margin:0px 0px 0px 0px auto;
background-color: #ffffff;
overflow-y: auto;
overflow-x: hidden;
}

#intro { 
font-family: helvetica, verdana, arial, sans-serif; color: #000000; font-size: 12px; line-height: 140%;
background-image: url(../img/intro-back.jpg);
position: absolute;
left: 50%;
top: 50%;
width: 674px;
height: 420px;
margin-top: -210px; /* half of the height */ margin-left: -350px; /* half of the width */ 
}

#container {
background: #ffffff; 
margin: 0 auto;
width: 950px;
height: 100%;
padding: 0px 0px 24px 0px;
}

#flash {
float: left; 
width: 692px;
height: 316px;
padding: 0px 0px 0px 0px;
}

#logorechtsboven { 
background: #3e6641;
margin: 0px 0px 0px 0px;
height: 250px;
width: 258px;
background-image: url(../img/logo-rechtsboven.gif);
padding: 0px;
background-repeat: no-repeat;
}

#menu {
text-align: center;  
background: #ff9406;
margin: 0px 0px 0px 0px;
height: 310px;
width: 258px;
padding: 24px 0px 6px 0px;
}

#menucontent {
text-align: center;  
font-family: helvetica, verdana, arial, sans-serif; color: #3e6641; font-size: 15px; font-weight: bold; line-height: normal;
padding: 6px 0px 6px 0px;
}

#menucontent a:link {text-decoration: none; color: #ffeacd; font-weight: bold;}
#menucontent a:visited {text-decoration: none; color: #ffeacd; font-weight: bold;} 
#menucontent a:hover {text-decoration: underline; color: #ffffff; font-weight: bold;}

hr.menulijn {
width: 100%;
color: #d97e05;
height: 2px;
}

#menutussen { 
background: #ffffff;
margin: 0px 0px 0px 0px;
height: 20px;
width: 258px;
float: left;
padding: 0px;
}

#rechtsfoto { 
background: #3e6641;
margin: 0px 0px 0px 0px;
height: 174px;
width: 258px;
float: left;
padding: 0px;
}

#rechtscontent { 
width: 234px;
background: #3e6641;
margin: 0px 0px 0px 0px;
float: left;
padding: 12px 12px 24px 12px;
}

#rechtstitel { 
width: 258px;
font-family: helvetica, verdana, arial, sans-serif; color: #ffffff; font-size: 14px; font-weight: bold; 
margin: 0px 0px 0px 0px;
float: left;
padding: 0px 0px 6px 0px;
}

#rechtstekst {
width: 224px; 
font-family: helvetica, verdana, arial, sans-serif; color: #bccabd; font-size: 12px; line-height: 140%; 
margin: 0px 0px 0px 0px;
float: left;
padding: 0px 0px 0px 0px;
}

#content {
background: #ffffff;
margin: 0px 0px 0px 0px;
width: 624px;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 24px;

}

#teksten {
width: 620px;
background: #ffffff;
font-family: helvetica, verdana, arial, sans-serif; color: #000000; font-size: 12px; line-height: 140%;
margin: 0px 0px 0px 0px;
padding: 12px 0px 0px 0px;
}

#footer {
width: 610px;
background: #ffffff;
border: 1px #ff9406 solid;
font-family: helvetica, verdana, arial, sans-serif; color: #000000; font-size: 12px;
float: left;
padding: 6px;
margin: 0 0 0 24px;
text-align: center;
}


li.stijl {list-style: square inside; color: #f37629;} 
li.bullit {list-style: square inside; color: #5e5e5e;} 

p { margin-top: 12px; } 

a:link {text-decoration: underline; color: #da0005; font-weight: bold;}
a:visited {text-decoration: underline; color:#da0005; font-weight: bold;} 
a:hover {text-decoration: underline; color:#000000; font-weight: bold;} 

input.btn {
font-weight: bold;
font-family: helvetica, verdana, arial, sans-serif; color: #000000; font-size: 12px;
background-color:#f37629;
border:1px solid;
border-top-color:#f37629;
border-left-color:#f37629;
border-right-color:#f37629;
border-bottom-color:#f37629;
height: 16px;
}

INPUT {
font-weight: normal;
font-size: 11px;
border:1px solid #5e5e5e;
color: #4F4F4F;
font-family: helvetica, arial, verdana, sans-serif;
background-color: #ffffff;
    height: 16px;
}

.submit input {
	background: #ff9406;
	border: 1px solid #5e5e5e;
	font-family: helvetica, verdana, arial, sans-serif; color: #ffffff; font-size: 11px; font-weight: bold;
	width: 150px;
	padding: 2px;
}

select {
	border: 1px solid #5e5e5e;
	font-family: helvetica, verdana, arial, sans-serif; color: #142c63; font-size: 11px; font-weight: normal;
	background-color: #eff4fc;
}

textarea {
	border: 1px solid #5e5e5e;
	font-family: helvetica, verdana, arial, sans-serif; color: #142c63; font-size: 11px; font-weight: normal;
	background-color: #ffffff;
}