/* <!-- br-men.css 13.12.2021 HS -->  */

.brmen{ font-family: Verdana, helvetica, arial, sans-serif; 
	    font-size: 8pt;
	    color: #0B0B3B;
		text-decoration: none;
}
 
.brmen a { color: #0B0B3B;
            text-decoration: none;
}
	
.brmen a:hover {color:#0000FF; 
                 text-decoration: none;
}
	
.brmBox{
		width:10%;
		width: auto;
		height:14px;	
		padding:0px;	
		float:left;
		text-align:left; 
		font-family: Verdana, helvetica, arial, sans-serif; 		
		font-size: 8pt;		
		//color:fff;
		text-decoration: none; 
        background: #fff;		 
}
	
.brmBox a {
			color:#000000;
			text-decoration: none; 
}
	
.brmBox a:hover {		
			color:#0000ff;
			text-decoration: none; 
}
	
@media screen and (max-width: 800px){ 
	 
	.brmBox{
			width:90%;
			height: auto;	
			padding:0px;	
			float:left;
			text-align:left; 
			font-family: Verdana, helvetica, arial, sans-serif; 		
			font-size: 8pt;		
			color:fff;
			text-decoration: none; 
			background: #fff;		 
	}
 
}	 

/* END  */
			