 	@charset "utf-8";
/* CSS Document */

body{
 overflow-x:hidden;
}

#container {
 width: 980px;
 margin-left: auto;
 margin-right: auto;
 
 }

.table {
 background-image:url(../images/bg.gif);
 } 
 
#main {
 width: 100%;
 height: 100%;
 vertical-align: top;
 margin-top: 0px;
 }
 
#top {
 width:960px;
 height: 147px;
 padding-top:10px;
 }
 
#middle {
 height: 180px;
 background-color:#5e5e5e;
 width: 960px;
 }
 
#navi {
 height: 40px;
 width: 960px;
 }
 
#headline {
 padding-top: 10px;
 padding-left: 192px;
 width:100%;
 }

#content {
 height:auto;
 width: 960px;
 padding-bottom: 10px;
 }
 
#footer {
 height:auto;
 width: 960px;
 padding-top:10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #aaaaaa;
 text-decoration: none;
 }
 
.uebersicht td{
 border: none;
 }
 
#news{
	background-color:#fff;
	border:3px solid #fe0000;
	text-align:center;
	
	height:150px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	position: fixed;
	bottom:15px;
	left:25%;
	
}
	
 
 