/* CSS Document */
body {
	background-color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
position:relative;
margin:auto;
width:710px;
z-index:1;
}
#container {
	position:absolute;
	top:5px;
	width:700px;
	z-index:1;
	background-image: url(../gfx/achtergrond.gif);
	background-repeat: repeat-y;
	}
#header {
	position:relative;
	float:left;
	clear:both;
	width:700px;
	height:132px;
	z-index:2;
}
#coll-left {
	position:relative;
	float:left;
	width:415px;
	z-index:2;
	padding:20px 0px 0px 25px;
}
#coll-right {
	position:relative;
	float:left;
	width:190px;
	z-index:2;
	padding:80px 0px 0px 35px;
}
#footer {
	position:relative;
	float:left;
	clear:both;
	width:690px;
	height:28px;
	padding:10px 0px 0px 10px; 
	z-index:2;
	font-size:10px;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	}
#navigatie {
	position:absolute;
	left:1px;
	top:98px;
	width:473px;
	height:57px;
	z-index:4;
	background-image: url(../gfx/rode-balk.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	
}
.left-title {
padding:30px 0px 0px 25px;
}
#laptop {
	position:absolute;
	left:488px;
	top:29px;
	width:161px;
	height:186px;
	z-index:2;
}
.float-left { 
float:left;
margin-right:15px;
}
hr {
color:#DADADA;
margin-top:35px;
#margin-top:10px;
margin-bottom:25px;
}
a:link,a:visited {
color:#D52D00;
text-decoration:none;
}
a:hover {
color:#7D1111;
font-weight:bold;
}
.title {
color:#790505;
font-weight:bold;
}

ul {
list-style: inside square;
line-height:160%;
#line-height:140%;
}
.red {
color:#D52D00;
}

