body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;


}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;

}
#framecontentLeft {
background-image:url(../PIX/tutzgrad_FCL.gif);
background-repeat:no-repeat;
background-color: #000033;
padding-top:5px;
font-family:Papyrus;
font-weight:bold;


}


#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(../PIX/tutzgrad.gif);
color: white;

 
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 

}

.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%;
}

/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */

#menu2 {
        width: 170px;
		position: relative;
		top: -4px;
        border-style: solid solid solid solid;
		filter:shadow(color: #333366, strength:16, direction:150); 
        border-color: #333366; 
        border-size: 1px;
        border-width: 5px;
        margin: 8px;
        }

#menu2 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
		
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #003366;
        display: block;
        background: url(../PIX/NAV-IMAGES/tab.gif);
        padding: 8px 0 0 10px;
        }

#menu2 li a:hover, #menu2 li #current {
        color: #FF0000;
        background: url(../PIX/NAV-IMAGES/tab.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu2 li a:active {
        color: #283A50;
        background: url(../PIX/NAV-IMAGES/tab.gif) 0 -64px;
        padding: 8px 0 0 10px;
        }

h1 {
font-family:Papyrus;
color: #1c2059;
text-shadow: blue 2px 2px, red -2px -2px;
}
h2 {
font-family:Papyrus;
color: #1c2059;
text-shadow: blue 2px 2px, red -2px -2px;
}

h3 {
font-family:Papyrus;
color: #1c2059;
}

p {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #1c2059;
font-size: .7em;
}

/*IMAGES*/
.floatleft {
float:left;
padding:5px 0px 0px -3px;
}.craftylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
