@charset "utf-8";
  
@media all {

/* ---------------------------------------------------------------------- */
/* ----------------------------- HTML RESET  ---------------------------- */
/* ---------------------------------------------------------------------- */	
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.box-630 p, .box-630-top p, .box-630-leftright p, .box-630-bottom p {
  padding: 0 0 14px 0;
}

.col-270 .contentWrap p {
  padding: 0 0 9px 0;
}

:focus {
	outline: none;
}

.box-630 p img, .box-630-top p img, .box-630-leftright p img, .box-630-bottom p img, #content_wrapper > .contentWrap > p > img {
  padding: 5px;
  margin: 0 18px 18px 18px;
  background-color:#FFF;
  border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-box-shadow: 1px 2px 3px #666;
	-webkit-box-shadow: 1px 2px 3px #666;
	box-shadow: 1px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666');
}

	
/* ---------------------------------------------------------------------- */
/* ------------------------- FONT EMBEDDING  ---------------------------- */
/* ---------------------------------------------------------------------- */		
	

@font-face {
	font-family: 'MuseoSlab500Italic';
	src: url('../fonts/museo_slab_500italic-webfont.eot');
	src: local('☺'), url('../fonts/museo_slab_500italic-webfont.woff') format('woff'), url('../fonts/museo_slab_500italic-webfont.ttf') format('truetype'), url('../fonts/museo_slab_500italic-webfont.svg#webfontjtGVrGsj') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('../fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('../fonts/museo_slab_500-webfont.woff') format('woff'), url('../fonts/museo_slab_500-webfont.ttf') format('truetype'), url('../fonts/museo_slab_500-webfont.svg#webfontt0Xq5AGV') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------------------------- */
/* ------------------------- Basic Definitions -------------------------- */
/* ---------------------------------------------------------------------- */		


html {
	height: 100%;
	margin-bottom: 1px;
}
  
html, body {
	width: 100%;
	background: #003459 url("../images/bg_body.jpg") repeat-x top center;
	font: 10px/1.2em 'MuseoSlab500', Helvetica, Arial, Verdana, sans-serif;
	color: #605749; 						/* ColorDefinition! */
}

body {
    font-size: 100.01%;
    background: transparent url("../images/bg_footer.png") no-repeat bottom center;
}

/* ---------------------------------------------------------------------- */
/* --------------------------- Universal Klassen ------------------------ */
/* ---------------------------------------------------------------------- */

.clearer {
  	background: none;
  	clear: both;
  	display: block;
  	float: none;
  	font-size: 0;
  	line-height: 0;
  	list-style: none;
  	overflow: hidden;
  	visibility: hidden;
  	width: 0;
  	height: 0; 
}

.fl, .fr .fr-form{
	float: left;
  display: inline;
}

.fr {
  float: right;
}

.align-center {
	text-align: center;
}

.hidden,
input[type="hidden"] {
  	position: absolute;
  	top: -10000px;
  	left: -10000px;
  	width: 1px;
  	height: 1px;
}

.shadow {
	-moz-box-shadow: 1px 2px 3px #666;
	-webkit-box-shadow: 1px 2px 3px #666;
	box-shadow: 1px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666');
}

/* ---------------------------------------------------------------------- */
/* ------------------------------- Links -------------------------------- */
/* ---------------------------------------------------------------------- */
	
a {
	color: #9e060b;									  /* ColorDefinition! */
	text-decoration:none;
}
	
a:focus,a:hover {
	text-decoration:none;
}

#inner-menu a:focus,
#inner-menu a:hover {
	text-decoration: none;
}

#featured-products a#prev2,
#featured-products a#next2 {
	z-index: 1000;
	display: block;
	position: absolute;
	width: 18px;
	height: 23px;
	text-indent: -9999px;
	background: rgba(0,255,255,0.5);
	top: 90px;
}
	
#featured-products a#prev2 {
	left: -11px;
	background: url("../images/icons/icon_featured_products_prev.png") no-repeat top left;
}

#featured-products a#next2 {
	right: -11px;
	background: url("../images/icons/icon_featured_products_next.png") no-repeat top left;
}

.station_icons a {
	margin-right:7px;
	margin-bottom:7px;
}

div.station_icons a {
	display:inline;
	float:left;
	border:none ! important;
}	

.teaser_thumbs a {
	vertical-align:top;
}


/* ---------------------------------------------------------------------- */
/* ------------------------------ Tabellen ------------------------------ */
/* ---------------------------------------------------------------------- */

table {
    width: 100%;
    border: 2px solid #FFF;
}

