/*
#916c47: helles braun
#452822: dunkles braun
#4b5e5e: dunkles blau

	scrollbar-face-color: #452822;
	scrollbar-shadow-color: #452822;
	scrollbar-highlight-color: #452822;
	scrollbar-3dlight-color: #916c47;
	scrollbar-darkshadow-color: #916c47;
	scrollbar-track-color: #916c47;
	scrollbar-arrow-color: #FFFFFF;
*/
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
	background-color: #916c47;
}

div {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
}

div#qTip {
  padding: 5px;
  border: 1px solid #4b5e5e;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #452822;
  color: #916c47;
  text-align: left;
  position: absolute;
  z-index: 1000;
  opacity: 0.9;
	-moz-opacity: 0.9;
}


#divHeader {
	position: absolute;
	left: 600px;
	top: 5px;
	width: 370px;
	height: 200px;
}

#divContent, #divContentBackground  {
	position: absolute;
	left: 600px;
	top: 60px;
	width: 385px;
	height: 488px;
	overflow:	auto;
}

#divContentBackground {
	background-color:#452822;
}

#divBody {
	background-color: #452822;
	background-image: url(/media/background.gif);
	background-repeat: no-repeat;
	color: #916C47;
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -280px;
	width: 990px;
	height: 560px;
}

#divLogo {
	left: 420px;
	width: 167px;
	position: absolute;
	top: 10px;
	height: 46px;
}

#divKeyVisualBig {
	left: 20px;
	width: 225px;
	position: absolute;
	top: 194px;
	height:165px;
}

#divKeyVisual1 {
	position: absolute;
	left: 170px;
	top: 285px;
	width: 70px;
	height: 70px;
}

#divKeyVisual2 {
	position: absolute;
	left: 251px;
	top: 285px;
	width: 70px;
	height: 70px;	
}

#divKeyVisual3 {
	position: absolute;
	left: 332px;
	top: 285px;
	width: 70px;
	height: 70px;
}

#divNavigation {
	position: absolute;
	left: 420px;
	top: 60px;
	width: 167px;
	height: 200px;
	text-align: right;
}

#divIndexNews {
	position: absolute;
	left: 600px;
	top: 210px;
	width: 370px;
	height: 200px;
}

#divRSSNews {
	padding-left:5px;
	width:98%;
	border: 1px solid #4b5e5e;
}


table, tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	color: #916C47;
	}

ul.decimal {
	list-style: decimal;
	list-style-type: decimal;
}

li.graphic {
	list-style-image: url(/media/dot.gif);
	vertical-align: sub;
	padding:0px;
}

textarea.text, input.text{
	border:1px solid #916c47;
	background-color: #916c47;
	border-color: #4b5e5e;
	color:#452822;
}

input.text {
	height:21px;
	cursor:text;
}

input:focus, select:focus,textarea:focus {
	background-color: #ffffff;
}

input, input.button, input.submit, input.submitHigh {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	border-width:0px;
	border-bottom: #4b5e5e double 3px;
	border-left: #4b5e5e double 3px;
	border-right: #4b5e5e double 3px;
	border-top: #4b5e5e double 3px;
	cursor:pointer;
}



input.submitHigh{
	background-color: #452822;
	color: #ffffff;
	
}

a, a:link, a:visited {
	color: #4B5E5E;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

span.menuActive {
	color: #ffffff;
}

a.dark, a:visited.dark {
	color: #452822;
	text-decoration: none;
}

a:hover.dark {
	color: #4B5E5E;
	text-decoration: underline;
}

h1, h2 {
	font-family: "trebuchet", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 14px;
	padding:0px;
}

h2 {
	font-size: 12px;
}

img {
	border: 0px;
}

img.borderLight {
	border: 1px;
	border-color: #916C47;
	border-style: solid;
}

img.opacity {
	opacity: .2;
	-moz-opacity: 0.2;


}

img.opacity:hover {
	opacity: 1;
	-moz-opacity: 1;
}

img.floatleft {
	float:left;
	margin-right: 5px;
}

.Tracklisting {
	float:left;
}


#releaseInfo {
	font-size: xx-small;
	padding-top: 5px;
	margin-top: 5px;
	font-style: italic;
}

#compilationInfo {
	font-size: xx-small;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


table.borderLightBlue {
	border: 1px solid #4b5e5e;
}

table.width100 {
	width:100%;
}

hr, hr.dot{
	color:#916c47;
	height:1px;
	border-color: #916c47;
	border:none;
}

hr.dot{
	border-bottom: 1px dotted #916c47;
}

div.paddingLeft5 {
	padding-left:5px;
}



