@charset "utf-8";
body,p,td  {
	margin: 0;
	padding: 0;
	outline: none;
	background: #FFFFF4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
    }
a {color: #FF3300; text-decoration: none;}
a:hover {text-decoration: underline;}
a.headlink {font-size: 14px; font-weight: bold; }
a.subnavi {font-size: 10px; color: #666666; line-height: 32px;}
.subtext {font-size: 10px;}
.sitemaprot {font-size: 10px;}
a.subnavi:hover {text-decoration: underline}
h1 {font-size: 18px; font-weight: bold; color: #666666}
h2 {font-size: 16px; font-weight: bold; color: #666666}
h3 {font-size: 14px; font-weight: bold; color: #666666}
h4 {font-size: 12px; font-weight: bold; color: #000000}
.main #container { width: 780px; background: #fffff4; margin: 0 auto; text-align: left; padding-top: 25px;}
.main #sidebar1 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 200px; /* Die tatsächliche Breite dieses div umfasst außer der Breite auch die Auffüllung und den Rahmen. */
    	background: #fffff4; 
    	padding: 15px 10px;
}.main #textinhalt {
    	width: 470px; /* Begrenzung des Inhaltsbereichs */
}
.main #mainContent {
	margin: 0 250px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	border-right: dotted 1px #666666;
} 
*html b\ody .main #mainContent {/* ie */ border-right: dotted 1px #999999;} /* ???? */
.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;
}
.tab {
	padding: 6px;
	border-bottom: dotted 1px #666666;
	float: left;
	width: 457px;
}
.tabelle {
	padding: 6px;
	border-bottom: dotted 1px #666666;
	float: left;
	width: 457px;
}
*html b\ody .tabelle {/* ie */ border-bottom: dotted 1px #999999;}
.infobox {
	border: dotted 1px #666666;
	padding: 6px;
}
*html b\ody .infobox {/* ie */ border: dotted 1px #999999;}
.inputbox {
	border: dotted 1px #666666;
	padding: 6px;
	width: 200px;
}
*html b\ody .inputbox {/* ie */ border: dotted 1px #999999;}

img {border:none;}
/*
.main #sidebar1 { padding-top: 30px; }
.main #mainContent { zoom: 1; }
*/



