/* default elements */
* {margin: 0; padding: 0;}


/* structure */

#container 
	{
	background-color: #990000;
	margin: 0 auto;
	width: 800px; }

.header 
	{	}

/* main */

.main#two-columns { }

/* misc */
.left 
	{float: left;
	 width:600px;
	 background-color: #000000;
	 }

.right 
	{float: right;
	background-image:url(./Bilder/ContentRechts.gif)}

.rightcontent
	{margin-top:30px; 
	margin-left:35px; }
	
.rightfooter
	{clear: both;}
	

.clear,.clearer {clear: both;} 


/*Style*/

body.main {	
	background: url(./Bilder/bg.gif); 
	}
	
img {
	display:block;
	}

body.news {	
	background-color: #000000; 
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
	}

.live {	
	height: 40px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
	}
	
	
.disco {	
	height: 40px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
	vertical-align:top;
	}	
	
.haftung {	
	color: #AAAAAA;
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	}
	

td.content {  /*wirklicher Content Links*/
	background-color: #000000;
	vertical-align:top;
	width:518px;
	}

.rechts
	{background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;}
	
.dates
	{font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FFFFFF;
}

img.rand {border: 2px solid white;}

select {width:78px;}

