HTML{ height:100%;}

BODY { 
	background: #006f53;
	height: 100%;
  	margin:0;
  	text-align:center;
	}

div#container {
	margin: 0px auto 0px;
	padding: 0px;
	width:1024px;
	background: #006f53;
	text-align: left;
}

div#header {
	position: absolute;
	width: 1024px;
	height: 195px;
	background-image: url(../images/website/header.jpg);
	background-repeat: no-repeat;
	background-position:top left;	
}

div#language {
	float:right;
	border: none;
	margin-right: 100px;
	margin-top: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

div#language A {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	text-decoration: none;
}

div#language A:hover {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #006f53;
	text-decoration: none;
}

div#logo {
	margin-left: 30px;
	text-align: left;
}

div#menu {
	width: 1024px;
	margin-top: 173px;
	margin-left: 125px;
	text-align: left;
}

div#menu A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006f53;
	text-decoration: none;
}

div#menu A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006f53;
	text-decoration: underline;
}

div#main {
	position: absolute;
	margin-top: 195px;
	width: 1024px;
	min-height: 500px;
	background-image:url(../images/website/main_repeat.jpg);
	background-repeat: repeat-y;
}

div#footer {
	padding-top: 5px;
	position: absolute;
	margin-top: 695px;
	width: 1024px;
	height: 58px;
	background-image: url(../images/website/footer.jpg);
	background-repeat: no-repeat;
	background-position:bottom top;	
	text-align: center;
}

div#footer span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: center;
	vertical-align: bottom;
}


div#content {
	margin-top: 25px;
	width: 800px;
	padding-left: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

div#content A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b6a579;
	text-decoration: none;
}

div#content A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b6a579;
	text-decoration: underline;
}

div#content H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #006f53;
}
form
    { 
    width: 550px;
	text-align: left;
    }
	
label
    {
    float: left;
    width: 75px;
    text-align: left;
	width: 200px;
}

.offerte
    {
    float: left;
    width: 75px;
    text-align: left;
	width: 300px;
}

input
    {
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }
	
select
    {
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }
	
textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    }
	
input.knop {
	background-color: #b6a579;
	border-width: 1px;
    border-style: solid;
    border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}