@charset "utf-8";
/* CSS Document */

body {
	/* background: #fff url(../images/background.png) repeat-x; */
	background-color: #4675f9;
	font: 13px Arial;
	/* color: #2d2d2d; */
	color: #ffffff;
	line-height: 20px;
}

input, textarea {
	font-family: Verdana;
	font-size: 11px;

}

a {
	color: white;
}

#intro {
	position: absolute;
	top: 35px;
	left: 40px;
	z-index:12;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 240px;
	height: 127px;
	text-indent: -99999em;
	margin: 0;
	z-index: 1;
}

#wrapper {
	position: absolute;
	top: 28px;
	left: 310px;
	z-index: 11;

}

#adres {
	position:absolute;
	font-size: 10px;
	width: 770px;
	padding : 0px;
	margin: 0px;
	top: 500px;
	left: 200px;
	text-align: center;
}

#tekst {
	width: 500px;
	height:450px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	background: url(../images/backform.png);
}

#menu_websites {
	position: absolute;
	left: 52px;
	top: 200px;
}

#websites {
	margin: 0;
	padding: 1px;
	list-style-type: none;
	width: 200px;
	float: left; /* Bevat floated list items, IE 6 bug fix */
	/* background: url(../images/bg_checkered_dark.gif); */
}

#websites li {
	margin: 0;
	padding: 0;
	float: left;  /* IE 6 */
	width: 100%;  /* bug fix */
	/* background-color: #656565; */	
}

#websites a {
	display:block; /* a href is normaal inline, nu block waardoor clickable area groter wordt */
	color: #fff;
	text-decoration: none;
	padding-left: 8px;
	line-height: 24px;
	border-bottom: 1px solid #fff;
}

#websites #laatste a {
	border:none;
}

#websites a:hover {
	color: #fff;
	background: #ac173f;

}
#websites li {
	padding-left:0px;
	margin: 0;
	padding: 0;
	width:270px;
}

#mailform {
}

#mailform td {
	line-height: 30px;
	padding-left:15px;
	padding-right:15px;
}

#grijzebalk {
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background: url(../images/gras_back_repeat.jpg) repeat-x;
	border-bottom: #757575 solid 1px;
}
