/* Basics */


*{ margin: 0;
	border: 0;
	padding: 0;		
}


body {
	background: Black url(images/skyline.jpg) no-repeat fixed left bottom;
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
}

table, tr, td, p, form, div, sub {
	color: #999999;
	line-height: 125%;
	font-size: small;
	}

/* Layout */

#details {
	margin: 0px auto auto auto;
	text-align: left;
	position: absolute;
	left: 630px;
	width: 180px;
	border: 1px solid #F5F5DC;
	float: right;
	font-size: smaller;	
}

.sub {
	border-bottom: 1px dashed #F5F5DC;
	padding: 6px 6px 6px 6px;		
}
	
.subsans {
	padding: 6px 6px 6px 6px;		
}

.subsolid {
	border-bottom: 1px solid #F5F5DC;
	padding: 6px 6px 6px 6px;			
}	

/* Links */

a:active {
	text-decoration: none;
	color: #BE0028;
}
a:hover {
	text-decoration: none;
	color: #F5F5DC;
}
a:visited {
	text-decoration: none;
	color: #BE0028;
}
a:link {
	text-decoration: underline;
	color: #BE0028;	
}

/* Menue */

#menue {
	border-bottom: 1px solid #F5F5DC;
	height: 32px;
	width: 900px;
	position: absolute;
	top: 200px;
	text-align: right;
	background-color: Black;
	padding-top: 6px;
	font-size: medium;
}

/*
#fusszeile {
	background-color: Black;
	position: absolute;
	left: 60px;
	top: auto;
	bottom: 0px;
}*/
	
#menue a:active, #fusszeile a:active {
	text-decoration: none;
	color: #BE0028;
}
#menue a:hover, #fusszeile a:hover {
	text-decoration: none;
	color: #BE0028;
	background-color: #363636;
	padding-top: 4px;
	padding-bottom: 4px;
	}
#menue a:link, #menue a:visited, #fusszeile a:link, #fusszeile a:visited {
	text-decoration: none;
	color: #F5F5DC;
}

/* Überschriften */

h1 {
	color: #BE0028;
	font-size: 1.6em;
	margin-bottom: 24px;
}

h2 {
	color: #F5F5DC;
	font-size: 1.2em;
	padding-bottom: 18px;
}

h3 {
	color: #BE0028;
	font-size: 1.1em;
	padding-bottom: 16px;
}

h4 {
	color: #999999;	
	text-decoration: underline;
	font-size: 1em;
	padding-bottom: 12px;
}

/* Pseudoframes */

#scroller {
	position: absolute;
	top: 239px;
	left: 63px;
	padding: 24px 16px 16px 0px;
	width: 814px;
	height: 60%;
	text-align: left;
	background: transparent repeat-y left top;
	overflow: auto;
}

/* etcetera */

.logo {
	background: Black url(images/logo_big.jpg) no-repeat;
	margin: 21px auto auto 60px;
	text-indent: -9999px;
	height: 180px;
	color: #999999;
}

.stern {
	margin-left: 10px;
	font-size: x-small;
	}
	
.help {
	border-bottom: 1px dotted #66676A;
	cursor: help;
}	

.fett {
	color: #F5F5DC;
	font-weight: bold;
}

.line {
	text-decoration: line-through;
}

.description {
	font-style: italic;
	font-size: smaller;
	margin-bottom: 4px;
}

.history {
	color: #F5F5DC;
	letter-spacing: 1px;
	vertical-align: top;
	font-weight: bold;
}

.subtitle {
	color: #F5F5DC;
	font-size: 1.1em;
	padding-right: 12px;
}

/* Bilder */

.picleft {
	margin-right: 40px;
}

.ppicleft {
	margin: 0 200px 0 10px;
}

.picright {
	margin-left: 40px;
}

.backpic {
	margin-left: 576px;
}

.downpic {
	background-color: black;
	border: 1px solid #F5F5DC;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bandpic {
	background: black url(images/band_skyline_new.jpg) no-repeat fixed bottom left;
}

#nopic {
	background-image: none;
}