*{
	padding: 0;
	margin: 0;
}
body, html{
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	background-image: url(../img/background_pattern.jpg);
	background-repeat: repeat-x;
}
div#container{
	height: auto;
	width: 624px;
	margin-left: auto;
	margin-right: auto;
}
div#header{
	padding-top: 80px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: 0 80px;
	overflow: hidden;
}
/*home items*/

img { border: 0; }

div#row1{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
}
div#row2{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
}
div#row3{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
}
div#row4{
	width: 100%;
	overflow: hidden;
}
div.item1{
	float: left;
	width: 311px;
	margin-right: 2px;
	height: 138px;
}
div.item2{
	float: right;
	width: 311px;
	height: 138px;
}

/*backgrounds*/
div#Rotterdam{
background-image: url(../img/rotterdam.jpg);
}
div#Utrecht{
background-image: url(../img/utrecht.jpg);
}
div#Delft{
background-image: url(../img/delft.jpg);
}
div#Amsterdam{
background-image: url(../img/amsterdam.jpg);
}
div#Leiden{
background-image: url(../img/leiden.jpg);
}
div#Groningen{
background-image: url(../img/groningen.jpg);
}
div#Wageningen{
background-image: url(../img/wageningen.jpg);
}
div#info{
background-image: url(../img/info.jpg);
}
div#footer{
	text-align: right;
	font-size: 10px;
	color: #A99999;
	padding-bottom: 10px;
	padding-top: 5px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #A99999; text-decoration: none; font-weight: normal;
}

#footer a:hover {
	color: #A99999; text-decoration: underline; font-weight: normal;
}