@charset "utf-8";

html {
	background: no-repeat center center fixed;
	background-image:url(../bilder/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

h1 {
	font-size: 135%;
	color: #cc071e;
}

h2 {
	font-size: 120%;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 80%;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}

#gesamt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 1052px;
	margin-top: 20px;
	margin-right:auto;
	margin-bottom: 20px;
	margin-left:auto;
	padding: 0px;
	background-color: none;
	text-align: left;

}

#gesamt #kopf {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: hidden;
}

#gesamtinhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 1052px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color:none;
	background-image: url(../bilder/inhalt-hintergrund.jpg);
	background-repeat: repeat-y;
	text-align: left;
	border-bottom:10px solid #cc071e;
}

#inhalt  {
	color: #000000;
	width: 713px;
	line-height: 1.4em;
	margin: 0px;
	padding-left: 16px;
	padding-right: 16px;
	float: left;
	background-color: none;
}

#info  {
	width: 280px;
	margin: 0px;
	height: inherit;
	float: right;
	background-color: none;
	color: #030;
	padding-left: 14px;
	padding-right: 10px;
}

#gesamt #fuss {
	display:none;
	line-height: 26px;
	color: #000;
	text-align: right;
	margin: 0px;
	clear: both;
	height: 33px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../bilder/fuss-erdbeersch%C3%A4nke.png);
}

#gesamt  #navlistlinks{
	font-size: 115%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: repeat-x;
	font-style: italic;
	color: #000;
	background-image: url(file:///Macintosh%20HD/Daten/Sauna_Zw%C3%B6nitz/website_version1/Bilder/bg_bild2.jpg);
	margin: 0px;
	}


#ImageSlideShow.ImageSlideShow {
	width: 994px;
	height: 350px;
	border: solid 1px #000000;
}

#ImageSlideShow .ISSClip {
	background-color: #000000;
}

#navlistlinks li	{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	list-style-type: none;
	}
	
#navlistlinks a:link,
#navlistlinks a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #000;
	}
	
#navlistlinks a:link#aktuelllinks,
#navlistlinks a:visited#aktuelllinks,
#navlistlinks a:hover {
	padding-bottom: 1px;
	color: #900;
	}


.fett	{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.gruen	{
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.link	{
	color: #336600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}

.rot	{
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	}	
	
#MenuBar1 {
	position:relative;
	z-index:1000;
  -webkit-box-shadow: 0 8px 20px -5px #cc071e;
     -moz-box-shadow: 0 8px 20px -5px #cc071e;
          box-shadow: 0 8px 20px -5px #cc071e;	
}	

table.zeiten td {
	vertical-align:top;
}

ul.shop {
	list-style-type:none;
	padding:0;
}

ul.shop li {
	display:inline-block;
	vertical-align:top;
	width:320px;
	margin:0 12px 25px 0;
	
	padding:10px;

}

ul.shop li img {
	display:block;
	width:320px;
	border:2px solid red;
}

span.shop_produkt {
	display:block;
	font-weight:bold;
	font-size:14pt;
	padding-top:10px;
}

span.shop_details {
	display:block;
}

span.shop_preis {
	display:block;
	padding-top:10px;
	font-weight:bold;
	font-size:14pt;
}

