/*	-------------------------------------------------------------
	1. GLOBAL RESET
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
* {
	margin: 0;
	padding: 0;
	}
/*	-------------------------------------------------------------
	
	
	/*	-------------------------------------------------------------
	2. ALLGEMEINE ATTRIBUTE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
background-image:  url(../bilder/laub.jpg);
	background-attachment: fixed;
	background-color:#23b150;
	color: #00a53a;
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Grande", "Times New Roman", serif;
	font-size: 0.8em;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}

p {
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
}


h1{
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.5em;
	background-color:#00a72b;
	padding-left: 12px;
	color:#cfebcc;
}
strong { line-height: 2.5em;
}

/*	-------------------------------------------------------------
	2. STRUKTUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#container {

	/*background-color: #00a53a;*/
    width:820px;
	padding-left:20px;
    height:auto;
    margin:auto;
    text-align:left;
	background-image:url(../bilder/trans2.png);
}

#logo {
	margin-top: -175px;
	margin-left: -20px;
	width: 211px;
	height: 77px;
}	
#logo a {
	text-decoration: none;
}
#logo a:hover {
	text-decoration: none;
}

#navi {
	/*background-color: #00a53a;*/
	width: 800px;
	text-align: right;
	height: 38px;

}

#aux {padding-top:2px;
	margin-top: 20px;
    /*background-color: #00a53a;*/
	width: 800px;
	text-align: left;
	height: 18px;
	font-size: 0.9em;
	font-weight:bold;
	color:#fffef2;
}
#aux a {
    padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color:#fffef2;
}
#aux a:hover {
    color:#333;
}
#aux a.active {
    color:#333;
}

#footer {
	margin-top: 15px;
	padding-top: 8px;
    background-image:url(../bilder/holzleiste.jpg);
	width: 800px;
	text-align: left; 
	height: 26px;
	font-size: 0.9em;
}
#footer a {
    padding-left: 9px;
	text-decoration: none;
	color:#cfebcc;
}
#footer a:hover {
    color:#000;
}
#footer a.active {
    color:#000;
}

#head {
	width: 800px;
	min-height: 200px;
}
* html #head { /* Für IE */
	height: 200px;
}

#inhalt {
	width: 800px;
	text-align: left;
	height: 700;
}

#sidebar {
	background-image: url(/bilder/blume.jpg);
	background-repeat:no-repeat;
	float:left; 
	background-color:#fffef1;
	width: 230px;
	height: auto;
	text-align: left;
	margin-bottom: 20px;
	min-height: 280px;
}

#sidebar p {
	color:#000;
/*	font-weight:bold;*/

	margin-top:5px;
	margin-bottom:10px;
	padding-bottom: 5px;
	}
#sidebar a {
	text-decoration: none;
	color:#0066FF;
}
#sidebar a:hover {
    color:#111111;
}

#content {
    margin-left: 240px;
	padding-top: 18px;	
	padding-bottom: 15px;
	background-color:#cfebcc;
	width: 560px;
	height: auto;
	text-align: left;
	min-height: 588px;
	color:#000000;
	
}
#content a {
	text-decoration: none;
	color:#f26600;
	}
#content a:hover {
    color:#666;
}
.content_pics{
    margin-left: 15px;
	margin-bottom: 24px;
	margin-top: 24px;
	/*float: left;*/
}
.content_pics_right{
    margin-left: 15px;
    margin-right: 21px;	
	margin-bottom: 12px;
	margin-top: 12px;
	float: right;
	color: #f26600;
}


/*	-------------------------------------------------------------
	3. NAVIGATIONSMENÜ
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
       		  
#navbar {
	display: block;
	float: right;
	width: 566px;
	margin-top:10px;
}
#navbar a {    
	display: block;
	float: left;
	background-color: #cfebcc;
	margin-left:5px;
	padding-right: 4px;
	font-size: 14px;
	text-indent:4px;
	text-decoration: none;
	font-weight: bold;
	color:#000;
	letter-spacing:0.05em;
}
#navbar a:hover {
    color:#fffef2;
	background-color: #cfebcc;
	margin-left:5px;
	padding-right: 4px;
}
#navbar a.active {
    color:#000;
	background-color: #00a53a;
	margin-left: 5px;
	padding-right: 4px;
}

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