html
{
  height: 99%;
}


body
{
  font-family: verdana;
  color: #000;
  background-color: #FFF;
  font-size: 8.5pt;
  margin: 10px 0 10px 0;
  height: 99%;
}


#gesamtrahmen
{
  width: 870px;
  height: 80%;
  margin: 0px auto;
  text-align:left;
}

#header
{
  margin: 0 0 10px 0;
}

#links 
{
  float:left;
  width: 198px;
  background-color: #A3BADA;
  clear:right;
  min-height: 500px;
  height: 100%;
}

#rechts 
{
  float:right;
  width: 110px;
  background-color: #FFF;
  min-height: 500px;
  height: 100%;
}

#rechts p
{
  font-size: 8.5pt;
  margin: 10px;
}

#mitte 
{
  float: left;
  width: 530px;
  margin: 0 10px 0 10px;
}

#content
{
  margin: 0px 10px 20px 16px;
}

#copyright
{
  font-size: 8pt;
  text-align: center;
  margin: 30px 0 0 0;
}

#copyright a, #copyright a:hover
{
  font-size: 8pt;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}


h1
{
  font-family: Verdana, Georgia, "Times New Roman";
  font-style: normal;
  font-weight: normal;
  color: #4D4D46;
  font-size: 14pt;
  margin: 10px 0 20px 4px;
}

h2
{
  font-size: 8.5pt;
  margin: 0 0 0 4px;
}


a
{
  font-family: verdana;
  color: #003399;
  text-decoration: underline;
  font-weight: bold;
  font-size: 8.5pt;
}

p, strong
{
  font-size: 8.5pt;
  line-height: 12pt;
  color: #333;
}

p
{
  margin: 0 0 10px 4px;
}


/* MENUE */

#menue
{
	border-top: 1px solid #CCC;
	margin: 20px 0 0 0;
}


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

#menue ul li 
{
	float: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menue ul li a 
{
	border-bottom: 1px solid #CCC;
	background: #EFEFEF;
	color: #333;
	display: block;
	font-size: 8.5pt;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
	padding: 6px 0 0 16px;
	background-image: url(../images/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}

#menue ul li a:hover, .menu ul li a:focus 
{
	color: #000;
	background-color: #DDDDDD;
	background-image: url(../images/bg_menue_act.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}





#menue ul li a.active 
{
	border-bottom: 1px solid #CCC;
	background: #1844AD;
	color: #FFF;
	display: block;
	font-size: 8.5pt;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
	padding: 6px 0 0 16px;
	background-image: url(../images/bg_menue_act.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}

#menue ul li a.active:hover, .menu ul li a.active:focus 
{
	color: #FFF;
	background-color: #1844AD;
}


