@charset "UTF-8";
/* CSS Document */

#body {
	
	margin-top:-10px;
	overflow-x: hidden;
	overflow-y:hidden;
	background-image: url(bilder/pflanze.jpg);
	background-repeat:repeat-x;
	min-height:690px;
	max-height:100%;
	width:100%; 
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	z-index:0;	
}



#mainbox {

	position:relative;
	top:0px;
	background-color:#FFF;
	background-image:url(bilder/bg_2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:0;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	height:599px;
	width:800px;
	
}

#mainbox2 {

	position:relative;
	top:0px;
	background-color:#FFF;
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:0;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	height:599px;
	width:800px;
	
}

#linie1 {
	
	position:relative;
	border:none;
	border-top: 1px solid #999;
	background-color:#FFFFFF;
	height:auto;
	margin:0px 30px auto 30px;
	top:62px;
	z-index:200;
	width:740px;
	
}


#linie2 {
	
	position:relative;
	border:none;
	border-top: 1px solid #999;
	background-color:#FFFFFF;
	height:auto;
	margin:140px 30px auto 270px;
	z-index:1;
	width: auto;
	padding-top:7px;
	
	
}

#linie3 {
	
	position:relative;
	border:none;
	border-top: 1px solid #999;
	background-color:#FFFFFF;
	height:auto;
	margin:7px 30px auto 270px;
	z-index:1;
	width: auto;
	
	
}

#clear {
	
	position:relative;
	border:none;
	background-color:#FFFFFF;
	height:auto;
	margin:0px 90px auto 90px;
	z-index:10;
	width:10px;
	clear:left;
	
}
	
#zitat {
	
	position:relative;
	border:none;
	border-top: 1px solid #999;
	background-color:#FFFFFF;
	height:auto;
	margin:30px 90px auto 90px;
	z-index:10;
	width:140px;
	float:left;
}



#logo {
	
	position:relative;
	width:238px;
	margin-left:0px;
	margin-top:-115px;
	height:auto;
	float:left;
	z-index:10;
	background-color:#fff;
	border:none; 

}

#content1 {
	
	position:relative;
	width:500px;
	margin-top:30px;
	margin-left:-50px;
	float:left;
	height:auto; 
	z-index:4;

}


#content2 {
	
	position:relative;
	width:500px;
	margin-top:30px;
	margin-left:-50px;
	float:left;
	height:auto; 
	z-index:4;
	border:1px solid #999;
	

}


#linieunten {
	
	position:relative;
	border:none;
	border-top:1px solid #999;
	background-color:#FFFFFF;
	height:auto;
	margin:395px 30px 0px 30px;
	vertical-align:baseline;
	padding-top:5px;
	z-index:200;
	width:740px;
	text-align:right;
	
}


/*** SCHRIFTEN ***/

.headline {

	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size:14px;
	color:#76b01d;
	font-weight:bold; 

}

.text {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:regular; 
	font-size:12px;
	color: #000;
	text-decoration:none;
	text-align: left;
}

.list {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:regular; 
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: left;
	line-height:175%;
}


.zitat {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:regular; 
	font-size:12px;
	color: #76b01d;
	text-decoration:none;
	text-align: left;
	font-style:italic;
}

.links {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:lighter; 
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: left;
	border:none;
	text-decoration:none;
}

.links_akt {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:regular; 
	font-size:12px;
	color:#76b01d;
	text-decoration:none;
	text-align: left;
	border:none;
	text-decoration:none;
}


.impressum {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:lighter; 
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: right;
	border:none;
	text-decoration:none;
}

.impressum_akt {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:regular; 
	font-size:12px;
	color:#76b01d;
	text-decoration:none;
	text-align: right;
	border:none;
	text-decoration:none;
}

a:link {
	
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:lighter; 
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: right;
	border:none;
	text-decoration:none;
}

a:hover {
	font-family: Frutiger, Helvetica, Arial, Sans Serif;
	font-weight:regular; 
	font-size:12px;
	color:#76b01d;
	text-decoration:none;
	text-align: left;
	border:none;
	text-decoration:none;
}

