@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
    }
.containerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 35px;
	padding-right: 250px;
	height: auto;
	line-height: 18px;
}

    .twoColFixRtHdr #container {
	width: 960px;  
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	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;
	height: auto;
    } 
    .twoColFixRtHdr #header {
	background: #DDDDDD;  
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 135px;
	width: 960px;
    } 
    .twoColFixRtHdr #header h1 {
    	margin: 0;
    	padding: 10px 0; 
    }
    .twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	background-color: #EEEEEE;
    }
    .twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
    } 
    .twoColFixRtHdr #footer { 
    	padding: 0 10px 0 20px; 
    	background:#DDDDDD; 
    } 
    .twoColFixRtHdr #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .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;
	width: 320px;
	background-color: #FFFF99;
    }


.umgebungsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	line-height: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.titel {
	font-weight: bold;
	padding-left: 35px;
	padding-top: 60px;
	padding-right: 220px;
	padding-bottom: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 12px;
}
.ungListe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 18px;
	padding-right: 120px;
	list-style-image: url(../images/eigene/blkt.gif);
	padding-left: 120px;
}
.zweiSpaltenLinks {
	width: 50%;
	height: auto;
	float:left;
	line-height: 18px;

}



.zweiSpaltenRechts {
	width: 50%;
	height: auto;
	float:right;
	line-height: 18px;
	
}
.AbsatzTitel {
	font-weight: bold;
	font-size: 1em;
}
.aufzaehlung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 22px;
}
.bildbox_rechts {
	width: 420px;
	float: right;
}
bildbox300 {
	background-color: #66FFCC;
	width: 300px;
}

