html
{
  height: 99%;
}

a img { border: 0; }

body
{
  font-family: Arial;
  color: #333;
  background-color: #FFF;
  font-size: 14px;
  margin: 10px 0 10px 0;
  height: 99%;
}


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

#maintable
{
  width: 880px;
  border-spacing:0;
}

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



#links
{
  background-color: #DEDEDE;
  width: 188px;
  height: 100%;
}


#rechts
{
  width: 140px;
  background-color: #EFEEEE;
  height: 100%;
  padding: 10px;
}

#rechts p
{
  font-size: 14px;
  margin: 4px;
  line-height: 18px;
}

#rechts a
{
  font-family: Arial, sans serif;
  color: #003399;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

#mitte
{
  width: 486px;
  border-top: 1px solid #EEEED8;
  margin: 0 10px 0 10px;
}

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


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

h2
{
  font-size: 14px;
  margin: 14px 0 2px 9px;
}

h3
{
  font-size: 12px;
  margin: 4px 0 2px 9px;
}


#content a
{
  font-family: Arial;
  color: #003399;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

#content p, strong
{
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

#content p
{
  margin: 10px 20px 10px 9px;
}

#content img
{
  margin: 0 0 10px 4px;
}


#content ul
{
  line-height: 14px;
  margin: 0 0 10px 16px;
  padding: 0;
}


#content ol
{
  line-height: 14px;
  margin: 0 0 10px 23px;
  padding: 0;
}




td
{
  vertical-align: top;
}

.feldname
{
  font-weight: bold;
}

input.textfeld
{
  width: 300px;
  font-size: 14px;
}

textarea
{
  width: 300px;
  height: 150px;
  font-family: verdana;
  color: #000;
  font-size: 14px;
}


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

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


/* MENUE */

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


#menue ul 
{
	border-top: 1px solid #CCC;
	border: none;
	list-style-type: none;
	margin: 0 0 10px 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: #EEE;
	color: #333;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	height: 14px;
	padding: 3px 0 0 16px;
	/* background-image: url(../images/bg_menue.gif); */
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

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





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

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



#menue ul li a.active_top 
{
	border-bottom: 1px solid #CCC;
	background: #003399;
	color: #FFF;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
	padding: 3px 0 0 16px;
	background-image: url(../images/bg_menue_act.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}


#menue ul li a.inactive_top 
{
	font-weight: bold;
	background-image: url(../images/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}



#meta
{
  float: right;
  margin: 10px 0 0 0;
}

#meta ul
{
  margin: 0 0 4px 0;
}

#meta li
{
    list-style: none;
    display: inline;
    margin: 0 0 0 10px;
}

#meta li a
{
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

#meta li a:hover
{
  text-decoration: underline;
  color: #666;
  font-weight: bold;
}


#meta li a.active
{
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

#meta li a.active:hover
{
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

















