/*
Datei: basic.css
Projekt: Berlin Pee-Party
*/

/*------------- Grund-Definition ----------------------------------------------------*/
html{
min-height:100%;height:auto!important;height:100%;min-width:1100px;
}
html, body {
   background-color : #870712;
   margin : 0;
   padding : 0;
   font-family : Tahoma, Arial, sans-serif;
   font-size : 0.95em;
   line-height:1.4em;
   color:#fff;
}
body {
   background-image: url("../images/body_bg_bottom.jpg");
   background-repeat:repeat-x;
   background-position: bottom;
}
body, td, input, textarea, select {
font-family : Tahoma, Geneva, Arial, helvetica, sans-serif;
 font-size : 13px;
}
h1,h2,h3,.sl1,.sl2,.sl3{
        font-family:Tahoma, Geneva, Arial, helvetica, sans-serif;
        font-weight:normal;
        color:#FFAA2B;
        border:none;
}
form{
    margin:0;
    padding:0;
    border:0;
}
h1 {
        font-size:200%;
}

h2 {
        font-size:150%;
}

h3 {
    font-size:150%;
    border-bottom: 1px dotted #FFAA2B;    
}
h5{
    color:#FFAA2B;
    font-weight:bold;
    margin:0px;
    padding:0px;
}
pre {
    font-size : 1em;
    border : 1px solid #E51134;
    background-color : #efefef;
    color : #333;
    padding : 5px;
    height:100px;
    overflow:auto;
}
code{
    background-color:#000;
    color:#FFF;
    font-family:monospace;
}
img{
    border:0;
}
hr{
    border-style:none;
    background-color:#E51134;
    height:1px;
}
a{            
    color:#F4F1A8;
    text-decoration: none;
    cursor:pointer;
}
a:hover{
    color:#BE052F;
    text-decoration: underline;
}

li{
    list-style-image: url("../images/li.gif");
    color:#D5B2D6;
}
/*--------------- Beginn des Seiteninhalts ------------------------------------------*/

#main{
background-image: url("../images/body_bg.jpg");
background-repeat:repeat-x;
background-position: left -20px;
min-width:1100px;
  /* 
  wurde nur erst mal vorbereitet
  nur verwenden wenn es z.B. eine aeussere Haut um den Inhalt herrum geben soll
  */
}
#submain{
    background-image:url("../images/main_bg_bottom.jpg");
    background-repeat:no-repeat;
    background-position:center bottom;
    width:1000px;
    padding:0 50px;
    margin:0 auto;
}
/*------------------ Sonderklassen -----------------------------------------------*/
.smalltext{
    font-size:10px;
    color:#fff;
}
.conttext{
    padding:10px;
}
.clear{
    clear:both;
}
/*------------------- Kopfbereich ------------------------------------------------------*/
#head{
    background-image:url("../images/header.jpg");
    background-repeat:no-repeat;
    background-position:center bottom;
    height:475px;
    
}

#headbox1 {
    position: absolute;
/*     top:25px;        */
}
#headbox1 a{    
/*     border: 1px solid #fff; */
    margin-top:24px;
    display:block;
    width:1000px;
    height:35px;
}
#headbox2 {
    position: relative;
    width:300px;   
    height:239px;  
    top:84px;
    left:603px;
}
#headbox2 span{
    display:block;
    padding: 15px;
}

#headbox3 { display: none;}
/*---------------------- Kopfnavi ------------------------------------------------*/
#hnavi{
  clear:both;
  padding:0 0 0 25px;
  margin: 0 25px 0 0 ;
  background-image: url("../images/hnavi_bg.jpg");
  background-repeat: no-repeat;
  background-position: 2px top;
/*   border-bottom: 1px solid #5E4E5F; */
  height:42px;
}
#hnavi a{
   color:#FF0036;
   text-decoration: none;
}
#hnavi .hnavi_extra a{
   color:#FFFFFF;
}

#hnavi a:hover{
   color:#FFF;
   text-decoration: none;
}

#hnavi .hnavi_aktiv a{
    color: #FFF;
    text-decoration: none;   
}

#hnavi ul { 
    background-image: url("../images/hnavi_bg.jpg");
    background-repeat: repeat-x;
    padding:0;
       
    margin-top:0;
    margin-left: 0;
    margin-bottom:0;
    text-align: left;  
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    white-space: nowrap;
    font-weight: normal;
}
#hnavi li{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 42px;
    float: left;
    padding: 0px 10px;
/*    display: inline;
    list-style-type: none;*/
    border-right:1px solid #535353;
    border-collapse: inherit;
}
 #hnavi li.hnavi_aktiv{
    background-image: url("../images/hnavi_aktiv.jpg");
    color:#FFE400;
    height:42px;
}


/*-------------- Hauptinhalt ---------------------------------------------------*/
#content{  
    clear:both;
    margin:0 25px;
    color:#fff; 

}
#content_end{
    clear:both;
    margin: 0 25px;
    height:30px;
    background-image:url("../images/content_end.gif");
    background-repeat:no-repeat;
}
#signup_row{
    width:914px;
    margin:0 auto; 
}
#signup_row a{
    display:block;
    width:50%;
    float:left;
    text-align:center;
}
.special_preis_color{
    font-size:16px; 
    color:#FFDE00; 
    font-weight:bold;

}
.special_text_upper{
    text-transform:uppercase;
    font-weight:bold;
}
.special_text_through{
    text-decoration:line-through; 
    font-size:16px;
}
/*-------------- get also Bereich -----------------------------------------*/
#getalso{
  width:950px;
  
}

.getalso_content{ padding:10px;}
.getalso_content div {
    overflow:auto;
    height:225px;
}
#getalso .getalso_head{
    background-image:url("../images/getalso_head.gif");
    height:38px;
   
}
#getalso .getalso_content{
    background-image:url("../images/getalso_content.gif");
    text-align:center;
/*    height:138px; */
   
}
.getalso_content img{
    border:1px solid #1A1A1A;
    margin: 3px 3px 0 3px;
}
.getalso_content a:hover img{
    border:1px solid #FFF;
}
#getalso .getalso_foot{
   background-image:url("../images/getalso_foot.gif");
   height:13px;
   
}
/* ------------- Footer ---------------------------------------------------*/
#footer{
    clear:both;
    margin:0 25px;
    padding:0 0 20px 0;
    font-size:10px;
    color:#FFF;
    background-color: transparent;
}
#footer .footer_image_1{
    margin:10px -15px;
}
#footer .foottext{
    text-align: center;
    width:700px;
    margin:25px auto;  
}

#fnavi{
    text-align:center; 
    color:#fff;
}

.fnavi_trenner{
padding: 0 3px;
}

.nlSubscribeBox{ background-color:#18021A; padding: 10px;}
.nlSubscribeBoxNLTxt { float:left; width: 100px; color:#FFF;font-weight:bold;font-size:14px;}
.nlSubscribeBoxFFName {float:left; width: 300px;}
.nlSubscribeBoxFFName input {width: 280px;}
.nlSubscribeBoxFFEMail {float:left; width: 300px;}
.nlSubscribeBoxFFEMail input {width: 280px;}
.nlSubscribeBoxFFButton {float:left; width: 200px;}
.nlSubscribeBoxFFButton input {width: 200px;}
.nlSubscribeBoxFoot {clear: both; font-size:5px;}
.formcontrol {display:none;}
.MiniLayer{background-image: url('../images/modellayer.gif'); padding:1px;background-repeat:no-repeat;width:50px;height:77px;}
