@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	color: #666;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #logoSection 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. */
	text-align: left;
}

.oneColFixCtrHdr #logoSection h1 a img{	
	border:none;
}

.oneColFixCtrHdr #logoSection table tr td{
	vertical-align:bottom;
}

.oneColFixCtrHdr #menu 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. */
	color: #666;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	color: #666;
	text-align: left;
}

.oneColFixCtrHdr #detailContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	color: #666;
	text-align: left;
}

.oneColFixCtrHdr #detailContent table tr td table {
	font-size: 80%;
}

.topSection {
	background:url(../images/PIKTOS/Pikto-Hintergrund.jpg) no-repeat center center #1f1f1f;
	text-align:center;
	border:1px solid #363b42;
}

.topSection #center {
	width: 780px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.topSection #center table tr td img{
	margin-bottom:8px;
}


/* Menuelemente */

/* Navigation im Kopf*/
#topMenu {
	
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	font-size: 60%;
	 }

#topMenu li {
	float: right;
	display: block;
	padding: 8px 15px;
	
	}
#topMenu li a {
	text-decoration: none;
	color: #999;
	}
#topMenu li a:hover {
	color: #63AD18;
	 }
	 
/* Haupt Navigation */
#hauptMenu {
	width: 100%;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}

#hauptMenu li {
	float: right; 
}

#hauptMenu li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
	border-left: 1px solid #ccc;
}

#hauptMenu li a:hover {
	color: #63AD18;
}

/* Zweites Navigationslevel (nav5)*/
#unterMenu{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	font-size: 70%;
	 }

#unterMenu li {
	float: left;
	border-left: 1px solid #ccc; 
	display: block;
	padding: 8px 15px;
	
	}
#unterMenu li a {
	text-decoration: none;
	color: #666;
	}
#unterMenu li a:hover {
	color: #63AD18;
	 }

/* Bildelemente */
	
/* Navigation über Bildern (nav2)*/
#bildMenu {
	width: 210px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
}

#bildMenu li {
	float: left; 
}

#bildMenu li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #666; 
	border-left: 1px solid #ccc; 
}
	
#bildMenu li a:hover {
	color: #63AD18;
	 }

/* Navigation in Bildern (nav6) */
#bildLink a img {
	border:none;
	text-decoration: none;
}

/* Text Eleemnte  */
	
.textWichtig {
	color: #63AD18;
}

/* Navigation im Text  (nav4) */
#textLink{text-decoration: none;
	color: #63AD18;
}

.textHauptinhalt {
	font-size: 80%;
	line-height: normal;
	padding: 5px;
	float: left;
}

.textHauptthese {
	font-size: 90%;
}

