@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
    font-family: "Segoe Print";
	font-size: 15px; 
	color: #003300;
	background-color:#eff1f2;
    background-image: url( ../images/background.jpg );
    background-position: left top;
    background-position: repeat;

    overflow-x:        auto;
    overflow-y:        scroll;
	
}
h1 {
	font-size: 50px;
	color: #003300;
	font-weight: normal;
	padding:0px;
}
h2 {
	font-size: 30px;
	color: #931e65;
	font-weight: normal;
	margin:0px 0 0 -20px;
	padding:0px;
	line-height:46px;
	padding:20px;
	background-image: url(../images/infoback.png);
	
}
h3 {
	font-size: 24px;
	color: #003300;
	font-weight: normal;
	line-height:38px;
}
h4 {
	font-size: 20px;
	
	color: #003300;
	font-weight: normal;
}
td {
	vertical-align:top;
	line-height:20px;
	font-size: 13px; 
	
}
table p {
	margin:0;
	padding:0;
		
}

a:link {
	color: #931e65;
	text-decoration: none;
	outline:none;
	font-weight:bold;
}
a:visited {
	color: #931e65;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #931e65;
	text-decoration: none;
}
object {
	margin-left: 10px;
}
img {
	outline: none;
	border:0;
}
/* Shadow */
.shadow {
	-moz-box-shadow: 1px 2px 5px #000;
 	 -webkit-box-shadow: 1px 2px 5px #000;
 	 box-shadow: 1px 2px 5px #000;
   	 behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */;
}
/* Shadow */
#content-wrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
}

#header {
	position:relative;
	width:900px;
	height:166px;
	background-image: url(../images/logoback.jpg);
		
}
#logo {
	position:absolute;
	left:387px;
	top:20px;
	width:169px;
	height:200px;
	background-image: url(../images/logo.png);
	z-index:1;
}
#flower1 {
    height: 144px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 189px;
    z-index: 4;	
	background-image: url(../images/liontooth.png);
}
#flower2 {
	height: 184px;
	position: absolute;
	left: 1px;
	bottom: -36px;
	width: 263px;
	z-index: 4;
	background-image: url(../images/pflanze-links.png);
	background-repeat: no-repeat;
}
#flower3 {
	height: 110px;
	position: relative;
	left: 759px;
	bottom: -257px;
	width: 161px;
	z-index: 4;
	background-image: url(../images/blume-unten.png);
	background-repeat: no-repeat;
}
#main-content {
	position:relative;
	width:900px;
	/*min-height:300px;*/
	background-image: url(../images/main-content-back.jpg);
}
#nav {
	position:absolute;
	width:180px;
	left:0;
	top:20px;
	/*height: 800px;*/
	/*background-image: url(../images/navback.png);*/
	background-repeat:no-repeat;
	background-position:-100px 0;
	z-index:8;
}
#inhalt {
	position:relative;
	margin-left:191px;
	padding:50px 30px 30px 20px;
	width:70%;
	text-align: left;
	line-height:24px;
	min-height:540px;
}
#inhalt li {
	margin:0 0 10px 0;
}
.infobox {
	padding:20px;
	background-image: url(../images/infoback.png);
	margin:0px 0 0 -20px;
}
#inhalt img {
	margin: 10px 20px 2px 0;
	-moz-box-shadow: 1px 2px 5px #000;
 	 -webkit-box-shadow: 1px 2px 5px #000;
 	 box-shadow: 1px 2px 5px #000;
   	 behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */;

	
}

/*======================================================================================================
   Menu
======================================================================================================*/
.menu{
	border: 0 none;
  	margin: 0 auto;
    padding: 0;
    text-transform: none;
   
	}
.menu ul{
	height:35px;
	list-style:none;
	padding:0;
	/*background-color: #B05671;*/
}
.menu li{
	
    padding: 0;

}
.menu li a{
	line-height:20px;
	font-size:12px;
	background-image: url(../images/menuarrow.png);
    background-repeat: no-repeat;
    background-position: -216px 0;
    display: block;
    height: 24px;
    margin-top: 5px;
    padding: 11px;
    text-decoration: none;
	color:#D8835C;
font-weight:normal;
}
.menu li a:hover, .menu a.menu-current, .menu ul li:hover a{
	font-size:14px;
	text-decoration:none;
	color:#fff;
	background-image: url(../images/menuarrow.png);
    background-position: -190px 0;
    background-repeat: no-repeat;
	margin-left:0;
	text-indent:0;
}
.menu li ul{
	background-image: url();
	
	display:none;
	height:auto;
	padding:10px 0 10px 0;
	margin: -50px 0 0 175px;
	
	position:absolute;
	width:150px;
	z-index:200;
	opacity:0.96;
}
.menu li:hover ul{
	display:block;		
}
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:150px;
}
.menu li:hover li a{
	background:none;	
}
.menu li ul a{
	background-image: url(../images/menuarrow2.png) !important;
	background-repeat: no-repeat !important;
	display:block;
	height:40px;
	font-size:12px !important;
	font-style:normal;
	margin:0px;
	padding:10px 15px 0px 20px !important;
	text-align:left;
	color:#D8835C !important;
}
.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#FFF !important;
	text-decoration:none;
}
.menu p{
	clear:left;
}
/*======================================================================================================
  Menu - Ende
======================================================================================================*/



/*======================================================================================================
  Accordion Style
======================================================================================================*/
#wrapper {
	width: 343px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 328px;
	float: left;
	background: #D4D4D4;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	height: 30px;
	padding-top: 17px;
	padding-left: 15px;
	}
	
.accordionContent {	
	width: 328px;
	float: left;
	background: #F2F2F0;
	display: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	}
/*======================================================================================================
 End  Accordion Style
======================================================================================================*/
.clearing {
	clear:both;
	}
iframe {
	z-index:999;
}
ul.workshops li {
	margin:0;
	padding-left:35px;
	margin-bottom:20px;
	list-style:none;
	background-image: url(http://kraeuternetz.de/templates/Kraeuternetz-Default/images/il-back.png);
	background-repeat:no-repeat;
	background-position:0px 7px;	
}
/*======================================================================================================
  sitemap
======================================================================================================*/
#sitemap {
	height: 120px;
	position: relative;
	background-color: #941f66;
	padding:25px 0px 20px 80px;
	color:#D8835C;
	font-size:9px;
}
#sitemap ul {
	margin:0;
	padding:0;
}
#sitemap ul li {
	list-style:none;
}
#sitemap ul li a {
	color:#D8835C;
}
#sitemap ul li a:hover {
	color:#fff;
}

#footer-bottom {
	height: 30px;
	font-size:12px;
	position: relative;
	background-color: #d8835c;
	padding:20px 100px 20px 87px;
	color:#fff;
}
#col1 {
	float:left;
	padding:5px;
	position:relative;
	width:90px;
}
#col2 {
	float:left;
	padding:5px;
		position:relative;
	width:110px;

}
#col3 {
	float:left;
	padding:5px;
		position:relative;
	width:90px;

}
#col4 {
	float:left;
	padding:5px;
		position:relative;
	width:110px;

}
#col5 {
	float:left;
	padding:5px;
		position:relative;
	width:80px;

}
#col6 {
	float:left;
	padding:5px;
		position:relative;
	width:140px;

}
#col7 {
	float:left;
	padding:5px;
		position:relative;
	width:100px;

}
.abstand {
	margin-bottom:6px;
}
/*======================================================================================================
  End sitemap
======================================================================================================*/
