@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


html { overflow:scroll; } 

body {
	background-color:#AFAFAF;
	font-family:"Arial Narrow", Arial;
	font-size: 100%;
}


#wrapper {
width: 1050px;
margin: 0 auto;

}



#kopf {
	
	border-bottom:2px solid #fff;
	position:relative;
	height:125px;
	margin-left:85px;
}

p.logo {
	
	position:absolute; top:5px; left:705px;
	z-index:100;
}

p.logo_links {
	position:absolute;
	top:85px;
	left:-85px;
}


#inhalt_wrapper {
padding-bottom: 100px;
}

	
#fuss {
margin-top: -100px;
height: 100px;
border-top:2px solid #fff;
clear:both;
font-size:12px;
font-weight:bold;
}

#fuss p {
	margin-top:10px;
	color:#FFF;
}


#fuss p.left {
	float:left;
}
#fuss p.right {
	float:right;
}

#fuss a {
	color:#FFF;
	text-decoration:none;
}

#fuss a:hover {
	color:#e06000;
	text-decoration:none;
}

.deck-profil {
	color:#FFF;
	font-size:.8em;
}