body {
	font-family: Georgia;
	background-color: #FFFFFF;
}

div#header h1 {

    padding: 74px 0 0 0;
    overflow: hidden;
    background-image: url("/img/navtop.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:74px;

	margin: 0px;

}

div#box1 { display:none;}
div#box2 { display:none;}
div#box3 { display:none;}
div#box4 { display:none;}
div#box5 { display:none;}


div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}
div#header {
	width: 815px;

}
div#nav {
	width: 815px;
	height: 66px;
	background-image: url("/img/navbottom.gif");
}
div#navigation div#links {
	width: 815px;
	text-align: center;
}
div#navigation div#links  a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin-left: 3px;
	margin-right: 3px;
}
div#content {
	width: 765px;

	background-image: url("/img/contentback.gif");
	font-size: 10pt;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	
}


div#footer {
	width: 815px;
	height: 49px;
	background-image: url("/img/footer.gif");
	
}
div#footer div#adres {
	font-size: 8pt;
	padding-top:  22px;
	width: 815px;
	text-align: center;
	color: white;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px 0px;
	vertical-align:text-bottom;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */