<style type="text/css">
  <!--

  body{background-color:#00446a; color:#FFFFFF;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;

}

#framecontentLeft, #framecontentRight{
position: absolute;
top: 0;
left: 0;
width: 120px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #00446a;
color: white; font-weight:bold; font-family:Arial; font-size:14px;
}

.box { background-color:#777777; padding: 6px; margin:0px; }

#framecontentRight{
left: auto;
right: 0;
width: 120px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #00446a; color: white; font-weight:normal; font-family:Arial; font-size:12px;
}

#maincontent{
position: fixed;
top: 0;  /*das ist der content bereich in der mitte*/
left: 120px; /*Set left value to WidthOfLeftFrameDiv*/
right: 120px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto;
background-color: #777777; color: white; font-weight:normal; font-family:Arial; font-size:12px;;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/

}

* html body{ /*IE6 hack*/
padding: 0 120px 0 120px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 98%;
width: 100%;
}

  .box { background-color:#777777; padding: 6px; margin:0px; }

  .platz    { padding-left:6px;}
  .bereich  { color:#FFFFFF; background-color:#777777; font-weight:bold;   font-family:Arial; font-size:18px; text-align:center;  height:20px; width:150px; padding:3px; margin:0px; white-space:nowrap;}
  .mitte    { color:#FFFFFF; background-color:#777777; padding:6px; margin:0px; font-weight:normal; font-family:Arial; font-size:12px; width:80%;}
  .rechts   { padding-left:9px; margin:0px; vertical-align:top; width:100px}
  .bliste   { color:#FFFFFF; background-color:#777777; padding:6px; margin:0px; font-weight:normal; font-family:Arial; font-size:12px; width:95%;}
  .cdatum  { color:#FFFFFF; background-color:#777777; font-weight:bold;   font-family:Arial; font-size:12px; text-align:center;  height:12px; margin:0px; white-space:nowrap;}
  .cort  { color:#FFFFFF; background-color:#777777; font-weight:bold;   font-family:Arial; font-size:12px; text-align:center;  height:12px; margin:0px; white-space:nowrap;}
  .cprogr  { color:#FFFFFF; background-color:#777777; font-weight:bold;   font-family:Arial; font-size:12px; text-align:left;  height:12px; margin:0px; white-space:nowrap;}
  .csoli  { color:#FFFFFF; background-color:#777777; font-weight:bold;   font-family:Arial; font-size:12px; text-align:center;  height:12px; margin:0px; white-space:nowrap;}
  .cdiri  { color:#FFFFFF; background-color:#777777; font-weight:bold;   font-family:Arial; font-size:12px; text-align:center;  height:12px; margin:0px; white-space:nowrap;}
  .u1       { font-family:Arial; font-weight:bold; font-size:18px; text-align:center; }
  .u2       { font-family:Arial; font-weight:bold; font-size:12px; text-align:center; }
  .normal    { color:#FFFFFF; background-color:#777777; font-weight:normal; font-family:Arial; font-size:12px;}


  a:link    { color:#d8ac12; text-decoration:none; font-weight:bold; font-family:Arial; font-size:12px;}
  a:visited { color:#d8ac12; text-decoration:none; font-weight:bold; font-family:Arial; font-size:12px;}
  a:hover   { color:#d8ac12; text-decoration:none; font-weight:bold; font-family:Arial; font-size:12px;}
  a:active  { color:#d8ac12; text-decoration:none; font-weight:bold; font-family:Arial; font-size:12px;}
  a:focus   { color:#d8ac12; text-decoration:none; font-weight:bold; font-family:Arial; font-size:12px;}

  .underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #00446a;
}


  -->
</style>