/* Hintergrund */
body {
   position:relative;
   color: #444444;
    margin: 5px 0px 0px 0px;
    padding:0px;
    padding-left: 10px;
    padding-right: 10px;
    
    background-color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    /*line-height: 110%;*/
    font-size:14px;
    
}

#Inhalt{
  position:relative;
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  width:800px;
  height:230px;
  border:1px solid #858E35;
}

.bild{
  position:relative;
  top:5px;
  left:5px;
  width:790px;
  /* height:145px; */
  height:180px;
  border:0px solid #000000;
  overflow:hidden;
  z-index:100;
}
.fuss{
  position:absolute;
  top: 185px;
  left: 5px;
  width:790px;
  border:0px none #cccccc;
  z-index:200;
}




p, h1, h2, h3, h4, h5, h6{
    margin:0px;
    margin-bottom:5px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333333;
    }
    
h1, h3, h5{
    padding:3px;
    color:#333333;
    border: 1px solid #AAAAAA;
}

h2, h4, h6{
    padding:0px;
    color:#333333;
    border: 0px solid #AAAAAA;
}

h1, h2{
    font-size: 18px;
    }
    
h3, h4{
    font-size: 16px;
    }    

    
.block {
    color:#333333;
    text-align:justify;
    } 
    
.neg{
    padding:3px;
    color:#EEEEEE;
    background-color:#858E35;
    
    border:1px solid #858E35; 
    }

.neg_red{
    color:#333333;
    background-color:#CCCCCC;
    background-image:url(../grafik/110312_bk_head_red_s.jpg);
    background-repeat:repeat-x;
    border:1px solid #AAAAAA; 
    }
    
.klein{
    font-size:12px;
    }


table.ohne,td.ohne{
    margin: 0px;
    padding: 0px;
    border: 1px none #858E35;
    border-collapse: collapse;
    text-align: center;
    background-color: #FFFFFF;
    /* background-image:URL(../grafic/TextLogo_S_B.jpg); */
    /*background-image:URL(../grafic/TL_Schatten.jpg);*/
    /* background-position:center;  */
    /* background-repeat:no-repeat;  */
}





/* Navigation */
DIV.N_0 a {
  text-decoration: none;
  display: block;
  width: 110px;
  /* height:20px; */
  border: 1px solid #858E35;
  padding: 2px;
  margin: 1px;
  /* margin-top:4px; */
  font-family: arial, helvetica, verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #858E35;
  background-color: #FFFFFF;
  /*background-image:URL(../grafik/sub_0_100_24.jpg);
  background-repeat:no-repeat;
  bockground-position:center;*/
  
}

DIV.N_0 a:hover {
  color: #858E35;
  background-color: #E7F387;
  /*background-image:URL(../grafik/sub_1_100_24.jpg);
  background-repeat:no-repeat;
  bockground-position:center;*/
}


/* Navigation Link aktiv*/
DIV.N_1 a{
  text-decoration: none;
  display: block;
  width: 110px;
  /* height:20px; */
  border: 1px solid #858E35;
  padding: 2px;
  margin: 1px;
  /* margin-top:4px; */
  font-family: arial, helvetica, verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #858E35;
  background-color: #E7F387;
  /*background-image:URL(../grafik/sub_1_100_24.jpg);
  background-repeat:no-repeat;
  bockground-position:center;*/
  
}

DIV.N_1 a:hover {
  text-decoration: underline;
}


