/* .site-branding
{
background-color:#eac83a;	

 
}
 */

.obbheader
{
  position:fixed;
  top:0;
  left:0;
 z-index:10000;
  float:left;
  width:100%;
  background-color:white;
  height:180px;
  clear:both;
}


.obbyellow
{
width:100%;
height:400px;
background-color:#eac83a;
  padding:10px;
}

.obbyellowflex
{
width:100%;
background-color:#eac83a;
  padding:10px;
}

.sperre
{
   
   -moz-transform: rotate(7deg);
-ms-transform: rotate(7deg);
-o-transform: rotate(7deg);
-webkit-transform: rotate(7deg);

transform: rotate(7deg);
  position:relative;
  float:right;
  top:10px;
  clear:left;


}

mark
{
  background-color:#eac83a;
}

.circle {
    width: 25px;
    height: 25px;
    background: #FFFFFF;
  	border-style: solid;
  	border-width: 5px;
  	border-color: #C2092B;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  	float:left;
  	margin-right:10px;
  	margin-top:10px;
  	clear: left;

}

.station
{
  	margin-top:10px;
  	float:left;
	clear:right;
}

.farberei {
    width: 500px;
    
    background: green;
   }

  