body {
	background-color: black;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

.ajaxwaiter {
	border: none;
	visibility: hidden;
}

.ajaxfeedback {
	font-size: 7pt;
}

.indent {
	margin-left: 10px;
}

.indent2 {
	margin-left: 25px;
}

a {
	color: #e3e3e3;
}

img {
	vertical-align: middle;
	padding: none;
}

p {
	line-height: 1.2em;
}

.titelke {
	line-height: 2em;
	font-weight: bold;
	font-size: 12pt;
}

h1, h2 {
	text-align: center;
}

#left {
	position: absolute;
	padding-top: 5px;
	top: 0px;
	width: 50%;
	left: 15px;
	height: 430px;
}

#contact {
	position: absolute;
	padding-top: 5px;
	top: 0px;
	left: 55%;
}

#formulier {
	position: absolute;
	top: 100px;
}

#container {
	position: relative;
	width: 670px;
	height: 480px;
	margin: auto;
	padding: 5px;
	background-color: #151515;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;	
	padding-bottom: 20px;
}

#footer {
	position: relative;
	top: 500px;
	width: 52%;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	font-size: 8pt;
}

input, textarea {
	border: 1px solid grey;	
}