body {
	background:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:verdana;
	font-size:11px;
}

/* Stage und Logo */

#stage {
	position:relative;
	margin:10px auto 0px;
	width:973px;
	text-align:left;
}

#logo {
	position:absolute;
	left:840px;
	bottom:20px;
	z-index:30;
}

#logo img {
	border:0;
}

#sub {
	position:absolute;
	left:27px;
	bottom:10px;
	z-index:30;
	max-width:800px;
	max-height:100px;
	overflow:hidden;
}

/* 
Inhalt
*/

#main {
	position:relative;
	width:100%;
	background: url(../images/background_main.png) repeat-y;
}

#background-top {
	width:100%;
	height:27px;
	background: url(../images/background_top.png) no-repeat;
}

#background-bottom {
	width:973px;
	height:110px;
	background: url(../images/background_bottom.png) no-repeat;
}

#content {
	position:relative;
	left:26px;
	width:940px;
	min-height:556px;
}

/* 
Footer
*/

#footer {
	margin:20px 5px;
}

#btn-newsletter {
	float:left;
	margin-right:5px;
	width:200px;
}

#btn-hdsuche {
	float:left;
	margin-right:5px;
	width:158px;
}

#footerlinks {
	float:left;
	width:538px;
	padding:0px;
	margin:0px;
	list-style:none;
}

#footerlinks li {
	display:inline;
	margin-right:10px;
	font-weight:bold;
	text-align:left;
	font-size:11px;
}

#footerlinks a:link { color:#434343; text-decoration:underline; font-weight:normal; } /* Noch nicht besuchter Link */
#footerlinks a:visited { color:#434343; text-decoration:underline; font-weight:normal; } /* Bereits besuchter Link */
#footerlinks a:hover { color:#434343; text-decoration:underline; font-weight:normal; } /* Hover-Effekt */
#footerlinks a:active { color:#434343; text-decoration:underline; font-weight:normal; } /* Gerade angeklickter Link */

/*
Sternchentext
*/

#sternchentext {
	clear:both;
	color:#a9a9a9;
	font-size:0.9em;
	line-height:1.3em;
	padding-top:20px;
}

#sternchentext sup, #sternchentext sub {
	line-height:0px;
	font-size:0.8em;
	margin:0px; padding:0px; 
}
