/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	line-height: 100%;

}
html { height: 100%; overflow:auto;}
body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; }
img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; }

body {
	color: #f5fff5;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

#full img {
	padding: 3px;
	border: 1px solid #ffe9e9;
	margin-right: 10px;
}



/*=COMMON
=== === === === === === === === === == */

body#news #wrapper { background-image: url(../cssimg/bg_news.jpg); }
body#bio #wrapper { background-image: url(../cssimg/bg_bio.jpg); }
body#biomehr #wrapper { background-image: url(../cssimg/bg_bio.jpg); }
body#musik #wrapper { background-image: url(../cssimg/bg_musik.jpg); }
body#videos #wrapper { background-image: url(../cssimg/bg_videos.jpg); }
body#fotos #wrapper { background-image: url(../cssimg/bg_fotos.jpg); }
body#konzerte #wrapper { background-image: url(../cssimg/bg_konzerte.jpg); }
body#presse #wrapper { background-image: url(../cssimg/bg_presse.jpg); }
body#downloads #wrapper { background-image: url(../cssimg/bg_downloads.jpg); }
body#links #wrapper { background-image: url(../cssimg/bg_links.jpg); }
body#kontakt #wrapper { background-image: url(../cssimg/bg_kontakt.jpg); }

body#news #shadow { background-image: url(../cssimg/bg_shadow_news.png); }
body#bio #shadow { background-image: url(../cssimg/bg_shadow_bio.png); }
body#biomehr #shadow { background-image: url(../cssimg/bg_shadow_bio.png); }
body#musik #shadow { background-image: url(../cssimg/bg_shadow_musik.png); }
body#videos #shadow { background-image: url(../cssimg/bg_shadow_videos.png); }
body#fotos #shadow { background-image: url(../cssimg/bg_shadow_fotos.png); }
body#konzerte #shadow { background-image: url(../cssimg/bg_shadow_konzerte.png); }
body#presse #shadow { background-image: url(../cssimg/bg_shadow_videos.png); }
body#downloads #shadow { background-image: url(../cssimg/bg_shadow_news.png); }
body#links #shadow { background-image: url(../cssimg/bg_shadow_links.png); }
body#kontakt #shadow { background-image: url(../cssimg/bg_shadow_videos.png); }

/*=WRAPPER
=== === === === === === === === === === */
#shadow {
	width: 1098px ;
	height: 741px;
	margin-left: auto ;
	margin-right: auto ;
	border: 0px solid #fa353e;
	text-align: left; 
}


#wrapper {
	width: 1050px ;
	height: 720px;
	margin-left: auto ;
	margin-right: auto ;
	border: 0px solid #fa353e;
}

#navigation {
	width: 150px;
	height: 450px;
	border: 0px solid #fa353e;
	float: left;
	margin-left: 120px;	
	margin-top: 150px;
	text-align: center;
	line-height: 2;
}

#content {
	width: 632px;
	height: 448px;
	border: 0px solid #fa353e;
	float: left;
	margin-left: 20px;
	margin-top: 148px;
}

#full {
	width: 634px;
	height: 450px;
	border: 0px solid #fa353e;
	padding: 0px;
	overflow: auto;
	padding-bottom: 0px;
}

#player {
	height: 88px;
}

#subcontent {
	overflow: auto;
	height: 350px;
}

#split-left {
	width: 460px;
	height: 439px;
	margin: 0px;
	margin: 0px;
	padding: 5px;
	border: 0px solid #fa353e;
	overflow: auto;
	float: left;

}

#split-right {
	width: 145px;
	height: 420px;
		margin: 0px;
	padding: 0px;
	border: 0px solid #fa353e;
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	margin: 0;
}


#logos {
	margin-top: 20px;
	margin-left: 5px;
	border: 0px solid #fa353e;
}

#termine {
	height: 300px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 8px;
}

#navigation li {
    list-style: none;
    padding: 3px;
}

#navigation a {
	font: italic 20px "Times New Roman", Times, Georgia, serif;
	color: #fffdf0;
	text-decoration: none;
}

#navigation a:hover {
	color: #e5daa7;
}


#navigation a.selected {
	color: #e5daa7;		
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

h3 {
	font: italic bold 15px "Times New Roman", Times, Georgia, serif;
}

a.split-right {
	font: italic bold 15px "Times New Roman", Times, Georgia, serif;	
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #f0ffdd;
}

#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #e5daa7;
}

#content p {
	padding-right: 10px;
}


input.newsletter {
	width: 130px;
}


img.right {
	padding-left: 240px;
	padding-right: 15px;
}

#music_left {
	float: left;
	
	width: 180px;
	border: 0px solid #26fd90;
}

#music_right {
	float: right;
	border: 0px solid #26fd90;
	width: 430px;
}

Lyrics
=== === === === === === === === === === */
#lyrics {
	padding: 10px;
	
}


