@charset "UTF-8";
/* CSS Document */

/* LAYOUT */

@font-face
{
font-family: "Versailles"; 
src: local("Versailles"),
url("http://dexl-partner.de/kunden/Kolping/fonts/lte50609.ttf")
format("TrueType")
}  

img  {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


img.hintergrundbild {
min-height: 100%;        
min-width: 1024px;
width: 100%;             
height: auto;
position: fixed;         
top: 0;
left: 0;
z-index:-10;
}

@media screen and (max-width: 1024px) {
img.hintergrundbild {
left: 50%;          
margin-left: -512px; }
}

html, body  {
	height: 100%;
	margin: 0px;
	padding: 0px;
	
}

div#box_body  {
	margin: 0px auto;
	width: 950px;
	height: 100%; 
	padding-left: 12px;
	padding-right: 12px;


}


div#box_headimage  {
	width: 950px;
	height: 200px;
	position: relative;
	}
	
div#box_content  {
	position: center;
	width: 950px;
	float: left;
	padding-top: 50px;
	z-index: 20;
	
}

ul li{
 text-decoration: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 display: inline;
 }
 
/* FOOTER */

#footer {
	width: 850px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	z-index: 50;
	margin: 0 auto;
	}

