/*Grunddefinitionen */

html {
min-height: 101%;
background: #b6c9aa;
}

body {
font-size: 12px;
font-family: verdana, Arial, sans-serif;
}
h1 {
font-size: 2.5em;
}
h1.versteckt {
position: absolute;
left: -20000px;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}

#container {
width: 950px;
margin: 0 auto;
min-height: 675px;
}


#oben {
background: url(../images/kopf.jpg) no-repeat;
width: 759px;
height: 221px;
}


#mitte {
width: 100%;
min-height: 500px;
background: #fffff6;
margin: 0;
padding-top: 5px;
float: left;
}
#bilden {
margin: 20px 0 0 -100px;
}
#bilden img {
border: 0px;
}

#lmenu {
width: 180px;
height: 450px;
background: url(../images/links.jpg) no-repeat;
margin: -5px 0;
padding: 5px;
float: left;
}
#copyright {
padding-top: 45px;
padding-left: 5px;
color: #0d460c;
font-size: 10px;
text-align: right;
}
#rmenu {
width: 191px;
min-height: 450px;
background: #fffff6;
margin: -226px 0 0 0;
padding: 10px;
float: right;
}
address {
font-style: normal;
font-size: 10px;
color:#0d460c;
margin-bottom: 20px;
}
address.text {
font-size: 14px;
}

#inhalt {
font-size: 14px;
font-weight: bold;
color: #0d460c;
width: 514px;
margin: -5px 0 0 -5px;
padding: 10px 20px;
float: left;
background: #fff;
}
.textrechts {
text-align: right;
}
.wichtig {
font-size: 18px;
padding-top: 30px;
}
.karte {
font-size: 12px;
font-weight: normal;
}

img {
margin-left: 120px;
border-right: 2px solid #b6c9aa;
border-bottom: 2px solid #b6c9aa;
padding: 0 1px 1px 0;
}



#footer {
width: 191px;
float: right;
height: 213px;
margin-top: -213px;
background: url(../images/rechts.jpg) no-repeat;
text-align: right;
}

#fotos {
margin-left: -180px;

}

.galerie {
list-style-type: none;
width: 500px;
margin: 0;
}

.galerie li {
float: left;
width: 150px;
}

a.link, a.link:hover, a.link:active {
background: transparent;
}


/*Navigation*/

ul.menu {
font-weight: bold;
color: #fffff6;
list-style-type: none;
padding-left: 0;
font-size: 14px;
width: 100%;
}
a {
text-decoration: none;
display: block;
color: #fffff6;
background: #0d460c;
padding: 5px;
margin-bottom: 10px;
}

a.textlink {
background: #fff;
color: #0d460c;
font-style: italic;
}

a.galerie {
background: transparent;
}

li#aktiv, a:hover, a:focus, a:active {
background: #b6c9aa;
padding: 5px;
margin-bottom: 10px;
}
a:hover.textlink, a:focus.textlink, a:active.textlink {
background: #fff;
color: #0d460c;
font-style: italic;
text-decoration: underline;
}


