@charset "UTF-8";
/* Main Structure, master backgrounds, etc. */ * {
	margin: 0px;
	padding: 0px;
}

/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement {
	text-indent: -200em;
	overflow: hidden;
}

/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* Definitionen zum body */
body {
	background-color: #ecf7fe;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 13px;
}

img {
	border: none;
}

a, a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #1c59a0;
	text-decoration: none;
}

/* Definitionen zum Layout */
#master-of-all {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	padding-bottom: 30px;
}

#header-container {
	width: 758px;
	height: 110px;
	float: left;
}

#header-suche-container {
	width: 198px;
	height: 53px;
	background-image: url(../img/element/bg_suchfeld.png);
	background-repeat: no-repeat;
	float: left;
}

#header-suche-bottom {
	width: 197px;
	height: 57px;
	background-image: url(../img/element/bg_suchfeld-bot.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

#header-topmenu-container {
	width: 560px;
	height: 53px;
	background-image: url(../img/element/bg_box-header-menu.png);
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}

#header-topmenu-container ul {
	list-style: none;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 7px;
	float: left;
}

#header-topmenu-container ul li {
	list-style: none;
	list-style-type: none;
	padding-right: 8px;
	padding-top: 20px;
	vertical-align: bottom;
	float: left;
}

#header-topmenu-container ul li a, #header-topmenu-container ul li a:link, #header-topmenu-container ul li a:active {
	list-style: none;
	list-style-type: none;
	float: left;
	text-decoration: none;
	color: #4f4f4f;
}

#header-topmenu-container ul li a:hover {
	list-style: none;
	list-style-type: none;
	float: left;
	text-decoration: underline;
	color: #1c59a0;
}

#header-logo-container {
	width: 200px;
	height: 110px;
	float: left;
	overflow: hidden;
}

#main-menu-container {
	width: 561px;
	height: 57px;
	float: left;
	background-color: #fff;
	overflow: hidden;
}

#hero-master-container {
	width: 960px;
	height: 350px;
	float: left;
}

#hero-left-clm {
	width: 172px;
	height: 350px;
	background-image: url(../img/element/bg_hero-left-clm.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 24px;
}

#hero-left-clm h1 {
	font-size: 14px;
	color: #1C59A0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#hero-left-clm p img {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#hero-gallery-container {
	width: 562px;
	height: 350px;
	background-image: url(../img/element/bg_gallery.png);
	background-repeat: no-repeat;
	float: left;
}

#hero-right-clm {
	width: 198px;
	height: 350px;
	background-image: url(../img/element/bg_hero-right-clm.png);
	background-repeat: no-repeat;
	float: left;
}

#hero-right-clm img {
	margin-top: 30px;
}

#content-container {
	width: 960px;
	overflow: hidden;
	background-image: url(../img/element/bg_box.png);
	background-repeat: repeat-y;
	float: left;
}

#content-left-clm {
	width: 186px;
	float: left;
	padding-left: 12px;
}

div.rezept-box {
	width: 155px;
	height: 234px;
	padding-top: 84px;
	padding-left: 24px;
}

div.rezept-box h2 {
	width: 122px;
	font-size: 13px;
	padding-bottom: 30px;
}

div.rezept-box h2 a {
	width: 122px;
	height: 100px;
	font-size: 13px;
	padding-bottom: 30px;
	text-decoration: underline;
}

div.rezept-box h2 a:hover {
	width: 122px;
	height: 80px;
	font-size: 13px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #1c59a0;
}

div.rezept-box ul li {
	list-style: none;
	list-style-type: none;
	float: left;
}

div.rezept-box ul li a, div.rezept-box ul li a:link, div.rezept-box ul li a:active {
	list-style: none;
	list-style-type: none;
	float: left;
	text-decoration: underline;
	padding-right: 3px;
	color: #4f4f4f;
}

div.rezept-box ul li a:hover {
	list-style: none;
	list-style-type: none;
	text-decoration: underline;
	color: #1c59a0;
}

#content-middle-clm {
	width: 560px;
	float: left;
}

.genusskarte {
	width: 640px;
	position: relative;
	left: 50%;
	margin-left: -320px;
	margin-top: 10px;
}

#content-middle-clm {
	list-style: inside;
	list-style-type: circle;
}

