/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0;

}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */

a:focus{color:white;outline:0; -moz-outline:0; }

body, html {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow:hidden;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FFF;
background-color:#000;

scrollbar-face-color: #333333;
scrollbar-highlight-color: #aaaaaa;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}

a {
font-weight:bold;
color:#999;
text-decoration:none;
}

a:hover {
color:#666;
text-decoration:none;
}

#text a {
font-weight:bold;
color:#999;
text-decoration:none;
}

#text a:hover {
color:#666;
text-decoration:none;
}

#text a img{
color:#000;
border:1px solid;
}

#text a:hover img{
color:#333;
border:1px solid;
}

#index a {
color:#000;
text-decoration:none;
}

#index a:hover {
color:#000;
text-decoration:none;
}

#maintable {
        height:100%;
        border: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
}

#wrapper {
background-image:url(grafik/asen_bg.jpg);
width: 966px;
height: 768px;
/*height: 768px;*/
text-align: center;
overflow:hidden;
}

#middle {
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#nav {
/*position:fixed;*/
background-image:url(grafik/nav_bg.png);
width:791px;
height:32px;
float:left;
padding-left:9px;
padding-top:6px;
margin-top: 90px;
/*margin-top: 153px;*/
margin-left: auto;
margin-right:auto;
}

#content {
/*position:fixed;*/
text-align: center;
width: 680px;
height: 408px;
overflow: auto;
float:left;
/*background-color:#999;*/
margin-top: 25px;
margin-left:60px;
margin-right:auto;
}

#headline {
text-align:center;
font-size:12px;
font-weight:bold;
margin-left: 39px;
background-image:url(grafik/headline_bg.jpg);
padding-top:1px;
width:580px;
height:15px;
border-top:solid 1px #333333;
border-left:solid 1px #333333;
border-right:solid 1px #333333;
}

#text {
	text-align:left;
	font-size:10px;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:10px;
	margin-left:39px;
	width: 530px;
	border:solid 1px #333333;
	/*background-image:url(grafik/bg_text.jpg);*/
	/*background-color:#181818;*/
}

#text2 {
	text-align:center;
	font-size:10px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:39px;
	width: 530px;
	border:solid 1px #333333;
	/*background-color:#181818;*/
	z-index:1;
}

#text3 {
	text-align:left;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:39px;
	width: 560px;
	border:solid 1px #333333;
}

#date {
	padding-right: 10px;
	font-weight: bold;
	color: white;
}