@charset "utf-8";

html {height:100%;}

html * {margin:0px;
padding:0px;
}

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: #000000;
	width: 100%;
	text-align: center;
	background-color:#C2D08D;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
}


#container {
	/* background-image: url(../images-p2/menu/black_body_bg.gif); */
	min-height:100%;
	height:auto !important;
	position:relative;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	width: 990px;
	overflow:visible;
}







.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;
}



/* Definition des Header Tag */

#header {
	height:230px;
	overflow:visible;
	left: 0px;/* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
    }

#header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}

#header   a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration: none;
	padding-left: 840px;
}

#header  a:hover {
	text-decoration: underline;
}
/* Definition der navleiste */

#navleiste {
	text-align:center;
	padding: 0 auto;
	width: 990px;
	height: 37px;
}

/* Definition des maincontent */

#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 78%;
	line-height:130%;
	height: auto;
	padding-top: 10px;
	padding: 0 10px 10px;
	zoom: 1;
}

#mainContent h1 {
	font-size: 200%;
	font-weight: normal;
	line-height:normal;
	margin-top:8px;
	padding-left: 30px;
	color: #333333;
}
#mainContent h2 {
	font-size: 110%;
	font-weight: bold;
	line-height:190%;
	padding-left: 10px;
}
#mainContent h3 {
	font-size: 100%;
	font-weight: bold;line-height:normal;
	margin:0;
	padding:0;
	margin-top:5px;
	padding-left: 10px;
}

#mainContent p {
	text-align: justify;
	margin: 5px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}



#mainContent li {
	font-size: 100%;
	text-align: justify;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
}
#mainContent a:hover {
	color:#000000;
	text-decoration: underline;
	background-image:none;
}
#mainContent a, a:visited, a:focus {
	color:#000033;
	text-decoration: none;
	background-image:none;
}


#main_left {
	position: relative;
	left: -20px;
	width: 400px;
	float: left;
}

#main_left p {
	text-align: justify;
}

#main_right {
	position: relative;
	width: 300px;
}

/* Definition der Sidebar */
#sidebar1 {
	width: 168px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 5px 0px 0px 0px;
	float: left;
	height: auto;
	padding-bottom: 70px;
}

#sidebar1 h6 {
	font-size: 70%;
	font-weight: normal;
	text-indent: 10px;
}

#sidebar1 h6 a:hover {
	text-decoration: underline;
}

#sidebar1 img {
	margin-left: 7px;
	margin-bottom: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}




/* BOX inhalt für den Maincontent */

#boxoben {height:15px;
background-image:url(../images-p2/project2/box_oben.jpg);
background-repeat:no-repeat;
background-position:center top;
}

#boxmitte{
	padding: 25px 8px 15px 8px;
	background-image:url(../images-p2/project2/box_mitte.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	overflow:visible;
}

#boxunten{height: 20px;
background-image:url(../images-p2/project2/box_unten.jpg);
background-repeat:no-repeat;
background-position:center bottom;
margin-bottom:80px;
}


/* Definition des Footer */
#footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	bottom: 0px;
	width:990px;
	margin-top:1px;
	padding-top: 10px;
}

#footer p, #footer a {
	font-size: 10px;
	text-align: center;
	color:#333333;
	margin-top:0px;
	margin-left:15px;
	top:0px;
}
#footer a   {
	text-decoration: none;
	margin-left: 0px;
}
#footer a:hover   {
	color:#111111;
	text-decoration: underline;
	
}

#footer a:visited, #footer a:focus   {
	text-decoration: none;
}