#breadcrumb-container {
	width: 520px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb-container li {
	list-style: none;
	list-style-type: none;
	float: left;
	font-size: 12px;
	color: #4f4f4f;
	font-weight: bold;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb-container li a {
	list-style: none;
	list-style-type: none;
	float: left;
	font-size: 12px;
	color: #1c59a0;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#breadcrumb-container li a:hover {
	float: left;
	font-size: 11px;
	color: #1c59a0;
	font-size: 12px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div.content-text {
	width: 560px;
	float: left;
	line-height: 1.5;
}

div.content-text p a, div.content-text p a:link, div.content-text p a:active, div.content-text p a:visited {
	text-decoration: underline;
}

div.content-text p a:hover {
	text-decoration: none;
}

div.content-text ul li {
	list-style: disc;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 13px;
}

div.content-img {
	float: left;
	width: 360px;
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#content-right-clm {
	width: 200px;
	float: right;
}

#content-container-bot {
	width: 960px;
	height: 100px;
	float: left;
	background-image: url(../img/element/bg_box-bottom.png);
	background-repeat: no-repeat;
}

div.socialize {
	width: 400px;
	margin-top: 20px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: left;
}

div.socialize p {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.socialize li {
	list-style: none;
	list-style-type: none;
	margin-right: 5px;
	float: left;
}

div.socialize img a {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.socialize img a:hover {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#subhero-container {
	width: 960px;
	height: 190px;
	background-image: url(../img/element/bg_hero-box-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#subhero-content-01 {
	width: 290px;
	margin: 8px 0px 0px 12px;
	padding: 8px 0px 0px 12px;
	float: left;
	display: inline;
}

#subhero-content-02 {
	width: 290px;
	margin: 8px 0px 0px 10px;
	padding: 8px 0px 0px 10px;
	float: left;
	display: inline;
	float: left;
}

#subhero-content-03 {
	width: 290px;
	margin: 8px 0px 0px 14px;
	padding: 8px 0px 0px 14px;
	float: left;
	display: inline;
	float: left;
}

#subhero-green-banner {
	z-index: 100;
	position: absolute;
	left: 809px;
	top: 432px;
}

#teaser-container {
	width: 960px;
	height: 820px;
	float: left;
	background-image: url(../img/element/bg_teaser-complete.gif);
	background-repeat: no-repeat;
}

/* Footer  */
#footer-container {
	width: 100%;
	height: 250px;
	float: left;
	background-image: url(../img/element/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer-container-content {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -485px;
	padding-top: 32px;
}

#footer-container-content p {
	margin-right: 20px;
	font-size: 9px;
	text-align: right;
}

div.footer-links {
	width: 150px;
	float: left;
	margin-left: 10px;
}

div.footer-links li {
	list-style: none;
	list-style-type: none;
	padding-bottom: 5px;
}

div.footer-links li a {
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.footer-links li a:hover {
	color: #1c59a0;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: underline;
}

div.hero-container {
	position: absolute;
	width: 960px;
	overflow: hidden;
}

div.hero-text {
	width: 300px;
	float: left;
	padding-top: 20px;
}

div.hero-text h1, div.hero-text h1 a {
	width: 300px;
	font-size: 18px;
	padding-bottom: 10px;
	text-decoration: none;
}

div.hero-text h1 a:hover {
	text-decoration: underline;
	color: #1c59a0;
}

div.hero-text p, div.hero-text p a {
	width: 300px;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 20px;
	text-decoration: none;
}

div.hero-text p a:hover {
	text-decoration: underline;
	color: #1c59a0;
}

div.hero-img {
	width: 610px;
	float: left;
	padding: 20px 10px 0px 22px;
}

div.page-links {
	color: #4b4b4d;
}

div.page-links ul li {
	list-style: none;
	list-style-type: none;
	float: left;
	padding-right: 7px;
	text-align: center;
	font-size: 10px;
}

div.page-links ul li a {
	list-style: none;
	list-style-type: none;
	float: left;
	text-decoration: underline;
	color: #414141;
	font-size: 10px;
}

div.page-links ul li a:hover {
	list-style: none;
	list-style-type: none;
	float: left;
	text-decoration: underline;
	color: #1c59a0;
	font-size: 10px;
}

.active {
	list-style: none;
	list-style-type: none;
	float: left;
	text-decoration: underline;
	color: #1c59a0;
	font-weight: bold;
}

div.angebote-container {
	width: 316px;
	height: 98px;
	margin-top: 3px;
	float: left;
}

div.angebote-content {
	width: 170px;
	float: left;
	line-height: 1.5;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

div.angebote-content h1 {
	width: 175px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

div.angebote-content h1 a {
	text-decoration: none;
	font-size: 16px;
}

div.angebote-content h1 a:hover {
	text-decoration: underline;
	color: #1c59a0;
}

div.angebote-content p a {
	text-decoration: none;
	font-size: 12px;
}

div.angebote-content p a:hover {
	text-decoration: underline;
	color: #1c59a0;
}

div.angebote-content-thumb {
	padding-left: 5px;
	float: left;
}

div.angebote-content-thumb img {
	height: 75px;
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.angebote-content-thumb img a {
	height: 75px;
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.angebote-content-thumb img a:hover {
	height: 75px;
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #1c59a0;
}

#termin-suche {
	margin-bottom: 20px;
	margin-left: 3px;
}

#hero-right-clm-teaser {
	padding: 10px;
}

#hero-right-clm-teaser img {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.listen-content-container {
	width: 560px;
	float: left;
	margin-bottom: 10px;
}

div.listen-content-thumb {
	float: left;
}

div.listen-content-thumb img {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.listen-content-thumb img a {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

div.listen-content-thumb img a:hover {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #1c59a0;
}

div.listen-content {
	width: 430px;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

div.listen-content-suche {
	width: 540px;
	float: left;
	margin-bottom: 20px;
}

div.listen-content h1, div.listen-content-suche h1 {
	font-weight: bold;
	color: #1c59a0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.listen-content h1 a, div.listen-content-suche h1 a {
	text-decoration: none;
	color: #1c59a0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.listen-content h1 a:hover, div.listen-content-suche h1 a:hover {
	text-decoration: underline;
	color: #1c59a0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.listen-content p, div.listen-content-suche p {
	line-height: 1.5;
}

div.listen-content p a, div.listen-content p a:link, div.listen-content p a:active, div.listen-content p a:vistited, div.listen-content-suche p a, div.listen-content-suche p a:link, div.listen-content-suche p a:active, div.listen-content-suche p a:visited {
	color: #1c59a0;
	text-decoration: none;
}

div.listen-content p a:hover, div.listen-content-suche p a:hover {
	color: #4f4f4f;
	text-decoration: none;
}

.text-link, .text-link a:link, .text-link a:active, .text-link a:visited {
	text-decoration: none;
}

.text-link a:hover {
	text-decoration: underline;
	color: #1c59a0;
}

.termin-link, a.termin-link a:link, a.termin-link a:visited {
	text-decoration: underline;
}

.termin-link a:hover {
	text-decoration: none;
}

.no-border {
	border: none;
}

.button {
	display: block;
	background: url('../img/icon-button/btn_num.gif') no-repeat;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
}

.button:hover, .button.active {
	color: #f30;
}

.gallery {
	overflow: hidden;
	width: 360px;
	height: 250px;
	position: relative;
}

.gallery ul li {
	position: absolute;
	list-style: none;
}

.thumbs {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	width: 330px;
}

.thumbs ul {
	overflow: hidden;
}

.thumbs ul li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

.prev, .next {
	float: left;
	padding-top: 5px;
}

/* Gallery Slider*/
/* the forward and backward buttons */
.addfwd {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 101px;
	top: 0px;
	right: 0px;
	background: url(../images/gallery_fwd.jpg) no-repeat;
}

.addbkwd {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 101px;
	top: 0px;
	left: 0px;
	background: url(../images/gallery_back.jpg) no-repeat;
}

/* thumbnail slider end */
/* banner rotator */
#banners_container {
	display: block;
	position: relative;
	width: 561px;
	height: 281px;
	margin: 0px auto 0px;
}

#banner_container {
	position: relative;
	overflow: hidden;
	width: 561px;
	height: 281px;
	margin: 0px auto 0px;
}

#banners {
	white-space: nowrap;
	display: block;
	position: relative;
}

#banners a {
	position: absolute;
}

#banners a img {
	border: none;
}

