
body,table   {
         color: #333;
         background:  #DEDFDE;  /*#FFFFC0;*/
         margin:10px;
         font-family: Arial, Verdana, Helvetica, sans-serif;
         font-size: 9pt;
         }

#wrapper {
          max-width:1200px;
          min-width:650px;
         }

#termine tr {vertical-align:top; }

#header {
         background: url("../img/oben1.jpg");
         width:auto;
         height:100px;
         border:none;
         display:block;
         }
.rowwhite {background-color:#EEE;
           width:auto;
           height:10px;
           border:none; }

#navigation {

         width:132px;
         height:auto;
         border: none;
         display:block;
         float:left;
         /*margin:0; padding:0; */
         /* position und z-index nur für IE7! Sonst Bug wenn Images direkt rechts neben Box: */
         /* dann sind die Links in nav-Box tot */
         position:absolute; z-index:1;

         }

#content {
         margin: 0 173px 0 133px;
         border-right:10px solid #EEE;
         border-left:10px solid #EEE;
         border-bottom:10px solid #EEE;
         height:auto;
         padding:10px;
         display:block;
         }

#announce {
         float:right;
         width:165px;
         height:auto;
         border:none;
         text-align:left;
         padding:10px 0px 5px 5px;
         display:block;
         }

#bottom  { }

p {
           margin: 0.5em 0em;
           text-align: left;
  }

a.menu1 {
                font-size:9pt;
                font-weight: bold;
                color:blue;
                background-color:#FF9;/*#FFFF9C;*/
                display:block;
                margin-top:3px;
                text-align:center;
                width:130px;
                border-style:none;
                border-width:1px;
                padding:1px;
                text-decoration:none;
                }

a.menu1:hover {
               color:blue;
               background-color:#FF9000;
               text-decoration:none; }

span.menu1  {
            font-size:9pt;
            font-weight: bold;
            color:blue;
            background-color:#CCC;
            margin-top:6px;
            display:block;
            text-align:center;
            width:130px;
            border-style:none;
            padding:1px; }

span.menu2  {
                font-size:9pt;
                font-weight: bold;
                color:#C0C0C0;
                background-color:#FF9;/*#FFFF9C;*/
                display:block;
                margin-top:3px;
                text-align:center;
                width:130px;
                border-style:none;
                border-width:1px;
                padding:1px;
                text-decoration:none;
                }


a.menubottom {
                font-size:9pt;
                font-weight: bold;
                color:blue;
                background-color:#FF9;/*#FFFF9C;*/
                display:inline;
                margin-top:3px;
                text-align:center;
                width:130px;
                border-style:none;
                padding:1px;
                text-decoration:none;
                }

a.menubottom:hover {
               color:blue;
               background-color:#FF9000;
               text-decoration:none; }


.bluebig3 {color:blue;
         font-size:16pt;
         font-weight: bold; }

.bluebig2 {color:blue;
         font-size:12pt;
         font-weight: bold; }

.bluebold {color:blue;
           font-weight: bold; }

.greenbold {color:green;
           font-weight: bold; }

.orangebold {color:orangered;
           font-weight: bold; }

.redbold {color:red;
           font-weight: bold; }

.brownbold {color:saddlebrown;
           font-weight: bold; }
.blackbold  {color:black;
           font-weight: bold; }

.greybold  {color:grey;
           font-weight: bold; }

span.blue1  {color:blue;
         font-size:9pt;
        }



.punktlinie2 {
         background-image: url(../img/dot2.gif); background-repeat: repeat-x;
          margin-top:5px; margin-bottom:0px; display:block;  }

.imgright {
         margin: 0px 0px 5px 5px;
         float:right;
         }
.imgleft {
         margin: 0px 5px 5px 0px;
         float:left;
         }

a.blue1 { color:blue;
         text-decoration:underline;
         font-size:9pt;
         font-weight: bold; }

a.blue1:hover { text-decoration:none; }

a.green { color:darkgreen;
         text-decoration:none;
         font-size:9pt;
         font-weight: bold; }

a.green:hover { color:#CC0000; }


.divleft {  float:left; }

.divright { float:right; }

.imgtextcenter {
                 text-align:center;
                 font-size: 8pt;
                 font-style:italic;
          }

.boxblue1 { position: relative;
            border-style: solid;
            border-width: 2px;
            border-color: blue;
            padding:5px; }

table.tb1 { border-collapse:collapse; position: auto;

              }

td.tb1  { border: 1px solid #333;
          padding: 5px; }
