@import "reset.css";


a:link {
	text-decoration: none;
	color:black;
}

a:visited {
	text-decoration: none;
	color:black;
}

a:hover {
	text-decoration: none;
	color: #f78800;
}

a:link {
	text-decoration: none;
	color:black;
}

body {
		background-image: url(../pictures/bg2.gif);
		background-repeat: repeat-x;
		background-color: #77a2fe;
}

#logo {
	position: absolute;
	width: 300px;
	height: 153px;
	top:0px;
	background-image: url(../pictures/logo.gif);
}

#adres {
	position: absolute;
	width: 291px;
	height: 144px;
	right: 20px;
	top: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 120%;
}


#wrap {
	position: absolute;
	width: 900px;
	height: 356px;
	left: 50%;
	margin-left: -450px;
	margin-top: 160px;
	
}

#edupartner {
	display:none;
	position: absolute;
	width: 200px;
	height: 350px;
	border: medium solid black;
}

#edupartnerlogo {
   background-image:url(../pictures/edu.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 92px;
	margin-top: 33px;
	margin-left: 19px;
}

#compustunt {
	display:none;
	position: absolute;
	width: 200px;
	height: 350px;
	border: medium solid black;
	margin-left: 231px;
}

#compustuntlogo {
	background-image: url(../pictures/compu.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 90px;
	margin-top: 35px;
	margin-left: 3px;
}

#webdesign {
	display:none;
	position: absolute;
	width: 200px;
	height: 350px;
	border: medium solid black;
	margin-left: 464px;
}

#weblogo {
	background-image: url(../pictures/webd.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 92px;
	margin-top: 33px;
	margin-left: 21px;
}

#projecten {
	display:none;
	position: absolute;
	width: 200px;
	height: 350px;
	border: medium solid black;
	margin-left: 697px;
	}
	
#projectenlogo {
	background-image: url(../pictures/ander.jpg);
	background-repeat: no-repeat;
	width: 186px;
	height: 94px;
	margin-top: 31px;
	margin-left: 5px;
}

.content {
	text-align: justify;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding-left: 5px;
   padding-right: 5px;
}

.meer {
	position:absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom: 5px;
	right: 5px;
}
	

