@charset 'utf-8';

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin-right: 5px;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


/* 
Useful basic stylings based on Stefan Nitzsche’s work
http://nitzsche.info
*/

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.ie7 address {
  font-style: normal;
}

.hideme {
  position: absolute;
  left: -999em;
  top: -999em;
}

label, 
input[type=button],
input[type=submit], 
button {
  cursor: pointer;
}

q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}

q:lang(en) {
  quotes: '“' '”' "‘" "’";
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/ 
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */

img { 
  -ms-interpolation-mode: bicubic; 
}

* {
  -webkit-text-size-adjust: none;
}

body {
  background: #900a0f;
  font: normal 14px/1.5em "facitweb-1","facitweb-2", "FreeSans", "UnDotum", "arial narrow", sans-serif;
}

#wrapper {
  background: url(../img/background.png) 0 0 no-repeat;
  width: 958px;
  height: 670px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #fff;
}

.disabled {
  display: none;
}

/* ------------------------------------------------------ Header */

#header {
  width: 728px;
  position: relative;
  margin-top: 120px;
  border-top: 1px solid #fff;
  height: 33px;
}

#header h1 {
  width: 220px;
  height: 160px;
  position: absolute;
  left: -28px;
  top: -36px;
  
  background: url(../img/logo.png) 0 0 no-repeat;
}

.ie6 #header h1 {
  background: url(../img/rgb-logo.png) 0 0 no-repeat;
}

#header h1 a {
  display: block;
  height: 120px;
  width: 190px;
  text-indent: -999em;
}

#header ul {
  margin-left: 189px;
}

#header li {
  float: left;
  text-transform: uppercase;
  margin-left: 1px;
  font-weight: bold;
  font-size: 13px;
}

.ie #header li {
  font-weight: normal;
}

#header a {
  float: left;
  padding: 7px 10px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}

#header a:hover {
  text-shadow: none;
  text-decoration: underline;
}

.js #header li.active {
  background: url(../img/activetab.png) 50% 0 no-repeat;
}

.js .ie6 #header li.active {
  background: #fff;
  width: auto;
}

.js #header li.active a {
  color: #cc0e17;
  text-shadow: none;
}


/* ------------------------------------------------------ Panels */

#panels {
  position: absolute;
  top: 154px;
  left: 190px;
  clear: both;
  width: 728px;
  margin-top: 17px;
  height: 444px;
  overflow-y: auto;
}

.panel {
  min-height: 444px;
  clear: both;
  width: 538px;
  margin-bottom: 15px;
}

.js .panel {
  position: absolute;
  height: 444px;
  margin: 0;
  overflow: hidden;
  top: -5000px;
  left: -5000px;
}

.js .panelactive {
  top: 0;
  left: 0;
}

#programm {
  overflow: hidden;
}

.js #programm {
  max-height: 444px;
}

#stationswitch {
  position: absolute;
  top: 224px;
  left: 0;
}

.stationbutton {
  padding: 5px 0;
  display: block;
  width: 175px;
  background: url(../img/rgba-station.png) right -99px no-repeat;
  background: rgba(0,0,0,0.5);
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 2px;
  height: 60px;
}

.ie6 .stationbutton {
  background:  url(../img/rgb-station.png) -92px -99px no-repeat;
  overflow: hidden;
}

.stationbutton.active {
  background: url(../img/rgba-station.png) right top no-repeat;
  width: 180px;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.5);
  box-shadow: 3px 0 7px rgba(0,0,0,0.5);
}

.ie6 #stationswitch .active {
  background:  url(../img/rgb-station.png) -87px 0 no-repeat;
}

.stationbutton h2,
.stationbutton h3 {
  margin-left: 22px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
}

.ie .stationbutton h2,
.ie .stationbutton h3 {
  font-weight: normal;
  margin-bottom: -1px;
}

.stationbutton h2 {
  font-size: 18px;
}

.marquee {
  margin-top: 2px;
  overflow: hidden;
  position: relative;
  margin-left: 22px;
}

span.artist, span.title  {
  display: block;
  line-height: 1.4em;
}

.marquee .text {
/*  position: absolute;*/
  width: 2000px;
  left: 0;
  top: 0;
  font-size: 8px;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #d87479;
}

.active .text {
  color: #fff;
}


/* ------------------------------------------------------ Social Bar */