caption, td, th {
    vertical-align: top;
    text-align: left;
    padding: 2px 9px 2px 9px;
    border: 1px solid #FFF;
    height:20px;
    vertical-align:top;
}
  
th {
	font-weight:bold;
}
	
tr:hover {
	background-color: rgba(255,255,255, 0.5);
}
	
tr.trhead th {
	background: url(../images/bg_th.png) repeat-x left;
	border-bottom:2px solid #FFF;
}
	
tr.even td {
	background-color: rgba(255,255,255, 0.25);
}
	
/* ---------------------------------------------------------------------- */
/* ------------------------------- Listen ------------------------------- */
/* ---------------------------------------------------------------------- */

ul, ol, dl {
	position: relative;
	color: #37322a;									  /* ColorDefinition! */
}
	
#content_wrapper ul, #content_wrapper ol {
	list-style-position: inside;
	line-height:17px;
	list-style-type:disc;
	margin-left:15px;
}

#subfooter ul	{
	float: left;
}
	
#subfooter li	{
	display: inline;
}
	
#subfooter ul a:link,
#subfooter ul a:visited,
#subfooter ul a:active {
	color: #9e060b;
}
	
#subfooter ul a:hover	{
	text-decoration: underline;
}

#copyright span {
	font-weight:bold;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------- Überschriften --------------------------- */
/* ---------------------------------------------------------------------- */

	
	
h1 {
	font-family: 'MuseoSlab500', Georgia, serif;
	font-size: 30px;
	line-height: 28px;
	margin-bottom: 10px;
	color:#605749;
}

#header h1 {
		float: left;
		width: 226px;
		height: 123px;
		/*text-indent: -9999px;*/
		margin: 25px 0 0 19px;
}

#header h1 a {
		display:block;
		width: 226px;
		height: 123px;
}

h2 {
	font-family: 'MuseoSlab500', Georgia, serif;
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 6px;
	letter-spacing:1px;
	color:#605749;
}

h3 {
	font-family: 'MuseoSlab500', Georgia, serif;
	font-size: 18px;
	line-height: 20px;
	color:#605749;
}

#current-location h3 {
	font-size: 16px;
	margin-top:2px;
	margin-bottom:5px;
	line-height: 20px;
	font-weight:bold;
}

.col-270 .headerWrap h3 {
	background: url("../images/bg_hl_sidebar.png") no-repeat top left;
	height: 17px;
	padding: 6px 10px 8px;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	font-weight:bold;
}

.blog-article-excerpt h3,
.blog-article-excerpt h3 a {
	color: #900204;
	font-size: 1.3em;
	margin-bottom: 14px;
}
	
.blog-post h3,
.blog-post h3 a {
	color: #363129;
	font-weight: normal;
	padding-bottom: 2px;
}

h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 18px;
	color:#37322a;
	font-weight:bold;
}

h5 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color:#37322a;
	font-weight:bold;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------- Absätze, Farben-------------------------- */
/* ---------------------------------------------------------------------- */


.blog-article p,
p.excerpt {
	padding-right:3px;
}
	
.blog-post p {
	font-size: 0.95em;
	line-height: 1.1em;
}	


.pbars p {
	color: #605749;
}
	
blockquote {
	margin: 0 10px 0 0;
	padding: 3px;
	color: #575757;		
	font-style: italic;
}

span.weiss {
	color: #FFFFFF;
}
	 
span.schwarz {
	color: #000000;
}
	
span.rot {
	color: #FF0000;
}
	
span.hellgrau	{
	color: #DDDDDD;
}
	
span.dunkelgrau	{
	color: #333333;
}



/* ---------------------------------------------------------------------- */
/* ---------------------------- Grund-Layout ---------------------------- */
/* ---------------------------------------------------------------------- */	

#page {
	width: 960px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	padding-bottom: 40px;				/* Abstand des Footers zum unteren Seitenende */
	font-size: 140%;
	line-height: 1.5em;
}
	
#header	{
	height: 183px;
	width: 960px;
	background: url(../images/bg_header_margin.png) no-repeat top left;
}

#content {
	width: 938px;
	border-width: 0px 2px 0px;
	border-color: #fff;
	border-style: solid;
		
	/* Abstand zu den Inhaltsbereichen */
	padding: 18px 9px 20px; /* 20px horiz über */
	background-color: rgba(74,141,189,0.35);
}

#subfooter {
	border-top: 2px solid #fff;
	background: url("../images/footer_rounded_end.gif") no-repeat bottom right;
	padding: 3px 20px;
	font-size: .8em;
}



/* ---------------------------------------------------------------------- */
/* -------------------------- bells and whistles ------------------------ */
/* ---------------------------------------------------------------------- */	

