@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
	background: #FFF;
	font-family: 'Lucida Grande', 'Lucida sans';
	font-size: 11px;
	line-height: 16px;
	color: #4F4F4F;
}

p{ margin: 6px 0;}

a{ color:#4F4F4F; text-decoration:underline;}
a:hover{text-decoration:blink;}
a:visited{ color:#4F4F4F; text-decoration:underline;}

ul{list-style:none}

br.break{ clear:both;} 

#header, #middle, #footer{}

#header{ background:#FF0; padding:10px; margin:0 0 30px 0; overflow:hidden;}
#header a{ text-decoration:none;}
#header .stage{ color:#000;}

#middle{  width:auto; }

#content{ overflow:hidden;}

#items{ width:4000px;}

#navigation{
	float:left;
	background:#000;
	color:#FFF;
	padding:10px;
}

#navigation a{color:#FFF;}
#navigation ul{ list-style:none;}

.items{ width:320px; float:left; border:#000 1px dotted; margin:0 10px; padding:5px;}
.items h2{ font-size:15px; color:#000; border-bottom:#000 2px dotted; margin:0 0 5px 0; padding:0 0 2px 5px;}
.items h3{ font-size:14px; color:#000; font-weight:normal; margin:2px 0 7px 0; }
.items ul li{margin:5px 0; padding:4px 0; border-bottom:1px #999 dotted;}
.items ul li.last{margin:auto; padding:4px 0 0 0; border-bottom:none;}
.items img{ margin: 3px 0;}
.items a img { border:none;}

.items li table tr td{ vertical-align:top;}

.active{background: url(../img/stripebg.jpg) repeat;}

#item-home{
	border:none;
}

table.afstuderen td.left{ width:110px;}


#footer{background: url(../img/stripebg.jpg) repeat scroll; padding:10px; margin-top:30px;}
#footer img { position:relative; top:3px;}
#footer span{ background:#000;}

