/* css reset von Eric Meyer einbauen!
tjo 24022010 */

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #ececec;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	text-align: center; /* IE */
}


#page-container {
	background: white;
	width: 1026px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 1px;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #CF291C;
	height: 106px;
	width: 1002px;
	margin-left: 12px;
	margin-top: 10px;  
}
/*Logo */
#logo {
	margin-left: 34px;
	float: left;
}

#logozusatz {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	font-weight:bold;
}

/*webdesign by mblue */
#mblue {
	margin-left: 880px;
	margin-top: 0px;
	padding-top: 5px;
}
#mblue a {
	text-decoration: none;
	color: white;
}
#mblue a:hover {
	color: #e0e0e0;
}


#teaser {
	background-image: url(../images/teaser.jpg);
	margin-top: 9px;
	height: 210px;
	width: 1002px;
	margin-left: 12px;
}


/*Navigation */
#nav-container {
	margin-left: 60px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 30px;
}

#nav-container a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-left: 8px solid #CF291C;
	padding-left: 10px;
}

#nav-container a:hover {
	text-decoration: none;
	color: #e0e0e0;
	font-weight: bold;
	border-left: 8px solid black;
	padding-left: 10px;
}

#current {
	text-decoration: none;
	color: #e0e0e0;
	font-weight: bold;
	border-left: 8px solid black;
	padding-left: 10px;
}



#content-container {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #535152;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 12px;
	width: 1002px;
}


#sidebar {
  	float: left;
	width: 260px;
	background-color: white;
	margin-left: 30px;
}

#player {
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 10px 10px;
}

#video {
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 10px 10px;
}

#songcredits {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #535152;
	font-size: 9px;
	text-align: left; /* IE */
	padding: 0 10px 0 10px;
	font-weight:bold;
	line-height: 12px;
}

ol { 
	list-style-type: decimal; 
	list-style-position: outside; 
	padding-left: 20px;
}




#content {
	margin-left: 30px;
	padding: 20px;
	border-left: 260px solid white; /* Um den Hintergrund für Sidebar zu erzeugen */
	line-height: 15px;
}

#content_gallery {
	margin-left: 0px;
	padding: 20px;
}

/* Überschrift News.. */
#content h2 {
	margin-bottom: 17px;
}
/*für Rahmen um News */
#news {
	color: #CF291C;
	border: 1px solid #e0e0e0;
	padding: 6px 18px 6px 18px;
	font-size: 12px;
}
  
#content h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 9px;
  padding-top: 11px;
  margin-bottom:11px;
}

#content a {
	color: #CF291C;
	text-decoration: none; 
}
#content a:hover {
	color: #e0e0e0;
}

#gallerylinks a {
	color: #CF291C;
	text-decoration: none; 
}
#gallerylinks a:hover {
	color: #e0e0e0;
}

/* Trenner zwischen den einzelnen Inhalten */
.star {
	color: #CF291C;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	letter-spacing: 15px;
}


#text_player {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #CF291C;
	font-size: 12px;
	text-align: center; 
}

#text_player a {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #CF291C;
	font-size: 12px;
	text-align: center; 
	text-decoration: none; 
}

#text_player a:hover {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #CF291C;
	font-size: 12px;
	text-align: center; 
	text-decoration: none; 
}

#text_player a:visited {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #CF291C;
	font-size: 12px;
	text-align: center; 
	text-decoration: none; 
}

#text_player a:active {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #CF291C;
	font-size: 12px;
	text-align: center; 
	text-decoration: none; 
}

#newsbild {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}