html > body #dolphin {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -920px;
	z-index: 1;
	width: 1483px;
	height: 686px;
	background: transparent url("../images/dolphin.png") no-repeat;	
}
	
html > body #micro-fish	{
	position: absolute;
	top: 800px;
	left: 50%;
	margin-left: 465px;
	z-index: 1;
	width: 55px;
	height: 35px;
	background: transparent url("../images/micro_fish.png") no-repeat;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------- Helper-Menu --------------------------- */
/* ---------------------------------------------------------------------- */		
	
	
#lang_selector_wrapper {
	float: right;
	background: url(../images/bg_lang_right.png) no-repeat top right;
	padding-right: 15px;
	height: 34px;
	font-family: 'MuseoSlab500';
	font-size: .85em;
	line-height: 1.3em;
}

#lang_selector_wrapper span {
	margin:0 8px 0 8px;
}

#helper_menu {
	float: right;
	background: url(../images/bg_lang.png) repeat;
	height: 25px;
	padding: 9px 0 0 15px;	
}

#hotline {
	float: right;
	background: url(../images/bg_lang_left.png) no-repeat top left;
	height: 25px;
	padding: 9px 0 0 15px;	
}

#helper_menu a, #hotline a {
	color: #605749;
	font-weight: bold;
}
	
#helper_menu a:hover, #hotline a:hover {
	color:#9e060b;
	text-decoration:none;
}
	
#lang_selector {
	float: right;
	background: url(../images/bg_lang.png) repeat-x;
	height: 25px;
	padding: 9px 0 0 2px;
}

#lang_selector img {
	margin: 0 0 -2px 0;
}

#lang_selector span {
	margin:0 4px 0 4px;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------- Top-Menu ----------------------------- */
/* ---------------------------------------------------------------------- */
	
#inner-menu {
	width: 960px;
	height: 47px;
	background: url(../images/slidetab/menu_bg.png) no-repeat top right;
}
	
#inner-menu ul {
	list-style: none;
	clear: both;
}
	
#inner-menu li {
	float: left;
	background: url(../images/slidetab/inactive_right.png) no-repeat top right;
	padding: 14px 35px 9px 0;
}

#inner-menu li.act,
#inner-menu li.firstact {
	padding: 12px 35px 9px 0; /* Anpassung für active: padding-top */
}
	
#inner-menu li a {
	background: url(../images/slidetab/inactive_left.png) no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 16px 0 12px 0;
}
	
#inner-menu li.first a {
	background: url(../images/slidetab/first_inactive_left.png) no-repeat top left;
	padding-left: 20px;
}
	
#inner-menu li.last {
	background: url(../images/slidetab/last_inactive_right.png) no-repeat top right;
}
	
#inner-menu li.act,
#inner-menu li.firstact {
	background: url(../images/slidetab/active_right.png) no-repeat top right;
}
	
#inner-menu li.act a {
	background: url(../images/slidetab/active_left.png) no-repeat top left;
	margin-left: -35px;
	padding: 14px 0 14px 40px; /* Anpassung für active: padding-top & bottom */
	color: #605749;
}

#inner-menu li.lastact a  {
	background: url(../images/slidetab/active_left.png) no-repeat top left;
	margin-left: -35px;
	padding: 16px 0 12px 40px; /* Anpassung für active: padding-top & bottom */
	color: #605749;
}
	
#inner-menu li.lastact {
	background:url(../images/slidetab/last_active_right.png) no-repeat top right;
}
	
#inner-menu li.firstact a {
	background: url(../images/slidetab/first_active_left.png) no-repeat top left;
	padding-top: 14px;		  /* Anpassung für active: padding-top & bottom */	
	padding-bottom: 14px;
	padding-left: 20px;
	color: #605749;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------- Spalten ------------------------------ */
/* ---------------------------------------------------------------------- */

.col-630, .col-270 {
    float: right;
    margin: 0px 9px;
    display: inline;
    position: relative;	
}
	
.col-630 {
	width: 632px;
}
	
.col-270 {
	width: 270px;
}

