body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	line-height: 150%;
	background: #f8f1e3; /* Farbe um die Website herum */
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.oneColFixCtr #container { /* Zentrierung des Grundcontainers */
	width: 988px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
.background {  /* Farbe Sandbraun des Hauptcontainers */
	background-color: #e4c08d;
}
#menue_links {
	margin-top: 10px;
}
.hauptmenue_aktiv a {  /* Farbe und Stärke des aktiven Menüpunktes */
	color: #26972b;
	font-weight: 100;
	font-size: 13px;
	text-decoration: none;
}
.hauptmenue_aktiv a:hover {
	color: #FFF;
}
.hauptmenue_passiv a {  /* Farbe und Stärke des passiven Menüpunktes */
	color: #222222;
	font-weight: 100;
	font-size: 13px;
	text-decoration: none;
}
.hauptmenue_passiv a:hover {
	color: #FFF;
}
.untermenue_aktiv a {  /* Farbe und Stärke des aktiven Menüpunktes */
	color: #FFFFFF;
	font-weight: bold;	
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
}
.untermenue_aktiv a:hover {
	color: #FFF;
}
.untermenue_passiv a {  /* Farbe und Stärke des passiven Menüpunktes */
	color: #222222;
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
}
.untermenue_passiv a:hover {
	color: #FFF;
}
.textfarbe_weiss {
	color: #FFFFFF;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 38px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
}
.subline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	font-weight: bold;
}
.bildlegende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}
.bildlegendelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: 100;
	color: #000000;
	text-decoration: underline;
}
.fliestextlink_unterstrichen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: 100;
	color: #000000;
	text-decoration: underline;
}
.fliestextlink_nicht_unterstrichen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
}
.fliestextlink_Startseite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
}

#adxmenuhere {
}
img {
	border: 0px;
}
.image_subtitle {
	color: #333;
}

a {
	color: #000000;
}
#index_menu_wrapper {
  padding: 5px;
  position: absolute;
  top: 150px;
  width: 920px;
}
#index_menu {
  padding: 5px;
  border: 2px solid white;
}
#quickinfo {
  background-color: #e7001c;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  font-family: Arial;
  margin-left: 20px;
}
.quickinfo_item {
  margin-left: 8px;
  margin-right: 8px;
}
.quickinfo_item a {
  text-decoration: none;
}

.rot {
	color: red;
}

.grauklein {
	color: grey;
	font-size: 10;
}

.grauklein a {
	color: grey;
	font-size: 10;
}

.border_ri_bot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.border_li_bot {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
}

.thumbnail {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 38px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;						
}