/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Grundformatierungen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


body, td {
  color:#000000;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:11px;
  line-height: 14px;
  margin:0px;
  padding:0px;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#D6D6D6;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-shadow-color:#D6D6D6;
  scrollbar-arrow-color:#FFB200;
  scrollbar-track-color:#ffffff;
  }
  
 





h1,
h2,
h3,
h4,
h5,
h6 {
  color:#FFFFFF;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:11px;
  margin:0px;
  padding:0px;
}

p.content	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	margin-top: 2px;
	margin-bottom: 6px;
	}
	
p.zentral	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	text-align:center;
	}
	
p.rechts	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	text-align:right;
	}
	
p.fett	{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:10px;
	font-weight:bold;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 6px;
	}

	



/*******  Hyperlink-Navigation Seitenstruktur *******/
				
a.strukturlink:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#FFFFFF;
				text-decoration:none;
				}
			
			
a.strukturlink:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#FFFFFF;
				text-decoration:underline;
				
				}


a.strukturlink:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#FFFFFF;
				text-decoration:none;
				
				}


a.strukturlink:hover 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#FFFFFF;
				text-decoration:underline;
				
				}				

/*******  Hyperlink-Text *******/
				
a.text:link 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color: #717171;
				text-decoration:underline;
				}
			
			
a.text:active 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#558694;
				text-decoration:underline;
				
				}


a.text:visited 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#717171;
				text-decoration:#underline;
				
				}

