﻿@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  src: local('League Gothic Regular'), local('League Gothic-Regular'), url(../fonts/League_Gothic-webfont.woff) format('woff');
}

html *{
	margin:0px;
	padding: 0px;
}
body {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	scrollbar-face-color: #3e4264;
	scrollbar-highlight-color: #555555;
	scrollbar-shadow-color: #111111;
	scrollbar-3dlight-color: #111111;
	scrollbar-arrow-color: #e6e6e6;
	scrollbar-track-color: #010041;
	scrollbar-drakshadow-color: #000000;
}
.main{
	border: 1px solid #CCCCCC;
	margin: auto;
	width: 861px;
}
#table{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
#table td{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#table .leftRow{
	width: 136px;
}
#table .favorite {
	margin-top: 40px; 
	text-align: center;
}
#table .favorite a{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #c0c0c0;
	text-decoration: none;
}
#table  a:hover {
	color: #f00000;
}
#table .leftRow .favorite img{
	margin-top: 40px;
	text-align: center;
}
/* linkes Menü */
#leftMenu{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 136px;
}
#leftMenu li a{
	display: block;
	padding: 3px 8px 3px 8px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #F0AF00;
	background-color: #000000;
	text-decoration: none;
	border-top: 1px solid #B11107;
	border-right: 1px solid #B11107;
	border-bottom: 1px solid #B11107;
}
#leftMenu li a:hover{
	color: #F0AF00;
	background-color: #B11107;
	border-top: 1px solid #F0AF00;
	border-right: 1px solid #F0AF00;
}
#leftMenu .subMenu{
	display: inline;
}
#leftMenu ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}
#leftMenu ul li{
	font-weight: bold;
	color: #c0c0c0;
	line-height: 13px;
}
#leftMenu ul li a{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	font-style: normal;
	color: #c0c0c0;
	text-decoration: none;
	border: none;
}
#leftMenu ul li a:hover{
	color: #f00000;
	background-color: #182263;
	border: none;
}
/* topMenü */
#topMenu {
	padding: 3px 0px 3px 0px;
	color: #F0AF00;
	background-color: #B11107;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
#topMenu a {
	color: #F0AF00;
	text-decoration: none;
}
#topMenu a:hover {
	color: #f00000;
}

#header{
	background-image:url(../images/trenner.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 1px 0px 3px 0px;
}
#header h1{
	background-image:url(../images/usa.jpg);
	background-repeat: no-repeat;
	padding: 15px 0px 0px 0px;
	margin: 20px 0px 0px 40px;
	font-family: Verdana, Arial, Helvetica;
	color: #F0AF00;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/* bottom Menü */
#bottomMenu {
	font-size: 9px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#bottomMenu a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal !important;
}
#bottomMenu a:hover{
	color: #f00000;
}

/* Images */
#bottomImages {
	text-align: center;
	margin-bottom: 20px;
}

/* CopyrightText */
#bottomText {
	font-size: 9px;
	text-align: center;
	margin-bottom: 20px;
}

/* Fußzeile */
#table .bottomTable {
	background-color: #B6B6B6;
	padding: 20px 10px 0px 50px;
	margin:0px;
}
#bottom{
	padding: 3px 0px 3px 0px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	background-color: #B11107;
	color: #F0AF00;
}
#table .leftLogos {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
}
#table .leftLogos img{
	margin-top: 10px;
}


/* content Bereich */
#table #content{
	padding: 20px 10px 0px 50px;
	margin:0px;
	background-color: #B6B6B6;
}
#content h1{
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 36px;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
}
#content h2{
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#content h3{
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
}
#content h4{
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
}

#content a{
	text-decoration: none;
	font-style: italic;
	color: #000000;
}
#content a:hover{
	color: #f00000;
	
}
#content td{
	vertical-align: top;
}
#content .initialPara:first-letter{
	font-size: 200%;
	font-weight: bold;
}
a img{
	border: 0px;
}
img {
	border: 0px;
	vertical-align: top;
}