.stagewrap {
  background: url(../img/rgba-stageloop.png) left bottom repeat-y;
  background: rgba(0,0,0,0.5);
  overflow: auto;
  height: 391px;
  color: #fff;
  margin-top: 1px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ie6 .stagewrap {
  background: #3f0407;
}

.topbar {
  background: url(../img/rgba-stage.png) 0 0 no-repeat;
  background: rgba(0,0,0,0.5);
  overflow: hidden;
  padding: 10px;
  height: 32px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ie6 .topbar {
  background-image: url(../img/rgb-stage.png);
}

.topbar .left {
  float: left;
  width: 304px;
}

.topbar .right {
  float: right;
  width: 186px;
  text-align: right;
}

#socialbar a {
  background: url(../img/icons.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  overflow: hidden;
  display: inline;
  margin-right: 3px;
  text-indent: -2000px;
}


a#icon-twitter { background-position: 0 0; }
a#icon-facebook { background-position: 0 -50px; }
a#icon-buzz { background-position: 0 -100px; }
a#icon-amazon { background-position: 0 -150px; }

a#icon-twitter:focus,
a#icon-twitter:hover,
a#icon-twitter:active { background-position: -50px 0; }

a#icon-facebook:focus,
a#icon-facebook:hover,
a#icon-facebook:active { background-position: -50px -50px; }

a#icon-buzz:focus,
a#icon-buzz:hover,
a#icon-buzz:active { background-position: -50px -100px; }

a#icon-amazon:focus,
a#icon-amazon:hover,
a#icon-amazon:active { background-position: -50px -150px; }


#socialbar .right a {
  float: right;
  text-indent: 2000px;
}

#socialbar p {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
}

#socialbar ul {
  float: left;
  width: 77px;
}

#socialbar li {
  float: left;
}

#text-status {
  float: left;
  width: 190px;
}

#socialbar #text-buy {
  width: 130px;
  text-indent: 0;
  line-height: 1.2;
  float: right;
  background: none;
  padding: 0;
  margin: 0 6px 0 0;
}

#socialbar #text-buy:focus,
#socialbar #text-buy:hover,
#socialbar #text-buy:active {
  text-decoration: underline;
}


/* ------------------------------------------------------ Pictures */



#pictures {
  margin-top: 1px;
  background: url(../img/rgba-stage.png) left bottom no-repeat;
  background: rgba(0,0,0,0.5);
  height: 321px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ie6 #pictures {
  background-image: url(../img/rgb-stage.png);
}

#stage {
  text-align: center;
  width: 100%;
	height: 321px;
}

.spacegallery {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.spacegallery img {
  text-align: center;
  margin-top: 25px;
}

.spacegallery img.spaced {
	position: absolute;
	left: 50%;
	margin: 0;
	border-top: 1px solid #4d140d;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/blank.gif);
}

a.loading {
	background: #4d140d;
}

#clickprotect {
  position: absolute;
  z-index: 100;
  top: 53px;
  left: 0;
  background: green url(../img/blank.gif) 0 0 repeat;
  width: 538px;
  height: 321px;
}


/* ------------------------------------------------------ Player */

#hidecheck {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

#playercontrols {
  margin-top: 1px;
  background: url(../img/playerui.png) 0 0 no-repeat;
  padding: 9px 0 10px 10px;
  height: 50px;
  color: #fff;
  text-shadow: 0 -1px 0 #000; 
}

.ie6 #playercontrols {
  background: url(../img/rgb-playerui.png);
}

#playercontrols .ui {
  float: left;
  padding-right: 10px;
  height: 48px;
  margin-right: 10px;
  background: url(../img/ui-divisor.png) right top no-repeat;
  line-height: 1.3;
}

#playercontrols .lastui {
  background: none;
  margin: 0;
  padding: 0;
}

#datetime {
  text-align: center;
  width: 79px;
}

#playercontrols #songinfo { 
  font-size: 18px; 
  line-height: 1.45; 
  width: 238px; 
  padding-right: 1px; 
  overflow: hidden;
  height: 58px;  
  position: relative;
}

#songinfowrap {
  width: 238px;
  overflow: hidden;
}

#textfade {
  position: absolute;
  right: 1px;
  top: 0;
  height: 50px;
  width: 20px;
  background: url(../img/longgradient.png) right repeat-y;
}

.ie #textfade {
  display: none;
}

#date { font-size: 13px; }
#time { font-size: 30px; }

#playercontrols #playerwrap {
  padding: 0;
  width: 100px;
  height: 48px;
  position: relative;
  font-size: 11px;
  margin: 0;
  border: none;
  overflow: hidden;
}

#interpret, #title{
  width: 2000px;
}

#player {
  display: block;
  position: relative;
  z-index: 1000;
  width: 100px;
  height: 48px;
}

#player audio {
  left: 0;
  top: 20px;
  position: absolute;
  width: 100px;
 }


/* ------------------------------------------------------ Banner */

#banner {
  position: absolute;
  top: 15px;
  left: 15px;
}

#banner img,
#banner iframe,
#banner object {
  position: absolute;
}

#banner #skyscraper {
  position: absolute;
  top: 0;
  left: 728px;
}

#skyscraper img,
#skyscraper iframe,
#skyscraper object {
  position: absolute;
  left: 0;
}

#adplayer {
  display: block;
  position: absolute;
  top: 224px;
  left: 190px;
  z-index: 200;
  width: 538px;
  height: 321px;
}

#adplayer.hidden {
  left: -5000px;
}

