*{
	margin: 0;
	padding: 0;
}

html{
	
}

body{
	
	font-family: 'OpenSansRegular', sans-serif;
	font-weight: normal;
	color: #153101;
	font-size: 14px;background: url(../images/bg_1.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

a{
	color: #5DBD3A;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#top {
    background: #93B658;
    color: #fff;
    padding: 10px;
	text-shadow: 2px 2px 2px #626262;
}

ul { list-style-type: none;}
li:before { content: "\2714" " "; color: 93B658; }

#container{
	width: 900px;
	margin: 100px auto;
	border: 1px solid #93B658;
	box-shadow: 4px 4px 4px #626262;
	background: #fff;
}

#inhalt{
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 10px;
}

#inhalt ul{
	margin-left: 30px;
	margin-top: 10px;	
	
}

#baum {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#baum img{
	float: right;
}



#leistungen{
	margin-top: 80px;
	
}

#footer{
	border-top: 1px solid #93B658;
	clear: both;	
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (min-width:300px) and (max-width:500px) {
  #container{
	  width:350px;
  }
  
  #inhalt{
	  width: 100%;
  }
}






