@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	background-color:#003267;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.website{
	width:780px;
	height:660px;
	margin-left:auto;
	margin-right:auto;
}
#slogan{
	color:#FFFFFF;
	font-size:26px;
	margin-top:7px;
	margin-left:4px;
}
#profisteel{
	position:absolute;
	margin-top:75px;
	margin-left:35px;
	border:0px;
}
#newbativel{
	position:absolute;
	margin-top:75px;
	margin-left:600px;
	border:0px;
}
.menu{
	position:absolute;
	margin-top:80px;
	margin-left:305px;
}
.menu img{
	border:0px;
	margin-bottom:10px;
}
.inhoud{
	position:absolute;
	margin-top:290px;
	margin-left:365px;
	font-size:0.7em;
	width:305px;
}
h1{
	margin-top:0px;
	color:#003267;
	font-size:15px;
}
h2{
	margin-top:0px;
	color:#003267;
	font-size:13px;
}
.footer{
	position:absolute;
	width:305px;
	margin-left:385px;
	margin-top:560px;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
}
.footer a:link{
	color:#FFFFFF;
}
.footer a:visited{
	color:#FFFFFF;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
	
