/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Arial";
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image:url(bg_grad.jpg);
	text-align:center;

}
/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}
table{
	font-family: "Arial";
	font-size: 8pt;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Site{
	position:relative;
  width:1000px;
  margin:auto;
	text-align:center;
}
/************************************/
#Ueberschrift{
	background-repeat: no-repeat;
	background-color: none;
	background-image:url(../css/gitarre.gif);
  height:330px;
  width:1000px;
  clear:both;
}
#Ueberschrift h2{
	font-family: "Ruach LET","Times New Roman";
	font-size: 48pt;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-left: 160px;
	padding: 0px;
}
#Ueberschrift img{
	position: absolute;
	top: 0px;
	right: 0px;
}
/************************************/
#Login{
	/*background-color: #FF8000;*/
	position: absolute;
	width:130px;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Arial;
	font-size: 8pt;
	text-align:left;
}
/************************************/
#Additions{
	z-index:1;	
	position:absolute;
	top:270px;
	left:200px;
	padding: 10px 10px 10px 10px;
	font-family: Arial;
	font-size: 8pt;
	float:left;
	vertical-align:middle;
}
/************************************/
#Nachrichten{
	position:absolute;
	z-index:1;
	top:0px;
	right:10px;
	padding: 0px;
	height:120px;
	width:80px;
}
/************************************/
#Panorama{
	position:absolute;
	z-index:1;
	top:330px;
	left:10px;
	padding: 0px;
	height:140px;
	width:180px;
}
/************************************/
#Kontakt{
	position:absolute;
  top:480px;
	left:10px;
	padding: 0px;
}
#Kontakt p{
	font-family: Arial;
	font-size: 8pt;
	text-align:left;
}
#Kontakt img{
	display: block;
	float:left;
}
/************************************/
#Inhalt1{
	position:relative;
	width:100%;
	top:-60px;
        	background: none;
        	text-align:center;
}
/************************************/
#Inhalt2{
	border:6px groove #cccccc;
	border-color:#FF8000;
	margin:auto;
        	background: none;
         width:400px;
         height:300px;
}
/************************************/
#Werbung{
	position:absolute;
	background-image:url(../css/bg_werbung.gif);
	z-index:1;
	top:170px;
	right:10px;
	width:170px;
	height:232px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
	vertical-align:middle;
}
#Werbung img{
	display: block;
	margin:auto;
	margin-top:10px;
	border:none;
}
/************************************/
#Ticker{
	position:absolute;
         top:135px;
         right:10px;
        	background-color: #000000;
	padding: 0px;
	font-family: Arial;
}
#Ticker input{
        	background-color: #000000;
        	border: none;
         color: #1d6af6;
         width:550px;
         	font-size: 10pt;

}
/************************************/
#Musikrecherche{
	z-index:1;
	background-image:url(bg_musikrecherche.gif);
	position:absolute;
	top:410px;
	right:10px;
	width:250px;
	height:120px;
	font-family: Arial;
	font-size: 10pt;
	text-align:left;
}
#Musikrecherche p{
	padding-left: 15;
	color:gold;
}
#Musikrecherche img{
	display: block;
}
#Musikrecherche a{
	color: #ff0000;
	text-decoration: none;
}
#Musikrecherche a:hover{
	color: #ff0000;
	text-decoration: underline;
}

/************************************/
#Navigation{
	position:absolute;
	top:200px;
	right:300px;
	width:80px;
}

/************************************/
#Seiteninfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
         margin: 10px 0px 0px 0px;
	padding: 20px 20px 20px 210px;
}

#Seiteninfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/***********************************************/
/* End Layout Divs                             */
/***********************************************/

