
/* Cookie Einblendung Beginn*/

#cookieConsent {
    background-color: rgba(255, 250, 156);
    min-height: 32px;
    font-size: 16px;
    color: black;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
	border-top: 2px solid black;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #FFCB67;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
	margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #B5592D;
}

/* Cookie Einblendung Ende */



/* Stylesheet für den Screen */

body, p, h1, h2, h3, h4, h5, h6 { /* Browser Standartwerte auf 0 überschreiben */
	margin: 0;
	padding: 0;
}

/* Definition aller Tag Selektoren  */
body {
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, 'Trebuchet MS', sans-serif;
	font-size: 14px;
	background-color: #c3efee;
	padding: 0;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	z-index: 2;
}

img {
	border: none;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
}

/*a:visited {
	color: black;
}*/

a {
	color: #8e4828;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p, h1, h2, h3, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

h1 {
	text-decoration: none;
	font-size: 2.3em;
	margin-bottom: 35px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 20px;
	/* text-decoration: underline; */
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dotted black;
}

/* Definition aller id Selektoren  */
#container {
	width: 960px;
	margin: 0 auto;
}

#ueberschrift {
	color: #8e4828;
	padding-left: 80px;
	margin-top: 30px;
}

#zeile1 h1 {
	font-size: 3em;
	margin-bottom: 0.3em;
	text-decoration: none;
	padding-left: 100px;
}

#zeile2 h2 {
	padding-left: 200px;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	text-align: left;
	text-decoration: none;
}

#zeile3 h2 {
	padding-left: 240px;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	text-align: left;
	text-decoration: none;
}

#brauner_rand_oben {
	width: 960px;
	height: 15px;
	margin: 0;
	padding:0;
	background-image: url(../images/hintergrund_braun_oben.png);
	background-repeat: no-repeat;
}

#brauner_rand_aussen {
	margin: 0;
	padding: 0;
	background-image: url(../images/brauner_rand_aussen.png);
	background-repeat: repeat-y;
	min-height: 550px;
	width: 960px;
}

#hintergrund_header_oben {
	margin-left: 15px;
	width: 930px;
	height: 21px;
	background-image: url(../images/hintergrund_header_oben.png);
	background-repeat: no-repeat;
}

#header {
	margin-left: 15px;
	width: 930px;
	height: 179px;
	background-image: url(../images/hintergrund_header.png);
	background-repeat: repeat-y;
}

#logo {
	float:left;
	position: absolute;
	margin-left: -70px;
	margin-top: -100px;
}

#flash {
	width: 600px;
	height: 160px;
	margin-left: 240px;
}

#nav  {
	width: 930px;
	height: 36px;
	margin-left: 15px;
	background-image: url(../images/button_hg.jpg);
	background-repeat: repeat-x;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a{
	font-size: 1.3em;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	display: block;
	color: black;
	padding: 0 15px 0 15px;
	background-image: url(../images/buttons_nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#nav ul li:hover {
	background-position: right -36px;
}


#nav ul li a:hover {
	background-position: 0 -36px;
}

#hauptbereich {
	clear: both;
	background-color: #fffa9c;
	width: 930px;
	min-height: 450px;
	margin-left: 15px;
}

#spalte_links {
	width: 20%;
	height: auto;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#produktschnellauswahl {
	margin-top: 10px;
	background-color: #fffa9c;
	border: 1px solid black;
}

#produktschnellauswahl h4 {
	background-color: #ffcc68;
	font-size: 0.9em;
	border-bottom: 1px solid black;
	padding: 3px 5px;
	margin-left: 0;
}

#produktschnellauswahl ul li{
	list-style-type: square;
	padding-bottom: 7px;
	font-size: 0.9em;
}

#produktschnellauswahl a{
	color: black;	
}

#oeffnungszeiten {
	margin-top: 25px;
	width: 170px;
}

#oeffnungszeiten fieldset {
	font-size: 1.2em;
	border: 1px solid black;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#oeffnungszeiten fieldset:hover {
	border: 1px solid #FCBA32;
}

#oeffnungszeiten fieldset:hover legend {
	background-color: #FCBA32;
}

#oeffnungszeiten fieldset p{
	font-size: 0.6em;
	line-height: 2em;
	text-align: center;
}

#beliebte_produkte{
	margin-top: 30px;
	width: 170px;
	margin-bottom: 15px;
	line-height: 1.4em;
}

#beliebte_produkte p {
	/*font-size: 0.9em;*/
	text-align: left;
	/* text-decoration: underline; */
}

#inhalt {
	padding-left: 15px;
	width: 70%;
	margin-left: 15px;
	float: left;
	margin-bottom: 25px;
	padding-top: 15px;
}

#inhalt ul li {
	margin-bottom: 5px;
	/*list-style-type: square;*/
	
}

#inhalt address {
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

#inhalt address a {
	color: black;
	text-decoration: none;
}

#inhalt address  a:hover{
	color: blue;
	text-decoration: underline;
}

#inhalt h3 {
	margin-top: 20px;
}

#inhalt p {
	margin-bottom: 25px;
}

