/* @override http://dev.roosmann.de/fileadmin/templates/site/_css/styles.css */

body,.htmlarea-content-body{
	background-color: #3b3b3b;
    color: #FFF;
    font: 75%/150% Arial, Helvetica, Geneva, sans-serif;
}

h1{
    font-size: 1.8em;
	text-transform: uppercase;
    line-height: 120%;
    color: #FFF;     
    margin:0; padding:0;
    margin-bottom: 1em;   
    font-weight: normal;    
}
h1.headline{
	margin-left: 480px;
}
h1.headline strong{
	position: absolute;
	top: -999em;
	left: -999em;
}

h2{
    font-size: 1.6em;
    line-height: 120%;          
    font-weight: normal;
    margin:0; padding:0;    
    margin-top: 1em;
    margin-bottom: 0.2em;
    color: #FFF;       
}
h3{
    font-size: 1.2em;
    line-height: 120%;          
    color: #FFF;
    margin:0; padding:0;    
    margin-bottom: 0.2em;           
}
h4{
    font-size: 1.2em;   
    line-height: 130%;          
    color: #FFF;
    text-transform: uppercase;
    margin:0; padding:0;        
    margin-bottom: 0.5em;
}
h5{
    font-size: 1.1em;
    line-height: 120%;          
    margin:0; padding:0;    
    margin-bottom: 1em;    
    color: #FFF;       
}
p{
    margin: 0 0 1.5em 0;
    padding: 0;
}
a{
    color: #FFF;
}
.hidden{
	position: absolute;
	top: -999em;
	left: -999em;
}
