@charset "UTF-8";

/* 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 */


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

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	}


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

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

a:hover {
	color: #999;
}

h1 {
	font-size:14px;
	font-weight:100;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	color:#990000;
	}
	
ul {
	padding:10px;
	margin:0px;
}

.eingabefeld {
width:300px;
}

textarea {
width:300px;
}	

#wrapper_table { height:100%; }

#wrapper {	
	text-align: center;
	background-image: url(grafik/background.jpg);
	background-position:top;
	background-repeat:repeat-y;
	min-height: 100%;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	}

#header{
	width:880px;
	height: 400px;
	background:url(grafik/header.jpg) 0 0 no-repeat;
	margin-right: auto;
	margin-left: auto;
	}

#shadow{
	width:880px;
	height: 57px;
	background:url(grafik/shadow.png) 0 0 no-repeat;
	margin-right: auto;
	margin-left: auto;
	}

#nav {
	height:300px;
	width:150px;
	margin-left:54px;
	/*margin-top:20px;*/
	float:left;
	/*background-color:#666;*/
}



#content {
	text-align:left;
	width: 542px;
	float:left;
	/*margin-top:20px;*/
	padding-bottom:40px;
	padding-left:39px;
	min-height:740px;
	/*background-color:#F00;*/
	}

#content a img{
	text-decoration:none;
	border:none;
}

#right {
	width:147px;
	margin-right:54px;
	/*margin-top:20px;*/
	float:right;
	/*background-color:#666;*/
	font-weight:bold;
	color:#CCC;
	font-size:11px;
}

#right a img{
	text-decoration:none;
	border:none;
}

#back {
	width:36px;
	margin-left:238px;
}

#shadow_end{
	width:880px;
	height: 57px;
	background:url(grafik/shadow_end.png) 0 0 no-repeat;
	margin-right: auto;
	margin-left: auto;
	}

#end {
	background:url(grafik/border_end.jpg) 0 0 no-repeat;
	width:880px;
	height:30px;
	margin-left:54px;
}


#headline {
	background-image:url(grafik/headline_back.jpg);
	width:504px;
	height:22px;
	padding-top:6px;
	font-weight:bold;
	text-align:center;
	color:#dfdfdf;
}

#text {
	background:url(grafik/bg_text.png) repeat-y;
	width:462px;
	padding:15px 20px 10px 20px;
	margin:0 0 20px 0;
	border: 1px solid #333;
	border-top:none;
	font-size:11px;
	color:#cecece;
	line-height:15px;
	/*background-color:#F00;*/
}

#text_news {
	background:url(grafik/bg_text.png) repeat-y;
	width:462px;
	padding:15px 20px 10px 20px;
	margin:0 0 20px 0;
	border: 1px solid #333;
	border-top:none;
	font-size:11px;
	color:#cecece;
	line-height:15px;
	/*background-color:#F00;*/
}

#text_news p {margin:0;padding:0;}

#datum {
	padding-top:30px;
	text-align:right;
	font-size:9px;
	color:#760000;
}

#seite {
	width:503px;
	padding:10px 0 25px 0;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	background:url(grafik/bg_seite.png) repeat-x;
}


#bild {
	text-align:center;
	border:1px solid #000000;
	padding:2px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
