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

body {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0px;
	padding:0px;
	background:url(../img/background.gif) repeat-x;
}

#container {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#background {
	width:100%;
	height:369px;
	background:url(../img/background_right.gif) right top no-repeat;
}

img { border:none }

#topnavi {
	position:absolute;
	width:410px;
	left:500px;
	top:355px;
}

#navi {
	position:absolute;
	top:8px;
	clear:both;
	width:850px;
	height:120px;
}

#logo {
	float:left;	
	margin:24px 0 0 30px;
}

*html #logo {
	margin:24px 0 0 20px;
}

#menu {
		
}

#imagebox {
	position:absolute;
	top:90px;
	clear:both;
	width:900px;
	height:273px;
}

#babscher {
	position:absolute;
	left:180px;
	top:235px;
	width:290px;
	z-index:3;
}

#content {
	position:absolute;
	top:390px;
	margin-left:15px;
	width:900px;
}

#starname {
	text-align:center;
	padding-top:110px;
	font-weight: bold; 
	color: #ded193;
	font-size: 1.25em	
}

.absatz {
	height:45px;	
}

*html .absatz {
	height:34px;	
}

hr {
	border-top:1px solid #b0cc4a;
}