.col-630 > .contentWrap {
	margin-bottom: 9px;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------- Boxen -------------------------------- */
/* ---------------------------------------------------------------------- */

.box-270,
.box-270-top,
.box-270-bottom,
.box-630,
.box-630-top,
.box-630-bottom {
	background-color: rgba(255,255,255,.75);
	background-color:#c9dae7\9;
	border: 2px solid #fff;
}

.box-270 .contentWrap,
.box-270-top .contentWrap,
.box-630-leftright {
	border: 2px solid #fff;
}
	
.box-270, 
.box-630 {		
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 18px;
	margin-bottom: 9px;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}
		
.box-270-top {
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	padding: 9px;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}
	
.box-630-top {
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-bottom: none;
	padding: 18px 18px 8px 18px;
	background-color:#c9dae7\9;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}
	
.box-630-bottom {
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-top: none;
	padding: 8px 18px 18px 18px;
	margin-bottom: 9px;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}

.box-270-bottom,
.box-270-y .contentWrap,
.box-270 .contentWrap,
.box-270-leftright {
	clear: both;
	overflow: hidden;
}
	
.box-270-bottom {
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	padding: 0 9px 9px 9px;
	border-width: 0px 2px 2px 2px;
	margin-bottom: 9px;
	behavior: url(fileadmin/template/static/css/PIE.htc);
	background-color:#c9dae7\9;
}

.box-270-y {
	margin-bottom: 9px;
}

.box-270, .box-270-top, .box-270-y {
	border: none;
	padding: 0;
	
}

.box-270-y .contentWrap {
	padding: 3px 10px;
	background: url("../images/bg_sidebar-y.png") no-repeat bottom left;
}

.box-270 .contentWrap {
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	padding: 9px;
	border-width: 0px 2px 2px 2px;
	behavior: url(fileadmin/template/static/css/PIE.htc);
	background-color:#c9dae7\9;
}

	
.box-270-top .contentWrap {
	border-width: 0px 2px 0px 2px;
	padding: 9px 9px 0 9px;
	background-color:#c9dae7\9;
}

.box-630-leftright {
	background-color: rgba(255,255,255,.75);
	border-width: 0 2px; 
	padding: 8px 18px 8px 18px;
	background-color:#c9dae7\9;
}


.box-270-leftright {
	padding: 0 9px;
	background-color: rgba(255,255,255,0.75);
	border-width: 0px 2px;
	background-color:#c9dae7\9;
}

	
#content_wrapper {
	font-family: "Trebuchet MS", sans-serif;
	line-height: 17px;
	color:#37322a;
}
	
#submenu {
	margin-bottom: 9px;
}

#current-location	{
	background: url("../images/bg_submenu_top_cl.png") no-repeat top right;
	padding: 3px 18px 4px 12px;
	font-size: 16px;
	display:none;
}
	
.m,
.makt {
	display: block;
	width: 20px;
	float: left;
	text-align: center;
	color: #605749;
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
}
	
.makt {
	color:#4385e5;
}
	
/* ------------------------------------------------------------------------- */
/* ---------------------------- Hauptnavigation ---------------------------- */
/* ------------------------------------------------------------------------- */	
	
#menu_wrapper_main li	{
	display: block;
	list-style: none;
	line-height: 19px
}
	
#menu_wrapper_main li li {
	line-height: 17px;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
}
	
#menu_wrapper_main a {
	display: block;
	padding: 4px 10px 2px 10px;
	background: #780000 url("../images/bg_submenu_inner.png") repeat-x top left;
	border-width: 2px 2px 0px 2px;
	border-color: #fff;
	border-style: solid;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}	

/* ----------------------------- Anpassungen der ersten Ebene ---------------------------- */	

#menu_wrapper_main li.first > a {
	border: none;
	padding: 7px 12px 1px 12px; 		
	background: url("../images/bg_submenu_top.png") top right;
}	
		
#menu_wrapper_main li.last > a {
	background: url("../images/bg_submenu_bottom.png") bottom left;
	border: none;
	border-top: 2px solid #fff;
	padding: 4px 12px; 
}
	
#menu_wrapper_main li.last > a.ui-state-active {
	border-width: 2px 2px 0px 2px;
	border-color: #fff;
	border-style: solid;
}	
	
/* ----------------------------- Anpassungen der zweiten Ebene ---------------------------- */
	
#menu_wrapper_main li li a {
	padding: 2px 10px 4px 20px;
	color: #605749;
	background: none;
	background: rgba(255,255,255, 0.75);
	background-color: #c9dae7\9;
}
	
#menu_wrapper_main li li a:focus,
#menu_wrapper_main li li a:hover,
#menu_wrapper_main li li a.active	{
	background: rgba(255,255,255, 0.9);
	background-color: #eaf1f6\9;
}
	
#menu_wrapper_main li.last li.sublast a	{
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border: 2px solid #FFF;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}	
	
/* ----------------------------- Native Accordion Anpassungen ---------------------------- */

.ui-state-active {
	background: #e7d8b6 url("../images/bg_submenu_inner_active.png") repeat-x top left !important;
	color: #605749 !important;
}

