@charset "UTF-8";
/* CSS Document */

body {
	background:#cccccc;
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	line-height:20px;
	color: #333333;
}

h1 {
	font-family:"Trebuchet MS", Verdana;
	font-size:13px;
	font-style:oblique;
	color: #ff6600;
}
	
* {
	margin:0;
	padding:0;
}
	
	
#wrapper {
	width:955px;
	height:600px;
	background-color:#ffffff;
	position: absolute;
	top: 50%; 
	margin-top: -300px;
	left: 50%; 
	margin-left: -477px;
	padding:5px;

}
	
#header {
	height:100px;
	text-align:center;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	padding-bottom:10px;
}

#content {
	height:475px;
}

#item-left	{
	width:250px;
	padding:15px;
	float:left;
	min-height:100px;
	background-image:url(images/vlakje.png);
	background-repeat: no-repeat;
}

#item-right	{
	width:645px;
	padding:15px;
	float:right;
	min-height:100px;
	background-image:url(images/vlakje.png);
	background-repeat: no-repeat;
}

#footer {
	height:25px;
	text-align:center;
	border-top: 1px dotted #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ff6600;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
}
