
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 


scrollbar-arrow-color: #698FB9;
scrollbar-base-color: #D4D0C8;
scrollbar-face-color: #003F70;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #FFFFFF;


}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 204px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFFFFF;
color: white;
}

#framecontentTop{ 
left: 204px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 80px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFFFFF;
color: white;
}

#maincontent{
position: fixed; 
left: 204px; /*Set left value to WidthOfLeftFrameDiv*/
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

td {
    font-size:14px;
font-style:none;
font-family:verdana;
font-weight:normal;
color:#003F70;
  }

p {
    font-size:14px;
font-style:none;
font-family:verdana;
font-weight:normal;
color:#003F70;
  }

h3#kwo a {
    display: block;
    width:180px;
    font-size:13px;
font-style:none;
font-family:verdana;
font-weight:normal;
text-align:center;
  }

h3#kwo #titel {
    display: block;
    width:200px;
    font-size:14px;
font-style:none;
font-family:verdana;
font-weight:normal;
background-color: #771111;
padding:2px; margin:1px; text-align:center;
}

h3#kwo #selekt {
    color: #000000; background-color: #55CC55; text-decoration:none; padding:1px; margin:1px; margin-left:11px;
}


h3#kwo a:link {
    color: #FFFFFF; background-color: #003F70; text-decoration:none; padding:2px; margin:1px; margin-left:10px;
  }
h3#kwo a:visited {
    color: #FFFFFF; background-color: #003F70; text-decoration:none; padding:2px; margin:1px;margin-left:10px;
  }
h3#kwo a:hover {
    color: #000066; background-color: #FFFF55; text-decoration:none; padding:2px; margin:1px;margin-left:10px;
  }
h3#kwo a:active {
    color: #000066; background-color: #003F70; text-decoration:none; padding:2px; margin:1px;margin-left:10px;
  }

a:link {
	font-family: Arial , Univers;
	color: rgb(0,0,100);
	text-decoration: none;
}
a:visited {
	font-family: Arial , Univers;
	color: rgb(0,0,100);
	text-decoration: none;
}
a:hover {
	font-family: Arial , Univers;
	color: rgb(100,0,0);
	text-decoration: none;
}