/*   STYLE.CSS   */
/*   projekt: www.mr-t-rox.de   */
/*   author: shortee | www.derskizzenblog.de  */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> RESET <<<-----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  }

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;
  }

ol, ul {
    list-style: none;
  }

table {
    border-collapse: separate;
    border-spacing: 0;
  }
  
caption, th, td {
    text-align: left;
    font-weight: normal;
  }
  
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
  }
  
blockquote, q {
    quotes: "" "";
  }

body {
  font-family: "sans serif", arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #444;
  background:#fff7d8;
  }

a:link, a:visited, a:active, a:focus { text-decoration:underline; color:#444; outline: none;}
a:hover   { text-decoration:none; color:#000;}

h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  text-transform: lowercase;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  }
  
h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -2px;
  text-transform: lowercase;
  }

p {padding: 0 0 10px 0;}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> PRELOADER <<<-------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#preloadpage {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #272727;
  padding: 60px 0 0 50px;
  width: 4800px;
  height: 3600px;
  font-size: 20px;
  font-style: italic;
  color: #706c5f;
  z-index:9999;
  }
#preloadpage div {
  float: left;
  }
#preloadpage .load {
  padding:5px 0 0 10px;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.navigation {
    position: fixed;
    top: 60px; left: 50px;
    width: 100px;
  background:#fff;
  background:rgba(255,255,255,0.8);
  padding:12px 0 8px 10px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  }

.navigation a {
  padding-left:5px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  }

#navigationlinks {
  padding: 10px 0 5px 0;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> PLAYERBUTTON <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*#playercontainer {
    position: fixed;
    bottom: 60px; left: 50px;
  width: 25px;
  height: 25px;
  float:left;
  background: #fff;
  }*/



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> STRUKTUR <<<--------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.maincontainer {
  width: 4800px;
  height: 3600px;
  }

.gridcontainer {
  width: 1600px;
  height: 1200px;
  float: left;
  }

.contentcontainer {
  width: 700px;
  padding: 60px 100px 0 200px;
  }

.inhalt {
  background:#fff;
  background:rgba(255,255,255,0.8);
  padding: 20px 20px 20px 20px;
  }

.inhalt1 {
  background:#fff;
  background:rgba(255,255,255,0.8);
  padding: 20px 20px 20px 20px;
  margin-right: 10px;
  width: 400px;
  float: left;
  }

.inhalt2 {
  background:#fff;
  background:rgba(255,255,255,0.8);
  padding: 20px 20px 20px 20px;
  width: 210px;
  float: right;
  }
  
.disco {
  min-height: 170px;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CONTENTBOXEN <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#start {
  width: 460px;
  height: 170px;
  padding: 370px 20px 20px 270px;
  }

#biografie {
  width: 700px;
  padding: 60px 100px 0 200px;
  }
  
#biografie h1 {
  border-top: 1px solid #99de77;
  border-bottom: 1px solid #99de77;
  }
  
#media {
  width: 465px;
  padding: 60px 100px 0 200px;
  }

#media h1 {
  border-top: 1px solid #35d2d7;
  border-bottom: 1px solid #35d2d7;
  }

#referenzen h1 {
  border-top: 1px solid #79a8fc;
  border-bottom: 1px solid #79a8fc;
  }

#fotos {
  width: 650px;
  min-height: 600px;
  margin: 350px 0 0 0;
  padding: 60px 100px 0 200px;
  }

#fotos h1 {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  }

#impressum h1 {
  width: 420px;
  border-top: 1px solid yellow;
  border-bottom: 1px solid yellow;
  }

#discografie h1 {
  border-top: 1px solid #e6248d;
  border-bottom: 1px solid #e6248d;
  }

#booking h1 {
  width: 420px;
  border-top: 1px solid #e95f11;
  border-bottom: 1px solid #e95f11;
  }

  
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START <<<-----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ 

