@charset "utf-8";
* {
margin: 0;
padding: 0;
}

body {
	margin: 0;
	text-align: center;
	color: #000000;
	background-image: url(../rahmen/verlauf.png);
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: repeat-x;
    }
	
    .twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
    } 
    .twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../rahmen/logo.png);
	height: 155px;
	padding: 0;
	background-repeat: no-repeat;
    } 
    .twoColFixLtHdr #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. */
	text-decoration: none;
    }
#navigation {
	float: none; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 100%;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	margin-left: 18px;
    }
#navigation a {
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
	color: #005091;
}
#navigation a:hover {
	color: #f6a801;
}
#navigation li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	padding: 5px;
	margin: 0px;
}
#navigation ul {
	display: inline;
	list-style-position: inside;
	font-size: 12px;
	line-height: 18px;
}

    .twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom-style: none;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
    } 



.fltrt { 
    	float: right;
    	margin-left: 8px;
    }
.fltlft { 
    	float: left;
    	margin-right: 8px;
    }
	
	
#footer {
	text-align: right;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	background-image: url(../rahmen/back-flaeche.png);
	background-repeat: repeat;
    } 
#footer a {
	color: #005091;
	text-decoration: none;
	padding: 10px;
	text-align: left;
}
#footer a:hover {
	color: #f6a801;
}
#footer li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	padding: 5px;
	margin: 0px;
}
#footer ul {
	display: inline;
	list-style-position: inside;
	font-size: 12px;
	line-height: 18px;
}


#mainContent p {
	font-size: 90%;
	color: #000000;
	line-height: 150%;
}
#mainContent h1 {
	font-size: 22px;
	font-weight: bold;
	color: #005091;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
#mainContent a {
	font-weight: bold;
	color: #E95D0F;
	text-decoration: none;
}
#mainContent li {
	font-size: 90%;
	list-style-position: outside;
	display: block;
	list-style-image: url(../rahmen/navi-punkt_weiss.png);
	margin-left: 20px;
}

#mainContent a:hover {
	color: #f6a801;
}

    .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;
    }