/* Home */
#content .home{
	margin: 0px;
	padding: 0px;
}
#content .home li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
#content .home li a{
	font-weight: bold;
	font-style: italic;
}
#content .home ul{
	margin: 10px 0px 20px 40px;
	padding: 0px 0px 0px 0px;
}
#content .home ul li {
	list-style-image:url(../images/favstar.png);
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/* BackToBack */
#content #backtobackTable {
	border: 10px solid #333333;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
	margin: auto;
	margin-bottom: 10px;
}
#content #backtobackTable td{
	padding: 5px;
	border: 10px solid #333333;
	font-size: 12px;
}
#content #backtobackTable .jahrzehnt {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 24px;
}
#content #backtobackTable .red {
	background-color: #FF4040;
}
#content #backtobackTable .green {
	background-color: #66CC99;
}
#content #backtobackTable .yellow {
	background-color: #FFFF99;
}
#content #backtobackTable .blue {
	background-color: #6699FF;
}
#content #backtobackTable .grey {
	background-color: #CCCCCC;
	font-weight: normal;
}

/* HappyBirthday*/
#content #birthdayTable {
	width: 350px;
	background-color: #333333;
	color: #F0AF00;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: auto;
}
#content #birthdayTable td{
	border: 1px solid white;
	padding: 10px;
	font-size: 16px;
}
#content #birthdayTable .big {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-style: normal;
}
#content #birthdayTable .light {
	color: #CC0000;
	background-color: #FFFFCC;
	text-align: left;
	font-style: normal;
	font-size: 12px;
}
#content #birthdayTable .dark {
	color: #CC0000;
	background-color: #FFFF99;
	text-align: left;
	font-style: normal;
	font-size: 12px;
}
#content #birthdayTable .blue {
	color: #182263;
	padding-left: 15px;
	background-image:url(../images/newstar.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#content #birthdayTable .big img{
	border: 1px solid #F0AF00;
	margin-top: 10px;
}

/* Review */
#review .artistPortrait, #review .artistDetails, #review .artistDetailsWide, #review .artistPortraitSmall{
	width: 100%;
	border-collapse:collapse;
	border-width: 1px;
	border-color: black;
	background-color: #333333;
	color: #FFFFCC;
	font-weight: bold;
	margin-bottom: 5px;
}
#review .leftWidth{
	width: 115px;	
}
#review .artistPortrait td{
	padding: 0px;
}
#review .artistDetails td, #review .artistDetailsWide td{
	padding: 2px 5px 2px 5px;
	border-color: black;
}
#review .artistPortrait .artist, #review .artistPortraitSmall .artist{
	padding-left: 5px;
	font-family: 'League Gothic', Impact, Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: 30px;
}
#review .artistDetails .yellow{
	width: 290px;
	color: black;
	background-color: #FFFFCC;
}
#review .artistDetailsWide .yellow{
	width: 390px;
	color: black;
	background-color: #FFFFCC;
}
#review .cdBox{
	width: 170px;
	background-color:  #333333;
	border-collapse: collapse;
	font-weight: bold;
}
#review .cdBoxOuter{
	background-color:  #333333;
	margin: 0px 0px 20px 20px;
}
#review .cdBoxBorder{
	border: 2px solid #333333;
	border-top-width: 0px;
}
#review .cdBox .cover{
	text-align: center;
	background-color: #B4B4B4;
	padding: 4px 0px 4px 0px;
}
#review .cdBox .artist{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	color: #FFFFCC;
	padding-top: 5px;
}
#review .cdBox .album{
	font-size: 11px;
	text-align: center;
	color: #FFFFCC;
}
#review .cdBox .label{
	font-size: 9px;
	text-align: center;
	color: #FFFFCC;
	padding-bottom: 5px;
}
#review .cdBox .titel{
	font-size: 10px;
	text-align: justify;
	background-color: #B4B4B4;
	padding: 5px;
}
#review .cdBox .starfacts{
	text-align: center;
	background-color: #333333;
	padding: 10px 0px 10px 0px;
}
#review .artistPortrait .orange, #review .artistPortraitSmall .orange, #review .cdBoxOuter .orange{
	width: 30px;
	height: 8px;
	background-color: #B11107;
	font-size: 0px;
}
#review ul{
	padding: 0px 0px 0px 25px;
	margin: 10px;
}
#review ul li{
	padding: 0px 0px 0px 0px;
	list-style-image: url(../images/redstar.gif);
	color: #FFFFCC;
	font-size: 12px;
}