@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	width: 1000px;
	background-color: #FFF;
}
#container {
	width: 1000px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: #FFFFFF;
	background-image: url(../Bilder/Hintergrund_weiss.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
} 
#header {
	background-image: url(../Bilder/Logo_rot_klein.jpg);
	height: 122px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 50;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	font-size: small;
} 
#bildlaufleiste {
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	float: right;
	padding-top: 8px;
	margin-right: 21px;
	display:inline;
	font-size: 10px;
	color: #FFF;
	margin-bottom: 10px;
}

#mainContent {
	float: right;
	height: auto;
	width: 750px;
	margin-top: 0;
	margin-right: 1000;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 130;
	padding-bottom: 0;
	padding-left: 0;
	text-align: justify;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: normal;
} 

.Absatz_maincontent {
	margin-right: 280px;
	font-size: small;
}

.Absatz_header {
	margin-right: 30px;
	color: #75161C;
	vertical-align: top;
}
.Flaggen {
	margin-right: 25px;
	color: #A51415;
}


#navibereich {
	margin-right: 5px;
	float: left;
	width: 200px;
	height: 250px;
	background-color: #75161C;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
}

#footer {
	padding: 0 10px 0 20px;
	font-size: x-small;
	color: #75161C;
	text-align: right;
} 
#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#Navigation {
	width: 7;
	margin: 0;
	border: 0px none black;
	font-size: small;
	padding-top: 0.5em;
	padding-right: 2.1em;
	padding-bottom: 0em;
	padding-left: 1.1em;
  }

/*Definition des aktiven Hauptmenüelements - muss extra zugewiesen werden*/
ul#Navigation li .aktivesElement {
	background-color: #cc6666;
	color: white;
	border: 1px solid #C66;
}
/*Definition des aktiven Untermenüelements - muss extra zugewiesen werden*/
ul#Navigation li ul li .aktivesElement {
	background-color: #cc6666;
	color: white;
	border: 1px solid #C66;
}

  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	width: 8em;
	width: 8em;
	padding-left: 0;
	padd\ing-left: 0.8em;
  }
  
  ul#Navigation li {
	list-style: none;
	margin: 0em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
  }

  ul#Navigation li ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	background-color: #cc6666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0.1;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
  }
  ul#Navigation li ul li {
	color: #a51415;
	background-color: white;
	border: 1px none #FFF;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
	margin-left: 1em;
	ma\rgin-left: 0;
	color: #a51415;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
  
  
/*Definition der nicht aktiven Hauptmenüpunkte */

  ul#Navigation a {
	display:block;
	text-decoration: none;
	font-weight: normal;
	color: white;
	background-color: #A51415;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-top-color: #FFF;
	border-left-color: #FFF;
  }
 
  * html ul#Navigation a {
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	width: 8.8em;  /* Breitenangabe fuer IE 6 */
	color: white;
	background-color: #A51415;
	height: 1.2em;
  }
  /*Definition der nicht aktiven Untermenüpunkte */
  ul#Navigation li ul li a {
	display:block;
	text-decoration: none;
	font-weight: normal;
	color: #a51415;
	background-color: white;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border: 1px solid #FFF;
  }
  * html ul#Navigation li ul li a {
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	width: 7.8em;  /* Breitenangabe fuer IE 6 */
	height: 1.2em;
  }
 /* Mouse-over-Effekt für Hauptmenüpunkte */
 ul#Navigation a:hover {
	color: #A51415;
	background-color: white;
	border: 1px solid white;
  }
/*Mouse-over-Effekt für Untermenüpunkte*/
  ul#Navigation li ul li a:hover {
	color: white;
	background-color: #cc6666;
	border: 1px solid #cc6666;
}
	
#InfoKasten {
	background-color: #FFF;
	float: right;
	margin-left: 0px;
	margin-right: 26px;
	height: auto;
	width: 226px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 65px;
}
.TabellenHead {
	background-color: #a51415;
	font-size: x-small;
	color: #FFF;
	float: right;
	margin-left: 0px;
	width: 218px;
	text-align: left;
	height: 15px;
	padding-left: 5px;
}
.FliesstextInfoKasten {
	font-size: x-small;
	padding-left: 5px;
	line-height: 0px;
}
.Hochgestellt {
	font-size: xx-small;
	vertical-align: super;
}
.TitelInfoKasten {
	font-size: x-small;
	font-weight: bold;
	padding-left: 5px;
	color: black;
	padding-top: 0px;
	line-height: 1.5em;
}

#formular {
	background-color: #ffffcc;
	width: 465px;
}
.formular {
	font-size: small;
}
h1 {
	font-size: medium;
	color: #77171F;
}
body,th {
	font-family: Tahoma, Geneva, sans-serif;
}

td {
	font-size: x-small;
	padding-left: 5px;
	padding-right: 7px;
	width: 90px;
}
a:link {
	color: #77171F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A51415;
}
a:hover {
	text-decoration: underline;
	color: #A51415;
}
a:active {
	text-decoration: none;
	color: #A51415;
}
h1 {margin-bottom: 5px;}

h2 {
	font-size: small;
	margin-top: 5px;
	color:#77171F;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.leer {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.FliesstextTabelle {
	width: 222px;
}
.Bildtabelle {
	width: 30px;
}
.Leerzeile {
	line-height: 0.5ex;
}


