/* 
Webspace 09 CSS Layout 

@version: 1.0
@author: Doreen Schröder
@pubdate: 2009-09-28
@License: Sven Laux
*/

a:focus {
  outline: none;
}

body{
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color:#ffffff;
}


h1{
	font-size: 11px;
	font-weight: bold;
}


hr{
	margin-bottom: 10px;
}


ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


table tr td a:link{
	color: #000000;
	text-decoration: underline;
}

table tr td a:visited{
	color: #000000;
	text-decoration: underline;
}

table tr td a:hover{
	color: #000000;
	text-decoration: underline;
}

table tr td a:active{
	color: #000000;
	text-decoration: underline;
}

table tr td{
	vertical-align: top;
	/* width: 200px; */
}

#press table tr td a:link{
	color: #000000;
	text-decoration: none;
}

#press table tr td a:visited{
	color: #000000;
	text-decoration: none;
}

#press table tr td a:hover{
	color: #000000;
	text-decoration: none;
}

#press table tr td a:active{
	color: #000000;
	text-decoration: none;
}




table tr td a:link{
	color: #000000;
}

table tr td a:visited{
	color: #000000;
}

table tr td a:hover{
	color: #000000;
}

table tr td a:active{
	color: #000000;
}

table tr td{
	vertical-align: top;
	/* width: 200px; */
}

input {
	width: 300px;
	border: 1px solid #666;
	background-color:#ffffff;

}

textarea {
	width: 300px;
	border: 1px solid #666;
	background-color:#ffffff;

}





a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #000000;
}


/* Positionierung */

#masterebene{
	position: absolute;
	width: 1000px;
	/*height: 694px;*/
	
	left: 50%;
	top: 80px;
	
	margin-left: -490px;
	float: left;
}

#head{
	width: 1000px;
	height: 81px;
	
	background-color:#ffffff;
	padding-top: 80px;
	padding-bottom: 30px;
	margin-left: -490px;
	padding-left: 60px;
	
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 1;
}

#navigation{
	width: 1000px;
	height: 81px;

	margin-left: -490px;
	padding-bottom: 100px;
	background-color:#ffffff;
	
	/*border: 1px solid #000000;*/
	
	position: fixed;
	top: 170px;
	left: 50%;
	z-index: 2;
}


#content{
	width: 1000px;
	float: left;
	margin-top: 270px;
	margin-bottom: 40px;
}


#content_left{
	width: 380px;
	margin-top: 0px;
	top: 217px;
}

#content_right{
	width: 435px;
	position: absolute;
	top: 270px;
	left: 385px;
	
	/*border: 1px solid #000000;*/
	text-align: justify;
	padding-left: 20px;
}

#news_block{
	/*padding-bottom: 30px;
	padding-top: 15px;*/
	height: 110px;
	vertical-align:middle;
}

#date_block{
	padding-left: 60px;
	width: 200px;
	vertical-align:middle;
	float: left;
	text-align:left;
}

hr{
	padding: 0px;
	margin: 0px;
	width: 435px;
}

#news_pic{
	/*padding-bottom: 30px;*/
	padding-top: 3px;
	height: 123px;
	vertical-align:middle;
}

#footer_album{
	margin-top: 350px;
	margin-bottom: 20px;
}

.disclaimer{
	font-size: 10px;
	color: #999;
}

.submitbutton{
	width: 100px;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
}

.coverlinks a {
	text-decoration: none;
	color: #000000;
}

.links_content {
	color: #cccccc;
	word-spacing: 6.7px;
}

.startlink a:link{
color: #000000;
}


#b_newsMap {
 float: left;
}

#b_aboutMap {
 float: left;
}

#b_discoMap {
 float: left;
}

#b_pressMap {
 float: left;
}

#b_music_linksMap {
 float: left;
}

#b_contactMap {
 float: left;
}

#footer{
	margin-bottom: 20px;
}




