/* CSS Variante 0.1.1 mit Balken  
   ------------------------------- */

#headerarea {
  background-color: none; 
	background: repeating-linear-gradient(
	  to bottom,
	  #ffffff,
	  #ffffff 48px, 
	  #275e87 48px,  
	  #275e87 86px
	); 
  height:86px;
}
#logowrap {
  width:auto;
  padding: 0 10px 8px 10px;
  background-color: white;
  position:absolute;
  left: -10px;
  top:0;
}
#logo {
  height: 66px;
  	margin: 10px 0 2px 0;
}
nav a {
  color: #fff;
}
nav .active a {
  color: #275e87;
}