ul, li, a
{
text-decoration: none;
list-style-type: none;
font-size: 1.0em;
font-weight: 800;
color: #252;
}

a:hover
{
text-decoration: none;
list-style-type: none;
font-size: 1.0em;
font-weight: 800;
color: #000;
}

li.ausflug
{
margin-right: 15px;
width: 210px;
height: 230px;
background-color: #efe;
float: left;
margin-top: 15px;
font-size: 1.0em;
text-align: center;
}

li.headline
{
padding-top: 10px;
padding-bottom: 15px;
margin-right: 15px;
width: 660px;
height: 20px;
background-color: #fff;
float: left;
margin-top: 15px;
font-size: 1.5em;
text-align: center;
}


li.ausflug:hover
{
font-size: 1.0em;
text-align: center;
color: #000;
background-color: #fff;
}

p.titel
{
margin-left: 4px;
width: 200px;
font-size: 1.0em;
text-align: center;
}

.km
{
position: absolute;
margin-left: 170px;
margin-top: -50px;
width: 50px;
height: 35px;
background-color: #ffc000;
border: 2px #000 solid;
border-radius: 25px;
text-align: center;
padding-top: 15px;
font-size: 1.2em;
color: #000;
box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.5);	
}


li.amenu
{
width: 109px;
height: 50px;
float: left;
background-color: #122a0a;
margin-right: 4px;
padding: 10px;
text-align: center;
font-size: 1.2em;
color: #f4fbda;
box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.5);	
	transition: all 0.4s ease-in-out 0.0s;
	-moz-transition: all 0.4s ease-in-out 0.0s;
	-o-transition: all 0.4s ease-in-out 0.0s;
	-webkit-transition: all 0.4s ease-in-out 0.0s;
}

li.amenu:hover
{
font-size: 1.0em;
color: #122a0a;
background-color: #f4fbda;
	transition: all 0.4s ease-in-out 0.0s;
	-moz-transition: all 0.4s ease-in-out 0.0s;
	-o-transition: all 0.4s ease-in-out 0.0s;
	-webkit-transition: all 0.4s ease-in-out 0.0s;
}


li.kompass
{
float: left;
margin-top: -140px;
margin-left: 630px;
}

.karte
{
display: none;
position: absolute;
width: 850px;
margin-left: -740px;
z-index: 1000;
}

.karte img
{
width: 100%;
}


li.kompass:hover>.karte
{
display: block;
}



.suchfeld
{
border: 1px #aaa inset;
padding: 5px;
width: 200px;
float: left;
background-color: #fff;
font-size: 1.1em;
height: 20px;
}

.suchfeld:hover
{
background-color: #cedbec;
}


.suchbtn
{
width: 30px;
padding-left: 10px;
}

.suchbtn img
{
width: 100%;
}

#back_top
{
display: block; 
position: fixed; 
margin-top: 300px; 
z-index:1000;

}