html, body{ 
 padding:10;
 background-color: #F7F0CE;
 font-size:11px;
 font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 color: #565555;
} 

img
{
    padding: 0px;
}
 
#total{ 
 width:995px; 
 /*min-height: 700px;
 height: 100% ;
 */
 overflow: hidden;    
 margin:0px auto;
 padding-top:0px;
 padding-bottom: 10px;
 padding-left: 0px;
 padding-right: 0px;
 text-align:left;
 } 
 
#header{ 
 width: 995px; 
 height: 200px;
} 

#logo{ 
 width: 200px; 
 height: 185px;
 background-color: #D3DFE9;
 float: left;
 padding-top: 15px;
 margin-bottom: 0px;
} 

.slogan{ 
 text-align: center;
 margin-top: 5px;
 margin-bottom: 0px;
 font-size:14px;
 font-family: Times New Roman, Times, serif, Georgia;
 font-weight: bold;
 color: #305D9D;
} 

.adresse{ 
 text-align: center;
 margin-top: 10px;
 font-size:10px;
 font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 font-weight: normal;
 color: #305D9D;
} 

/*
#headpictures{ 
 width: 795px; 
 height: 200px;

} 
*/

#headpictures .headpicture1{ 
 width: 265px; 
 height: 200px;
 margin-left: 0px;
 float: left;
} 

#headpictures .headpicture2{ 
 width: 265px; 
 height: 200px;
 margin-left: 265px;
  float: left;
} 

#headpictures .headpicture3{ 
 width: 265px; 
 height: 200px;
 margin-left: 530px;
 float: left;
} 


#main { 
width: 995px; 
height: 100%;
overflow: hidden;
background-color: #D3DFE9;
}

#leftcol{
 width:200px; 
 padding-top: 0px;
 float: left;
}

#navigation {
  margin-bottom: 30px;
  }
  
#search{
 width:180px; 
 padding-bottom: 20px;
  }

#inhalt {
margin-left:200px;
margin-right:20px; /* neu */
margin-bottom: 20px;  /* neu */
width:775px; 
/* width: 795px; */
 background-color: #FFFFFF;
 padding-top: 0px;
 min-height: 400px;
 height: 100% ;
}
 
#breadcrumbs{
 margin-top:5px;
 padding-top:1px;
 padding-bottom:1px;
 padding-left: 10px;
 height:12px;
} 

#breadcrumbs a {
  font-weight: normal;
  color: #999999;
} 
 
#content {
 padding-top:10px;
 padding-bottom:10px;
 height:100%;
 overflow: hidden;
 padding-left: 10px;
 padding-right: 10px;

} 
 
#footer { 
text-align: center; 
height: 40px; 

} 

#left {
 overflow: hidden; 
 float: left;
 margin-left:0px;
 padding-left: 10px;
  padding-right: 10px;
/* width:600px; */
 width:570px;  /* neu */
 height:100%;
 
 /*
 background-color: #feb400;
 */
 
} 

#right{
/* margin-left:615px;
*/

 float: right;
 width:160px;
 height:100%;
}

h1 {
  font-size: 18px ;
/*   color: #000066; */
  color: #305D9D;
 }

h2{
 font-size: 14px;
/* color: #000066; */
 color: #305D9D;
 margin-top: 10px;
 margin-bottom: 0px;
}

h3{
 font-size: 12px;
/* color: #000066; */
 color: #305D9D;
 margin-top: 10px;
 margin-bottom: 0px;
}

h4{
 font-weight: bold;
 font-size: 11px;
 margin-top: 10px;
 margin-bottom: 0px;
}

p {
 margin-top: 0px;
 margin-bottom: 3px;
 }
 
ul {
 margin-top: 5px;
 margin-bottom: 5px;
 }
 
 hr{
 height: 1px;
 color: #305D9D;
}

a{
 color: #305D9D;
 text-decoration: none;
}

a:hover{
 text-decoration: underline;
}

a.ohne:hover{
text-decoration: none;
}
 
a.liste {
/* color: #000066; */
 color: #305D9D;
 text-decoration: none;
}

#Anmeldebutton{
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: block;
  border: 1px solid #305D9D;
  background-color: #305D9D ;
  text-align: center;
  text-decoration: none;
  width: 120px;
}

#footerbox{
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#footerboxtext{
  font-size: 10px;
}

/**************************************************************************
* TEASER
**************************************************************************/

#teaserbox {
/* border: 1px solid #000066; */
 border: 1px solid #305D9D;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#teasertitle{
/* background-color: #000066; */
  background-color: #305D9D;
   margin-top: 0px;
   margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#teasertitle h1 {
   color: #ffffff; 
   font-size: 12px ;
  font-weight: bold;
   padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#teasertitle p {
   margin-top: 0px;
   margin-bottom: 0px;
}

#teaserinhalt p {
   margin-top: 0px;
   margin-bottom: 0px;
}


#teaserinhalt{
 background: #d3dfe9;
   padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
   padding-right: 5px;
   margin-top: 0px;
   margin-bottom: 0px;

}



/**************************************************************************
* ENDE TEASER
**************************************************************************/


/**************************************************************************
* SITEMAP
**************************************************************************/

.sitemap_level1 {
    background-color: #e6e6e6;
    padding:5px;
    display:block;
    padding-top:4px;
    padding-bottom:4px;
   color: #305D9D;
    font-weight: bold;
    margin-top: 10px;
}

.sitemap_level2 {
     padding-left:15px;
     color: #999999;
}

.sitemap_level3 {
     padding-left:35px;
     color: #666666;
}

/**************************************************************************
* ENDE SITEMAP
**************************************************************************/

#Transportmittel img
{
    z-index: 20;
    display: block;

}

#Rahmen
{
    z-index: 15;
}
