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

body{
	font-family	: verdana;
	font-size	: 10pt;
	color:black;
	background-color:#083e1a;
	text-align: center; /* for IE */
}

#container{
	margin	: 0px auto;
	width	: 1000px;
	background-color:white;
	text-align: left;
}

#header-vervolg{
	width	: 1000px;
	height	: 202px;
	background-color:white;
}

#header{
	width	: 1000px;
	height	: 202px;
	background-color:white;
	background: url('http://www.slapeninolterterp.nl/fileadmin/templates/img/logo.jpg') no-repeat top right;
}

#achter{
	float	: left;
	margin-top: 0px;
	width	: 1000px;
	height	: 154px;
	background: url('http://www.slapeninolterterp.nl/fileadmin/templates/img/hout.jpg') no-repeat top right;
}

#menu{
	float	: left;
	margin-top: 26px;
	width	: 518px;
	height	: 20px;
}

#titel{
	float	: right;
	margin-top: 26px;
	width	: 470px;
	height	: 20px;
}


#menu ul li{
	list-style: none;
	display: inline;
	font-family: Calisto MT;
	font-size: 11pt;
	color: #9aa530;
}
#menu li a{
	font-family: Calisto MT;
	font-size: 11pt;
	text-decoration: none;
	color: black;
}

#menu li a:hover{
	color: #9aa530;
}


#actief a{
	font-family: Calisto MT;
	font-size: 11pt;
	text-decoration: none;
	color: #9aa530;
}

#actief a:hover{
	color: #black;
}


#main-vervolg{
	width	: 1000px;
	height	: 429px;
	border	: 0px solid #fff;
	background-color:white;
}

#afbeelding{
	float	: left;
	width	: 518px;
	height	: 429px;
	background-color:white;
}

#content{
	float	: right;
	width	: 468px;
	height	: 429px;
	overflow: auto;
	background: url('http://www.slapeninolterterp.nl/fileadmin/templates/img/bg.jpg') no-repeat bottom right;
	background-color:white;
}

#content a{
	text-decoration: none;
	color:black;	
}

#content a:visited{
	text-decoration: none;
	color:black;
}

#content a:hover{
	color: #083e1a;
}


#footer{
	width	: 980px;
	margin-top: 385px;
}

#footer p{
	color	: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding	: 0px;
	margin	: 0px;
}

#main{
	width	: 1000px;
	height	: 405px;
	background: url('http://www.slapeninolterterp.nl/fileadmin/templates/img/front.jpg') no-repeat;
	border-top:1px solid white;

}

/* forms fields */
select {  
font-family	: verdana;
font-size	: 10pt;
color:black;
}

textarea {
font-family	: verdana;
font-size	: 10pt;
color:black;
border-right: #000000 1px solid; 
border-top: #000000 1px solid; 
border-left: #000000 1px solid; 
text-indent: 0px; 
border-bottom: #000000 1px solid
}

input {
font-family	: verdana;
font-size	: 10pt;
color:black;
border-top-width: 1px; 
border-left-width: 1px; 
border-left-color: #000000;
border-right-width: 1px; 
border-right-color: #000000;
border-bottom-width: 1px; 
border-bottom-color: #000000;
border-top-color: #000000; 
text-indent: 1px; 
background-color: #ffffff; 
}

body,p,ol,ul,div,td {
font-family	: verdana;
font-size	: 10pt;
color:black;
}


