@charset "iso-8859-1";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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;
	background-color: #FFF;
	background-image: url(../b/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Tipps für elastische Layouts:
1. Da die Gesamtgröße elastischer Layouts von der Standardschriftgröße des Benutzers abhängt, sind diese Layouts weniger berechenbar. Bei korrekter Verwendung haben sie außerdem für Personen, die größere Schriften benötigen, einen höheren Nutzwert, weil die Zeilenlänge proportional bleibt.
2. Die Größe der divs in diesem Layout basiert auf der Originalschriftgröße (100%) im Body-Element. Wenn Sie die Textgröße durch eine Einstellung wie font-size: 80% im Body-Element oder im #container global verringern, wird das gesamte Layout proportional verkleinert. Sie sollten die Breiten der verschiedenen divs vergrößern, um hierfür einen Ausgleich zu schaffen.
3. Wenn Sie in den einzelnen divs unterschiedliche Werte für die Schriftgröße angegeben, anstatt die Schriftgröße im Design global zu ändern (z. B. wenn #sidebar1 die Schriftgröße 70% zugewiesen wird und #mainContent die Größe 85%), so wird die Gesamtgröße der einzelnen divs proportional geändert. Sie sollten anhand der endgültig gewählten Schriftgröße entsprechende Anpassungen vornehmen.
*/
.oneColElsCtrHdr #container {
	width: 910px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding-bottom: 0px;
	border: 10px solid #243481;
	behavior:url(border-radius.htc);
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	padding-top: 0px;
}
.oneColElsCtrHdr #header {
	height: 214px;
	width: 690px;
	float: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #243481;
	background-color: #9C0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #243481;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.oneColElsCtrHdr #mainContent {
	font-size: 14px;
	line-height: 130%;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	padding-top: 0px;
	height: auto;
	width: 870px;
	background-image: url(../img/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColElsCtrHdr #mainContent2 {
	font-size: 14px;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 650px;
	float: left;
	height: auto;
	background-image: url(../img/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColElsCtrHdr #footer {
	background-color: #9C0;
	border-width: 10px;
	border-style: solid;
	border-color: #243481;
	height: 35px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	behavior:url(border-radius.htc);
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
} 
.oneColElsCtrHdr #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. */
	font-size: 10px;
	text-align: center;
	color: #243481;
}
h1 {
	font-size: 24px;
	color: #243481;
	line-height: 130%;
	font-weight: lighter;
	letter-spacing: 1px;
}
h2 {
	font-size: 18px;
	color: #243481;
	margin-top: 30px;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #243481;
	line-height: 130%;
	padding-bottom: 5px;
	font-weight: lighter;
	letter-spacing: 1px;
}
h3 {
	font-size: 16px;
	color: #243481;
	margin-top: 20px;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #243481;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #243481;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
}
.mailkontakt {
	width: 400px;
	float: right;
	margin-top: 15px;
}
#clearer {
	clear: both;
	height: 1px;
	width: 880px;
	margin-bottom: 10px;
}
#clearer2 {
	clear: both;
	height: 1px;
	width: 150px;
	margin-bottom: 10px;
}
#clearer3 {
	clear: both;
	height: 1px;
	width: 660px;
	margin-bottom: 10px;
}
p {
	color: #000;
	font-size: 13px;
}
#mainContent2 li {
	font-size: 13px;
	color: #000;
	line-height: 185%;
	list-style-image: url(../img/roger.jpg);
	list-style-position: inherit;
}
#mainContent li {
	font-size: 13px;
	color: #000;
	line-height: 185%;
	list-style-image: url(../img/roger.jpg);
	list-style-position: inherit;
}
#column2 li {
	font-size: 13px;
	color: #000;
	line-height: 135%;
	list-style-position: outside;
	list-style-image: url(../img/roger.gif);
}
.mailform {
	font-size: 12px;	
}
img {
	float: left;
	height: auto;
	width: auto;
	margin-right: 30px;
	margin-left: -40px;
	margin-top: 5px;
	border: 1px solid #243481;
}
#menu {
	float: right;
	background-color: #243481;
	height: 214px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #243481;
	width: 220px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #243481;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	text-decoration: none;
	font-size: 90%;
	color: #9C0;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 24px;
	padding-left: 24px;
	background-color: #243481;
	background-position: left top;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 172px;
}

#menu .first a {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 100%;
	color: #FFF;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	background-color: #243481;
	background-position: left top;
	text-align: right;
	background-image: url(../img/bg_top_active4.jpg);
	width: 172px;
	height: 50px;
}
#menu .first a:hover {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 100%;
	color: #FFF;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	background-color: #243481;
	background-position: left top;
	text-align: right;
	background-image: url(../img/bg_top_active4.jpg);
}

#menu .active a {
	color: #243481;
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu a:hover {
	color: #FFF;
	background-color: #243481;
	background-image: url(../img/bg_top_active5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.breadcrumb{
	text-align: left;
	height: auto;
	margin-top: 10px;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.breadcrumb a:link,active,visited{
	color: #999;
	text-decoration: none;
}
.breadcrumb a:hover,active,visited{
	color: #9C0;
	text-decoration: none;
}
.img {
	height: 6px;
	width: 9px;
	float: left;
}
.img2 {
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: auto;
	margin-bottom: 15px;
}
.size-big {
	font-size: 12px;
	font-weight: bold;
}
#column2 {
	float: right;
	width: 195px;
	padding-right: 20px;
	position: relative;
	height: auto;
}
.imgrigt {
	text-decoration: none;
	height: 36px;
	width: 194px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arail, Geneva, sans-serif;
	text-align: center;
	padding-top: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #243481;
	margin-top: 15px;
}
.flagge {
	height: 6px;
	width: 9px;
}
.img_noborber {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
}
.img_noborber2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
	float: left;
	display: block;
	margin-top: 21px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:active {
	text-decoration: none;
	color: #243481;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #243481;
	font-weight: lighter;
}
a:visited {
	text-decoration: none;
	color: #243481;
	font-weight: lighter;
}
a:hover {
	color: #94C900;	
}
.img4 {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: auto;
	margin-bottom: auto;
}
.p,a:link,a:active,a:visited {
	font-weight: bold;	
}
.p,a:hover {
	font-weight: bold;	
}
h5.a:link,a:active,a:visited {
	font-weight: bold;
	color: #243481;
}
h5 a:hover {
	color: #9C0;	
}
#test1 {
	font-size: 10px;
	color: #666;
	overflow: visible;
	display: inline;
}
.img7 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
