/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/*background: #E2EddF url(bg2.gif);*/ /* Optional */
	background: #C2D6BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #3F7D27;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #6A4322; }
a:hover { color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: url(/media/Hintergrund750.gif) repeat-y;
	/*background: #E2EDDF;*/
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	/*background: #49515C url(header_right.gif) no-repeat 100% 0;*/
	/*background: #3F7D27;*/
	/*background: url(sonnenblumen.jpg) no-repeat 100% 0;*/
	border-bottom: 4px solid #E2EddF;
	border-top: 5px solid #E2EddF;
	/*padding: 28px 30px;*/
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	/*background: #858F9E;*/
	background: #3F7D27;
	border-bottom: 4px solid #E2EddF;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	/*background-color: #858F9E;*/
	background-color: #3F7D27;
	border-right: 4px solid #E2EddF; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	/*height: 100%;*/
	/*position: relative;*/
	line-height: 20px;
	word-spacing: 2px;
	/*background: green;*/
	background-color: #C2D6BA;
	/*background-image: url(/media/logos.jpg);*/
	/*background-repeat: repeat-x;*/
	/*min-height: 600px;*/
/*position:absolute; */
	/*padding: 1px 0 10px 0;*/
bottom:0px
}	

/*#sidebar div { background: #green url(/media/logos.jpg) repeat-x; }	*/	

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h1,h2,h3, #content h1,h2,h3 { 
	font-size: 1.1em; 
	color: #6A4322; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div { 
	padding: 1px 0 10px 0;  
	/*border-top: 1px solid #ddd; */
    padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	/*text-align: justify;*/ 
	word-spacing: 2px;	
	}	
/*#content div { background: #E2EddF url(para_bg.jpg) repeat-x; }	*/
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	/*background: #49515C url(header_right.gif) no-repeat 100% 0;*/
	background: #3F7D27;
	border-bottom: 5px solid #E2EddF;
	border-top: 5px solid #E2EddF;
	text-align: center;	
	color: #E2EddF;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #E2EddF; color: #E2EddF; }
