.body { background: #8da3ba url(http://www.kranichhaus.de/img/bgBody.png) repeat-y; }

a { color: #036; }


div#header {
  height: 260px;
  width: 900px;
  overflow: hidden;
  color: #23497A;
  padding: 0;
  margin: 0;
  background: transparent url(http://www.kranichhaus.de/img/bgHeader.jpg) no-repeat;
}

div#header a {
  text-decoration: underline;
  color: #23497A;
  font-weight:bold;
}

div#header div#adress {
  width:200px;
  padding: 0;
  margin: 25px 0 0 42px;
  font:normal 10px verdana,arial,sans-serif;
  color: #23497A;
  line-height: 14px;
  z-index:3;
  display: block;
  overflow:visible;
}

div#header div#adress .n {padding: 1px;}
div#header div#adress h2, div#header div#adress h1 {font:bold 10px verdana,arial,sans-serif;}

div#header h1 a {
  height: 60px;
  margin: 45px 0 0 32px;
  display: block;
  background: transparent url(http://www.kranichhaus.de/img/logo.gif) no-repeat;
   /*position: relative;
 top: 140px;
  left: 32px;*/
  z-index:1;
 
}

div#header div#logo {
  z-index:2;
}

div#header a span {
  display: none;
}

div#wrapper {
  float:left;
  width:100%;
}

div#container {
  text-align: left;
  width:900px;
}

div#content {
  margin: 0 40px 30px 290px;
}


div#content h1 {
  padding: 0;
  margin:0;
  font: normal 20px verdana,sans-serif;
  color:#D0BFB2;
}

div#navigation {
  float:left;
  width:190px;
  margin:0 0 30px -860px;
  background: white url(http://www.kranichhaus.de/img/bgNavigation.png) repeat-x;
}

div#sidebar { margin-top:20px;}

div#sidebar p strong {
  font-weight: bold;
  font-style: italic;
  color: #e8d5c6;
}


div#footer {
  background: white url(http://www.kranichhaus.de/img/bgFooter.png) no-repeat;
  clear:left;
  width:880px;
  height: 67px;
  margin: 0;
  font: normal 11px verdana, sans-serif;
  color: #a1b6c9;
  margin: 0;
}

div#footer div.inner {  width:360px; float:left; margin-left:290px; margin-top:50px; display:inline; }

img#logo { float:right; margin-right:70px; display:inline;}


div#footer p a {
  width:410px;
  color: #a1b6c9;
  text-decoration: none;
}


/* Navigation */
ul#mainNav1, ul#mainNav1 li, ul#mainNav2, ul#mainNav2 li, ul#mainNav3, ul#mainNav3 li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: arial, sans-serif;
}

ul#mainNav1 li {
  display: inline;
}


ul#mainNav1 a {
  display: block;
  padding: 4px 3px;
  color: #036;
  background-color: transparent;
  text-decoration: none;
}

ul#mainNav1 {
  margin: 0;
}

ul#mainNav1 ul#mainNav2 {
  margin: 0 0 10px 4px;
}

ul#mainNav1 ul#mainNav2 ul#mainNav3 {
  margin: 0 0 10px 0;
}

ul#mainNav1 ul#mainNav2 a {
  display: block;
  padding: 3px 3px 3px 15px;
  margin: 0;
  color: #036;
  text-decoration: none;
  background: white url(http://www.kranichhaus.de/img/pfeil.gif) no-repeat left center;
}

ul#mainNav1 ul#mainNav2 ul#mainNav3 a {
  display: block;
  padding: 3px 3px 3px 25px;
  margin: 0;
  color: #036;
  text-decoration: none;
  /* Hck fr Safaris Bildanzeige*/
  background-image: url(http://www.kranichhaus.de/img/);
}

ul#mainNav1 a:hover {
  background-color: #e8d5c6;
  text-decoration: none;
}

ul#mainNav1 ul#mainNav2 a:hover {
  background-color: transparent;
  text-decoration: underline;
}

ul#mainNav1 ul#mainNav2 ul#mainNav3 a:hover {
  background-color: transparent;
  text-decoration: underline;
}

ul#mainNav1 a.current {
  font-weight: normal;
  font-style: italic;
  background-color: #e8d5c6;
}

ul#mainNav1 ul#mainNav2 a.current {
  font-weight: bold;
  font-style: normal;
  background-color: transparent;
}

ul#mainNav1 ul#mainNav2 ul#mainNav3 a.current {
  font-weight: bold;
  font-style: normal;
  background-color: transparent;
}