* {
                font-family:arial,sans-serif;
                padding:0px;
                margin:0px;
}
body {
                background:url(design/verlauf.jpg) #ffde00 top left repeat-x;
                text-align: center;
}
#main {          position: relative;
                 margin: 0px auto;
                 width:1000px;
                 background:url(design/hintergrund.jpg) #ffde00 top left repeat-y;

}
#mainmenu {      float:left;
                 height: 1000px;
                 width: 220px;
}
#menuinhalt {    position:absolute;
                 top:270px;
                 left:0px;
                 text-align:left;

}
#inhalt {        float:left;
                 text-align: left;
                 width:770px;
}
.clearer {clear:both; }
li.main {
                   list-style-type: none;
                   padding: 8px 0 3px 15px;
}
li.sub {
                list-style-type: none;
                   padding: 3px 0 3px 40px;
}
#mainnav a
{                   text-decoration: none;
                font-weight:bold;
}
#mainnav a.norm
{
                 color: #423261;
                 font-size: 13px;
                padding:3px 0 3px 26px;
                 background: url(design/rot1.png) left center no-repeat;
}
#mainnav a.norm:hover
{                 background: url(design/ball.gif) left center no-repeat;
                text-decoration:underline;
}
#mainnav a.akt
{
                 color: #c14b2d;
                 font-size: 13px;
                padding:3px 0 3px 26px;
                 background: url(design/lila.png) left center no-repeat;
}
#mainnav a.open
{
                 color: #423261;
                 font-size: 13px;
                padding:3px 0 3px 26px;
                 background: url(design/gelb.png) left center no-repeat;
}
#mainnav a.normkl
{
                 color: #423261;
                 font-size: 11px;
                padding:3px 0 3px 20px;
                 background: url(design/rot1kl.png) left center no-repeat;
}
#mainnav a.normkl:hover
{                 background: url(design/ballkl.gif) left center no-repeat;
                text-decoration:underline;
}
#mainnav a.aktkl
{
                 color: #c14b2d;
                 font-size: 11px;
                padding:3px 0 3px 20px;
                 background: url(design/lilakl.png) left center no-repeat;
}

#inhalt h1 {
                   font-size: 20px;
                 color:#363636;
                   font-weight: normal;
                   text-align: right;
                   margin: 0px 20px 0px 0px;
}
#inhalt h2 {
                   font-size: 24px;
                 color:#fff;
                   font-weight: normal;
                   text-align: center;
}
#inhalt h3 {
                   font-size: 18px;
                 color:#423261;
                   font-weight: normal;
                   margin: 0px 0px 0px 20px;
}
#inhalt p {
                color:#000;
                font-size: 16px;
                font-weight: normal;
                  margin: 0px 20px 0px 20px;
}
#inhalt a {
                color:#423261;
                font-size: 16px;
                text-decoration: none;
}
#inhalt a:hover {
                text-decoration: underline;
                color:#fff ;
}
#zentriert {
                text-align:center;
}
#zirkusbild {    text-align:center;
                 margin: 0px auto;
}
#zirkustabelle {
                text-align: left;
                margin: 0px auto;
                border-style:dotted;
                 border-width:1px;
                 border-color:#f7f8e6;

}
#zirkustabelle th {
                color:#f7f8e6;
                width:100px;
                text-align:center;
                padding:2px;
}
a.info {

                display: none;
}

#oben {
         background:url(design/oben.jpg) #ffde00 top left no-repeat;
         width: 1000px;
         height: 255px;
}