
*{}

/*
body{
  background-image: url('images/willkommen3cols1.jpg');
  background-color: #000;
  background-position: center 110px;
}
*/
.main{
  width: 95%;
}

/* ----- NAVIGATION ----- */
nav { 
  height: auto;
  border-bottom: 1px solid #444444;
}
nav ul {
  width: 100%;
  display: block;
  height: auto;
}
nav li {
  width: 50%;
  float: left;
  position: relative;
}
nav li a {
  border-bottom: 1px solid #444444;
  border-right: 1px solid #444444;
}
nav li:last-child a {  
  border-right: 1px solid #444444;
}
nav a {
  text-align: left;
  width: 100%;
  text-indent: 25px;
}

img.flyer{
  width: 240px;
  margin-rigth: 5px;
}

.wichtig{
  font-size: 130%;
  font-weight: bold;
}
