html {
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif; /* "Trebuchet MS", "Baskerville Old Face" */
   font-size: 12pt;
   padding: 0;
   margin: 0;
   color: #292929;
}

body {
   padding: 0;
   margin: 0;
   /*background: url('../images/page_background.gif') repeat-x #568056;*/
   background: #568056;
   height: 100%;
}

#pageframe {
   position: relative;
   width: 1000px;
   min-height: 525px;
   background: url('../images/pageframe_background.png') repeat-y;
   margin: 30px auto 0px auto;
   
}

#logo_wasserzeichen {
   position: absolute;
   left: 50%;
   margin-left: -103px;
   margin-top: 50px;
   width: 206px;
   height: 276px;
   background: url('../images/logo_wasserzeichen5.png') no-repeat;
   z-index: 1;
}

#headline {
   width: 100%;
   height: 130px;
}

#logo {
   width: 375px;
   height: 98px;
   background: url('../images/logo.png') repeat-x;
   margin: 18px 0px 0px 20px;
   float: left;
}

#menustrip {
   height: 100px;
   margin-top: 80px;
   margin-right: 15px;
   color: #494949;
   font-size: 1.25em;
   float: right;
}

#menustrip ul li{
   display: inline-block;
   font-weight: normal;
}

#menustrip ul li a{
   text-decoration: none;
   padding: 0px 3px;
   margin-left: 5px;
   /*border-left: 3px solid transparent;
   border-right: 3px solid transparent;*/
   border-bottom: 3px solid transparent;
   color: #494949;
}

#menustrip ul li a:hover{
   border-bottom: 3px solid orange;
   color: #494949;
}

#menustrip ul li a.selected{
   display: inline-block;
   border-bottom: 3px solid orange;
   color: #494949;
}

#stripline {
   width: 982px;
   height: 29px;
   margin: 0px 9px;
   background: url('../images/stripline_background.png') repeat-x;
}

#pagestrip {
   padding: 10px 30px;
   z-index: 2;
   position: relative;
}

#footer {
   text-align: center;
   color: white;
}

#footer ul {
   margin: 5px 0px 2px 0px;
   padding: 0px;
}

#footer ul li{
   display: inline-block;
   font-weight: normal;
}

#footer ul li a{
   text-decoration: none;
   color: #494949;
   border-bottom: 1px solid transparent;
}

#footer ul li a:hover{
   color: white;
   border-bottom: 2px solid transparent;
}


#footer ul li a.selected{
   text-decoration: none;
   color: #494949;
   border-bottom: 2px solid orange;
}

#copyright {
   font-size: 0.5em;
}


a {
   color: #568556;
   text-decoration: none;
   border-bottom: 2px solid #568556;
}

a:hover {
   color: black;
   text-decoration: none;
   border-bottom: 2px solid orange;
}



/* Tabelle */

table.tab_halbjahresprogramm  {
   text-align        : center;
   margin            : 0px auto;
   border            : 2px solid gray;
   border-collapse   : collapse;
}

table.tab_halbjahresprogramm th {
   border            : 2px solid gray;
   border-collapse   : collapse;
   padding           : 5px;
}

table.tab_halbjahresprogramm td {
   border            : 1px solid gray;
   border-collapse   : collapse;
   padding           : 5px;
}



table.tab_halbjahresprogramm  tr.row_odd{
   background-color  : #d5d5d5;
}

table.tab_halbjahresprogramm  tr.row_even{
   background-color  : #a0a0a0;
}



th.th_left {
   width    : 100px;
}

th.th_middle {
   width    : 60px;
}

th.th_right {
   width    : 700px;
}

/* Tabelle */

.clear {
   clear: both;
}

.small_text {
   font-size: 0.75em;
}

