body {
  margin:0;
  padding:0;
  background:#e5f0f6 url(/assets/images/body-bg.jpg) no-repeat 50% 0;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  color:#000;
  line-height:18px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,table {
  margin:0 0 8px 0;
}
h1 {
  font-size:20px;
  line-height:30px;
  margin:0 0 10px 0;
  font-weight:normal;
  color:#117199;
}
h2,h3,h4,h5,h6 {
  font-size:14px;
  line-height:20px;
  color:#000;
}

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

img {
  border:0;
}


/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}


#container {
  width:940px;
  padding:0 29px 20px 31px;
  margin:0 auto;
}
#header {
  height:152px;
}
#header h1 {
  margin:0;
  height:57px;
  text-indent:-9999px;
}
#header #header-image {
  height:78px;
  background:no-repeat 0 0;
}

#nv ul {
  margin:3px 0 0 0;
  padding:0;
  list-style-type:none;
  line-height:20px;
}
#nv ul li {
  margin:0;
  padding:0;
  float:left;
  background:url(/assets/images/nv-vr.gif) no-repeat 100% 50%;
}
/* Galeriemenü breiter als andere */
#nv ul li#id55 ul li {
  width:200px;
}
/* Intern etwas abgesetzt */
#nv ul li#id79 {
  margin-left:50px;
}
#nv ul li#id79 a {
  background:url(/assets/images/nv-vr.gif) no-repeat 0 50%;
}
#nv li a {
  display:block;
  padding:0 10px;
  line-height:20px;
}
#nv li a:hover {
  background:#cccccc;
  text-decoration:none;
}
/* Untermenu */
#nv li ul {
  position:absolute;
  margin:0;
}
#nv li ul li {
  display:block;
  float:none;
  background:url(/assets/images/nv-d2-bg.gif);
  width:150px;
  height:25px;
  display:none;
  xline-height:25px;
  border-top:solid #fff 1px;
  margin:0;
}
#nv li ul li a {
  color:#fff;
  xline-height:25px;
  height:25px;
  display:block;
}
#nv ul li:hover ul li,
#nv ul li.hover ul li{
  display:block;
}
#main {
  clear:both;
  margin:71px 0 0 0;
}