* { 
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, "Lucida Grande";
}

body {
background-color: lightgray;
}

img {
border: 0;
}

/* SITE
---------------------*/
#site {
background-color: white;
width: 980px;
border-left: 0px solid gray;
border-right: 0px solid gray;
margin: 0 auto;
margin-top: 20px;
background-image:url();
}

/* KOPF
---------------------*/
#kopf {

}


#logo {
background-image:url(bilder/logo.png);
background-repeat: no-repeat;
background-position: 40px 50px;
width: 392px;
height: 150px;
float: left;
text-indent: -4000px;
}


/* NAV
---------------------*/

#nav  {
float: left;
display: inline;
width: 940px;
height: 80px;
padding: 0x;
border-bottom: 0px solid lightgray;
background-color: #e9e9e9;
margin-left: 20px;
margin-top: 10px;
}

#nav li {
text-align: center;
display: inline;
float: left;
}

#nav li a {
background-color: transparent;
border: 0px solid gray;
text-decoration: none;
font-size: 14px;
color: #090909;
width: 188px;
height: 46px;
display: block;
padding-top: 34px;
}



#nav li:hover a,
#nav li.aktiv a{
background-color:#f9f9f9;
color: #0f8bd2;
}

#nav li:active a,
#nav li:focus a {
background-color:#f9f9f9;
color: gray;
}


/* SUBNAV
---------------------*/
#subnav {
padding: 25px 35px 5px 35px;
width: 250px;
border: 0px solid #f3f3f3;
font-size: 13px;
background-color: #f6f6f6;
line-height: 16px;
margin-bottom: 10px;
}

#subnav h2 {
font-size: 16px;
font-weight: normal;
margin: 0;

}

#subnav ul {
margin-top: 10px;
margin-bottom: 25px;
}

#subnav ul li {
margin-bottom: 6px;
background-image: url(bilder/pfeil.png);
background-repeat: no-repeat;
background-position: 1px 0px;
list-style-type: none;
padding-left: 25px;
}


#subnav ul li.aktiv a {
	color: black;
}


/* INHALT
---------------------*/
#inhalt {
clear: both;
width: 980px;
}


/* LEISTE
---------------------*/
#leiste {
float: left;
width: 342px;
padding-top: 25px;
padding-left: 20px;
}

#fragen {
padding: 15px 20px 15px 20px;
width: 280px;
border: 0px solid #f3f3f3;
background-color: #f6f6f6;
margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
}

#leiste a,
#leiste a:visited {
text-decoration: none;
color: #0f8bd2;
}

#leiste a:hover {
text-decoration: underline;
color: grey;
}

#leiste a:active,
#leiste a:focus {
text-decoration: underline;
color: darkgray;
}


/* HAUPTINHALT
---------------------*/
#hauptinhalt {
float: left;
width: 585px;
padding-top: 25px;
padding-left: 0px;
padding-right: 0px;
font-size: 13px;
line-height: 20px;
}

#hauptinhalt h2 {
font-weight: normal;
margin-bottom: 20px;
font-size: 22px;
line-height: 26px;
}

#hauptinhalt h3 {
font-weight: normal;
font-size: 16px;
line-height: 22px;
color: #0f8bd2;
margin-top: 0px;
}

#hauptinhalt h3.blockh3 {
width: 160px;
float: left;
}

#hauptinhalt h3.blockh3-margin {
width: 160px;
float: left;
margin-left: 35px;
}

#hauptinhalt h3.wissenswertes {
color: black;
font-size: 16px;
}

#hauptinhalt h4 {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: black; /* #0f8bd2; */
margin-top: 0px;
}

#hauptinhalt p {
margin-bottom: 12px;
}

#hauptinhalt em {
color: #0f8bd2;
font-style: normal;
}

#hauptinhalt a {
text-decoration: none;
border-bottom: 1px dotted #0f8bd2;
color: #0f8bd2;
}

#hauptinhalt a:hover {
text-decoration: none;
border-bottom: 1px dotted gray;
color: gray;
}

.imgfloatleft {
float: left;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
height: 180px;

}

.imgfloatleft-gross{
float: left;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 25px;
}


#hauptinhalt ul {
margin-bottom: 15px;
}

#hauptinhalt ul li {
margin-left:35px;
}

#hauptinhalt #nobottommargin {
margin-bottom: 3px;
}

.wrapper {
height: 270px;
float: left;
}

#hauptbild {
margin-top: 1px;
margin-bottom: 0px;
}

#hauptbild-karte{
margin-top: 1px;
margin-bottom: 25px;
}

/* FUSS
---------------------*/
#fuss {
height: 10px;
clear: both;
}

.engerfoto {
width: 100%;
text-align: right;
font-size: 10px;
color: gray;
margin-bottom: 20px;
}