* {
margin: 0;
padding: 0;
}
html {
height: 100%;
margin-bottom: 1px;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #716959;
}
h1 {
font: normal 1.5em Georgia, 'Times New Roman', serif;
color: #716959;
margin: 0 20px 20px 0;
padding: 10px 0 0 10px;
}
h2 {
font-size: 1.2em;
font-weight: normal;
}
h3 {
font-size: 1em;
font-weight: normal;
}
h4 {
font: normal 1.2em Georgia, 'Times New Roman', serif;
color: #716959;
margin: 0 20px 20px 0;
padding: 10px 0 0 10px;
}
p {
font-size: 12px;
padding: 0px 10px 0px 10px;
}

/* IDs */
#container {
color: #000;
background: #716959;
width: 100%;
}
#header {
width: 100%;
background: url(../image/media/banner.jpg) no-repeat;
}
#logo {
width: 200px;
height: 122px;
color: #fff;
/*background: #716959;*/
}
#main {
margin-left: 200px;
color: #000;
background: #e6d7be;
line-height: 1.2em; /* to avoid the peekaboo bug */
}
p.mainbot {
clear: both;
height: 28px;
background: #e6d7be;
}
#column {
float: right;
width: 200px;
color: #000;
background: #e6d7be;
}
#content {
margin-right: 200px;
color: #000;
background: #e6d7be;
}

#content a span {
display:none;
}
#content a:hover span {
display: block;
width: 400px;
position: absolute;
left: 250px; top: 250px;
text-decoration: none;
color: #000;
background: #fff;
border: 1px solid #7294C7;
clear: both;
font-weight: normal;
line-height: normal;
padding: 10px;
z-index: 20;
}
#content a:hover span img {
border: 1px solid #000;
float: right;
margin-left: 10px;
}


/* Fahrtage, Termine und Preise */

#content table.fahrtage {
width: 27em;
margin:10px 0px 0px 50px;
border: 1px dashed #036;
background:#f3f0e1;
text-align: left;
}
#content table.fahrtage th {
padding-left: 5px;
font-size: 80%;
}
#content table.fahrtage th.mitte {
padding: 10px 0;
font-size: 90%;
}
#content table.fahrtage td {
font-size: 90%;
}
#content table.fahrtage td.preis {
padding: 5px 0 10px 5px;
font-weight: bold;
font-size: 80%;
}

#content table.kontakt {
width: 27em;
margin:20px 0px 0px 170px;
border: 1px dashed #036;
background:#f3f0e1;
text-align: left;
}
#content table.kontakt th {
padding-left: 5px;
font-size: 80%;
}
#content table.kontakr th.mitte {
padding: 10px 0;
font-size: 50%;
}
#content table.kontakt td {
font-size: 80%;
}


/* Klassen */

.anfahrtsbechreibung {
font-size: normal 1.2em Georgia,'Times New Roman', serif;
margin: 0px 10px 20px 30px;
}
.bildrechts {
float: right;
margin: 0px 10px 20px 20px;
font-size: 65%;
font-weight: bold;
}
.bildlinks {
float: left;
margin: 10px 20px 20px 10px;
font-size: 65%;
font-weight: bold;
}
.bildmitte {
text-align: center;
margin: 20px;
font-size: 65%;
font-weight: bold;
}
.bildrechts img, .bildlinks img {
border: 1px solid #666;

/* 
.bildmitte img {
border: 0px solid #666;
*/

}
.clearb, .absatztrenner {
clear: both;
}
.info, acronym, abbr {
cursor: help;
border-bottom: 1px dashed #fff;
}
.rand {
border: 1px solid #000;
}
.mitte {
text-align: center;
}
.weite150 {
width: 150px;
}
.weite200 {
width: 200px;
}
.weite250 {
width: 250px;
}


/* Navigation */

#navigation {
position: absolute;
top: 132px;
left: 25px;
width: 175px;
color: #000;
/*background: #d29b2a;*/
}