#inhalt hr {
	width: 300px;
}

#inhalt li {
	font-size: 1.2em;
	padding-bottom: 5px;
}

#slogan {
	margin-bottom: 20px;
	width: 500px;
}

#slogan h1 {
	color: #8e4828;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
}

#slogan h2 {
	text-align: center;
	font-size: 1.4em;
	/* color: #3f5fd7; */
	text-decoration: none;
}

#slogan p {
	font-size: 1.2em;
	/* font-style: italic; */
	/* color: #3f5fd7; */
	text-align: center;
}

#impressum  {
	margin-top: 50px;
}

#impressum h1  {
	text-align: center;
}

#impressum p {
	text-align: center;
}

#impressum address {
	text-align: center;
}

#impressum img {
	margin-top: 25px;
}

#oeffnungszeiten_kontakt  {
	margin-left: 20px;
}

#oeffnungszeiten_kontakt h1  {
	margin-top: 100px;
	text-align: center;
}

#oeffnungszeiten_kontakt p {
	text-align: center;
}

#oeffnungszeiten_kontakt img {
	margin-top: 25px;
}

#footer {
	width: 930px;
	height: 30px;
	margin-left: 15px;
	text-align: center;
	clear: both;
	background-image: url(../images/hintergrund_footer.png);
	background-repeat: no-repeat;
}

#footer address {
	padding-top: 7px;
	font-style: normal;
	color: #000000;
	font-size: 0.85em;
}

#footer address a {
	color: black;
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}

#footer address a:hover {
	color: blue;
	text-decoration: underline;
}

#brauner_rand_unten {
	width: 960px;
	height: 15px;
	margin: 0;
	padding:0;
	background-image: url(../images/hintergrund_braun_unten.png);
	background-repeat: no-repeat;
}

/* Formular formatierung "kontaktformular" */
#kontaktformular label {
	display: block;
	width: 200px;
	float: left;
	clear: both;
	margin-left: 20px;
}
#kontaktformular p {
	clear: both;
	margin-bottom: 20px;
	color: black;
	font-weight: bold;
	font-size: 1em;
}

#kontaktform_css img {
	margin-left: 200px;
}

#kontaktform_css_lotusblume img {
	margin-top: -10px;
	margin-left: 200px;
}

#social_media {
	margin-top: 30px;
	width: 140px;
}

#twitter_button {
	width: 170px;
	height: 35px;
	margin-top: 15px;
	margin-bottom: 15 px;
}

#facebook_like_button {
	width: 170px;
	height: 35px;
	margin-bottom: 15 px;
}

#google_plus_one {
	width: 170px;
	height: 35px;
	margin-bottom: 15 px;
}

#addthis_button {
	width: 170px;
	height: 35px;
	margin-bottom: 15 px;
}

#print {
	width: 170px;
	height: 35px;
	margin-bottom: 15 px;
}

#print img {
	padding-right: 10px;
}

#print a {
	padding-bottom: 10px;
	font-size: 0.9em;
}

#datenschutz {
	margin-top: 20px;
	font-size: 0.8em;
}

#datenschutz a {
	color: black;
}

#sitemap {
	margin-left: 70px;
}

#sitemap li {
	font-size: 1em;
}

#sitemap ul li ul li {
	margin-top: 5px;
	list-style-type: square;
}

/* Definition aller klassen Selektoren  */
#nav ul li.aktive_seite_startseite a {
	background-position: -15px -72px;
}

#nav ul li.aktive_seite a {
	background-position: 0 -72px;
}

#nav ul li.nicht_aktiv_startseite a {
	background-position: -15px 0;
}

#nav ul li.nicht_aktiv_startseite a:hover {
	background-position: -15px -36px;
}

.float_stopper {
	clear: both;
}

.bild_links {
	float: left;
	margin: 0 15px 10px 0;
}

.bild_rechts {
	float: right;
	margin: 0 0px 10px 15px;
}

.rahmen {
	border: 1px solid black;
}
.formular_errormeldung {
	font-size: 1em;
	/*background-color: #fee;*/
	height: 20px;
	color: red;
	font-weight: normal;
	margin-left: 220px;
	text-decoration: underline;
}

.font_size_06 {
	font-size: 0.6em;
}

.font_size_08 {
	font-size: 0.8em;
}

.zentrieren {
	text-align: center;
}

.bold_blue {
	color: blue;
	font-weight: bold;
}

.rechtsbuendig {
	text-align: right;
}

/*nur vorhanden, damit diese im Editor ausgewählt werden kann, wird im Script fuer cufon festgelegt */
.calimadb {
}

.height_100 {
	height: 100px;
}

.height_120 {
	height: 120px;
}

.height_140 {
	height: 140px;
}

.height_160 {
	height: 160px;
}

.height_180 {
	height: 180px;
}

.height_200 {
	height: 200px;
}

.height_220 {
	height: 220px;
}


/*Print Einstellungen */
#print_header h2{
	display: none;
}

#print_footer {
	display: none;
}

.display_none {
	display: none;
}

.facebook {
	/*display: none;*/
}