a.text:hover 	{
				font-family: Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#558694;
				text-decoration:underline;
				/* background-color: #D20000; */
				
				}				


	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Gesamt - Mittige Positionierng der Site */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#gesamt { 
		position: absolute; 
		left: 50%; 
		margin-left: -387px; 
		width: 774px; 
		visibility: visible; 
		background-color: #FFFFFF; 
		layer-background-color: #FFFFFF; 
		}
		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Spalte oben Navigation 1 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#spalteoben
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 774px; 
		height: 80px; 
		background-color: #1E4A4D; 
		visibility: visible;
 	    background:url(../images/topback.gif); 
		background-position : left;
		background-repeat : no-repeat; 
		}
		
		#logo
		{ 
		position: absolute; 
		top: 0px; 
		left: 12px; 
		width: 271px; 
		height: 80px; 
		visibility: visible;
		}
		
		#spalteoben-navigation
		 		{
				padding: 4px;
				margin-right: 8px;
				font-family: Verdana, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#558694;
				text-align:right;
				visibility: visible;
				}		

		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Navigation */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#navigation
		{ 
		position: absolute; 
		top: 84px; 
		left: 0px; 
		width: 774px; 
		height: 30px; 
		background-color: #558694; 
		/* border-left: 1px solid #DCDFD5; */
		visibility: visible 
		}

		#menu {
		 	margin-left: 23px;	
			padding: 5px;
    		background: #558694;
			
			}
		#menu .top {
    		background-color: #558694;
    		font-family: verdana,arial;
    		font-weight: bold;
    		font-size: 11px;
    		padding: 3px 14px 3px 14px;
			}
		#menu .top a {
    		color: #ffffff;
    		text-decoration: none;
	   		white-space: nowrap;
			}
		#menu .top a:hover {
    		color: #FFB200;
    		text-decoration: none;
  			white-space: nowrap;
			}
		#menu .section-top {
			margin-top: 3px;
    		border-color: #b8b4ae;
   			border-width: 1px;
    		border-style: solid solid solid solid;
    		position: absolute;
    		z-index: -1;
    		visibility: hidden;
			}
		#menu .section {
    		border-color: #b8b4ae;
    		border-width: 1px;
  		    border-style: solid solid solid solid;
 		    position: absolute;
    		z-index: -1;
    		visibility: hidden;
			}
		#menu .sub {
   			position: relative;
    		width: 100%;
			}
		#menu .box {
   			background-color: #F1F1F1;
    		font-family: tahoma,verdana;
    		font-size: 11px;
    		font-weight: bold;
    		padding: 3px 8px 4px 8px;
			}
		#menu .box-hover {
    		background-color: #ffffff;
			color: #ffffff;
    		font-family: tahoma,verdana;
   			font-size: 11px;
    		font-weight: bold;
    		padding: 3px 8px 4px 8px;
			}
		#menu .box-right {
    		background-color: #F1F1F1;
  		 	font-family: tahoma;
    		font-size: 11px;
    		font-weight: bold;
    		padding: 3px 16px 4px 8px;
			}
		#menu .box-right-hover {
    		background-color: #ffffff;
    		font-family: tahoma;
    		font-size: 11px;
   			font-weight: bold;
    		padding: 3px 16px 4px 8px;
			}
		#menu .box-right img, #menu .box-right-hover img {
    		position: absolute;
    		top: 4px;
    		right: 1px;
			}
		#menu a {
		    color: #000000;
    		text-decoration: none;
   			white-space: nowrap;
			}
		#menu a:hover {
    		color: #000000;
    		text-decoration: none;
    		white-space: nowrap;
			}		

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Linke Spalte Foto */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#spaltelinks 
		{ 
		position: absolute; 
		top: 118px; 
		left: 0px; 
		width: 300px; 
		height: 260px; 
		background-color: #DCDFD5; 
		visibility: visible;
 	    background:url(../images/brink-foto3.jpg); 
		background-position : top left;
		background-repeat : no-repeat; 
		}		
		
		

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Rechte Spalte rechts */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#spalterechts 
		{ 
		position: absolute; 
		top: 118px; 
		left: 304px; 
		width: 470px; 
		height: 260px; 
		visibility: visible; 
		}
		
		#spalterechtsheadline
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 470px; 
			height: 20px; 
	 	    background:url(../images/topheadline.gif); 
			background-position : left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
		#headlinetext
		{ 
			margin-top: 3px;
			margin-left: 8px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			font-weight: bold;
			color: #ffffff;
			visibility: visible; 
			}
			
		#spalterechtstext
		{ 
			position: absolute; 
			top: 20px; 
			left: 0px; 
			width: 470px; 
			height: 240px; 
	 	    background:url(../images/topnewsback.gif); 
			background-position : left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#headlinetexttext
		{ 
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			margin-left: 16px;
			margin-top: 16px;
			margin-right: 16px;
			color: #000000;
			visibility: visible; 
			}		


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Newsbox links */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#newsboxlinks 
		{ 
		position: absolute; 
		top: 382px; 
		left: 0px; 
		width: 255px; 
		height: 200px; 
		background-color: #DCDFD5; 
		/* border-left: 1px solid #DCDFD5; */
		visibility: visible;
		}
		
		#newsboxlinksheadline
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 255px; 
			height: 20px; 
	 	    background:url(../images/newsboxheadline.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#newsboxlinkstext
		{ 
			margin-top: 3px;
			margin-left: 8px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			font-weight: bold;
			color: #ffffff;
			visibility: visible; 
			}

		#newsbox1text
		{ 
			position: absolute; 
			top: 20px; 
			left: 0px; 
			width: 255px; 
			height: 180px; 
	 	    background:url(../images/newsboxtext.gif); 
			background-position : left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#newsbox1texttext
		{ 
			margin-top: 6px;
			margin-left: 6px;
			margin-right: 6px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			color: #0000000;
			visibility: visible; 
			}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Newsbox mitte */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#newsboxmitte 
		{ 
		position: absolute; 
		top: 382px; 
		left: 259px; 
		width: 256px; 
		height: 200px; 
		background-color: #DCDFD5; 
		/* border-left: 1px solid #DCDFD5; */
		visibility: visible; 
		}
		
		#newsboxmitteheadline
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 256px; 
			height: 20px; 
	 	    background:url(../images/newsboxheadline.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
		#newsboxmittetext
		{ 
			margin-top: 3px;
			margin-left: 8px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			font-weight: bold;
			color: #ffffff;
			visibility: visible; 
			}
		
		#newsbox2text
		{ 
			position: absolute; 
			top: 20px; 
			left: 0px; 
			width: 256px; 
			height: 180px; 
	 	    background:url(../images/newsboxtext.gif); 
			background-position : left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#newsbox2texttext
		{ 
			margin-top: 6px;
			margin-left: 6px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			color: #0000000;
			visibility: visible; 
			}
		
		#newsbox2-1
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 256px; 
			height: 90px; 
	 	    border-bottom: 1px solid;
			border-color: #1E4A4D;
			visibility: visible; 
			}
		
		#newsbox2-1text
			{ 
				position: absolute; 
				margin-top: 9px;
				margin-left: 4px;
				top: 0px; 
				left: 0px; 
				width: 154px; 
				height: 90px; 
				visibility: visible; 
				}
				
		#newsbox2-1foto
		{ 
			position: absolute; 
			top: 0px; 
			left: 165px; 
			width: 91px; 
	 	    background:url(../newsimages/verdammt.jpg); 
			background-position : left top;
			background-repeat : no-repeat; 
			height: 90px; 
	 	    border-bottom: 1px solid;
			border-color: #1E4A4D;
			visibility: visible; 
			}
			
		#newsbox2-2
		{ 
			position: absolute; 
			top: 90px; 
			left: 0px; 
			width: 256px; 
			height: 89px; 
			visibility: visible; 
			}
		
		#newsbox2-2text
			{ 
				position: absolute; 
				margin-top: 9px;
				margin-left: 4px;
				top: 0px; 
				left: 0px; 
				width: 154px; 
				height: 89px; 
				visibility: visible; 
				}
				
		#newsbox2-2foto
		{ 
			position: absolute; 
			top: 0px; 
			left: 165px; 
			width: 91px; 
	 	    background:url(../newsimages/unkaputtbar.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			height: 90px; 
			visibility: visible; 
			}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Newsbox rechts */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#newsboxrechts
		{ 
		position: absolute; 
		top: 382px; 
		left: 519px; 
		width: 255px; 
		height: 200px; 
		background-color: #DCDFD5; 
		/* border-left: 1px solid #DCDFD5; */
		visibility: visible; 
		}
		
		#newsboxrechtsheadline
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 255px; 
			height: 20px; 
	 	    background:url(../images/newsboxheadline.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible 
			}
		#newsboxrechtstext
		{ 
			margin-top: 3px;
			margin-left: 8px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			font-weight: bold;
			color: #ffffff;
			visibility: visible; 
			}
			
		#newsbox3text
		{ 
			position: absolute; 
			top: 20px; 
			left: 0px; 
			width: 255px; 
			height: 180px; 
	 	    background:url(../images/newsboxtext.gif); 
			background-position : left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#newsbox3texttext
		{ 
			margin-top: 6px;
			margin-left: 6px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			color: #0000000;
			visibility: visible; 
			}
			
		#newsbox3-1
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 255px; 
			height: 60px; 
	 	    border-bottom: 1px solid;
			border-color: #1E4A4D;
			visibility: visible; 
			}
			
		#newsbox3-1foto
			{ 
			position: absolute; 
			top: 0px; 
			left: 199px; 
			width: 56px; 
			height: 59px; 
	 	    background:url(../newsimages/fan-news.jpg); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
		
		#newsbox3-1text
			{ 
				position: absolute; 
				margin-top: 11px;
				margin-left: 4px;
				top: 0px; 
				left: 0px; 
				width: 199px; 
				height: 60px; 
				visibility: visible; 
				}
		
		#newsbox3-2
				{ 
				position: absolute; 
				top: 60px; 
				left: 0px; 
				width: 255px; 
				height: 60px; 
	 	 	    border-bottom: 1px solid;
				border-color: #1E4A4D;
				visibility: visible; 
				}
				
			#newsbox3-2foto
			{ 
			position: absolute; 
			top: 60px; 
			left: 199px; 
			width: 56px; 
			height: 59px; 
	 	    background:url(../newsimages/guestbook.jpg); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
			#newsbox3-2text
			{ 
				position: absolute; 
				margin-top: 11px;
				margin-left: 4px;
				top: 0px; 
				left: 0px; 
				width: 199px; 
				height: 60px; 
				visibility: visible 
				}
			
		#newsbox3-3
		{ 
			position: absolute; 
			top: 120px; 
			left: 0px; 
			width: 255px; 
			height: 60px; 
			visibility: visible; 
			}
			
		#newsbox3-3foto
		{ 
			position: absolute; 
			top: 121px; 
			left: 199px; 
			width: 56px; 
			height: 59px; 
	 	    background:url(../newsimages/rss.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
			#newsbox3-3text
			{ 
				position: absolute; 
				margin-top: 11px;
				margin-left: 4px;
				top: 0px; 
				left: 0px; 
				width: 199px; 
				height: 60px; 
				visibility: visible; 
				}
		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Fußzeile */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#fusszeile
		{ 
		position: absolute; 
		top: 586px; 
		left: 0px; 
		width: 774px; 
		height: 30px; 
		background:url(../images/bottomback.gif); 
		background-position : left;
		background-repeat : no-repeat;  
		/* border-left: 1px solid #DCDFD5; */
		visibility: visible; 
		}
		
		#fusszeile-navigation
		 		{
				padding: 7px;
				font-family: Verdana, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				color:#558694;
				text-align:right;
				visibility: visible;
				}
	
				
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Contentseite */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		
#content
		{ 
		position: absolute; 
		top: 118px; 
		left: 0px; 
		width: 774px; 
		visibility: visible;
		}
		
		#contentheadline
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 590px; 
			height: 20px; 
	 	    background:url(../images/contentheadline.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible; 
			}


		#contenttext
		{ 
			position: absolute; 
			top: 20px; 
			left: 0px; 
			width: 590px; 
	 	    background:url(../images/contentback.gif); 
			background-position : bottom left;
			background-repeat : no-repeat; 
			height: auto;
			visibility: visible; 
			}
		
		#contenttexttext
		{ 

			width: 424px; 
			margin-left: 140px;
			margin-top: 0px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			color: #000000;
			visibility: visible; 
			}
			
		#contentnews
		{ 
			position: absolute; 
			top: 233px; 
			left: 590px; 
			width: 180px; 
			visibility: visible; 
			}				

		#contentnewsheadline
		{ 
			position: absolute; 
			top: 0px; 
			left:4px; 
			width: 180px; 
			height: 20px; 
	 	    background:url(../images/contentheadline.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible;  
			}
		
		#contentnewstext
		{ 
			position: absolute; 
			top: 20px; 
			left: 4px; 
			width: 176px; 
			height: auto;
			visibility: visible; 
			}
			
		#contentnewstexttext
		{ 

			width: 176px; 
			margin-left: 4px;
			margin-top: 0px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			color: #0000000;
	 	    background:url(../images/contentback.gif); 
			background-position : bottom left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#newsnews
		{ 
			position: absolute; 
			top: 0px; 
			left: 590px; 
			width: 180px; 
			visibility: visible; 
			}				

		#newsnewsheadline
		{ 
			position: absolute; 
			top: 0px; 
			left:4px; 
			width: 180px; 
			height: 20px; 
	 	    background:url(../images/contentheadline.gif); 
			background-position : right;
			background-repeat : no-repeat; 
			visibility: visible;  
			}
		
		#newsnewstext
		{ 
			position: absolute; 
			top: 20px; 
			margin-left: 4px; 
			width: 176px; 
			height: auto;
			visibility: visible; 
			}
			
		#newsnewstexttext
		{ 

			width: 176px; 
			margin-left: 4px;
			margin-top: 0px;
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px;
			color: #0000000;
	 	    background:url(../images/contentback.gif); 
			background-position : bottom left;
			background-repeat : no-repeat; 
			visibility: visible; 
			}
			
		#fotobiographie
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/biographie.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fototermine
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/termine.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotopresse
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/presse.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}

		#fotointerview
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/links.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotodiscographie
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/discographie.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotosongtexte
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/songtexte.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotoerfolge
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../cds/cdimages/meineerfolge.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}

		#fotolinks
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/links.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotoschlager
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/schlager.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotowallpaper
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/wallpapers.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotokontakt
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/kontakt.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotocds
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/cds.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
			#fotounkaputtbar
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/unkaputtbar.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotodasbeste
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/bestof.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotocanzone
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/canzone.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotojetzterstrecht
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/jetzterstrecht.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagerstars
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/bbschlagerstars.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagercharts4
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/schlagercharts4.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotodochichwillmehr
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/dochichwillmehr.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotozuspaet
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/niemalszuspaet.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotomusicstar
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/musicstar.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotodirektmehr
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/direktmehr.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoverdammt
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/verdammt.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoklar
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/cdallesklar.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotofreiabgebrannt
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/freiundabgebrannt.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotofluegelglas
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/fluegelausglas.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotodirekt
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/direkt.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotogarnicht
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/ganzgarnicht.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
			
			#fotoallesaufsieg
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/allesaufsieg.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotodichvergess
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/dichvergess.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotomittenimleben
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/mittenimleben.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotokommzurueck
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/kommzurueck.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotopremium
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/premiumgold.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotosuende
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/suende.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotobernhardbrink
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/bernhardbrinkcd.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotolassreden
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/lassunsreden.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoeinfachso
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/einfachso.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoweihnachten
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/weihnachten.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoimmerda
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/binimmerda.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotohastdulust
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/hastdulust.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoentschuldige
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/duentschuldige.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagerjahres9
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/schlagerjahres9.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagerjahres7
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/schlagerjahres7.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagerjahres6
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/schlagerjahres6.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagerjahres5
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/schlagerjahres5.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotoschlagerjahres4
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/schlagerjahres4.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fototraumland
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/traumland.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
				
			#fotodoppeltgut
			{ 
				position: absolute; 
				top: 0px; 
				left: 0px; 
				width: 120px; 
				height: 120px; 
	 	    	background:url(../cds/cdimages/doppeltgut.jpg); 
				background-position : top left;
				background-repeat : no-repeat; 
				}
			
		#fotoautogramm
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/autogramm.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
		#fotokueche
		{ 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			width: 120px; 
			height: 172px; 
	 	    background:url(../newsimages/kueche.jpg); 
			background-position : left;
			background-repeat : no-repeat; 
			}
			
					#fotonewsverdammt
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 120px; 
	 	    		background:url(../newsimages/verdammt.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewsdanke
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 120px; 
	 	    		background:url(../newsimages/danke.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					

					#fotonewsdirekt
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 120px; 
	 	    		background:url(../newsimages/verdammt-album.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewspartner
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 49px; 
	 	    		background:url(../newsimages/partnertest.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewsdresden
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 49px; 
	 	    		background:url(../newsimages/zoodresden.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewskick
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 120px; 
	 	    		background:url(../newsimages/kick.gif); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewsberlin
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 120px; 
	 	    		background:url(../newsimages/berlin.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewswettbewerb
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 120px; 
	 	    		background:url(../newsimages/wettbewerb.gif); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewsfinale
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 90px; 
	 	    		background:url(../newsimages/finale.jpg); 
					background-position : top left;
					background-repeat : no-repeat; 
					}
					
					#fotonewsjacke
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 172px; 
	 	   		    background:url(../newsimages/lederjacke.jpg); 
					background-position : left;
					background-repeat : no-repeat; 
					}
					
					#fotonewshohenmoelsen
					{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					width: 120px; 
					height: 172px; 
	 	   		    background:url(../newsimages/hohenmoelsen.jpg); 
					background-position : left;
					background-repeat : no-repeat; 
					}
			
		#subnavybiographie
		{ 
			position: absolute; 
			top: 180px; 
			left: 0px; 
			width: 120px; 
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px; 
			}
			
	 	#subnavycds
		{ 
			position: absolute; 
			top: 128px; 
			left: 0px; 
			width: 120px; 
			font-family: Verdana, Helvetica, Geneva, Sans Serif;
			font-size:11px; 
			}
			
				#fusszeile-content
				{ 
				position: relative; top: 34px;
				left: 0px; 
				height: 30px;
				width: 774px; 
				background:url(../images/bottomback.gif); 
				background-position : left bottom;
				background-repeat : no-repeat;  
				/* border-left: 1px solid #DCDFD5; */
				visibility: visible; 
				}
			
				#fusszeile-content-navigation
		 		{
				padding: 7px;
				font-family: Verdana, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				height: 16px;
				color:#558694;
				text-align:right;
				visibility: visible;
				}
				