#adcountdown {
  position: absolute;
  background: #ba0c15;
  border: 1px solid #fff;
  border-top: none;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: -2px 2px 0 #ba0c15;
  color: #fff;
  text-align: center;
  right: 0;
  bottom: -18px;
  font-size: 11px;
  line-height: 1.5;
  height: 16px;
  float: right;
  z-index: 100px;
  padding: 0 8px;
}

#adcountdown span {
  width: 15px;
  display: inline-block;
}



.adslot {
  position: absolute;
  width: 28px;
  height: 5px;
  background: url(../img/anzeige.png) 0 0 no-repeat;
  top: 7px;
  left: 15px;
}

#bottombanner {
  width: 468px;
  height: 60px;
  position: absolute;
  bottom: 14px;
  left: 190px;
}

#adslot2 {
  left: 743px;
}

#adslot3 {
  top: auto;
  bottom: 76px;
  left: auto;
  right: 261px;
}

.badge {
  width: 74px;
  height: 26px;
  text-indent: -2000em;
  position: absolute;
  bottom: 15px;
}

#copyright {
  right: 305px;
  background: url(../img/badge-copyright.png) 0 0 no-repeat;
}

#hosting {
  right: 230px;
  background: url(../img/badge-hosting.png) 0 0 no-repeat;
}

.badge a {
  display: block;
  width: 100%;
  height: 26px;
}

#flashwarning {
  position: absolute;
  bottom: 15px;
  left: 190px;
  width: 300px;
  line-height: 14px;
}

#flashwarning a {
  font-size: 12px;
  text-decoration: underline;
}

#flashwarning a:focus,
#flashwarning a:hover,
#flashwarning a:active {
  color: #ddd;
  text-decoration: none;
}

#waiting {
  position: absolute;
  width: 293px;
  height: 100px;
  left: 120px;
  top: 160px;
  text-align: center;
  line-height: 1.2em;
  font-size: 18px;
  color: #ac8384;
}




/* ------------------------------------------------------ Playlist */

#playlistwrap {
  padding: 11px 0 0 11px;
  height: 380px;
}

#playlistwrap thead th {
  border-bottom: 1px solid #BA0C15;
}

#playlistwrap tbody td,
#playlistwrap tbody th {
  line-height: 1.3;
  width: 183px;
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #BA0C15;
}

#playlistwrap table th.songtime {
  width: 75px;
}

#playlistwrap table td.buysong {
  width: 60px;
  text-align: right;
}

#playlistwrap thead th {
  font-weight: bold;
}

#pll-chooser{
  margin-top: 5px;
  display: none;
}

.js #pll-chooser {
  display: block;
  width: 200px;
}

#pll-chooser select {
  width: 96px;
  float: left;
  margin-right: 3px;
}

.topbar h2 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

/* ------------------------------------------------------ Webcam */

#webcampic {
  width: 80%;
  margin: 6% 10% 0 10%;
}

#webcampic2 {
  width: 80%;
  margin: 6% 10% 0 10%;
}

/* ------------------------------------------------------ Community */

#communitystage {
  padding: 11px 11px 0 11px;
  font-size: 13px;
  line-height: 1.5em;
  height: 380px;
}

#community img {
  float: right;
  margin: 0 0 5px 10px;
}

#community p, #community ul {
  margin-bottom: 0.75em;
}

#community ul li {
  list-style: square outside;
  margin-left: 1.6em;
}

#community h3 {
  margin-top: 1.3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.boardpost {
  padding: 5px 10px;
  margin: 0 0 5px 0;
  background: #fff;
  background: rgba(255,255,255,0.85);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

#community .boardpost h4 {
  font-size: 16px;
  float: left;
  clear: both;
}

#community .boardpost h4 a {
  color: #BA0C15;
}

#community a:focus,
#community a:hover,
#community a:active {
  text-decoration: underline;
}

#community .boardpost p.author {
  float: right;
  text-align: right;
  min-width: 170px;
  clear: none;
}

#community .boardpost p {
  clear: both;
  color: #000;
  font-size: 11px;
  line-height: 1.36;
}

.button {
  overflow: hidden;
  text-align: center;
  line-height: 2;
}

#community .button a {
  background: #BA0C15;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 3px 12px;
}

/* ------------------------------------------------------ Formular */

#studiomailstage {
  padding: 11px 11px 0 11px;
  line-height: 1.5em;
  height: 380px;
}

#studiomail form {
  margin-top: 25px;
  position: relative;
}

.field {
  margin: 5px 0 0 0;
}

label {
  display: block;
}

input {
  width: 300px;
}

#studiomailstage .website {
  position: absolute;
  left: -6500px;
}

textarea {
  width: 80%;
  height: 100px;
}

input[type=submit] {
  width: 200px;
  margin-top: 10px;
  
}

#mailalert {
  display: none;
  clear: both;
  background: #BA0C15;
  width: 516px;
  padding: 130px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
