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

html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden; 
	text-align:left;
	}
body {
	font-family:Droid Sans, arial, sans-serif; 
	font-size:14px;
	line-height:20px;
	color:white;
	}
#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}
#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;} 
#content {
	width: 910px;
	margin:135px auto 20px auto;
	
	}
#textbereich {
	width: 460px;
	padding:50px;
	background-image:url(../images/contenthintergrund.png);	
}
#navigation {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width: 700px;
	height:122px;
	background-image:url(../images/Navigation_hintergrund.png);
}
#navpunkte {
	margin:90px 0px 0px 56px;
}
#navpunkte img {
	padding-left:30px;
	}
#bilderrechts {
	float:right;
	width:300px;
	filter:Shadow(color=#000000, direction=135);
}
#bilderrechts img{
	border:1px solid #666666;
	margin-bottom:20px;
	box-shadow: 6px 4px 5px #000;
-moz-box-shadow: 6px 4px 5px #000; /* Mozilla Firefox */
-webkit-box-shadow: 6px 4px 5px #000; /* Google Chrome */

	

}
#fixed { 
	position:absolute; 
	top:25px; 
	left:10px; 
	width:160px; 
	z-index:10; 
	color:#567; 
	border:1px solid #000; 
	padding:10px;
	}
h1 {
	color:#fbe5c0;
	font-size:48px;
	letter-spacing:4px;
	font-weight:normal;
	margin:0px 0px 4px -50px;
	padding-left:50px;
	border-bottom:3px solid #a10000;
	width:60%;
	line-height:56px;
}
h2 {
	color:#fbe5c0;
	font-size:14px;
	line-height:18px;
}
a {
	color:#fbe5c0;
}
.impressum {
	font-size:11px;
	line-height:13px;
}