                                                                                    /* Global styles
???????????????????????????????????????????????????????????????????*/
:focus{
	outline:none;
}
hr{
	border:1px solid #8eb93e;	
}
table{

	border-collapse:collapse;
	border-spacing:0;
}
a{
 display: inline-block;
    position: relative;
    transition: all 0.4s ease 0s;
	color:#8eb93e;
	text-decoration:none;
	}
.content a:after {
 background: none repeat scroll 0 0 #8eb93e;
    bottom: 0;
    content: "";
    height: 1px;	
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 0;

}
	
.content a:hover:after {
    width: 100%;
}
p{
	/*margin-bottom:10px;*/
}
ul,ol{

}
.content ul{margin:10px 0 10px 20px;}
/* CMS styles
???????????????????????????????????????????????????????????????????*/
body.mceContentBody{
	background:#fff;
	color:#434242;
	margin:0;
	padding:0;
}
body.mceContentBody p{
margin-bottom: 10px;}
.titel1{
		color:#8eb93e;
	
}
.titel2{
		color:#8eb93e;
		
}
.titel3{
		color:#000;

}
        
        
        
        
        
        
        