/***********************************************
    Rot:            #DF1314
    Dunkelrot:      #B2150E         
    Hellgrau:       #C8C8C8     
    Grau:           #909192 
    Dunkelgrau:     #4C4D4D 
    Grau Subnavi:   #6F6F6F 
/***********************************************/


html {}

body {  
    background: #ffffff;     
    padding: 20pt;
    margin: 20pt;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif ;
    color: #4C4D4D;
}


/*------- KOPFSACHE -------*/

#header {display: none;}
#metaNavigation {display: none; }
#verlauf {display: show; }
#logo { float: left; position: absolute; left: 10px; }
#suche { display: none; }


/*------- INHALT -------*/

#wrapper { width: 100%; padding-bottom: 20px; }
#leftBox { display: none; margin-left: 0px; width: 0px; }
#hintergrundabdecker {display: show; padding-left: 10px; }
#tauschbild {display: none;}
#rightBox {displav: none;}

/*------- FLASH -------*/

#flashBox  {display: none;}
#flashBoxSmall  {display: none;}
#leftBoxFlash {display: none;}

/*------- FOOTER -------*/
#footer {display: none;}  
#footer a { font-size: 0.85em; color: #000000; padding-left: 5px; padding-right: 5px; text-decoration: none;}
#footer a:hover {color:  #4C4D4D;  }
#footer a:active {color: #000000; }
   
/*---------------- css classes to deactivate floats----------------*/
.clearer {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */

h1 {margin-top: 0px; font-size: 1.5em; color: #b21503; letter-spacing: 0.05em; width: 570px; text-transform: uppercase; }
h2 {font-size: 1.2em; color: #000000; font-weight: normal; line-height: 1.4em;}

a {color: #B2150E; text-decoration: underline;}
a:hover {color: #B2150E; text-decoration: underline;} 
a:visited {color: #000000; text-decoration: underline;}

a img {border: 0px;}

#einleitung { position: relative; z-index: 3; padding-left: 110px; background: transparent; line-height: 20px; }



#conBox { 
    background-color: #00ff00;
    padding-left: 0px;
    line-height: 23px;
    width: 100%;
    margin: 50px 0px 0px 0px;    
}

/*
#conBox .stripViewer {display: none;}
*/

#conBox .stripViewer { 
position: relative; 
overflow: inherit;  
border: 0px;   
margin: 0 0 10px 0px;
padding-top: 10px; 
}
 
#conBox .stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 

#conBox .stripViewer ul li { display: inline-block; float: left; }
#conBox img {width: 50%; height: 50%; padding-right: 10px; }

#conBox .stripTransmitter {display: none;}

#conBox ul {
    margin: 0;
    padding: 0px;
}

#conBox li {
    list-style-type:none;
    background: url() no-repeat;
    }



/* ################# Ende Main Content ################## */