/* CSS Document */

body {
background-color: #ffffff ;
background-image:url(img/achter.jpg) ;
background-repeat:repeat;
font-family:arial, sans-serif;
margin-top:0px;
color:#666;
font-size:0.84em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
}

#header {
background-image:url(img/header.jpg) ;
background-repeat:no-repeat ;
margin-left:auto ;
margin-right:auto ;
width: 766px ;
height: 157px ;
}

#container {
width:766px ;
height:auto;
margin-left: auto ;
margin-right: auto ;
position:static;
margin-top:-10px;
background-color:#FFFFFF;
}


#textbox {
padding-left:25px;
padding-right:20px;
width:500px;
}

#imgbox {
position: absolute ;
margin-left: 566px ;
padding-top: 25px ;
background-color:#0168B5;
width:200px ;
}

h1{
	font-size:16px;
	font-weight: bold;
	color:#212b4d;
	padding-top: 15px;
	margin-left:-5px;
}

h2{
	font-size:14px;
	font-weight: bold;
	color:#2d3d75;
	margin-left:15px;
}

#footer {
background-image:url(img/footer.jpg) ;
width:766px;
vertical-align: middle;
background-repeat:repeat-x ;
height:36px;
font-size:10px;
text-align:center;
padding-top: 9px;
color: #ffffff;
}


