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

	border-collapse:collapse;
	border-spacing:0;
}
a{
 display: inline-block;
    position: relative;
    transition: all 0.4s ease 0s;
	color:#cf181f;
	text-decoration:none;
	}
#content a:after {
 background: none repeat scroll 0 0 #cf181f;
    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:#070707;    font-family: 'open_sansregular';font-size:15px;
	margin:0;
	padding:0;
}
body.mceContentBody p{
margin-bottom: 10px;}
.titel1{
		color:#cf181f;
	
}
.titel2{
		color:#cf181f;
		
}
.titel3{
		color:#000;

}
        
        
        
        