body
{
	margin: 0;
	padding: 0;
	font: 85%  Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(fotos/background.png);
		}


#totaal
{
	margin: 1em auto;
	width: 955px;
	text-align: left;
	background-color: #EAEAEA;
	border: 1px none #fff;
	
	position: relative;
	}



#header
{
	height: 180px;
	width: 955 px;
	background-image: url(fotos/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 2px none #fff;
	border-bottom: 1px solid #fff;
	background-color: White;
	background-position: center;
	top: 2px;
}

#menu
{
	float: left;
	width: 165px;
	padding-left: 15px;
	background-color: transparent;
	text-align: center;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
a:link {
	color: Black;
	
}
a:visited {
		color: Black;
}
a:hover {
		color: Red;
}
a:active {
	color: none;
	}	


#content {
	margin: 15px 5px 15px 195px;
	
	overflow: auto;
	position: relative;
	overflow-x: hidden;
	scrollbar-arrow-color: Gray;
	scrollbar-base-color: #DCDCDC;
}

#form {
	margin: 15px 5px 15px 195px;
	height: 300px;
	overflow: auto;
	position: relative;
	overflow-x: hidden;
	scrollbar-arrow-color: Gray;
	scrollbar-base-color: #DCDCDC;
}

form
    {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	padding: 15px;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

	 label
    {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 15px;
    }

	  label2
    {
	float: right;
	width: 75px;
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}
	 
input
    {
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	
}	 

select
    {
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	
}	
	 
textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 5px;
    }
	 
#content p {line-height: 165px;}
.tekst { border-bottom: 1px solid #C5C877; }
.imagefloat {
	float: right;
	margin: 10px 10px 10px 10px;
}
.H1 {
	font-size: larger;
	font-weight: bold;
}
.H2 {
	font-style: italic;
	font-weight: bold;
}

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
	background-color: Gray;
	}

li {
	list-style: square inside;
	
}

