html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body{
  background-color: #c7c7c7;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

div, p, h1, h2, h3, ul{
  margin: 0;
  padding: 0;
}
img{
  border: 0px;
}

#page{
  width: 870px;
  margin: 0 auto;
  background: #fff url(img/back_orange_top.jpg) no-repeat top left;
  text-align: left;
  /* Footer Presets */
  min-height: 100%;
  position: relative;
}

#header{
  padding: 45px 0 0 105px;
  margin-bottom: 50px;
}

#sidebar{
  margin: 0 20px;
  width: 207px;
  float: left;
}
#sidebar .menu{
  margin: 0 10px 80px 0;
  font-size: 15px;
  color: #595959;
}
#sidebar .menu a{
  display: block;
  height: 16px;
  padding: 7px 2px 7px 9px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #595959;
}
#sidebar .menu .current_page_item a{
  background-color: #ff9e30;
  font-weight: bold;
  color: #3c3c3c;
}
#sidebar .menu li.current_page_item li a{ /* Sub */
  background-color: transparent;
  font-weight: normal;
  color: #595959;
}
#sidebar .menu li li a{ /* Sub */
  font-size: 13px;
}
#sidebar .menu a:hover{
  background-color: #ff9e30 !important;
}
#sidebar li{
  list-style-type: none;
}
#sidebar .menu li li a{ /* Sub */
  padding-left: 16px;
}
#sidebar .menu .page-item-5 .children{
  display: none;
}
#sidebar .menu .page-item-5.current_page_item .children,
#sidebar .menu .page-item-5.current_page_parent .children{
  display: block;
}

#sidebar .kontakt{
  font-size: 11px;
  color: #8a8a8a;
}
#sidebar .kontakt strong{
  color: #595959;
}
#sidebar .kontakt span{
  font-weight: bold;
}
#sidebar .kontakt a, #sidebar .kontakt a:hover, #sidebar .kontakt a:visited{
  color: #8a8a8a;
  text-decoration: none;
}
#sidebar .kontakt a:hover{
  color: #595959;
}

#content{
  padding-bottom: 153px; /* Height of the footer */
  float: left;
  width: 605px;
  color: #505050;
  font-size: 14px;
}
/* Inhalte */
#content .headimg{
  margin-bottom: 20px;
}
#content .entry h1{
  font-size: 28px;
  margin-bottom: 15px;
  padding-right: 30px;
}
#content .entry p{
  line-height: 1.4em;
  padding-bottom: 1.0em;
}
#content .entry ul, #content .entry ol{
  padding-left: 20px;
  margin-bottom: 1em;
}
#content .entry li{
  list-style-type: disc;
  margin-bottom: 4px;
}
#content a{
  text-decoration: none;
  border-bottom: 1px dotted #888;
  color: #6c4212;
}

.atz{
  margin-top: 30px;
  font-size: 10px;
}

#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 153px;
  background: #fff url(img/back_orange_bottom.jpg) no-repeat bottom right;
}

