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


body {
	background-color: #1e1b17;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7dba1;
	text-align:center;

}


html {
	background-color: #1e1b17;
	width:100%;
	z-index:-1;
}

#container {
	position:absolute;
	width: 1000px;
	height: 600px;
	background-image:url(Afbeeldingen/back.jpg);
	background-repeat:no-repeat;
	z-index: 1;
	left:50%;
	top:50%;
	margin: -300px 0 0 -520px;
	background-color: #1e1b17;	
}

#container1 {
	position:relative;
	width:520px;
	height:420px;
	background-color:#1e1b17;
}

#container #logo {
	background-image:url(Afbeeldingen/banner.jpg);
	background-position:center;
	position:absolute;
	width:383px;
	height:77px;
	top: 20px;
	left: 450px;
	z-index: 10;
	visibility: visible;
}

#container #content {
	position: absolute;
	width: 520px;
	height: 420px;
	top: 110px;
	left:330px;
	background-color:#1e1b17;
}

#container #navigatie {
	position:absolute;
	width: 300px;
	height: 430px;
	top: 93px;
	left: 20px;
}

#container #nav {
	position:absolute;
	width: 100px;
	height: 100px;
	top: 400px;
	left: 880px;
}
	
#container1 #contact1 {
	position:absolute;
	height: 50px;
	width: 520px;
	top: 0px;
	left:0px;
	background-color:#1e1b17;
}

#container1 #contact2 {
	position:absolute;
	top: 53px;
	left:-1px;
	background-color:#1e1b17;
	height: 326px;
	width: 250px;
}

#container1 #contact3 {
	position:absolute;
	top: 30px;
	left:258px;
	background-color:#1e1b17;
	height: 358px;
	width: 259px;
}

#container1 h1{
	font-size: 1.1em;
	color: #c7bda1;
	text-align:left;
	padding: 0px;
}

label{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:left;
}

fieldset{
	width: 220px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #1e1b17;
	font-family: verdana;
	overflow:hidden;
}

legend{
	background-color: #1e1b17;
	color: #1e1b17;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	font-size: 0.8em;
}

input{
	margin: 2px 0 9px 0;
	padding: 1px 0 2px 0px;
	border: 1px solid #577270;
	background-color: #c7bda1;
	width: 220px;
}

textarea{
	margin: 2px 0 9px 0;
	padding: 1px 0 2px 0px;
	border: 1px solid #577270;
	background-color: #c7bda1;
	width: 220px;
}

.button{
	background-color: #c7bda1;
	color: #577270;
	font-weight: bold;
	width: auto;
	margin: 0 0px 0 0;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
}

ul{
	list-style: none;
	text-align:left;
}

li{
	padding-top:20px;
}

a:link, a:visited{
	color: #c7bda1;
	background: #1e1b17;
	text-decoration: none;
}

a:hover, a:active{
	color: #577270;
	background: #1e1b17;
	text-decoration: none;
}

