@charset "utf-8";
/* CSS Document */
	
*{	margin:0px;
	padding:0px;
}

html{min-height:101%;}
body{
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../img/bg_balken.gif);
	background-repeat:repeat-x;

}
strong{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#wrapper{
	position:relative;
	margin:80px auto;
	width:808px;
	height:470px;
}

#logo{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:85px;
	z-index:2;
	cursor:pointer;
}

#logo2{
	display:block;
	position:absolute;
	width:92px;
	height:84px;
	opacity:0.35;
    filter:alpha(opacity=35); /* > IE8 */
}


#claim{
	position:absolute;
	top:32px;
	left:81px;
	width:250px;
	text-transform:uppercase;
}

#claim h1{
	font-size:14px;
	color:#121211;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#container{
	position:absolute;
	top:62px;
	left:32px;
	width:744px;
	height:372px;
	z-index:1;
}

#content, #contenti{
	position:absolute;

}

#contenti p{
	font-size:10px;
	line-height:13px;
	margin-bottom:7px;
	color:#383837;
}

#content h1{
	font-size:14px;
	line-height:20px;
	color:#5761A9;	
	margin-bottom:26px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;

}

#content p{
	font-size:12px;
	line-height:20px;
	margin-bottom:11px;
	color:#383837;
}

#rightshaddow{
	display:block;
	position:absolute;
	top:62px;
	right:0px;
	width:32px;
	height:372px;
	
}

#footer{
	position:absolute;
	top:434px;
	left:32px;
	height:39px;
	width:776px;
	background-image:url(../img/saddow_bottom.png);
	background-repeat:no-repeat;
	
}

#navi{
	position:absolute;
	bottom:4px;
	left:50px;
	width:380px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#navi span.active{
	color:#5761A9;
	margin-right:10px;
}

#navi a, #navi a:link{
	text-decoration:none;
	color:#80858A;
	margin-right:10px;	
}

#navi a:hover{color:#121211;}

#navi .last{margin-right:0px;}

#copyright{
	position:absolute;
	width:320px;
	left:430px;
	top:13px;
	font-size:8px;
	line-height:11px;
	color:#80858A;
}

#copyright a, #copyright a:link{text-decoration:none; color:#80858A;}
#copyright a:hover{	color:#5761A9;}

#content a, #content a:link {
	text-decoration:none;
	color:#383837;
}

#content a:hover{
	color:#5761A9;	
}

#anfahrt{
	position:absolute;
	display:block;
	top:370px;
	right:0px;
	width:280px;
	height:23px;
	background-color:#6b4596;
	background-image:url(../img/anfahrt.gif);
	z-index:5;
	cursor:pointer;
}

