@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background-image:  url(../img/hg.jpg);
    background-repeat: repeat-y;
	font-family: arial, sans-serif;
}
html, body {
    background-color: #bcc3d9;
    clear: both;
    float: left;
    width: 100%;
}
nav ul li a {
    cursor: pointer;
	display: block;
	text-decoration:none;
	color:#000;
	    padding: 0.3em 1em;
}

#heder {
    background-color: #003176;
    height: 150px;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#content {
    max-width: 1200px;
    margin: 0 auto;
}
#right {
	 
      width: 55%;
float:right;
    margin-bottom: 20px;
}
#logo {
width: 100%;
    height: auto;
}
#banner {
    width: 40%;
    float: left;
    position: relative;
    margin-top: -11.2em;
	    margin-bottom: 20px;
}

#nav {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 100;
    position: relative;
	    padding-right: 20px;
}
#titel {
    color: #ffed4e;
    float: right;
    margin-top: -1em;
    position: relative;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
}
#oeffnungszeiten  {
float: right;
margin: 6px 12px 0 0;
    clear: both;
}
#adresse, #oeffnungszeiten {
    font-size: 1.4em;
		clear:both;
}

#adresse {
       margin: -1.4em 0;
	   	    float: right;
}


 #oeffnungszeiten span {
    display: inline-block;
    width: 6em;
    font-weight: bold;
    /* font-style: italic; */
    color: #003276;
}


 #oeffnungszeiten b {
    color: #003276;
	    text-transform: uppercase;
		margin:0.5em 0;
		display:inline-block;
}

#tel {
    color: #003276;
    font-size: 2.6em;
    font-weight: bold;
    clear: both;
    float: right;
    margin: 6px 12px 0 0;
	text-decoration: none;
}
#tel:hover {
    color: #f00;
}

nav , nav ul   {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
	margin-top: 8px;
}
nav ul li {
list-style: none;
    background-color: #faf6d7;
    margin: 0.5em 0;
    font-size: 1.2em;
    border: 2px solid #fff;
    color: #003276;
    font-weight: bold;
    margin: 12px 12px 0 0;
    width: 75%;
    float: right;
    box-shadow: 3Px 2px 3px grey;
}

nav ul li a:before {
    content: url(../img/ok.png);
    display: none;
    height: 10px;
    float: left;
    margin: -3px 0 0 -4.5em;
}

nav ul li a:hover:before {
  display:block;
}
nav ul li a:hover {
background-color:#fff;
}

iframe {
    background-color: #fff;
    position: relative;
    overflow-y: scroll;
    padding: 55px 0 50px 20px;
    background: #fff;
    border: none;

}

.li li {
    margin-top: 20px;
    list-style: none;
clear: both;
}
.li li b {
    display: block;
    background-image: url(../img/li.png);
    background-position: bottom;
    color: #003276;

    font-weight: bold;
    font-style: italic;
    padding: 0;
    line-height: 2em;
    margin-bottom: 10px;
}

.li li b:before {
    content: url(../img/ok.png);
    margin-right: 1em;
    display: inline-block;
    top: 6px;
    position: relative;
}
.li li span {
    padding: 0 78px;
    display: block;
}

.li li img {
    position: relative;
    display: block;
    float: right;
    clear: both;
    height: 70px;
    width: auto;
    margin-top: -70px;
	    right: -50px;
}