@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;
}




/* Definitionen zum Layout */


#master-of-all {
	width:960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	padding-bottom:30px;
}
#header-start {
	width:960px;
	height:110px;
	overflow:hidden;
	background:url(../img/element/bg_header-start-box.png) no-repeat;
}
#header-suche-container {
	width:198px;
	height:53px;
	background-image:url(../img/element/bg_suchfeld.png);
	background-repeat:no-repeat;
	float:left;
}
#header-suche-start {
	width:198px;
	height:53px;
	float:left;
}
#header-suche-bottom {
	width:198px;
	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:52px;
	background-image:url(../img/element/bg_box-header-menu.png);
	background-repeat:repeat-x;
	background-color:#fff;
	float:left;
}

#header-topmenu-start {
	width:430px;
	height:52px;
	background-image:url(../img/element/bg_box-header-menu.png);
	background-repeat:repeat-x;
	float:left;
}

#start-teaser-container {
	width:auto;
	background:url(../img/element/bg_box.png);
	padding-left:11px
}

.header-start-img {

	height:155px;
	width:235px;
	float:left;
	
	
}


#header-topmenu-container ul, #header-topmenu-start ul {
	list-style:none;
	list-style-type:none;
	padding-right:20px;
	padding-left:7px;
	float:left;
}
#header-topmenu-container ul li, #header-topmenu-start 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,
#header-topmenu-start ul li a, #header-topmenu-start ul li a:link, #header-topmenu-start 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, #header-topmenu-start ul li a:hover {
	list-style:none;
	list-style-type:none;
	float:left;
	text-decoration:underline;
	color:#1c59a0;
}
#header-logo-container {
	width:200px;
	height:111px;
	float:left;
	overflow:hidden;
}
#header-logo-start {
	width:290px;
	height:108px;
	float:right;
	overflow:hidden;
}
#main-menu-container {
	width:560px;
	height:58px;
	float:left;
	background-color:#fff;
	overflow:hidden;
}

#main-menu-start {
	width:960px;
	height:77px;
	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:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
#hero-left-clm p {
	color:#fff;
}
#hero-left-clm p a {
	color:#fff;
	text-decoration:underline;
}
#hero-left-clm p a:hover {
	color:#fff;
	text-decoration:none;
}
#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;
	background-image:url(../img/element/bg_rezept.png);
	background-repeat:no-repeat;
}
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:#92203e;
}
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:#92203e;
}
#content-middle-clm {
	width:560px;
	float:left;
}
#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:#92203e;
	padding-right:6px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#breadcrumb-container li a:hover {
	float:left;
	font-size: 11px;
	color:#92203e;
	font-size:12px;
	padding-right:6px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div.content-text {
	width:560px;
	float:left;
}

div.content-text ul li{
	list-style:disc;
	list-style-position:inside;
}


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;
}
#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:#91203e;
	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:#91203e;
}
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:#91203e;
}
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:#91203e;
	font-size:10px;
}

 .active{
	list-style:none;
	list-style-type:none;
	float:left;
	text-decoration:underline;
	color:#91203e;
	font-weight:bold;
}






#termin-suche {

	margin-bottom:20px;
	margin-left:3px;

}



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 #91203e;
}
div.listen-content {
	width:300px;
	float:left;
	padding-left:10px;
	margin-bottom:20px;
}
div.listen-content h1 {
	
	font-weight:bold;
	color:#91203e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.listen-content h1 a {
	text-decoration:none;
	

	color:#91203e;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.listen-content h1 a:hover {
	text-decoration:underline;
	color:#91203e;
	font-family:Georgia, "Times New Roman", Times, serif;

}
div.listen-content 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 {
	color:#91203e;
	text-decoration:underline;
	
	}

div.listen-content 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:#91203e;
}

.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 #92203e;
}

#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 #92203e;


}
a, a:link, a:active, a:visited {

	font-family: Arial, Helvetica, sans-serif;
	color:#4f4f4f;
	text-decoration:none;
}

a:hover {

	color:#1c59a0;
	text-decoration:none;
}start-img