body 
{
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background-color:#DBD4D8;
	text-align:center;
	margin:0px;
}

h1 {font-size:18px;margin-bottom:5px;text-align:center;margin:auto;}
h2 {font-size:16px;}
h3 {font-size:14px;}

pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}

.r { color:#ff0000 }
.grau1 { background-color:#C0C0C0 }
.grau2 { background:#a8a8a8 }
.hgrau1 { background:#d0d0d0 }
.hgrau2 { background:#efefef }
.gelb {background: #ffcc99}
.s1b { font-weight:bold; }
td { font-size:12px; }
.small { font-size:11px; }

input
{
font-size: 10px;
color: #000000;
border: 1px Solid #c0c0c0;
background: #FFFFFF;
}

a:link, a:visited, a:active, a:hover
{ 
	text-decoration:underline;
	font-weight:normal;
	color:#033F62;
	font-size:12px;
}
a:active, a:hover
{ 
  	color:#009999;
}
a.menu
{
	 display:block;
	 padding:3px;
	 border-top:1px solid #000;
	 background-color:#0091DB;
	 text-align:center;
	 color:#eeeeee;
	 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
	 color:#eeeeee;
	 background-color:#0091DB;
	 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
	 color:#737994; font-weight:bold;
	 background-color:#eeeeee;
}

#title
{
	height:101px;
	background-color:#0091DB;
	border-bottom:1px solid #000;
}

#left
{
	text-align:center;
	background-color:#bdbec6;
	width:170px;
	float:left;
}

.menutitle
{
	font-weight:bold;
	margin:2px;
}

.menucontainer
{
	border:1px solid #000;
	background-color:#efeff7;
	width:160px;
	margin:4px;
}

#content
{
	background-color:#efeff7;
	float:right;
	width:678px;
}

#inner
{
	padding:10px;
}