
body{
margin: 0px;
padding: 0px;
border: 0px;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0px; 
left: 0px; 
width: 181px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 181px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}


#maincontent{
position: fixed; 
top: 0;
left: 180px; /*Set left value to WidthOfLeftFrameDiv*/
right: 181px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 10px 180px 0px 181px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/** html #framecontentTop{ /*IE6 hack*/
/*width: 100%;
/*}*/

/*Hier das Menu*/

#blueblock{
width: 160px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10px;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 127px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
color: #fff;
}

#blueblock li a{
display: block;
padding: 3px 3px 3px 6px;
border-left: 8px solid #1958b7;
border-right: 8px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
color: #fff;
}

#blueblock li a:hover{
border-left: 8px solid #1c64d1;
border-right: 8px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/*Formularblock*/
#formblock{
width: 160px;
/*border-right: 1px solid #000;*/
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10px;
/*background-color: #90bade;*/
color: #ffffff;
}

* html #formblock{ /*IE 6 only */
width: 127px; /*Box model bug: 180px minus all left and right paddings for #formblock */
}

#formblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#formblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#formblock li a{
display: block;
padding: 3px 3px 3px 6px;
/*border-left: 8px solid #1958b7;
border-right: 8px solid #508fc4;
background-color: #2175bc;
color: #fff;*/
text-decoration: none;
width: 100%;
}

html>body #formblock li a{ /*Non IE6 width*/
width: auto;
}

#formblock li a:hover{
/*border-left: 8px solid #1c64d1;
border-right: 8px solid #5ba3e0;
background-color: #2586d7;*/
color: #fff;
text-decoration:none;
}
