div#inhalt1 {
float: left;
margin-top: 20px;
background-color: #003366;
margin-left: 10px;
width: 450px; /* nur IE 5.x */
width/**/:/**/ 450px;
color: white;
}

div#inhalt2 {
float: right;
margin-top: 40px;
background-color: #003366;
margin-right: 10px;
width: 100px; /* nur IE 5.x */
width/**/:/**/ 100px;
color: white;
}


table {
          margin-left: 5px;
          margin-right: 5px;
          }
    td {
       color: orange;
       }
    h2 {
       color: orange;
       font-size: 120%; 
       }
       
    #wellness1{
            position: relative;
            top: 1pt;
            left: 1pt;
            }
            
    #wellness2{
            position: relative;
            top: 50pt;
            left: 1pt;
            } 
    
    #wellness3{
            position: relative;
            top: 100pt;
            left: 1pt;
            }
    
    #wellness4{
            position: relative;
            top: 150pt;
            left: 1pt;
            }
    
    #wellness5{
            position: relative;
            top: 200pt;
            left: 1pt;
            }


div#nav-2 li#Arrangement a {
position: relative;
top: -11px;
left: 11px;
background: url(seite1bilder/ArrangementAusAktiv.gif) no-repeat;
}

div#nav-2 li#Arrangement a:focus, div#nav-2 li#Arrangement a:hover, div#nav-2 li#Arrangement a:active {
background: url(seite1bilder/ArrangementAnAktiv.gif) no-repeat;
}

