@charset "utf-8";

html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #666;
    }
#container  #header  #topmenu  {
	height: 136px;
	width: 960px;
}

#container  {
	width: 960px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #B7274B;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
#header  {
	height: 136px;
	width: 960px;
    } 

#sidebar1  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	background-color: #FFFFFF;
    }
#sidebar2  {
	background-image: url(images/_bg_sidebar2.jpg);
	background-repeat: no-repeat;
	height: 86px;
    }
#mainContent  {
	float: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	width: 770px;
	background-image: url(images/_bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
    } 
	
	#mainContent  p  {
	font-size: 75%;
	color: #666;
	text-align: left;
	line-height: 16px;
}
#mainContent td p {
	font-size: 100%;
	color: #666666;
	text-align: left;
	line-height: 16px;
}

#mainContent h1 {
	color: #002F5E;
	font-size: 110%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #002F5E;
	margin-top: 20px;
}
#mainContent h2 {
	color: #0B295B;
	font-size: 85%;
}
#mainContent h3 {
	color: #002F5E;
	font-size: 90%;
	margin-top: 5px;
}
#mainContent table h2 {
	font-size: 110%;
	margin-top: 0px;
	padding-top: 0px;
}

	
#footer  {
	background-color: #002F5E;
	height: 25px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
    } 
	#footer  a   {
	color: #999999;
	text-decoration: none;
}
    .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;
    }
#top {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	height: 25px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	float: right;
}
#bottom a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	margin-right: 20px;
}
li {
	font-size: 75%;
	color: #666666;
	text-align: left;
	line-height: 17px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/_liste_rot.gif);
}
table {
	font-size: 75%;
	color: #666666;
	text-align: left;
}
.box {
	width: 300px;
	border: 1px solid #B41140;
}
.button {
	border: 1px solid #B41140;
	background-color: #FFFFFF;
}
blockquote {
	width: 250px;
	height: 100px;
	padding-left: 20px;
	border: 3px solid #002F5E;
}
.klein {
	font-size: 75%;
}
.außenrahmen {
	border: 1px solid #B41140;
}
.re4 {
	margin-left: 400px;
}
.re3 {
	margin-left: 300px;
}
.re2 {
	margin-left: 200px;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B41140;
}

