html {
	margin: 0px; 
	padding:0px; 
	height:100%;
}
body {
	margin: 0px; 
	padding:0px; 
	background-color:#ffffff;
	height:100%;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

table {}
td {font-family: Arial, Helvetica, sans-serif; font-size:11px;vertical-align:top;}



/* ### Navi ------------------------------------------ ### */
.navarea {
	position:relative;
	top:0px;
	left:35px;
	display:inline;
	float:left;
	width:160px;
	min-height:100%; /* Mindesthöhe in modernen Browsern */
	height:auto !important; /* !important-Regel für moderne Browser, um nachfolgende height-Angabe zu ignorieren */
	height:100%; /* Mindesthöhe in älteren IEs */	
	background-color:#fa9901; 
	margin-right:35px;
	margin-bottom:150px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height:13px; 
	text-align:left;
	vertical-align:top;
}

.navarea ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: outside;
}

.navarea ul li{
		position: relative;
		background:url(none);
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		margin-left:7px;
		margin-right:0px;
		margin-top:2px;
		margin-bottom:0px;
		padding:0px;
}

.navarea ul li a{
		display: block;
		height:18px;
		padding-top:3px;
		padding-left: 6px;
		padding-right: 0px;
		text-decoration: none;
		border: #dddddd 0px solid;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		vertical-align:bottom;
}
.navarea ul li a:link {color: #ffffff;}
.navarea ul li a:visited {color: #ffffff;}
.navarea ul li a:hover {color: #ff0000;}
.navarea ul li a:active { color: #ffffff;}

.navarea2 {
		position:relative;
		left:0px;
		width:120px;
		margin-right:35px;
		margin-bottom:15px;
		font-family: Arial, Helvetica, sans-serif; 
		line-height:13px; 
		text-align:left;
		vertical-align:top;
}

.navarea2 ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: outside;
}

.navarea2 ul li{
		background:url(none);
		position: relative;
		display: block;
		height:auto;
		list-style-type: none;
		list-style-position: outside;
		margin-left:7px;
		margin-right:0px;
		margin-top:2px;
		margin-bottom:0px;
		padding:0px;
}

.navarea2 ul li a{
		display: block;
		height:18px;
		padding-top:0px;
		padding-left: 6px;
		padding-right: 0px;
		text-decoration: none;
		border: #dddddd 0px solid;
		font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		vertical-align:bottom;
}
.navarea2 ul li a:link {color: #ffffff;}
.navarea2 ul li a:visited {color: #ffffff;}
.navarea2 ul li a:hover {color: #ff0000;}
.navarea2 ul li a:active { color: #ffffff;}


/* ### allgemeine Formatierungen ------------------------------------------ ### */
h1 {font-family: serif; font-size: 22px; font-weight: bold; margin-top: 30px; margin-left:0px; margin-right:0px; margin-bottom: 15px; color: #878889;}
h2 {font-family: serif; font-size: 18px; font-weight: bold; margin-top: 0px; margin-left:0px; margin-right:50px; margin-bottom: 10px; color: #878889;}
p {font-family: serif; font-size: 18px; font-weight: normal; margin-top: 15px; margin-left:0px; margin-right:50px; margin-bottom: 0px; color: #878889; line-height:24px;}
ul {
	color: #808285;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:15px;
	border: 0px solid;}
li {
	list-style-type: none;
	list-style-position: outside;
	background:url(images/list.jpg) no-repeat;
	background-position:0px 6px;
	font-family: serif; 
	font-size: 18px; 
	font-weight: normal;
	padding-left:27px;
	margin-top:35px;
	margin-left: 0px;
	margin-bottom: 0px; 
	color: #808285; 
	line-height:24px;}
ul li ul {
	color: #808285;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:15px;
	border: 0px solid;}
ul li ul li {
	list-style-type: circle;
	list-style-position: inside;
	background:none;
	font-family: serif; 
	font-size: 18px; 
	font-weight: normal;
	padding-left:27px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 0px; 
	color: #808285; 
	line-height:24px;}
.agb ul {
	list-style-type: none;
	background:none;
	padding-left:27px;
	margin-top:0px;
	margin-left: 0px;
	margin-bottom: 0px; 
	list-style-position: outside;
}
.agb ul li {
	list-style-type: none;
	background:none;
	font-family: serif; 
	font-size: 15px; 
	font-weight: bold;
	line-height:16px;
	padding-left:27px;
	margin-top:10px;
	margin-left: 0px;
	margin-bottom: 0px; 
	list-style-position: outside;
}
.agb ul li ul {
	list-style-type: none;
	background:none;
	padding-left:15px;
	margin-top:0px;
	padding-top:0px;
	margin-left: 0px;
	margin-bottom: 0px; 
	list-style-position: outside;
}
.agb ul li ul li{
	list-style-type: none;
	background:none;
	font-family: serif; 
	font-size: 15px; 
	font-weight: normal;
	line-height:16px;
	padding-left:10px;
	margin-top:10px;
	margin-left: 0px;
	margin-bottom: 0px; 
	list-style-position: outside;
}
	

/* ### Struktur ------------------------------------------ ### */

#logo {
	position:relative;
	margin-top:50px;
	margin-bottom:20px;
	width:160px;
	height:66px;
	border: #000000 0px solid;
}
#wrapper {
	position:absolute;
	display:block;
	clear:both;
	top:0px;
	left:0px;
	min-height:100%;
	width:100%;
	min-width:980px;
	background: url(images/naviback.gif) repeat-y;
	border: #ff0000 0px solid;
}
#contentarea {
	position:relative;
	display:inline;
	float:left;
	width:750px;
	min-height:680px;
	margin-left:35px;
	margin-top:30px;
	background-color: #ffffff;
	border: #00ee00 0px solid;
	margin-bottom:40px;
}
#footcontainer {
	position:absolute;
	clear:both;
	left:0px;
	bottom:0px;
	width:100%;
	min-width:910px;
	border: 0px solid #555555;
}
#foot {
	position:relative;
	text-align:left;
	font-family: courier; 
	font-size: 16px; 
	font-weight: bold;
	white-space:nowrap;
	color: #9da0a4;
	overflow:hidden;
	vertical-align:bottom;
	width:100%;
	height:30px;
	border-top: 0px solid #000000;
}
#scroller {
	position:absolute;
	left:0px;
	bottom:80px;
	background-color:#9da0a4;
	width:195px;
	height:30px;
	overflow:hidden;
	font-family: courier; 
	font-size: 20px; 
	vertical-align:bottom;
	color:#ffffff;
}
.plusfoot {
	padding-bottom:10px;width:9px;height:9px;border:0px;}
	
	


/* ### Newsticker ------------------------------------------ ### */

#newsticker {
	position:absolute;
	top: 480px;
	left: 600px;
	width: 250px;
	height: 200px;
}

#newsticker .head {
	background-image: url(images/newsbg.gif);
	background-repeat: repeat-x;
	font-family:courier;
	font-size: 20px;
	font-weight:bold;
	background-color: #fa9901;
	color: #ffffff;
	text-align:center;
	height:28px;
	width:250px;
	padding:7px 0 0 0;
}

#newsticker .body {
	font-family:courier;
	font-size: 12px;
	font-weight: normal;
	background-color: #fdeed9;
	color: #666666;
	height:133px;
	width:230px;
	display:block;
	overflow:auto;
	padding:10px;
}

#newsticker ul {
	padding:0px;
	margin: 0 0 10px 0;
}

#newsticker li {
	background-image: url(images/newsplus.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 3px 0px 15px 15px;
	margin:0px;
	border: 0px solid;
}

#newsticker a {	font-weight:bold; }

#newsticker a:link { color:#666666; }
#newsticker a:visited { color:#666666; }
#newsticker a:focus { color:#666666; }
#newsticker a:hover { color:#fa9901; }
#newsticker a:active { color:#666666; }


#newsticker .footer {
	height:1px;
	border-bottom: #fa9901 4px solid;
}
