body {
   color: #000000;
   background-color: #b8b4cb;
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, Verdana, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: center; /* horizontale Zentrierung IE */
}

table.main {
   border-collapse: collapse;
   margin: auto;  /* horizontale Zentrierung Firefox */
   width: 860px;
   scrollbar-base-color:#b8b4cb;
   scrollbar-3d-light-color:#FFFFFF;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#b8b4cb;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color:#a8a4bb;
}

td.content {
   width: 860px;
}

#waldorflogo {
   position: relative; top: 0px; left: 0px; width: 860px; height: 125px;
   background-image: url(../bilder/banner.gif);
   background-repeat: no-repeat;
}

#menuoben {
    position: absolute; top: 91px; left: 20px; width: 570px; height: 24px;
    text-align: left;
}

#bildoben {
   position: relative; top: 0px; left: 0px; width: 860px; height: 88px;
   background-image: url(../bilder/hintergrund_oben_01.gif);
   background-repeat: no-repeat;
}

#bildunten {
   position: absolute; top: 88px; left: 0px; width: 860px; height: 565px;
   background-image: url(../bilder/hintergrund_unten.jpg);
   background-repeat: no-repeat;
}

#seitentitel {
    position: absolute; top: 0px; left: 0px; width: 153px; height: 88px;
    text-align: center;
}

#menuseite {
    position: absolute; top: 10px; left: 180px; width: 532px; height: 20px;
    text-align: left;
}

#menuunterseite {
    position: absolute; top: 30px; left: 200px; width: 512px; height: 20px;
    text-align: left;
}



#menulinks {
    position: absolute; top: 88px; left: 0px; width: 148px; height: 565px;
    text-align: right;
}



#inhaltrechts {
    position: absolute; top: 36px; left: 728px; width: 200px; height: 540px;
    font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    line-height: 1.1;
    text-align: left;
    font-size: 11px;
    color: #0e2d66;
    overflow-x: hidden;
    overflow-y: auto; 
}
#inhalt {
    position: absolute; top: 220px; left: 250px; width: 350px; height: 900px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-right: 5px;
    overflow: auto;
    color: #0e2d66;
}


a {text-decoration: none;
   letter-spacing: 1px;
    outline: none;}
   

a:link {color: #961510;}

a:visited {color: white;}

/* Wirkt sich auch auf die Menü bottons aus

a:hover, a:focus { border-bottom: 1px solid #961510;}

a:active {
	background-color: #FF9E99;
	color: #961510;}
*/

/* alle Anweisungen bis Dateiende sind auskommentiert
a {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, Verdana, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   letter-spacing: 0.03em;
   text-decoration: none;
   border-style: none;
   
}

a:visited {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, Verdana, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   letter-spacing: 0.03em;
   text-decoration: none;
   color: #cccccc;
  
}

a:active {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, Verdana, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   letter-spacing: 0.03em;
   text-decoration: none;
   color: #0e2d66;
}

a:link {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, Verdana, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   letter-spacing: 0.03em;
   text-decoration: none;
   color: #0e2d66;
}

a:hover {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, Verdana, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   letter-spacing: 0.03em;
   text-decoration: none;
   color: #cccccc;
}
*/