html, body {
  margin: 0; padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  width: 100%;
  font-size: 13px;
  background-color: rgb(220,220,220);
  height: 100%;
}

h1 {
  margin-top: 0; padding-top: 0;
  margin-bottom: 5px; padding-bottom: 0;
  font-size: 16px;
}

p {
 margin: 0; padding: 0;
 margin-bottom: 6px;
}

img {
  border: 0;
}

a, a:link, a:visited, a:active {
 color: #000;
}

/* Defaults */
.hide {
  display: none;
}

.bold {
  font-weight: bolder;
}

#page {
  width: 800px;
  height: 100%;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto; 
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}


/* TOP LINE */
#header {
  width: 100%;
  background-image: url('../images/bg-top.gif');
  background-repeat: no-repeat;
  height: 33px;
  font-size: 11px;
}


#slogan {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: 300px;
  color: #fff;
}

#header .menu {
  float: right;
  margin-right: 100px;
  color: #bb8fa4;
  margin-top: 10px;
}

#header .menu a, #header .menu a:link, #header .menu a:visited, #header a:active {
  color: #bb8fa4;
  text-decoration: none;
}

#header .menu li {
  padding-left: 6px;
  border-left: 1px solid #bb8fa4;
  padding-right: 7px;
}

#header .menu li.first {
  padding-left: 0;
  border-left: none;
}

#header .menu li.last {
  padding-right: 0;
}

/* NAVIGATION LINE */
#navigation {
  width: 100%;
  background-image: url('../images/bg-navi.jpg');
  background-repeat: no-repeat;
  height: 93px;
  font-size: 11px;
}

#logo {
  width: 192px;
  height: 93px;
  float: left;
}

#navigation .menu {
  float: right;
  margin-right: 100px;
  margin-top: 40px;
  color: #ae0054;
}

#navigation .menu a, #navigation .menu a:link, #navigation .menu a:visited, #navigation a:active {
  color: #ae0054;
  text-decoration: none;
}

#navigation .menu li {
  padding-left: 6px;
  border-left: 1px solid #ae0054;
  padding-right: 7px;
}

#navigation .menu li.first {
  border-left: none;
  padding-left: 0;
}
#navigation .menu li.last {
  padding-right: 0;
}

#page {
  background-image: url('../images/bg-main.gif');
  background-repeat: repeat-y;
  border-left: 1px solid #ae0054;
  border-right: 1px solid #ae0054;
}
#main {
/*  border-bottom: 1px solid #ae0054; */
  min-height: 80%;
  background-image: url('../images/bg-main.gif');
  background-repeat: repeat-y;
}

#left {
  float: left;
  width: 192px;
}

#left .picture {
  width: 100%;
  height: 342px;
}

#left .divider {
  background-image: url('../images/divider-left.gif');
  background-repeat: no-repeat;
  height: 20px;
}

#left .address {
  margin-top: 10px;
  margin-left: 17px;
  font-size: 12px;
  color: #fff;
}

#left .address a, #left .address a:link, #left .address a:visited, #left .address a:active {
  color: #fff;
}

#left .niedergerner {
  width: 100%;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 17px;
}

#right {
  float: right;
  width: 88px;
}

#right .picture {
  width: 100%;
  height: 342px;
}

#right .divider {
  background-image: url('../images/divider-right.gif');
  background-repeat: no-repeat;
  height: 20px;
}


#center {
  float: left;
  width: 490px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fixfloat {
  line-height: 0;
  font-size: 0;
  height: 0;
  max-height: 0;
  clear: both;
  width: 100%;
}

#popup #top {
  background-image: url('../images/popup-top.gif');
  background-repeat: no-repeat;
  height: 92px;
  border: 0;
}

#popup {
  height: 325px;
  background-color: #fff;
}

#popup #content {
  border: 0;
}

#popup #navibuttons {
  position: absolute;
  left: 332px;
  top: 280px;
}
