* { 
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
}


ol, ul {
  padding-left: 20px;
}  

table,td, img {
  border:0px;
}  

p, li, h1, h2, h3, h4, h5, h5 {
  font-weight:normal;
}
       
body {
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;  			/* Zentrierung im Internet Explorer */
}

div#alles {
  text-align: left;    			/* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      			/* standardkonforme horizontale Zentrierung */
  width: 754px;
}

#gesamt_tabelle {
  width:754px; 
  border-spacing:0px;
  border: 4px solid #F43D32;
}

* html #gesamt_tabelle {  /* nur fuer Internet Explorer */
  border-collapse:collapse;
}



#kopf {
  background-image:url(images/kopf.jpg); 
  height: 207px;
  text-align:right;
  vertical-align:top;
  padding-right: 2px;
  line-height: 130%;
}

#navi {

  height:34px;
}

.navi_punkt{
  display:block;
  border-left: 1px solid #FFFFFF;
  width: 147px;
  padding-top:6px;
  padding-bottom:6px;
  float:left;
  text-align:center;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
    background-color: #F43D32;
}

.navi_punkt:hover {
  background-color:#d43d32;
}

#navi_punkt_letzter {
  border-right: 1px solid #FFFFFF;
}

#navi_punkt_aktiv {
  background-color: #d43d32;
}  

#text {
  padding: 4px;
  line-height: 120%;
}  

#text_tabelle td {
  vertical-align:top;
}  

#text p {
   padding-bottom: 6px;
}

#text a {
  color: #F43D32
}  

#text a:hover {
  color: #F43D32
}     
   
.rahmen_weiss {
  border:1px solid #FFFFFF;
}
     
.klein {
  font-size:80%;
}  

h1 {
  padding-top: 10px;
  padding-bottom: 6px;
  font-weight: bold;
}  

h2 {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}  

.bild_links {
  float:left;
  margin-right: 5px;
}
  
#fuss {
  text-align:center;
  padding-bottom:2px;
  border-top:1px solid #F7CDC9;
}

#fuss a {
  color: #F43D32
}  

#fuss a:hover {
  color: #F43D32
}     

#fuss2 {
  background-image:url(images/fuss2.jpg); 
  height:67px;
}

#webby {
  text-align: center;
  margin:2px;
}  

#webby a {
  font-size: 10px;
  color: #F43D32;
}

#webby a:hover {
  color: #d43d32;
}
