body {
  margin: 0;
  padding: 0;
  font: normal 14px/17px sans-serif;
  color: #000;
  *overflow: auto;
}

body#index {
  background: url(../_img/bg_01.jpg) center top no-repeat #aaa;
  background-size: 100% auto;
}

body#impressum {
  background: url(../_img/bg_02.jpg) center top no-repeat #fff;
  background-size: 100% auto;
}

body#kontakt {
  background: url(../_img/bg_03.jpg) center top no-repeat #fff;
  background-size: 100% auto;
}

body#angelika {
  background: url(../_img/bg_04.jpg) center top no-repeat #fff;
}

body#lutz {
  background: url(../_img/bg_05.jpg) center top no-repeat #fff;
  background-size: 100% auto;
}

a {
  color: #666;
  text-decoration: none;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
}

a img {
  border: none;
}

span,
td {
  font: normal 1em sans-serif;
}

ul,
ol,
li,
p,
div {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd,
ul,
li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
}

h4 {
  font: bold 1.2em sans-serif;
  margin-bottom: 0.8em;
}

h5 {
  font: bold 1em sans-serif;
  margin-bottom: 0;
}

#mainNav {
  position: fixed;
  width: 100%;
  height: 25px;
  background: #fff;
}

#items {
  position: fixed;
  padding: 5px 0 0 325px;
  width: 450px;
  background-color: #fff;
  z-index: 999;
}

#page {
  position: relative;
  margin: 0 auto 0;
  width: 1016px;
  min-height: 610px;
  overflow-y: auto;
  z-index: 0;
  box-shadow: 0 0 70px 5px #222;
  -webkit-box-shadow: 0 0 70px 5px #222;
}

#completeContent {
  position: absolute;
  left: 300px;
  top: 234px;
  width: 660px;
  height: auto;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}

#brand {
  position: absolute;
  left: 50px;
  top: 80px;
  font: normal 39px/32px sans-serif;
  color: #fff;
}

ul.linklist li {
  background: url(../_img/arrow_10x8_cc0000.gif) no-repeat 1px 6px;
  text-indent: 15px;
}

.notopmargin {
  margin-top: 0;
}
