body {
	margin: 0px; 
	height: 100%; 
	font-family:menu,Verdana,Arial,Helvetica,sans-serif;
	color:MenuText;
	
	font-size:10pt;	
}
.menu{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 150px;
	height : 400px;
	
}


body .menu acronym   {  border-style: none; cursor: crosshair; }
body .menu a:link  {text-decoration:none; }
body .menu a:visited  {text-decoration:none; }
body .menu a:hover  { color:HighlightText; background-color:Highlight; text-decoration:none;}
body .menu a:active  { color:HighlightText; background-color:Highlight; text-decoration:none;}

.inhalt{
	position: static;
	margin: 0px 20px 20px 180px;
	border: 1px solid black;
	padding: 20px;
}

.tabelle { border: 1px solid black; border-radius: 0px 0px 20px 20px; -moz-border-radius: 0px 0px 20px 20px; padding: 0px; margin:0px 0px 20px 0px;}
.tabelle2 { border: 1px solid black; padding: 4px; margin:4px; color:black; background-color:gray; width: 400px;}
.info { color:gray; border: 2px solid; border-radius: 20px; -moz-border-radius: 20px; padding: 20px;}
.info2 { color:orange; border: 2px solid; border-radius: 20px; -moz-border-radius: 20px; padding: 20px;}


acronym  {border-bottom: 1px dotted red; cursor: help;}

h1  { font-size:20pt; font-weight:bold; color:red; text-align:center;}
h2  { font-size:16pt; font-weight:bold; color:red; text-align:center;}
h3, h4  { font-size:12pt; font-weight:bold; color:red; text-align:center;}
#date { font-size:10pt; font-weight:bold; background-color:#666666;}

a:link  { }
a:visited  { }
a:hover  { color:HighlightText; background-color:Highlight; text-decoration:none;}
a:active  { }
a img  { border:0;}
pre, code  { color:MenuText; background-color:transparent; font-size:12px;}
