html, body {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url("../design/cloudsBg.jpg") no-repeat fixed top;
	color: white;
	margin: 0px 0px 0px 0px;
	
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #fff25c;
	text-decoration: none;
}
a:active {
	color: #ffffff;
}

.a-verticalMenu {
	text-align: left;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 10px;
}

.button {
	color: black;
	text-decoration: none; 
	text-align: center;
	font-weight: bold; 
	font-size: 12px; 
	margin-left: 0px; 
	border: solid 2px #C0CfC0; 
	width: 75px; 
	height: 25px; 
	background-color: #C0C0C0; 
	padding: 5px 0px 0px 0px;
}

.linkButton {
	color: black;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 10px; 
	border: solid 2px #4B4B4B; 
	background-color: #000000; 
	border-style: groove;
	padding: 3px 3px 3px 3px;
}

h1, h2, h3, p {
	color: #ffffff;
}
h1 {
	
	font-size: 14px;
	text-align: center;
}
h2 {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #fcffb6;
}
p {
	text-align: left;	
}
.black {
	color: black;
}

.p-padding {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}


#frame {
	z-index: 10;
	position: relative;
	width: 920px;
	top: 0px;
	border-top: 0px solid #2d2d2d;
	border-left: 2px solid #2d2d2d;
	border-right: 2px solid #2d2d2d;
	border-bottom: 2px solid #2d2d2d;
	margin: 0px auto;
	background-color: #000000;
}
#fcFrame {
	z-index: 10;
	position: relative;
	width: 920px;
	top: -40px;
	border-left: 2px solid #2d2d2d;
	border-right: 2px solid #2d2d2d;
	margin: 0px auto;
	background-color: #000000;
}
#content {
	z-index: 11;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
  margin: 0px auto;	
	top: 0px;
	width: 918px;
	background-color: #000000;
	background-repeat: no-repeat;
	
}

#top {
	position: relative;
	z-index: 12;
	margin: 0px;
	left: 0px;
	width: 920px;
	height: 297px;
	top: 0px;
	background-image: url("../design/top.jpg");
	font-weight: normal;
	background-position: center;
	background-repeat: no-repeat;
}

#navigation {
	position: relative;
	z-index: 13;
	margin: 0px auto;
	top: 0px;
	left: -4px;
	width: 910px;
	height: 32px;	
}
#footer {
  position: relative;
  border-top: 2px solid #2d2d2d;
  padding: 10px;

}


#lngSwitch {
	position: relative;
	z-index: 14;
	float:right;
  font-size: 10px;
	width: 120px;
	height: 20px;
	font-weight: bold;
}
#subscribe2newsletter {
	position: absolute;
	z-index: 15;
	font-size: 10px;
	top: 10px;
	left: 10px;
	font-weight: bold;
}

#fcAreaLeftMenu {
	position: absolute;
	z-index: 15;
	font-size: 10px;
	width: 150px;
	height: 200px;
	top: 0px;
	left: 0px;
	font-weight: bold;
	border-right: 2px solid #2d2d2d;
}

#fcAreaContent {
	position: absolute;
	z-index: 15;
	font-size: 10px;
	width: 700px;
	top: 0px;
	left: 160px;
	font-weight: bold;
}

.news {
	background-image: url("../design/bg-Backdrop.jpg");
}
.band {
	background-image: url("../design/bg-BuchCover.jpg");
}
.tour {
	background-image: url("../design/bg-Forest.jpg");
}
.media {
	background-image: url("../design/bg-FlyingSkull.jpg");
}
.merch {
	background-image: url("../design/bg-Cross.jpg");
}
.releases {
	background-image: url("../design/bg-BuchCover.jpg");
}
.gallery {
	background-image: url("../design/bg-Backdrop.jpg");
}
.links {
	background-image: url("../design/bg-Forest.jpg");
}
.fans {
	background-image: url("../design/bg-FlyingSkull.jpg");
}
.impressum {
	background-image: url("../design/bg-FlyingSkull.jpg");
}
.fan-club {
	background-image: url("../design/bg-FlyingSkull.jpg");
}
.newTourDates {
	font-weight: bolder;
	line-height: 10px;
}
.oldTourDates {
	font-weight: normal;
	line-height: 10px;
}
	

