BODY, DIV, TABLE, P {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.content {
  color : #FFFFFF;
	padding: 4px 4px 4px 4px;
  background-color: #CC9933;
}

.inhalt {
  padding: 4px 4px 4px 4px;
  background-color: #FFF6DB;
  color: #000000;

}
.content_small {
  color : #FFFFFF;
	padding: 4px 4px 4px 4px;
  background-color: #CC9933;
  font-size : 10px;
}

SPAN.headline {
	color : Fuchsia;
	font-weight : bold;
	font-size : 14px;
}

.gold_1 {
  background-color: #FFF6DB;
}

.gold_2 {
  background-color: #F0D699;
}

.gold_3 {
  background-color: #CC9933;
}


.nav_akt{
	text-decoration: none;
	font-weight: bold;
	color: White;
}

.nav{
	text-decoration: none;
	font-weight: normal;
	color: #efefef;
}

.small_white {
  text-decoration: none;
	font-weight: normal;
	color: White;
  font-size : 11px;
}

.small_link_white {
  text-decoration: underline;
	font-weight: normal;
	color: White;
  font-size : 11px;
}

DIV.bild_1 {
	background-color : #074572;
	padding: 8px;
	color: #D8D8D8;
	font-size: 0.8em;
}

div.navmain {
	padding: 4px;
  margin:4px;
	border: 1px solid #4E5368;
}
div.navmainakt {
  padding: 4px;
  margin:4px;
	border: 1px solid #FFF6DB;
  background-color: #A3AAAE;
}

div.navsub {

	padding: 4px;
	margin-left : 4px;
  margin-right : 4px;
  margin-top: 0;
  text-align : right;
}

A           { color : Blue; text-decoration : underline; }
A:Visited   { color : Blue; }
A:Active    { color : Blue; }
A:Hover     { color : red; }

A.nav       { color : #000000; text-decoration : none; }
A:LINK.nav  { color : #000000; text-decoration : none; }
A:FOCUS.nav         { color : #000000; text-decoration : none; }
A:Visited.nav   { color : #000000; text-decoration : none; }
A:Active.nav    { color : #000000; text-decoration : none; }
A:Hover.nav     { color : white; text-decoration : none; }

A.nav_akt           { color : white; text-decoration : none; font-weight : bold;}
A:LINK.nav_akt      { color : white; text-decoration : none; font-weight : bold;}
A:FOCUS.nav_akt     { color : white; text-decoration : none; font-weight : bold;}
A:Visited.nav_akt   { color : white; text-decoration : none; font-weight : bold;}
A:Active.nav_akt    { color : white; text-decoration : none; font-weight : bold;}
A:Hover.nav_akt     { color : white; text-decoration : none; font-weight : bold;}

/* FORMULAR EINSTELLUNGEN BARRIEREFREI - OHNE TABELLEN */
legend {border: 1px solid #002b55; color: #000000; background: #E4E4DC; padding: 2px; margin: 0 0 0 0em;}
/*form {line-height: 200%; margin-top: 1em}*/
/*fieldset {border: 0px #002b55 none;  width: 95%; margin: 0; padding: 1em;}*/
label {clear: both; float: left; width: 30%; text-align: right; margin-right:10px;}
br {clear: both;}
form p {margin: .5em 0 .5em 0; font-weight: bold; font-size: 1em;}


/* STYLES zur Suche */
div.sucheborder {
  width: 100%;
	padding: 2px;
	margin-bottom: 4px;
	border: 1px solid #c5c5c5;
}


div.sucheingabe {
	background-color: #CC9933;
  padding: 2px;
  margin-bottom: 4px;
}

div.suchergebnis {
	background-color: #efefef;
  padding: 2px;
}

div.ergebnis {
	background-color: #ffffff;
  padding: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
}