#logo {
  position: absolute;
  top: 80px;
  left: 271px;
  }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> REFERENZEN <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ 

#referenzen span {
  font-weight: bold;
  line-height: 16px;
  list-style-type:none;
  }

.refbox li>ul {
  height: 60px;
  margin-left: 5px;
  padding-left: 5px;
  color: #5483d4;
  font-size: 11px;
  line-height: 13px;
  border-left: 1px dotted #79a8fc;
  }
  
.refbox a {
  color: #5483d4;
  font-size: 11px;
  }

#dj {
  padding-left:105px;
  }

#support {
  padding-left:160px;
  }

#stage {
  padding-left:259px;
  }

#mitgewirkt {
  padding-left:401px;
  }

#locations {
  padding-left:550px;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> KONTAKTFORMULAR <<<-------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ 

#booking li {
  width: 100%;
  }

#booking input {
  width: 386px;
  margin-bottom: 15px;
  }

#booking textarea {
  width: 390px;
  height: 200px;
  margin-bottom: 15px;
  }

#booking input, #booking textarea {
  font-family:"sans serif",Arial,Verdana,Helvetica;
  font-size: 12px;
  padding:3px;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> UI-TABS <<<---------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ 

  
.tabs {
  
  }

.ui-tabs-hide {
  display: none;
  }

.ui-tabs-nav {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
  }

.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
  }

.ui-tabs-selected {
  background:#fff;
  background:rgba(255,255,255,0.8);
  }

.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0;
    font-weight: bold;
  list-style: none;
  }

.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left;
  background: none;
  padding: 0 10px 0 20px;
  }

.ui-tabs-nav a {
    margin: 5px 0 5px 0;
    padding-left: 0;;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
  cursor:pointer;
  }

.ui-tabs-panel {}

#referenzen .ui-tabs-selected {
  border-bottom: 1px solid #79a8fc;
  height:25px;
  }

#media .ui-tabs-selected {
  border-bottom: 1px solid #35d2d7;
  height:25px;
  }
  
#media span {
  font-weight: bold;
  line-height: 16px;
  list-style-type:none;
  cursor:pointer;
  }

  /* TABS BUG FIXES IE*/
* html .ui-tabs-nav {
    display: inline-block;
  }

*:first-child+html .ui-tabs-nav {
    display: inline-block;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> GALLERY <<<---------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ 

.gvIIContainer {
  width:610px;
  position:relative;
  }

.gvIIContainer .gvIIImgContainer img {
  margin-left:0;
  margin-top:0;
  }

.gvIIAltText {
  position:absolute;
  left:0;
  top:0;
  background: #fff;
  color:#444;
  padding:5px;
  }

.gvIIContainer .gvIIImgContainer {
  width:610px;
  height:400px;
  position:relative;
  overflow:hidden;
  margin-bottom:10px;
  }

.gvIIContainer .gvIIImgContainer .gvIILoader {
  background: url() no-repeat center center;
  width:610px;
  height:400px;
  display:none;
  }

.gvIIContainer .gvIIHolder {
  position:relative;
  height:124px;
  width:600px;
  overflow:auto;
  }

.gvIIContainer .gvIIHolder .gvIIArrow {}

.gvIIContainer .gvIIHolder .gvIIItem {
  float:left;
  height:56px;
  width:78px;
  margin:2px;
  position:relative;
  overflow:hidden;
  }

.gvIIContainer .gvIIHolder .gvIIItem .gvIIFlash {
  background:#fff;
  position:absolute;
  top:0;
  left:0;
  height:56px;
  width:78px;
  cursor:pointer;
  }

.gvIIContainer .gvIIHolder .gvIIItem img {
  position:absolute;
  top:0;
  left:0;
  padding:0;
  margin:0;
  margin-left:0;
  margin-top:0;
  border:none;
  cursor:pointer;
  }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> DISCOGRAFIE <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ 

.disco img {
  float:left;
  }

