@charset "utf-8";
/* CSS Document */
body{
margin:0px;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#main_container {
	position:absolute;
	width:711px;
	left:50%;
	margin-left:-357px;
}
#logo {
width:100%;
height:60px;
background-image:url(images/logo.png);
background-position: right;
background-repeat:no-repeat;
}
#menu_container{
margin-left:184px;
background-color:#013C7E;
height:87px;
width:527px;
}
#sphere{
	position:absolute;
	left:0px;
	top:60px;
	width: 184px;
	height:198px;
}
#submenu {
	position:absolute;
	top:208px;
	left:0px;
	margin-top: 44px;
}
#submenu_item{
	width:184px;
	height:35px;
	background-image: url(images/pijl.png);
	background-repeat:no-repeat;
}
#menu_item_link{
	margin-left:15px;
	height:35px;
	line-height:35px;
}
#head_item {
margin-left:6px;
line-height:18px;
font-family:Trebuchet MS,Verdana;
font-size:15px;
color:#FFFFFF;
}
#footer {
	position:absolute;
	width:711px;
	bottom:-35px;
	height:35px;
	background-image:url(images/footer.jpg);
	background-position:right;
	background-repeat:no-repeat;
	line-height:35px;
	color:#FFFFFF;
}
#content {
margin-left:188px;
width:521px;
}
#tekst {
margin-left:10px;
margin-right:55px;
margin-bottom:20px;
}
#copyright {
	position:absolute;
 	width:711px;
	bottom:-80px;
	line-height:35px;
	color:#000000;
	font-size:10px;
}