.first .ui-state-active	{
	background: url("../images/bg_submenu_top_first_act.png") no-repeat top right !important;
	color: #605749 !important;
	padding: 6px 0 0 12px;
}
	
	
/* ------------------------------------------------------------------------- */
/* ---------------------------- Featured Products -------------------------- */
/* ------------------------------------------------------------------------- */	
	
#featured-products {
	position: relative;
	margin-bottom: 9px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background: #fff;
	height: 206px;
	padding: 2px;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}
	
#featured-panels {
	width: 630px;
}

#featured-panels > div {
	width: 626px;
	height: 206px;
	display: none;
}

#featured-panels div div {
	padding: 18px;
	width: 592px;
	height: 170px;
}

#featured-panels .slide-image	{
	float: left;
	width: 220px;
	height: 220px;
}
	
/* ------------------------------------------------------------------------- */
/* ----------------------------------- Blog -------------------------------- */
/* ------------------------------------------------------------------------- */	

.news-list-container-startseite .blog-article-excerpt {
	width:50%;
	float:left;
}

.news-list-container-list .blog-article-excerpt {
	width:100%;
	float:left;
	margin-bottom:18px;
}
	
.news-list-browse {
	clear:both;
}
	
.published-at {
	display: block;
	margin-bottom: 3px;
	font-size: .8em;
	font-weight: bold;
}
	
.blog-article .published-at {
	font-family: 'MuseoSlab500Italic';
	font-size: .9em;
	margin-bottom: 10px;
}
	
.blog-post {
	float: left;
	width: 292px;
	margin-left: 20px;
}


	
/* ------------------------------------------------------------------------- */
/* ----------------------------- Formulare und Button ---------------------- */
/* ------------------------------------------------------------------------- */	

/*	
input[type="text"] {
	display: block;
	height: 18px;
	padding: 3px 8px 3px 6px;
	color: #786f61;
	text-transform: uppercase;
	font-size: 1.1em;
	border: 2px solid #fff;
	background: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 2px 2px 5px #cbcbcb;
	-webkit-box-shadow: inset 2px 2px 5px #cbcbcb;
	box-shadow: inset 2px 2px 5px #cbcbcb;
}
*/
	
.btn {
	font-family: 'MuseoSlab500';
	font-size: 16px !important;
	font-weight:bold;
	line-height: 12px;
	display: block; 
	position: relative; 
	background: #aaa; 
	color: #fff !important;
	cursor: pointer;
	margin: 0px 15px 3px 4px;
}
	
.button-wrapper	{
	width: 100%;
	overflow: hidden;
}

.big-red {
	height: 17px;
	padding: 8px 5px 4px 6px; 		
	background: transparent url("../images/buttons/btn_big_red_middle_2.png") repeat-x top left;
	min-width:125px;
	margin-right:29px;
}

.station .big-red {
	margin-top:9px;
}


.big-red i{
	position: absolute;
	top: 0px;
	width: 6px;
}
.small-red i,
.small-red b {
	position: absolute;
	top: 0px;
	width: 5px;
}

.big-red b {
	position: absolute;
	top: 0px;
	width: 29px;
}

.big-red i {
	left: -6px;
	height: 29px;
	background: url("../images/buttons/btn_big_red_left_2.png");
}

.big-red b {
	left: 100%;
	height: 29px;
	background: url("../images/buttons/btn_big_red_right_2.png");
}

.small-red {
    font-family: 'MuseoSlab500', Helvetica, Arial, Verdana, sans-serif;
	height: 13px;
	padding: 4px 5px;
	background: transparent url("../images/buttons/btn_small_red_middle.png") repeat-x top left;
	font-size:80% !important;
	font-weight:normal;
	margin: 0px 4px 3px 4px;
}

.small-red i {
	left: -5px;
	height: 21px;
	background: url("../images/buttons/btn_small_red_left.png");
}

.small-red b {
	right: -5px;
	height: 21px;
	background: url("../images/buttons/btn_small_red_right.png");
}

.pbars {
	font-size: 11px;
	margin-top: 7px;
	line-height: 14px;
}

.bar {
	display: block;
	background: transparent url("../images/bars/bar.png") no-repeat bottom left;
	height: 11px;
	margin-bottom: 13px;
}
	
.season_calender span {
	height:18px;
	float:left;
	margin-bottom: 5px;
}

.season_calender .hs {
	background: transparent url("../images/bars/highseason.png") repeat-x bottom center;
}

.season_calender .ns {
	background: transparent url("../images/bars/season.png") repeat-x bottom center;
}

.season_calender .nos {
	background: transparent url("../images/bars/offseason.png") repeat-x bottom center;
}

	
/* calendar */
table.calendar {
	display: block;
	border-left: 1px solid #999;
	font-size: 50%;
	line-height: 110%;
}

