html, body 

{
    font-family:Arial, sans-serif;
    background:url(hintergrund.JPG) no-repeat;
    background-attachment: fixed;
    text-align:center;
    font-size:15.5px;
    
}

#seitenbereich {
    text-align:left;
    width:1300px;
}

#kopfzeile {
    width:1300px;
    height:200px;
    background:url(logo.jpeg) no-repeat scroll;
}

#fusszeile {
    clear:both;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
    font-size:10pt;
    color:white;
}

#schatten {
    background:url(schatten.png) repeat-x;
    height:12px;
}

#navi {
    border-top :0px;
    float:left;
    margin:10px;
    margin-left:0px;
    width:200px;
    height: auto;
}
 
#navi ul {
    list-style:none; 
 }
 
#navi li {
     background-color:silver;
     border-top:1px black solid;
     border-left:25px red solid;
     border-bottom:1px red solid;
     border-right:2px red solid;
     margin-top:10px;
     padding:8px;
     font-size:10pt;
 } 

#inhalte {
    background-color:white;
    margin-top:20px;
    margin-bottom:10px;
    margin-left:20px;
    margin-right:10px;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    width:780px;
    height:auto;
    float:left;
 } 
 
#inhalte2 {
    background-color:white;
    margin-top:20px;
    margin-bottom:10px;
    margin-left:20px;
    margin-right:10px;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    width:580px;
    height:auto;
    float:left;
 }

#bilderbox {
    background-color:white;
    margin-top:20px;
    margin-bottom:5px;
    margin-left:15px;
    margin-right:5px;
    padding:15px;
    width:200px;
    height:auto;
    float:left;
    background-color:white;
 }   

#inhaltsbereich {
    width:830px;
    height:auto;
    float:left;
}
 
#fahrplansbb{ 
    margin-top:20px;
    margin-bottom:10px;
    margin-left:20px;
    margin-right:10px;
    width:180px;
    height:auto;
    float:left;
}

#titel{
    padding-top:140px;
    text-indent:20px;
    font-size:30pt;
    color:#CC3300;
    font-family: cursive, fantasy;
}