#thumb-container {
	width: 561px;
	height: 70px;
	float: left;
}

#thumb-container ul li {
	list-style: none;
	list-style-type: none;
	margin: 8px 7px 0px 2px;
	float: left;
	border: 1px solid #999999;
	cursor: pointer;
}

#thumb-container li.active {
	border: 1px solid #1c59a0;
}

#thumb-container ul li a {
	list-style: none;
	list-style-type: none;
}

#thumb-container ul li a {
	float: left;
	border: 1px solid #bbb;
}

#thumb-container ul li a:hover {
	float: left;
	border: 1px solid #1c59a0;
}

button.bt-anmelden {
	cursor: pointer;
	height: 64px;
	width: 164px;
	border-style: none;
	color: #000;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	background-color: transparent;
	background-position: -0px -128px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
}

button.bt-anmelden:hover {
	height: 64px;
	width: 164px;
	background-position: -164px -128px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
}

div.content-gallery {
	width: 540px;
}

div.content-gallery ul li {
	float: left;
	list-style: none;
	list-style-type: none;
}

#wetter {
	width: 170px;
	overflow: hidden;
	color: #4f4f4f;
	font-size: 11px;
	line-height: 1.3;
}

#wetter h2 {
	color: #1C59A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
}

#wetter h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	color: #4f4f4f;
	font-size: 11px;
	line-height: 13px;
}

#wetter div.today {
	border-bottom: 1px dotted #4f4f4f;
	height: 50px;
	padding-top: 3px;
	overflow: hidden;
}

p.wetter-link {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px dotted #4f4f4f;
}

#wetter div.today img {
	padding-top: 3px;
	width: 40px;
	height: 40px;
}

#wetter #fc_icon_0 {
	float: left;
	width: 50px;
}

#wetter #info_td {
	float: left;
	padding-left: 2px;
}

#wetter #forecast_1 {
	float: left;
	width: 50px;
	padding-top: 6px;
	padding-left: 0px;
}

#wetter #fc_icon_1 {
	float: left;
}

#wetter #fc_day_1 {
	float: left;
	color: #4f4f4f;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
	padding-top: 4px;
}

#wetter #fc_temp_1 {
	float: left;
	padding-top: 3px;
}