td.calendar-day	{
	position: relative;
}

td.calendar-day:hover	{
	background: #eceff5;
}

td.calendar-day-np	{
	background: #eee;
}

td.calendar-day-head {
	background: #ccc;
	text-align: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

div.day-number {
	color:#fff;
	float:right;
	width:16px;
	text-align:center;
}

td.calendar-day, td.calendar-day-np {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

.jscalendar_cb, #uid1_msgCnt, #uid2_msgCnt, .date2cal_img_help {
	display:none;
}
/* calendar ende */

.allstations .station {
	width:289px;
	height:252px;
	overflow:hidden;
	margin-bottom:9px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border: 2px solid #fff;
	padding:8px 9px;
	background-color:#e7d8b6;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.32, rgb(231,216,182)),color-stop(0.73, rgb(246,240,227)),color-stop(1, rgb(246,240,227)));
	background-image: -moz-linear-gradient(center bottom,rgb(231,216,182) 32%,rgb(246,240,227) 73%,rgb(246,240,227) 100%);
	behavior: url(fileadmin/template/static/css/PIE.htc);
}

.station_icons {
	display:block;
	clear:both;
	margin-top:4px;
}

.station p {
 line-height:16px;
 font-size:13px;
}

.allstations .station_icons {
	margin-top:8px;
	margin-bottom:7px;
}

.station_month {
	/* margin-top:7px; */
}

.station_teaser {
	width:582px;
	border:1px solid #AAA;
	padding:4px;
	margin-top:9px;
}

.teaser_left {
	width:232px;
	float:left;
	margin-right:18px;
}
.station_info {
	width:332px;
	float:left;
}

.teaser_thumbs {
	margin-top:6px;
}

#guideresults {
	margin-top:9px;
}


/* --------------------------------------------------------------- */
/* --------------------------- Form ------------------------------ */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* ---------------------- Grundaufteilung ------------------------ */

form {
	margin: 0 0 9px 0;
	padding: 0;
	/*background: url(../images/form/formCorner.png) no-repeat;*/
	width: 100%;
}

form h1 {
	padding: 19px 0 0 116px;
	margin: 0 0 0 52px;
	background: #fff;
}

form .form-content {
    width: 610px !important;
	padding: 10px 11px;
	background: #fff;	
}

.csc-mailform li:first-child, .csc-mailform li:nth-child(2) {
	background: #fff;
}

.csc-mailform ol {
	padding: 10px 0;
	width: 631px;
	margin-left: 0 !important;
}

.csc-mailform strong {
	display: block;
	color: #FF0000;
	font-weight: bold;
	font-size: 0.8em;
}

.guideall > div {
    display:block;
    width:289px !important;
    float:right;
    height:252px;
    padding:8px 9px;
    border: 2px solid white;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border: 2px solid #fff;
	background-color: #E7D8B6;
	position:relative;
}

.guideall div ul li > label {
    text-align:left !important;
    width:100%;
    padding: 2px;
}

.guideall div ul li {
    padding: 6px 0 6px 0;
    background-color: #E7D8B6;
}

.guideall div ul li select {
    width:100%;
}

.guideall div > a {
    margin-right: 29px;
    bottom:6px;
    right:9px;
    position:absolute;
}

/* --------------------------------------------------------------- */
/* ---------------------------- Basics --------------------------- */

form ul {
	margin: 0 !important;
	padding: 0 !important;
}

form li {
	list-style: none;
	background: #f1f4f7;
	border-top: 2px solid #fff;
	padding: 9px 9px 9px 0;
	min-height: 32px;
}

form li span.error{
	display: hidden;
}

form li.error span.error{
	background: url(../images/form/errorIcon.png) no-repeat right center;
	float: right;
	display: block;
	width: 17px;
	height: 17px;
}

form p,
form div.errorList h2 {
	margin: 9px 0 9px 170px;
}

p.instruction {
	font-style: italic; 
	padding-left: 8px;
	background: url(../images/form/required.png) no-repeat left top; 
}

form legend {
	font-weight:bold;
	padding:9px 0 9px 0;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th{
	background-color:#FFF;
	margin:1px;
	border:1px solid #eee;
}

.ui-datepicker-unselectable {
	background-color:#eee !important;
}

.ui-datepicker-calendar {
	border:1px solid #000;
}

.ui-datepicker-title {
	background-color:#eee !important;
}

.ui-datepicker-prev {
float:left;
margin-right:31px !important;
}

.ui-datepicker-next {
float:right;
}

/* --------------------------------------------------------------- */
/* --------------------------- Error-Area ------------------------ */

form div.errorArea {
	background: #d49294;
	padding: 10px 0 18px 158px;
}

form div.errorArea h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px; 
	margin-bottom: 6px;
}

