* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	background: #f1f1f1;
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size:0.8em;
}


/* ------------Containers-----------*/

#wrapper {
	background-image: url(images/background.png);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 609px;
	width: 871px;
}

#content {
	text-align: left;
	padding-left:100px;
	clear:both;

}

#content2 {
	text-align: left;
	padding-left:70px;
	padding-top:200px;
	clear:both;
}

#disclaimer {
	width: 350px;
	font-size: 10px;
	color: #336600;
	clear:both;
	margin-left:215px;
}

#adres {
	margin-left: 240px;
	margin-top:50px;
	float: right;
	margin-right:100px;
	margin-bottom:25px;
}

/* -----------------Formulier -------*/

form {
	margin-left:120px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #003366;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	border: none;
}

.buttons{
	font-size: 10px;
	background-color: #F2F2F2;
	border: 2px outset #292F70;
	width: 80px;
	margin-left: 50px;
	border: 1px solid #003366;
}

textarea {
	height: 75px;
	width: 350px;
	border: 1px solid #003366;
}

br {
	clear: left;
}


/* Links opmaken */ 
a:link {
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;

}
a:visited {
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: underline;	
}
a:active {
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}
/* -------------Overig -------------- */
h2 {
	color:#336600;
	font-family: "century gothic",verdana,"trebuchet MS";
	font-size:1em;
}
 img {
 	border:none
 }
 
 ul {
 	list-style-image: url(images/bullet.gif);
}

li {
	margin: 8px 0;
}

#adres li {
	margin:0px;
	padding:0px;
	list-style-image: none;
	color:#666
}

p {
	margin: 8px 0;
}

.menolo {
color:#999;
font-size:10px;
}

