* {
  margin: 0px;
  padding: 0px;
}

body { 
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  background-color: #fff;
  background: url(images_local/background_verlauf.png);
  background-repeat: repeat-x;
 }

a {
  color: #700000;
  text-decoration: none;
}

a:hover {
  color: #663366;
  text-decoration: underline;
}

#fixcenter {
  width: 700px;
  margin: auto;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}

#header {
  height: 101px;
  background-color: #ffa800;
  background: url(images_local/header_bg.png);
  background-repeat: repeat-x;
}

#wrapper {
  background-color: white;
}

#navig {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: #FFDDA9;
}

#main_content {
  padding: 5px;
}

#footer {
  height: 30px;
  background-color: #FFDDA9;
  clear: both;
}

a.navig_item {
  display: inline-block;
  margin: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 1px;
  background-color: white;
}

a.navig_item:hover {
  background-color:#bbb;
}

#domain {
  font-family: palatino, georgia, times new roman, serif; 
  font-size: 30px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
  color: #444;
}

.content_wrapper {
  margin: 10px;
}

h1 {
  margin-top: 15px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 7px;
}

h3 {
  margin-top: 7px;
  margin-bottom: 5px;
}

p {
  margin-top: 6px;
  margin-bottom: 4px;
}