html,
	body {
	margin:0;
	padding:0;
	font-family: Arial, serif;
	font-size:11px;
	color:#FFF;
	background-color: #000000;
	line-height:18px;
	}

	/* styles for IE 5 Mac */
	#centerwrap {
			background-color: #222222;
		width:800px;
		
		position:relative;
	}
	
	#mainbox {
	
	position:absolute;
	width:800px;
	overflow:visible;
	height: auto;
	float:left;
	background-color: #222222;
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	#centerwrap {
	position:absolute;
	left:50%;
	margin-right: 0;
	
	margin-left: -400px;		
	}
	/* end hack */

#topmenu {
	width: 100%;
	height: 20px;
	position: relative;
	float:left;
	text-align: right;
	background-color: #222222;	

	
}
#intro {
	float:left;
	height: 315px;
	width: 100%;
	position: relative;
	background-color: #000000;	
	
	
}
#lead {
	
	width: 370px;
	position: relative;
	
	
	float:left;
	
}
#picture {
	width: 400px;
	position: relative;
	float:left;
	
}
#specs {
	top:16px;
	width: 100%;
	height: 320px;
	background-color:#222222;
	position: relative;
	
	clear:both;
	float: none;
	
	
}
#column1,#column2,#column3 {

	width: 230px;
	position: relative;
	
	float:left;
	font-size: 13px;
	margin-left:18px;
	margin-right:16px;
}
#column1,#column2 {
	
	

}
h1 {
	margin-top: 0px;
	font-size: 36px;
}
h2 {
margin-top: 0px;
	width:100%;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom:10px;
	height: 26px;
	
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}

.blog .post{
	width: 100%;
	height: 20px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 2px;
	display:block;
}

a:hover .datum{
	color: #FFFFFF;

}
.datum {
	font-weight: bold;
	color: #FF9900;
}
.datum {
	color: #FF9900;
	font-weight: bold;
}
a{
	padding: 3px;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;	
}
a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
}

.knop {

padding: 0px;

}
#maillist_form{
	background-color: #333333;
	width: 100%;
	height: 100px;
}
#maillist_form div.label 

{

width: 50px;

text-align: right;

clear: both;

float: left;

display: inline;


padding-left: 8px;
padding-right: 0px;
padding-top: 8px;
padding-bottom: 0px;

}

#maillist_form div.input {
							width:150px;	
							text-align: left;	
							float: right;	
							display: inline;	
						padding-left: 8px;
padding-right: 8px;		
padding-top: 8px;
padding-bottom: 0px;						 
						
							color:#555;
}