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




*{
margin: 0px; 
padding: 0px;
text-decoration: none;
}


img {
text-decoration: none; 
border: none;
}


::selection { background: #aabf3c; color: #fff;}
::-moz-selection { background: #aabf3c; color: #fff;}



html {
height: 101%;
background: url(../img/deco_picture.png) no-repeat; 
background-attachment: fixed;
background-position: bottom;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}


p {
font-size: 13px;
color: #505050; /*dunkelgrau*/
} 


a {
text-decoration: none;
font-size: 13px;
color: #505050; /*dunkelgrau*/
}

	a:hover {
	text-decoration: none;
	color: #7ca148; /*dunkelgrün*/
	}


h1 {font-size: 16px; text-transform: uppercase; font-weight:normal; margin-bottom: 5px; color: #505050; /*dunkelgrau*/}
h2 {font-size: 16px; text-transform: uppercase; font-weight:normal; margin-bottom: 5px; color: #505050; margin-top: 40px;} /* Impressum*/
h3 {font-size: 14px; text-transform: uppercase; font-weight: normal; margin-top: 20px; color: #505050; margin-bottom: 3px;}/* Impressum*/




body {
font-family:Verdana, Geneva, sans-serif;
padding-bottom: 30px;
}



#wrapper {
width: 900px;
height: auto;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;

}



#header {
width: 900px;
height: 200px;
margin-top: 10px;
background-color: #FFF;
}
	#header img {
	margin-top: 25px;
	margin-left: 120px;
	float: left;}



#background_pic {
	background: url(../img/content_background.png) no-repeat; 
	width: 900px;
	height: 635px;
	margin-top: 11px;
	margin-bottom: 11px;
	}



#navi {
width: 230px;
height: 200px;
padding-top: 30px;
padding-left: 30px;
float: left;
												/*  border: 1px solid #33F;  */
}
	#navi a {
	width: 280px;
	line-height: 2.6em;
	display: block;
	color: #505050;
	text-transform:uppercase;
	font-size: 14px;
	}
	#navi a:hover {color: #aabf3c; font-size: 15px;} 	/*dunkelgrün  font-size: 15px;*/
	.activelink {color:#7ca148; font-size: 15px;}


		
	#kontakt {
	width: 240px;
	height: auto;
	margin-top: 280px;
	margin-left: 30px;
	float: left;
	}
		#kontakt p,
		#kontakt a {
		text-transform:none;
		font-size: 12px;
		}
		
		#kontakt img {width: 150px;margin-bottom: 10px;}
		
		

#content {
width: 490px;
height: 550px;
margin-right: 30px;
margin-top: 35px;
float: right;	
text-align: left;
word-spacing: 0.3px;
line-height: 1.3em;
overflow:auto;
													 /* 	border: 1px solid #33F;  */				
}
	#content li {
	list-style: none;
	font-size: 13px;
	color: #505050; /*dunkelgrau*/
	}
	


#content_impressum {
width: 460px;
height: 550px;
margin-right: 30px;
margin-top: 45px;
margin-left: 70px;
float: right;	
text-align: left;
word-spacing: 0.3px;
overflow: scroll;
overflow: auto;
padding-right: 25px;
padding-bottom: 10px;
line-height: 1.2em;

}
	#impressum p {
	font-size: 12px;
	}



#footer {
width: 850px;
height: 25px;
clear: both;
background-color: #FFF;
text-transform: uppercase;
text-align: right;
padding-top: 10px;
padding-right: 50px;
margin-left: auto;
marign-right: auto;
}




	
.dot {	/*Listenpunkt*/
margin-right: 10px;
}
.dot_abstand {margin-left: 20px;}

.dot_top {margin-top: 7px;}





#portrait {
width: 210px;
float: right;
line-height: 1em;
margin-bottom: 15px;	
margin-left: 15px;
}
	#portrait img {
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 5px;
	}
	
	h4 {
	font-size: 11px; 
	text-transform: uppercase;  
	font-weight:normal; 
	text-align: center;
	color: #505050; /*dunkelgrau*/
	}
	h5 {
	font-size: 10px; 
	font-weight:normal;
	 text-align: center;
	 color: #505050; /*dunkelgrau*/
	 }
	
	
	


/* Formular */

p, pre { 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input {
margin-bottom: 5px;   
margin-right: 5px; 
margin-top: 2px; 
height: 17px;
}


.textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
resize: none; 
}

.button_send {
 min-width: 180px;
 margin-left: 60px;
}
	
	
	
	
/****************************


/*
Colors:


Background grün:	#aabf3c
Gelb:				#f9e755
dunkelgrün			#7ca148


Schrift grau		#505050

*/