html{margin:0;padding:0}
		body {
			margin:0;
			padding:0;
			background-image: url(/images/headbg.jpg);
			background-repeat: repeat-x;
			font-family: tahoma, arial;
			font-size:11px;
			background-color:#ffffff;
		}	
		
		a {
			text-decoration:none;
			font-weight:bold;
			color: #398997;
		}
		
		#main{
			width: 887px; 

			
		}
		#left { 
			/*width:200px;*/
		}
		#middlePart { 
			width:auto;
			font-family: tahoma, arial;
			font-size:11px;
			padding:0px;
			background-color: #e0e0db;
			padding:4px;

		}
		#right { 

			
		}
		/* NEWSLETTER */
	  #newsletterContainer {
			position:relative;
		}
		#newsletter {
			width:150px;
			position:absolute;
			left:35px;
			top:340px;
			color:#ffffff;
		}
		#newsletter input[type=text] {  width:140px; }
		#newsletter a { font-weight:bold; color:#ffffff;}
		
		/* MENÜ */
		#menuContainer {
			position:relative;
		}
		#menu {
			position:absolute;
			left:60px;
		}
		#menu ul {
			list-style: none;
		}
		#menu li {
			color: #ffffff;
			font-size:12px;
			margin-bottom: 5px;
			line-height: 12px;

		}
		#menu li a {
			text-decoration:none;
			color:#ffffff;
			width:90px;
			height:13px;
			display:block;
			font-weight:normal;
		}
		#menu li a:hover {
			background-color: black;
		}
		.activeLink {
			background-color: black;
		}
		#rightMenuContainer {
			position:relative;
		}
		#rightMenu {
			position:absolute;
			left:10px;
			color:#ffffff;
		}
		
		#listenersContainer {
			position:relative;
		}
		#listeners {
			position:absolute;
			left:10px;
			top:40px;
			color:#ffffff;
			width:125px;
		}
		
		/* WERBUNG */
		#leftTopAdvertContainer {
			position:relative;
		}
		
		#leftTopAdvert {
			position:absolute;
			left:-140px;
			top:0px;
		}
			
		#leftAdvertContainer {
			position:relative;
		}
		
		#leftAdvert {
			position:absolute;
			left:35px;
			top:540px;
		}
		
		
		
		#rightAdvertContainer {
			position:relative;
		}
		#rightAdvert {
			position:absolute;
			left:170px;
			top:0px;
	
		}
		#partnerBanner
		{
			border: 1px solid black;
		}
    /* WERBUNG ENDE */
    
		#onAirContainer {
			position:relative;
		}
		#onAir{
			position:absolute;
			left:317px;
			top:175px;
			z-index:10;
			width:350px;
			display:block;
			overflow:hidden;
			height:13px;
			
			color:#ffffff;
			font-size: 10px;
		}
		#restContent {
			width:470px;
			margin-left:auto;
			margin-right:auto;
		}
		
		/* NEWS LISTE */
		.newsHead 
		{
			background-image: url(/images/articleHead.jpg);
			background-repeat: no-repeat;
			padding-left:10px;
			font-family: tahoma, arial;
			font-size: 10px;
		}
		.specialHead
		{
			background-image: url(/images/specialHead.jpg);
			background-repeat: no-repeat;
			padding-left:10px;
			font-family: tahoma, arial;
			font-size: 10px;
			color: #ffffff;
		}
		.white { background-color: #ffffff;}
		
		#shirtShopContainer { position:relative; }
		
		#shirtShop {
			width:150px;
			position:absolute;
			left:20px;
			top:545px;
			color:#ffffff;
		}