/* CSS Document */

    body  {
	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;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
    }
	p {
	margin:0;
	}
    #container {
    } 
     #header {
	background: #FFFFFF;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    } 
   #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. */
    }
	#logo {
	position: relative;
	left: 10px;
	top: 15px;
	width: 120px;
	}
    #links {
	float: left; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	visibility: hidden;
	position: absolute;
    }
	#links a {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	display: block;
	color: #999999;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
    }
	#links a:active {
	color: #c30080;
    }
	#links a:hover {
	color: #00a4e8;
    }
	.thema{
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	display: block;
	color: #00a4e8;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-style: italic;
	letter-spacing: 1px;
    }
	#n1 {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 30px;
	visibility: hidden;
	position: absolute;
    } 
	#n1 a {
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
	padding-right: 30px;
    }
	#n1 a:hover {
	color: #00a4e8;
    } 
    #rechts {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #FFFFFF; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;
	font-size: 9pt;
	line-height: 14pt;
    }
    #inhalt {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 18pt;
	position: relative;
    }
	#inhalt p {
	margin: 0px;
	}
	a {
	color: #c30080;
	text-decoration: none;
	background-color: #FFFFFF;
	letter-spacing: 0.03em;
	}
	a:active {
	color: #c30080;
	text-decoration: none;
	}
	a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	 
     #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
	margin-top: 20px;
	letter-spacing: 1px;
	font-size: 9pt;
    } 
    .main #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;
    }
     
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #BBBBBB;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 25pt;
	font-weight: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BBBBBB;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BBBBBB;
	line-height: 22px;
	margin: 0px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #00a4e8;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a4e8;
	font-weight: normal;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CCCCCC;
	font-weight: bold;
}
#search{
	position: absolute;
	top: 5px;
	right: 5px;
}
.submitsearch {
	background-color: #ffffff;
	color: #FFFFFF;
	padding: 2px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 21px;
	background-image: url(../00_images/lupe.gif);
	background-repeat: no-repeat;
	width: 21px;
	background-position: 2px 2px;
	border: 0px none #FFFFFF;
}
.inputsearch {
	color: #000000;
	background-color: #ffffff;
	border:1px dotted #000000;
	padding: 2px;
	width: 150px;
	height: 15px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.input {
	color: #000000;
	background-color: #ffffff;
	border:1px dotted #000000;
	padding: 5px;
	width: 90%;
	height: 13px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.zitat {
	width: 200px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00a4e8;
	border-bottom-color: #00a4e8;
	color: #00a4e8;
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.boldblau {
	color: #00a4e8;
	background-color: #FFFFFF;
	font-weight: bold;
}
#galerie {
	position: absolute;
	visibility: hidden;
}
#galerie a {
	font-size: 10px;
	color: #00A4E8;
	background-color: #FFFFFF;
	border: 1px solid #00A4E8;
	padding: 2px;
	margin-right: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#galerie a:hover {
	color: #c30080;
	border: 1px solid #c30080;
}

