@charset "utf-8";

html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

body  {
	color: #333333;
	background-color: #C8C8C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
    }

#logo {
	float: left;
	width: 194px;
	height: 180px;
}

#top {
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
}

#wrapper {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	z-index: 1;
	background-image: url(images/_bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container  {
	width: 850px;
	background-color: #FFFFFF;
	background-image: url(images/_bg_wrapper-schatten.jpg);
	background-repeat: repeat-y;
	background-position: right;
    } 
#header  {
	height: 180px;
    } 
#schatten {
	background-image: url(images/_bg_mainContent.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 163px;
	float: right;
	z-index: 9;
	height: 138px;
}

#navi  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 194px;
	margin-bottom: 10px;
    }
#mainContent  {
	margin-bottom: 10px;
	float: right;
	width: 646px;
	z-index: 1;
    } 
#footer  {
	height: 30px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
    } 
    .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;
    }
#container #picture {
	float: left;
	height: 191px;
	width: 194px;
	bottom: 0px;
}

