body{ 
	behavior: url(/css/csshover3.htc); 
	margin:0; 
 	padding:0;
	background: url() no-repeat center top;
 	text-align:center;
 	height: 100%;
}
 
#container{ 
	border:none;
	width: 100%;
 	text-align: left;
}

#titel1{
	position:relative;
	top: 49px;
	width: 100%;
	background-color: #577CB3;
}

#titel2{
	position:relative;
	width: 914px;
	top: 0;
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 1px solid #577CB3;
}

#leftcol, #rightcol, #header2, #header1, #header1_nav, #service_nav, #print, #history{
 	display:none;
}
 
#content{ 
	padding-top: 30px;
	width: 100%;
 	float: none;
}

#adres{
	left:0;
}

/* *** Float containers fix*/
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}
