body {
  background-color: #cfdef3;
  color: #339;
  font-family: verdana, helvetica, sans-serif;
  font-size: 75%;
  margin: 15px 0 15px 0;
  text-align: center;
  height: 97%;
  scrollbar-arrow-color: #ffe;
  scrollbar-face-color: #339;
  scrollbar-track-color: #cfdef3;         
}
td {
  font-size: 12px;
  vertical-align: top;
}
div {
  vertical-align: top;
}
a {
  background-color: #fff;
  color: #00f;
}
a:hover {
  background-color: #fff;
  color: #f33;
}
img {
  border: none;
}
hr {
  display: none;
}
strong {
  letter-spacing: 1px;
}
#kopf {
  background-image: url(img/kopf.gif);
  background-repeat: no-repeat;
  background-color: #3a3e8d;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  min-height: 95px;
}
#kopf a, #unten a {
  background-color: #3a3e8d;
  color: #fff;
}
#kopf a:hover, #unten a:hover {
  background-color: #3a3e8d;
  color: #f33;
}
#logo {
  float: left;
  padding-top: 10px;
  width: 125px;
}
#kopftxt {
  background-image: url(img/logotxt.gif);
  background-repeat: no-repeat;
  margin-left: 180px;
  width: 550px;
}
h1 {
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 0 175px;  
}
h1 big {
  background-color: #3a3e8d;
  color: #3a3e8c;
  font-size: 22px;
}
#welle {
  background-image: url(img/welle.gif);
  background-color: #3a3e8d;
  color: #339;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 760px;
  height: 12px;
}
#rahmen {
  background-color: #ffe;
  color: #000;
  margin: auto;
  text-align: left;
  width: 760px;
  position: relative;
}
#box {
  background-color: #fff;
  color: #111;
  border: 5px solid #339;
  margin: auto;
  padding: 5px;
}
#info {
  border-left: 5px solid #339;
  line-height: 16px;
  margin-left: 150px;
  padding: 10px 5px 10px 10px;
  vertical-align: top;
  min-height: 600px;
}
* html #info {
  height: 615px;
}
#box a.extern, a:visited.extern {
  background-image: url(img/extern.gif);
  background-repeat: no-repeat;
  background-position: 0px 50%;
 padding-left: 15px;
}
#box a.extern:hover {
 background-image: url(img/extern_hover.gif);
}
#menue {
  text-align: center;
  height: 100%;
  margin: auto;
  padding-right: 15px;
  width: 155px;
  position: absolute;
  top: 5px;
  left: 15px;
}
#menue .menoben {
  background-image: url(img/menbar.gif);
  background-color: #3a3e8d;
  color: #fff;
  line-height: 18px;
  margin-top: 15px;
  text-align: center;
  width: 135px;
  height: 20px;
}
ul.menbox {
  border: 1px solid #339;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 133px;
}
* html ul.menbox {
  width: 135px;
}
li {
  border-top: 1px solid #339;
  margin: 0;
  padding: 0;
}
#menue a {
  display: block;
  line-height: 19px; 
  text-indent: 2px;
  text-align: left;
  text-decoration: none;
  width: 133px;
}
#menue a:hover {
  background-color: #cfdef3;
  color: #f33;
}
#menue a.aktiv {  
  background-image: url(img/zlaktiv.gif);
  background-repeat: no-repeat;
  background-position: 115px 60%;
  background-color: #cfdef3;
  color: #339;
  text-decoration: none;
}
#menue a.blind, #menue a:hover.blind {
  background-color: #fff;
  color: #000;
}
h2 {
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2px;
  margin: 10px 0 25px 0;
  text-align: center;
}
h3 {
  background-image: url(img/zub.gif);
  background-repeat: no-repeat;
  background-position: 5px 27px;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0 12px 5px;
}
h3.titel {
  background-image: none;
  margin: 0 0 5px 0;
  padding: 0;
}
#info a {
  background-image: url(img/zlr.gif);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 12px;
}
#info a:hover {
  background-image: url(img/zlrh.gif);
}
#info a.none  {
  background-image: none;
  padding-left: 0;
}
#info p {
  margin: 0 0 10px 0;
}
dl {
  margin: 0;
  list-style-position: outside;      
}
.txt{
    padding-left: 5px;
    text-align: left;
}
.block{
    text-align: justify;
}
.textblock{
    display: block;
}
.inline {
 display: inline;
}
.rahmen{
    border: 1px solid #cfdef3;
    margin-bottom: 10px;
    padding: 5px;
}
.bildrahmen{
    border: 1px solid #36c;
}
.tb {
    border-top: 1px solid #cfdef3;
}
.punkte {
    border-bottom: 2px dotted #339;
}
.links{
    text-align: left;
}
.mitte{
    text-align: center;
}
.rechts{
    text-align: right;
}
.left {
    float: left;    
    margin-right: 10px;
}
.right {
    float: right;    
    margin-left: 10px;
}
.nonfloat {
    clear: both;
}
.klein {
    font-size: 90%;
}
.kleiner {
    font-size: 80%;
}
#unten {
    background-image: url(img/unten.gif);
    background-color: #3a3e8d;
    color: #fff;
    font-size: 80%;
    margin: auto;
    text-align: center;
    width: 760px;
    height: 20px;
}
#unten span {    
    margin-left: 10px;
    margin-right: 50px;
}
#unten a{
    background-color: #3a3e8d;
    color: #fff;
}
#unten a:hover{
    background-color: #3a3e8d;
    color: #f33;
}
.foto {
    border: 1px solid #cfdef3;
}
.fototxt {
    text-align: center;
    width: 110px;
}
#fotoalbum {
  border-left: 5px solid #339;
  line-height: 16px;
  margin-left: 150px;
  padding: 10px 5px 10px 10px;
  vertical-align: top;
  min-height: 600px;
}
* html #fotoalbum {
  height: 615px;
}
#fotoalbum h3 {
 text-align: left;
}
#fotoalbum p {
 margin: 0 0 5px 0;
 padding: 0;
}
#fotoalbum ul, #fotoalbum li {
 display: inline;
 margin: 0;
 padding: 0;
 width: 110px;
}
#fotoalbum img {
 border: 1px solid #cfdef3;
 text-align: center;
 width: 108px;
}
#fotoalbum a {
 background-image: none;
 padding: 0;
 width: 110px;
}
#info table {
 color: #111;
}
#ausflug p {
 border-top: 1px solid #cfdef3;
 clear: both;
 padding: 5px 0 5px 0;
}
#ausflug img {
 float: left;
 padding: 2px 5px 0px 0;
}

