/* ======= Algemeine Definitionen ===================*/
* {
    margin:0;
    padding:0;
    border:0
	}
body{
    background-color:#000;
	font:0.76em Thoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	}
a:link{	
	color:#fff;	
	}
a:visited{	
	color:#fff;
	}
a:hover{
	color:#000;
	}
h1{
	font-size:1.2em;
	color:#FFFFFF;
	}
h2 {
    font-size:0.9em;
	color:#FFFFFF;
	}
/* ======== Seiten-Continer ========================*/
#container{
     width:995px;
	 margin:0px auto;
	 padding:0px;
	 text-align:left;
	 background-color:#000;
	 }
/* ======== Header ============= */
#header{
	width:995px;
	height:330px;
	background-image:url(images/titel.jpg);
	background-repeat: no-repeat;
	}
#header h1{
	font-size:1.2em;
	color:#FFFFFF;
	}
#header h2{
	font-size:0.9em;
	color:#FFFFFF;
	}
.titel{
    float:left;
    width:320px;;
	height:auto;
	overflow:auto;
	padding:180px 0px 0px 50px;
	}
.topdesc{
	width:300px;
	height:110px;
	margin:10px 0px 0px 0px;
	}
.titelimages{
   float:left;
   height:311px;
   width:311px;
   margin:5px 10px 0px 275px;
	}
.titelimages img{
   height:311px;
   width:311px;
	}
#header a:link{
	color:#fff;
	text-decoration:none;
	}
#header a:visited{
	color:#fff;
	text-decoration:none;
	}
#header a:hover{
	color:#FFF;
	text-decoration:none;
	}
/* ======= wrapper ===== */
#wrapper{
	height:auto;
	overflow:auto;
	}
/* ====== leftside  ====== */
#leftside{
    background-color:#990100;
	float:left; 
	width:160px;
	height:auto;
	overflow:auto;
	padding:10px 0px 0px 10px;
	}
#leftside ul {
	list-style:none;
	}
/* ======= mainblock ====== */
#mainblock{
	float:left;
	width:655px;
	height:auto;
	overflow:auto;
	font-size:0.9em;
	text-color:#FFFFFF;
	}
/* ========== Singles ================*/
.singlesponsor{
	border:solid #ffffff 1px;
	margin:0px 0px 10px 0px;
	}
#singles {
	width:620px;
	height:160px;
	padding: 0px 0px 0px 5px;
	}
#singles .line {
	margin-left: 10px;
	margin-right: 10px;
	}
#singles .singlebox{
    float: left;
	text-align: center;
	margin:2px;
	font-size:0.8em;
	}
#singles .image {
    width:100px;
	border: 1px solid #FFF;
	padding: 4px;
	margin: 8px 0px 1px 5px;
	} 
#singles .headline {
    font-weight:bold;
	padding:5px 0px 0px 10px;
	}
#mainblock .numberdesc{
	float: left;
	width: 40px;
	height: 30px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
	}
#mainblock .sitesdestitel{
	float: left;
    width: 500px;
	height: 30px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#mainblock .inout{
    float: left;
    width: 40px;
    height: 30px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
	}
#mainblock .listenrow{
    clear: both;
    width: 640px;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 5px;
	}
#mainblock  .listenrow .number{
	float:left; 
	width:20px;
	font-size:1.8em;
	padding:20px 0px 0px 0px;
	text-align:right;
	}
#mainblock  .listenrow .listenbanner{
	float:left;
	width:130px;
	text-align:center;
	}
#mainblock  .listenrow .listenbanner h2{
	font-size:1.0em;
	margin:5px;
	}
#mainblock  .listenrow .sitedesc{
	float:left;
	width:390px;
	margin:15px 0px 0px 0px;
	}
#mainblock  .listenrow .inoutzahl{
	float:left;
	width:40px;  
	font-size:1.0em;
	text-align:center;
	margin:10px 0px 0px 0px;	
	}
/*====== Right Side ======== */
#rightside{
    background-color:#990100;
	float:left; 
	width:160px;
	height:auto;
	overflow:auto;
	padding:10px 0px 0px 10px;
	}
#rightside ul{
	list-style:none;
	}	
/* ===== footer ====== */
#footer {
	clear:both;
	width:995px;
	height:auto;
	overflow:auto;
	}
#footer .siteinfo{
	height:60px;
	font-size: 1.0em;
	text-align:center;
	margin:10px 0px 5px 0px;
	}
#footer .addsite{
	height:60px;
	font-size: 1.2em;
	text-align:center;
	}