/* CONTENT BEGIN  */
#top_left{
    background-image: url(/typo3conf/ext/layout/Resources/Public/Images/stauss/logo1.jpg); 
    background-repeat: no-repeat; background-position: left center; 
}#top_right{
    background-image: url(/typo3conf/ext/layout/Resources/Public/Images/stauss/logo.jpg); 
    background-repeat: no-repeat; background-position: right center; 
}#warp_content{
    border-left:#DC2B19 solid 161px; 
}.content a:visited, .bodytext a:visited, .content a:link, .bodytext a:link     { 
    color: #DC2B19;   
}/* ?berschriften BEGIN*/
P.h1, .content h1, .H1, P.h2, .content h2, .H2, P.h3, .content h3, .H3 { 
    color: #DC2B19;
}/* ?berschriften END*/
/* Main Menue  */
.menu2-level3-no a, .menu1-level3-no li, .menu2-level3-act a { 
    background-color: #ee2d1b;
}.menu2-level4-no a, .menu1-level4-no li, .menu2-level4-act a { 
    background-color: #f9301c;
}/* Main Menue Ende */
/* SEARCHPAGE BEGIN  */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 
    color:#DC2B19;      
}/* SEARCHPAGE END  */
/* AON LINK BEGIN  */
#aon, #aon A:link, #aon A:visited { 
    color: #DC2B19;
}/* AON LINK END  */
/*Mobil Begin*/
@media screen and (max-width: 815px) {   
/*Disable default*/   
    #warp_content{
        border-left:transparent solid 0px;
    }body {
	background-color: #DC2B19;
    }.header a { 
        background-image: url(/typo3conf/ext/layout/Resources/Public/Images/button_red.svg ); 
    }.header {
	background: #fff;
    }#logo1{ 
	background: url(/typo3conf/ext/layout/Resources/Public/Images/stauss/logo.jpg) no-repeat;
	background-position:left center;	
    }#logo2{	
	background: url(/typo3conf/ext/layout/Resources/Public/Images/stauss/logo1.jpg) no-repeat; 
	background-position:left center;	
    }
}.mm-menu{
    background: #DC2B19; /* Old browsers */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DC2B19', endColorstr='#f18d27',GradientType=0 ); /* IE6-9 */
}