html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	margin-top:0;
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
}

#contents {

	position: absolute;
	top: 0;
	left:50%;
    width: 948px;
	margin-left:-474px;
	border:1px solid #666666;
	background-image:url(../images/bg_site.gif);		
	background-color: #FFFFFF;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	width: 100%; /* See note below */
	text-align: left;
	background-image: url(../images/footer.gif);
	height:25px;
}

#main {
	margin-bottom: 1.5em;
	margin-top:0;
	height: auto;

}

#stern {
	margin-bottom: 25px;
	height: 100px;
	position: absolute;
	bottom: 0;
	text-align: right;
	margin-left:877px;
}


p, ul, ol, li, dl, dd, dt, td, th, blockquote {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 11px;
		color: #000000;
		line-height:16px;
		padding-left:-50px;
		}

.normal{
	margin: 0px 0px;
	color: black;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	}

sup {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt;
} 


.headline_braun {color: #72675B;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 11px;
 font-weight: bold;
 }
.miniheadline {color: #164365;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 11px;
 font-weight: bold;
 }

 .headline_navi {color: #ffffff;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 11px;
 font-weight: bold;
 }

.subheadline {color: #FFFFFF;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 line-height:16px;
 }
 
 .laufbandcss {color: #FFFFFF;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #0099CC;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;  
	line-height:16px;  
	height:20px;
	width: 100%;
 }
 
a:link    {color:#006666; text-decoration:none; font-weight: bold;}
a:visited {color:#006666; text-decoration:none; font-weight: bold;}
a:active  {color:#006666; text-decoration:none; font-weight: bold;}
a:hover   {color:#006666; text-decoration:underline; font-weight: bold;}

a.datum:link    {color:#999999; text-decoration:none; font-weight: bold; line-height:18px;}
a.datum:visited {color:#999999; text-decoration:none; font-weight: bold;line-height:18px;}
a.datum:active  {color:#999999; text-decoration:none; font-weight: bold;line-height:18px;}
a.datum:hover   {color:#999999; text-decoration:underline; font-weight: bold; line-height:18px;}

a.cyan:link    {color:#33CCFF; text-decoration:none; font-weight: bold;}
a.cyan:visited {color:#33CCFF; text-decoration:none; font-weight: bold;}
a.cyan:active  {color:#33CCFF; text-decoration:none; font-weight: bold;}
a.cyan:hover   {color:#33CCFF; text-decoration:underline; font-weight: bold;}

a.top:link    {color:#333333; text-decoration:none; font-weight: normal;}
a.top:visited {color:#333333; text-decoration:none; font-weight: normal;}
a.top:active  {color:#333333; text-decoration:none; font-weight: normal;}
a.top:hover   {color:#333333; text-decoration:underline; font-weight: normal;}

 