form div.errorArea li {
	background: none;
	border-top: none;
	padding: 0 0 0 27px;
	margin-top: 4px;
	background: url(../images/form/errorIcon.png) no-repeat left center;
	color: #fff;
}

/* --------------------------------------------------------------- */
/* -------------------------- Form-Tags -------------------------- */
/* --------------------- label, input, textare ------------------- */


form li > label {
	width: 200px;
	text-align: right;
	padding-top: 2px;
	display: block;
	float: left;
	margin-right: 25px;
}

form li > label.required {
	background: url(../images/form/required.png) no-repeat right top; 
	padding-right: 8px;
	margin-right: 17px;
}

form li > label.subLabel {
	clear: both;
	padding-top: 0;
	float: none;
	font-size: 80%;
	font-style: italic;
}

form li input[type=text],
form li input[type=submit],
form li textarea {
	border: 2px solid #e7d8b6;
	border-radius: 7px;
	-moz-border-radius: 7px;
}

form li input[type=text],
form li textarea {
	width: 365px;
	padding-left: 3px;
}

input.halfinput {
	width: 152px !important;
}

form li input[type=submit] {
	background: #c1111f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 158px;
	padding: 3px 13px;
}	

form li .big-red {
	margin-right:100px;
}

#cke_tx_comments_pi1_content {
    display:inline-block;
}

.tx-cegallery-pi1-pagebrowser {
	margin-top:18px;
	padding-bottom:18px;
}

.tx-cegallery-pi1-pagebrowser_pages {
	position:absolute;
	display:block;
	width:100px;
	left:50%;
	margin-left: -50px;
	text-align:center;
}

.tx-cegallery-pi1-pagebrowser_back {
	display:block;
	width:20px;
	float:left;
	margin-left:10px;
	font-weight:bold;
}

.tx-cegallery-pi1-pagebrowser_actual {
	font-weight:bold;
	margin-right:6px;
}

.tx-cegallery-pi1-pagebrowser_normal {
	font-weight:normal;
	margin-right:6px;
}

.tx-cegallery-pi1-pagebrowser_next {
	display:block;
	width:20px;
	float:right;
	margin-right:10px;
	font-weight:bold;
}


div.tx-cegallery-pi1-album_entry, .csc-textpic-imagecolumn {
	float: left;
	text-align: center;
	width:95px !important;
	height:96px;
}

div.tx-cegallery-pi1-album_entry img, .csc-textpic img, .picframe {
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px;
  -moz-box-shadow: 1px 2px 3px #666666;
  -webkit-box-shadow: 1px 2px 3px #666;
  background-color: #FFFFFF;
  margin: 0 9px 9px 9px;
  padding: 5px;
  box-shadow: 1px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666');  
}

div.tx-cegallery-pi1-clearer {
	clear: both;
}


.tx-kbctestimonials-pi1 {
line-height:16px;
}

.tx-kbctestimonials-pi1 div.from {
display:inline-block;
margin-left:9px;
margin-top:9px;
margin-bottom:12px;
}

.tx-kbctestimonials-pi1 p {
padding:0 !important;

}

.testimonal_entry {
padding-bottom:9px;
font-size: 12px;
}

.testimonal_entry img {
margin-left:0 !important;
}

.offer {
	margin-bottom:18px;
}

.tx-comments-comments div {
	margin-bottom:18px;
}

.tx-comments-comments div p img {
	border:none;
	padding:0;
	margin:0;
  border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	background:none;
	vertical-align:bottom;
}

.nofancy {
border:none !important;
box-shadow:none !important;
-moz-border-radius:0 !important;
-moz-box-shadow:none !important;
-webkit-box-shadow: none !important;
padding:0 !important;
/* margin:0 !important;*/
}

.noborder {
border:none !important;
-moz-border-radius:0 !important;
padding:0 !important;
}

.noshadow {
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow: none !important;
}

.noblock {
display:inline !important;
}

.noinline {
display:block !important;
}

.nopadding {
padding:0 !important;
}

.nomargin {
margin:0 !important;
}

.roundimage {		
	border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border: 2px solid #fff;
	behavior: url(fileadmin/template/static/css/PIE.htc);
}
/* typo3 styling begin 
.csc-textpic-imagewrap {
	margin:10px 0 0 10px;
}
 typo3 styling end */
 
/**
*Tabs
**/

.ui-tabs .ui-tabs-panel {
    border:2px solid #fff !important;
    background-color: #e7d8b6 !important;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	/*behavior: url(fileadmin/template/static/css/PIE.htc);*/
}

