@charset "UTF-8";
body {  
  /*background:url(../images/navback.png) repeat-y #F9EBCB;*/
  background: #F9EBCB;
  margin:0px;
  padding:0;
}
#wrapper {
  margin: 0 auto; 
  position:relative;
  width: 1000px;
  background: url(../images/navback.png) repeat-y #F9EBCB;
  min-height: 100%;
}
#navback ul {
  list-style:none;
  padding: 0;
  margin:0;
}
#navback li {
  background:url(../images/mainnav_liback.png) repeat-y;
  margin: 0 0 2px 0;
  min-height: 22px;
  padding: 5px 0 0 24px;
  font-family:"Courier New", Courier, monospace;
  font-size: 18px;
  color: #B3D2AC;
}
#navback li:hover {
  color: #fff;
}
#navback a {
  color: #B3D2AC;
  display: block;
  text-decoration: none;
}
#navback a:hover {
  color: #fff;
}
#navback ul .level2 {
  margin-left: -24px;
}
#navback .level2 li {
  background: url(../images/mainnav_liback_level2.png) repeat-y;
  font-size: 16px;
  padding: 5px 0 0 36px;
}

#navback {
  padding-top: 20px;
  width: 230px;
  float: left;
  position:relative;
  z-index: 1000;
}
#header {  
  background-image:url(../images/header2.png);
  background-repeat:no-repeat;
  position:relative;
  top: 0px;
  width: 100%;
  height: 170px;
}

body, html {
  height:100%;
}
#banjo {
  background:url(../images/banjo2.png) no-repeat;
  width: 230px;
  height: 700px;
  left:-105px;
  top:60px;
  position:absolute;
}
#content {
  /* margin-top: 180px; */
  margin-left: 20px;
  position:relative;
  font-family:"Courier New", Courier, monospace;
  color: #660000;
  width: 520px;
  /* min-height: 200px; */
  overflow:visible;
  float: left;
}
#content h1 {
  font-size: 30px;
  font-style: bold;
}
#content h2 {
  font-size: 16px;
  font-style: bold;
}
#content p {
  font-size:14px;
}
#content a {
  color: #0A9F85;
  text-decoration:underline;
}
#content a:hover {
  color: #000;
}
#titlehead h1 {
  font-size: 42px;
  margin: 0;
  width: 700px;
}
#footer {
  clear:both;
  position:relative;
  margin-top:0px;
}

.frame_nw {
  background:url(../images/frame_nw.png) no-repeat;
  height:10px;
  padding: 0;
}
.frame_n {
  background:url(../images/frame_top.png) repeat-x;
  height:10px;
}
.frame_ne {
  background:url(../images/frame_ne.png) no-repeat;
  height:10px;
}
.frame_w {
  background:url(../images/frame_left.png) repeat-y;
  width: 12px;
  padding: 0;
}
.frame_middle {
  background: #f7f7f7;
  padding: 10px;
}
.frame_e {
  background:url(../images/frame_right.png) repeat-y;
  width:12px;
}
.frame_sw {
  background:url(../images/frame_sw.png) no-repeat;
  height:12px;
  padding: 0;
}
.frame_s {
  background:url(../images/frame_bottom.png) repeat-x;
  height:12px;
}
.frame_se {
  background:url(../images/frame_se.png) no-repeat;
  height:12px;
}
table {
  margin: 0;
  padding: 0;
  border-spacing:0;
}
.sponsor {
  /*background: #cce;*/
  float:left;
  width:180px;
  min-height: 60px;
  margin: 5px 5px 0 0;
  font-family:"Courier New", Courier, monospace;
  font-size: 12px;
}
#sponsors {
  margin-left: 200px;
  width: 555px;
  float: left;
}
#footertag {
  /*position:absolute; */
  /*right: 0px;*/
  background: url(../images/tag.png) no-repeat;
  width: 200px;
  padding-left: 20px;  
  margin-right: 0;
  font-family: "Courier New", Courier, monospace;
  color: #000;
  font-size: 12px;
  float: left;
}
#footertag a {
  color:#000000;
  text-decoration:underline;
}
#tourdaten {
  
}
#tourdaten ul {
  list-style: none;
  margin:0;
  padding: 0px;
}
#tourdaten li {
  font-family:"Courier New", Courier, monospace;
  color: #600;
  font-size: 12px;
  margin: 0 12px 0 0; 
  padding:7px 12px 0 12px;
  background:url(../images/admitone.png) no-repeat;
  width:210px;
  height: 95px;
  float: left;
}
#tourdaten a {
  /* color: #000; */
  text-decoration: none; 
}
#tourdaten td {
  vertical-align: top;
  padding-right: 2em;
  padding-bottom: 1em;
}
