.mnuhellblau
{
  background-color: #009EE0;
  color: #FFF;
}


.mnuhellblau a
{
  color: #FFF;
}

.mnudunkelblau a {
  
  color: #222;
}

.button-primary {
  min-width: 200px;
  background: #fb5004;
}

input.button-primary[type="button"] {
  min-width: 200px;
  background: #fb5004;
  border-color: #fb5004;
} 

input.button-selected[type="button"]{
  background: #33C3F0;
  border-color: #33C3F0;
}  

body {  
  font-family: "Titillium+Web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.rot {
    color: #FF0000;
}

  