.ui-tabs h2 {
    display: inline;
}

.ui-tabs .tocal {
    margin: 0 0 0 20px;
}

.eventcalender_item {
    cursor: pointer;
    float:left;
    width:260px;
    height:60px;
    border:2px solid #fff;
    background-color: #fff;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	/*behavior: url(fileadmin/template/static/css/PIE.htc);*/
	margin:0 0 10px 10px;
	padding:6px;
}

.datebox {
    float:left;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #605749;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	/*behavior: url(fileadmin/template/static/css/PIE.htc);*/
	background: #780000 url("../images/bg_submenu_inner.png") repeat-x bottom left;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	-moz-box-shadow: 1px 2px 3px #666;
	-webkit-box-shadow: 1px 2px 3px #666;
	box-shadow: 1px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#666666');
}

.eventstartday {
    border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	/*behavior: url(fileadmin/template/static/css/PIE.htc);*/
    font-family: 'MuseoSlab500', Georgia, serif;
	font-size: 21px;
	line-height: 21px;
	color:#605749;
    background-color: #fff;
    padding-bottom:3px;
}

.eventcontent {
    display: block;
    float: left;
    width: 177px;
}

.eventtimespan {
    padding:0 !important;
    font-size:11px;
}

.eventstartmonthshort {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.events_na {
    float:left;
    width:539px;
    height:32px;
    border:2px solid #fff;
    background-color: #fff;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	/*behavior: url(fileadmin/template/static/css/PIE.htc);*/
	margin:0 0 20px 20px;
	padding:14px 0 0;
	vertical-align: middle;
	text-align: center;
}

.rabatt {
    background-color: #b2cfe2;
}

.frei {
    background-color: #b3dbad;
}

.ausgebucht {
    background-color: #dab3ac;
    cursor: not-allowed;
}

.vorbei {
    background-color: #dadada;
    cursor: not-allowed;
}

.vorbei a, .ausgebucht a {
    cursor: not-allowed;
}

.eventstart{
}

.eventtype {
    
}

.eventtext {
    display:block;
}

.noevents {
    float:left;
    width:515px;
    height:32px;
    border:2px solid #f00;
    background-color: #fff;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	/*behavior: url(fileadmin/template/static/css/PIE.htc);*/
	margin:0 0 20px 20px;
	padding:14px;
}

#ui-tabs-2 .tx-pagebrowse-pi1 {
    margin:0 20px 20px 20px;
}

.tx-pagebrowse{text-align:center;list-style:none inside none;width:100%;margin:0 !important;padding:0 !important}
.tx-pagebrowse li{display:inline;list-style:none;margin:0;padding:0 0 0 0}
li.tx-pagebrowse-pages{width:100%}
li.tx-pagebrowse-pages ol{display:inline;margin:0 !important;padding:0 10px}
.tx-pagebrowse-placeholder{width:66px;height:21px;display:block !important;}

dt.tx-irfaq-dynheader {
    margin-bottom:10px;
}

.tx-irfaq-dynheader p {
    font-family: 'MuseoSlab500', Georgia, serif;
	font-size: 18px;
	font-weight: normal !important;
	line-height: 20px;
	color:#605749;
	
}

.eventloader {
    background-image: url(../images/ajax-loader.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

	/* --------------------------------------------------------------- */
	/* ------------------------ Newsletter Gewinnspiel --------------- */
	/* --------------------------------------------------------------- */


#newsletter-form {
	min-height: 25em;
	vertical-align:middle;
}

#newsletter-form label {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	margin: 0px 1em 0px 0px;
	margin-bottom: 0.5em;
}

#newsletter-form input, select {
	padding: 0.5em 0.6em;
	display: inline-block;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 3px #DDD inset;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}

#newsletter-form button {
	display: inline-block;
}


	/* --------------------------------------------------------------- */
	/* --------------------------- Cookie Consent -------------------- */
	/* --------------------------------------------------------------- */

.cc_banner-wrapper {
	height: 63px !important;
	font-family: "MuseoSlab500";
	font-size: 16px !important;
	font-weight: bold;
}

.cc_btn,
.cc_btn:visited {
	color: #fff !important;
	background-color: #9e060b !important;
}

.cc_btn:hover,
.cc_btn:active {
	background-color: #9e060b !important;
	color:#fff !important;
}

.cc_container {
	padding: 10px 30px !important;
	font-size: 15px !important;
}


.cc_more_info {
	color: #9e060b !important;
}


body .Chat_Button {
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    display: block;
    bottom: 0px;
    left: 75%;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: medium none;
    outline: medium none;
    font-size: 0px;
    line-height: 0px;
}

} /* media all - endof */