/* 
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;
}


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


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;
}

input {
	width: 300px;
	border: 1px solid #cccccc;
}

textarea {
	width: 300px;
	border: 1px solid #cccccc;
}




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: 280px;
	margin-bottom: 40px;
}


#content_left{
	width: 380px;
	position: fixed;
	top: 330px;
}

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


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

.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;
}

#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;
}




