html { 
	height: 100%;
	}
body	{ 
	
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0; 
	background:#000;
	z-index:10;
	}
a:link	   {color:#fff; font-weight:bold; text-decoration: none; }
a:visited  {color:#fff; text-decoration: none; }
a:active	{color:#fff; text-decoration: none; }
a:hover	  {color: #cc33cc; text-decoration: none;}
	
/* ----------container-------------- */
#container {
	border: 1px solid #cc33cc;
	width: 900px;
	padding:0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/hg-2016.png);
	background-repeat: repeat-y;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

/* ----------content  -------------- */
#content {
	min-height: 520px;
	width:900px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
	/* ----------banner  -------------- */
#banner {
	height:150px;
	width:900px;
	background-image: url(../images/banner-2021.png);
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
 /* ----------mitte ----------------- */
#mitte {
	min-height: 520px;
	width:480px;
	float:left;
	position:relative;
	margin: 20px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	text-align: left;
	}

/* ---------- left  -------------- */

#left {
	width: 180px;
	min-height: 520px;
	text-align:right;
	margin:20px 0px 0px 0px;
	padding:0px 25px 0px 0px;
	float:left;
	z-index:200;
	}
#left ul {
	font-size:14px;
	font-weight:bold;
list-style-type:none;
margin:0px 0px 20px 0px;
padding:0px;
}

#left ul li {
border:solid 0px #fff;
margin:0 0px 2px 0px;
text-align:right;
}

#left ul li a {
display:block;
padding:4px 20px 0px 0px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited {
color:#fff;
font-weight:bold;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
color:#cc33cc !important;
font-weight: bold !important;
}

#left img {
	margin-top:30px;
	margin-right:10px;
	}
	
#right {
	width: 180px;
	min-height: 520px;
	margin:20px 0px 0px 0px;
	padding:0px;
	float:left;
	z-index:200;
	}
#footer {
	height: 20px;
	width:880px;
	font-size:10px;
	line-height:10px;
	color:#000;
	position:relative;
	padding: 0px 10px 3px 0px;
	text-align: right;
	float:left;
	}
#footer p {
	text-align:center;
	font-size:10px;
	line-height:8px;
	color:#666;
	}
	
a.footer:link   { color: #000; font-weight:normal; font-size: 10px; text-decoration: none;}
a.footer:visited   { color: #000; font-weight:normal; font-size: 10px; text-decoration: none;}
a.footer:active   { color: #000; font-weight:normal; font-size: 10px; text-decoration: none;}
a.footer:hover  { color: #fff; font-weight:normal; font-size: 10px; text-decoration: none;}

p,td { color: #000; font-size: 12px; line-height: 17px; }

h1	 {
	color:#666;
	font-size:24px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
	padding:0px;
	}
h2	{color:#666;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	}
h3	{
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	}
.titel16pxabstand {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}

p.copyright,td.copyright   { 
	margin:0px 0px 0px 30px;
	color: #006633; 
	font-size: 9px; 
	}
.copyright {  color: #fff;font-size: 9px; font-weight: normal; text-decoration: none}
a.copyright:active { color: #fff; font-size: 9px; font-weight: normal; line-height: 11px; text-decoration: none}
a.copyright:link {  color: #fff;font-size: 9px; font-weight: normal; line-height: 11px; text-decoration: none}
a.copyright:visited {  color: #fff;font-size: 9px; font-weight: normal; line-height: 11px; text-decoration: none}
a.copyright:hover { color: #cc33cc; font-size: 9px; font-weight: normal; line-height: 11px; text-decoration: none}

.bold {font-weight: bold;}
a.bold:link	 { color: #000; font-weight: bold; font-size: 12px; text-decoration: none }
a.bold:active	 { color: #000; font-weight: bold; font-size: 12px; text-decoration: none }
a.bold:visited	 { color: #000; font-weight: bold; font-size: 12px; text-decoration: none }
a.bold:hover	  { color: #cc33cc; font-weight: bold; font-size: 12px; text-decoration: none }

.bildlinks   { 
	margin:2px 5px 0px 0px;
	}
.aeschbacher   { 
	margin:0px 10px 0px 0px;
	float:left;
	}