* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #141412 url(bg_font_guru.jpg) no-repeat scroll top center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #cbcbcb;
	height: 100%;
}

a {
	color: #cbcbcb;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	color: #e6ce00;
	cursor:pointer;
}

a.active { 
	font-weight:bold;
	cursor:pointer;
	}

#clear {
	clear: both;
}

#flags {
	float:right;
}

#flags img {
	border: none;
}

#main_container {
	width: 906px;
	margin: 0 auto;
	_height: 100%; /* höhenangabe für IE6 der min-height nicht versteht*/
	min-height: 900px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#topspacing {
	height: 175px;
}

#content_container {
	margin-left: 180px;
	width: 644px;
}

#content{
	float:left;
	width: 450px;
	line-height: 1.6em;
	text-align: justify;
}

#lyricsleft {
	float: left;
	width: 220px;
	}

#lyricsright {
	float: right;
	width:450px;
}

#content p {
	line-height: 1.6em;
	text-align: justify;
} 

#sidebar {
	float:right;
	width: 120px;
	text-align: right;
}

#menu a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #cbcbcb;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px solid #cbcbcb;
}

#menu a:hover {
	text-decoration: none;
	color: #e6ce00;
}

#menu .myspace {
	margin-top: 15px;
	border: none;
}

#headline {
	margin-bottom: 15px;
}

#release {

	height: 100px;
	margin-bottom: 10px;
	
}

	
#news_entry a {
	background: url(dotted.gif) repeat-x bottom;
}

#news_entry a:hover {
	background: url(dotted_hover.gif) repeat-x bottom;
	color: #e6ce00;
	cursor:pointer;
}

.underline {
        background: url(dotted.gif) repeat-x bottom;
}

.underline a:hover {
	background: url(dotted_hover.gif) repeat-x bottom;
	color: #e6ce00;
	cursor:pointer;
}

.line {
        background: url(dotted.gif) repeat-x bottom;
}

.cover {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	}

hr {
	height: 15px;
	border-style: none;
}

h1 { 
	display: inline;
	color: #e6ce00;
	font: normal 14px Arial, Helvetica, sans serif;
}

h1.test {
	display: block;
	margin-bottom: 5px;
}

h2 {
	font: normal 14px Arial, Helvetica, sans serif;
	color: #ffffff;
	display: inline;
}

h3 {
	font: normal 14px Arial, Helvetica, sans serif;
	color: #e6ce00;
	display: inline;
}

h4 {
	font: bold 12px Arial, Helvetica, sans serif;
	color: #d4be00;
	display: inline;
}

h5 {
	font: bold 12px Arial, Helvetica, sans serif;
	color: #626262;
	display: inline;
}


input, textarea {

        background: none;
        color: #cbcbcb;
        font: normal 12px Arial, sans serif;
        border: 1px solid #e6ce00;
}