body {
	font-family:Verdana;
 	font-size:12px;
 	background-color:#bdbec6;
 	text-align:center;
 	margin:0px;
	}
h1 {
	font-size:18px;
	color:#000000;
	margin-bottom:0px;
	}
h2 {
	font-size:16px;
	color:#000000;
	}
h3 {
	font-size:14px;
	color:#000000;
	}
h3.center {
	text-align:center;
	}
code {
	font-size:14px;
	color:#0000ff;
	}
p.klein
	{
	font-family:Arial, Tahoma, Verdana; 
	font-size:10px;
	text-align:justify;
	}
p.block
	{
	text-align:justify;
	}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#009999;
}
a.menu:link, a.menu:visited
{ 
  color:#eeeeee;
 background-color:#737994;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#737994;
 background-color:#eeeeee;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 }
#left {
	position:fixed; /* Geht nicht mit IE !!! */
	background-color:#bdbec6;
	width:128px;
	float:left;
	}
#right {
	position:fixed; /* Geht nicht mit IE !!! */
	background-color:#bdbec6;
	width:128px;
	float:left;
	}
#title {
	height:40px; /* Std. 40 !!! */
	padding:5px;
	background-color:#7b7d8e;
	border-bottom:1px solid #000;
	}
.menutitle {
	font-weight:bold;
	text-align:center;
	margin:2px;
	}
.menucontainer {
	border:1px solid #000;
	background-color:#7b7d8e;
	width:106px;
	margin:10px;
	}
#content {
	border:1px solid #efeff7;
	background-color:#efeff7;
	width:610px;
	float:right;
	padding:0px 10px;
	}

