body { 
  margin: 0;
  padding: 0;
  font: 10pt Arial, Tahoma, Verdana;
  background: #F2DF86;
  color: #693F1E;
}

h4, h5, h6 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
}

p, ul {
  margin: 0 0 10px 0;
  padding: 0;
}

a {
  color: #693F1E;
}

hr { 
  background: #c0c0c0; 
  color: #c0c0c0; 
  border: #c0c0c0; 
  height: 1px; 
  clear: both;
}

div#site {
  width: 812px;
  margin: 0 auto;
  background: url(../images/layout/background.jpg);
}

div#head {
  height: 295px;
  background: url(../images/layout/head.jpg);
}

div#navigation {
  position: absolute;
  top: 270px;
  margin-left: 30px;
}

div#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10pt;
  font-weight: bold;
}

div#navigation ul li {
  display: inline;
  position: relative;
}

div#navigation ul li ul {
  display: none;
}

div#navigation ul li a {
  background: url(../images/layout/point-navigation.gif) no-repeat right 5px;
  padding: 0 9px 10px 5px;
  text-decoration: none;
  color: white;
}

div#navigation ul li a:hover {
  color: #446222;
}

div#navigation ul li.last a {
  background: none;
}

div#navigation ul li ul { 
  display: none; 
  position: absolute; 
  top: 25px; 
  z-index: 10; 
  left: 0;
  background: #446222;
  padding: 5px 10px;
}

div#navigation ul li ul li {
  display: block;
  font-weight: normal;
}

div#navigation ul li:hover ul, div#navigation ul li.hover ul { 
  display: block;
}

div#navigation ul li ul li a {
  background: none;
  display: block;
  border-bottom: 1px dotted white;
  padding: 3px;
}

div#navigation ul li ul li.last a {
  border-bottom: none;
}

div#navigation ul li ul li a:hover {
  color: #ffdc19;
}

div#info {
  position: absolute;
  top: 95px;
  margin-left: 428px;
  font-size: 8pt;
}

div#info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#info ul li {
  display: inline;
}

div#info ul li a {
  color: #68705C;
  text-decoration: none;
  background: url(../images/layout/point-info.jpg) no-repeat right 4px;
  padding: 0 10px 0 5px;
}

div#info ul li a:hover {
  text-decoration: underline;
}

div#info ul li.last a {
  background: none;
}

div#buttons {
  position: absolute;
  top: 130px;
  margin-left: 517px;
}

div#buttons img {
  border: none;
  margin-right: 20px;
}

div#kontakt {
  position: absolute;
  top: 263px;
  margin-left: 520px;
}

div#kontakt p {
  color: #68705C;
  font-size: 8pt;
}

div#kontakt p span, div#kontakt a {
  color: #393D33;
}

div#kontakt a {
  font-style: italic;
  text-decoration: none;
}

div#kontakt a:hover {
  text-decoration: underline;
}

div#left {
  width: 490px;
  float: left;
}

div#left-in {
  padding: 30px 25px 20px 55px;
}

div#left h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11pt;
  font-weight: bold;
}

div#left li {
  margin: 0 0 0 20px;
  padding: 0;
}

div#right {
  width: 320px;
  float: right;
  background: url(../images/layout/right.jpg) no-repeat left bottom;
}

div#brot {
  margin-bottom: 20px;
}

div#brot ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

div#brot ol li  {
  margin: 0;
  padding: 0;
  display: inline;
}

div#brot, div#brot a {
  color: #68705C;
  font-size: 8pt;
  text-decoration: none;
}

div#brot a {
  padding: 0 12px 0 2px;
  background: url(../images/layout/brot.gif) no-repeat right 4px;
  color: #68705C;
}

div#brot ol li.last a {
  background: none;
}


div#right-in {
  padding: 30px 55px 20px 25px;
}

div#right h3 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
}

div#right p {
  font-size: 8pt;
  margin: 0 0 5px 0;
}

div#right p.more {
  margin: 0 0 25px 0;
}

div#right a {
  color: #B9612F;
  text-decoration: none;
  font-style: italic;
}

div#right a:hover {
  text-decoration: underline;
}

div#foot {
  clear: both;
  height: 15px;
  background: url(../images/layout/foot.jpg);
}

p.anreisser {
  font-weight: bold;
}

div.sitemap {
  margin-bottom: 15px;
}

div.sitemap a {
  text-decoration: none;
}

div.sitemap a:hover {
  text-decoration: underline;
}

div.sitemap ul {
  margin: 5px 0 ;
}

fieldset {
  border: 0;
}

input, select, textarea { 
  border: 1px solid #C0C0C0;
  font: 10pt Arial, Tahoma, Verdana;
  padding: 2px;
  width: 220px;
}

textarea {
  overflow: auto;
}

input.button {
  width: auto;
  background: white;
  padding: 2px 5px;
  border: 1px solid #c0c0c0;
}

form#form {
  display: inline;
}

form#form label.left { 
  float: left;
  text-align: right; 
  width: 150px; 
  margin: 0 .6em .6em 0; 
}

form#form input.right { 
  float: left;
  clear: both;
  margin: 0 .4em 0 155px;
}

form#form br { 
 clear: both; 
}

.clear {
  clear: both;
  height: 1px;
  font-size: 0px;
}

.vis, h1, h2 { 
  position: absolute; 
  left: -1000px; 
  top: -1000px;
}

