@charset "utf-8";
html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

* { outline:none; }

body  {
	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: #FFFFFF;
	background-image: url(images/_bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-position: left top;
    }
#top {
	height: 87px;
	background-image: url(images/_bg_topnavi.jpg);
	background-repeat: no-repeat;
	display:none;
}
#top #navigation {
	font-size: 1.1em;
	color: #333;
	margin-top: 0px;
	padding-top: 32px;
	margin-left: 0px;
	padding-left: 245px;
	height: 40px;
	display:none;
}




#container  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
    } 
#header  {
	height: 201px;
	background-image: url(images/_header.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: left top;
	width: 960px;
	display:none;
    } 
#banner {
	float: right;
	height: 124px;
	width: 720px;
}
#logo {
	float: left;
	height: 124px;
	width: 240px;
}
#drucklogo {
	width: 200px;
	margin-left: 30px;
}
#menuwrapper {
	padding-top: 205px;
	width: 480px;
}
#navi  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 232px;
	text-align: right;
	padding-right: 10px;
	display:none;
    }
#sidebar_right {
	width: 235px;
	float: left;
	display:none;
}

#mainContent  {
	width: 950px;
	float: right;
	background-position: left;
	margin: 0px;
	padding: 0px;
    } 


#flashgalerie {
	height: 470px;
	width: 685px;
	margin-left: 15px;
}


#footer  {
	height: 30px;
	width: 950px;
	text-align: right;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	display: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;
    }
.blau {
	color: #0001FE;
	font-weight: bold;
}
.rot {
	font-weight: bold;
	color: #FE0000;
}

.orange {
	color: #FF9A00;
	font-weight: bold;
}

