body {
	margin: 0;
	padding: 0;
	background-color: #f7f5f5;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

a:link {
	color: #e25610;
	text-decoration: none;
}
a:visited {
	color: #e25610;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 13px;
}
h2 {
	font-weight: bold;
	font-size: 22px;
	color: #e25610;
	margin: 0px 0px 10px 0px;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}

ul {
	list-style-type: square;
	list-style-image: url(../images/list-square.png);
}

img {
	border: 0 none;
}

.lupe{
	position: relative;
	display: inline;
	width: 15px;
	height: 14px;
	float: right;
}

input, textarea {
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 11px;
}
/* Weißer Mittelteil der Seite */
div#site {
	margin: 0 auto;
	background-color: #fff;
	width: 796px;
	padding: 4px;
}
/* endof Weißer Mittelteil der Seite */

/* Header */
div#header {
	width: 796px;
	height: 132px;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
a#header_home_link {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 132px;
}
a#header_bbv_link {
	display: block;
	position: absolute;
	left: 730px;
	top: 15px;
	width: 35px;
	height: 35px;
}
a#header_dlv_link {
	display: block;
	position: absolute;
	left: 766px;
	top: 15px;
	width: 35px;
	height: 35px;
}
	/* Suche header */
	div#header_suche {
		position: absolute;
		left: 162px;
		bottom: 10px;
	}
	div#header_suche a {
		color: #fff;
	}
	div#header_suche form {
		padding: 0; 
		margin: 0;
	}
	div#header_suche input {
		border: 2px solid #6c6c6c;
		border-right-color: #fff;
		border-bottom-color: #fff;
	}
	div#header_suche input.submit_button {
		background-color: #9cd5f2;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #6c6c6c;
		border-bottom: 2px solid #6c6c6c;
		color: #fff;
		font-weight: bold;
		padding: 1px 3px;
		font-size: 12px;
	}
	div#header_suche input.submit_button:hover {
		background-color: #3491cb;
		border-top-color: #b3d2e7;
		border-left-color: #b3d2e7;
	}
	div#header_suche span.button {
		background-color: #9cd5f2;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #6c6c6c;
		border-bottom: 2px solid #6c6c6c;
	}
	div#header_wetter {
		position: absolute;
		right: 10px;
		bottom: 12px;
	}
	/* endof Suche header */
	
	/* Schriftgrad */
	a.schriftgrad_plus {
		display: block;
		background-image: url(../images/header_button_plus.png);
		width: 22px;
		height: 18px;
	}
	a.schriftgrad_minus {
		display: block;
		background-image: url(../images/header_button_minus_hover.png);
		width: 22px;
		height: 18px;
	}
	a.schriftgrad_plus:hover {
		background-image: url(../images/header_button_plus_hover.png);
	}
	a.schriftgrad_minus:hover {
		background-image: url(../images/header_button_minus_hover.png);
	}
	div#header td {
		padding: 0px 2px;
		vertical-align: middle;
	}

	/* endof Schriftgrad */
	
	/* Suche */
	
	a.suche_lupe {
		display: block;
		background-image: url(../images/lupe.gif);
		width: 22px;
		height: 18px;
	}
	a.suche_lupe:hover {
		background-image: url(../images/lupe_hover.gif);
	}
	
	/* endof Suche */
/* endof Header */

/* Navigation */
/* Icon Navigation ausgelagert in topnavi.css */
div#navigation a {
	display: block;
	float: left;
}

span#messageLengthCounter {
	display: none;
}
div#navigation_sub {
	width: 736px;
	font-size: 10px;
	font-weight: bold;
	/*background-color: #addff6;*/
	background-image: url(../images/subnavi_bg.png);
	height: 10px;
	padding: 10px 30px;
	border-bottom: 1px dotted #fff;
	_border-bottom: 1px dotted #9cd5f2; /* MSIE zählt border außerhalb der Box */
}
div#navigation_sub a {
	margin-right: 18px;
	_margin-right: 8px;
	color: #014998;
}
div#navigation_sub a.selected {
	color: #e25610;
}

	/* Aufklappmenü */
	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 1;
	}
	
	#nav a {
		display: block;
		z-index: 2;
	}
	
	#nav li {
		float: left;
		position: relative;
		letter-spacing: 1px;
		z-index: 3;
	}
	
	#nav li a:hover {
		text-decoration: underline;
	}
	
	#nav li ul {
		position: absolute;
		left: -999em;
		background-image: url(../images/subnavi_bg.png);
		top: 11px;
		z-index: 4;
		list-style: none;
		list-style-image: none;
		width: 115px;
	}
	
	#nav li ul li {
		margin: 0;
		float: none;
		background-image: url(../images/subnavi_bg.png);
		z-index: 5;
	}
	
	#nav li ul li a {
		border-top: 1px dotted #7bbee5;
		display: block;
		width: auto;
		margin: 5px;
		padding: 5px 5px 0 3px;
		_margin-bottom: 0px;
		_padding-bottom: 0px;
		float: none;
		z-index: 6;
	}
	
	#nav li:hover ul {
		left: auto;
		z-index: 4;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		z-index: 4;
	}
	/* endof Aufklappmenü */

/* endof Navigation */

/* Content */
	/* Seitenaufteilung */
	div#content {
		width: 796px;
		min-height: 100px;
		/*background-color: #ff0;*/
	}
	div#left {
		float: left;
		width: 476px;
		/*border-top: 1px dotted #7bbee5;*/
		padding-top: 58px;
		padding-left: 30px;
		position: relative;
	}
	div#right {
		width: 156px;
		margin-left: 640px;
		_margin-left: 637px;
		/*padding-top: 66px;*/
		position: relative;
	}
	/* endof Seitenaufteilung */
	
div#path {
	position: absolute;
	top: 10px;
	left: 30px;
	color: #e25610;
	font-size: 9px;
	letter-spacing: 1.5px;
}

	/* Homepage styles */
	div#kalenderblattl {
		margin-top: 30px;
		width: 796px;
		height: 445px;
		position: relative;
	}
	div.home_teaserblk {
		width: 156px;
		margin: 4px 4px 0px 0px;
		float: left;
		line-height: 17px;
	}
	div#home_teaserblk_double {
		width: 312px;
		min-height: 98px;
		margin-right: 0px;
	}
	div.home_teaserblk img {
		margin-bottom: 5px;
	}
	img#home_stoerer {
		margin-top: 4px;
		border: 0 none;
		width: 316px;
		_width: 309px;
	}
	/* endof Homepage styles */
	
	/* Gabelseite */
	div.gabel_newsblock {
		border-top: 1px dotted #7bbee5;
		position: relative;
		margin-bottom: 30px;
	}
	div.gabel_newsblock img {
		float: left;
		margin: 0px 7px 7px 0px;
	}
	/* endof Gabelseite */
	
	/* Seitenleiste */
	div.sidebar_blk {
		line-height: 16px;
		margin-bottom: 20px;
		position: relative;
	}
	div.sidebar_blk img {
		margin-bottom: 5px;
	}
	/* endof Seitenleiste */
	
	/* Artikel */
	div#artikel_blk {
		position: relative;
		padding-top: 1px;
	}
	div.artikel_img {
		text-align: right;
		font-size: 11px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	div.artikel_img img {
		margin-bottom: 5px;
	}
	/* endof Artikel */
div.date {
	position: absolute;
	color: #fff;
	background-color: #fff;
	padding-right: 5px;
	left: -3px;
	top: -7px;
	margin-right: 10px;
}
div.date span.date_value {
	background-color: #e25610;
	padding: 2px 4px;
	font-size: 11px;
}
span.intro {
	font-weight: bold;
}
a.intro, a.intro:visited {
	color: #333;
	font-weight: bold;
}
/* endof Content */

/* Footer */
div#footer {
	width: 796px;
	height: 186px;
	background-image: url(../images/zlf_footer.jpg);
	margin: 30px 0px 0px 0px;
	padding: 0;
	position: relative;
	font-size: 11px;
	color: #fff;
}
div#footer_nav {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
div#footer_nav a {
	display: block;
	float: left;
	margin-right: 10px;
}
div#footer a {
	color: #fff;
}
div#zlf_radio_block {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
div#zlf_radio_block form {
	padding: 0;
	margin: 0;
}
div#zlf_radio_block select {
	background-color: #9cd5f2;
	border: 1px solid #fff;
}
/* endof Footer */

/* Countdown Box */
div#counter_box_container {
	display: none;
}
div#counter_box {
	width: 156px;
	height: 56px;
	background-image: url(../images/countdown.png);
	background-color: #e25610;
	text-align: center;
	letter-spacing: 2px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-shadow: #000 1px 1px 2px;
	position: absolute;
	left: 0px;
	top: -1px;
}
div#counter_box2 {
	width: 156px;
	height: 56px;
	background-image: url(../images/countdown_final.png);
	background-color: #e25610;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-shadow: #000 1px 1px 2px;
	position: absolute;
	left: 0px;
	top: -1px;
}
div#counter_box div#counter, div#counter_box2 div#counter {
	position: absolute;
	width: 156px;
	bottom: 2px;
	left: 0px;
}
div#kalenderblattl div#counter_box, div#kalenderblattl div#counter_box {
	top: 0px;
}
/* endof Countdown Box */

/* Tabellen styles */
table {
}
th {
	background-color: #ccc;
	color: #e25610;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
td {
	padding: 5px 2px;
	vertical-align: top;
}
td.cell_alt {
	background-color: #fdebe2;
}
/* endof Tabellen styles */

/* Artikelservice */
div#artikelservice {
	margin-top: 20px;
	font-size: 11px;
}
div#artikelservice div {
	margin-right: 30px;
}
div#artikelservice img {
	vertical-align: middle;
	margin-right: 3px;
}
/* endof Artikelservice */

/* Forms */
input {
	border: 2px solid #e25610;
	border-right-color: #eca98c;
	border-bottom-color: #eca98c;
	color: #666;
}
textarea {
	border: 2px solid #e25610;
	border-right-color: #eca98c;
	border-bottom-color: #eca98c;
	color: #666;
}

select.suche {
	border: 1px solid #e25610;
	background-color: #fff;
	width: 220px;
}
input.suche {
	width: 216px;
}

input.submit_button {
	color: #fff;
	background-color: #e25610;
	border: 0 none;
	padding-bottom: 2px;
}

div#content input.submit_button {
	height: 18px;
}


	/* Empfehlen */
	td.empfehlen {
		width: 200px;
	}
	input.empfehlen {
		width: 280px;
	}
	textarea.empfehlen {
		width: 280px;
	}
	/* endof Empfehlen */
/* endof Forms */

/* Termine */
table#terminsuche {
	margin-bottom: 20px;
}

div#termine_date_line {
	border-top: 1px dotted #7bbee5;
	margin: 20px 0px;
	position: relative;
}
div#termine_date_line_container {
	position: absolute;
	top: -8px;
	left: 0px;
	background-color: #fff;
	padding-right: 2px;
}
div.t_date {
	font-size: 11px;
	background-color: #ccc;
	color: #666;
	padding: 2px 6px;
	float: left;
	margin-right: 1px;
}
div.t_date a {
	color: #666;
}
div#t_date_selected, div#t_date_selected a {
	color: #fff;
	background-color: #e25610;
}

/* endof Termine */

/* Aussteller */
div.aussteller_abisz {
	font-size: 11px;
	background-color: #ccc;
	color: #666;
	padding: 2px 5px;
	float: left;
	margin-right: 1px;
}
div.aussteller_abisz_2 {
	padding-right: 4px;
}
div.aussteller_abisz a:link, div.aussteller_abisz a:visited {
	color: #666;
}
div#aussteller_abisz_selected, div#aussteller_abisz_selected a {
	background-color: #e25610;
	color: #fff;
}
img.aussteller_logo {
	width: 148px;
}
/* endof Aussteller */

/* Suchergebnisseiten */
div.nav_vor_zurueck {
	width: 476px;
	text-align: center;
	border-top: 1px dotted #7bbee5;
	padding-top: 5px;
	margin: 5px 0px 10px 0px;
	font-size: 11px;
}
span.nav_vor_zurueck_active {
	color: #e25610;
}
div.nav_vor_zurueck a {
	color: #666;
}
div.nav_vor_zurueck_l {
	float: left;
}
div.nav_vor_zurueck_r {
	float: right;
}
div.nav_vor_zurueck_l img, div.nav_vor_zurueck_r img {
	vertical-align: middle;
}
div.nav_vor_zurueck_l a, div.nav_vor_zurueck_r a {
	color: #e25610;
}

span.ergebnisseiten {
	font-size: 11px;
	color: #666;
}

table#suchergebnis_table {
	width: 480px;
}
table#suchergebnis_table th {
	color: #014998;
	padding: 2px 4px;
}
table#suchergebnis_table td {
	padding: 4px 4px;
}
table#suchergebnis_table td.dotted {
	border-bottom: 1px dotted #7bbee5;
}
table#suchergebnis_table th.suchergebnis_table_l {
	width: 120px;
}
table#suchergebnis_table th.suchergebnis_table_r {
	width: 360px;
}

span.suchergebnis {
	font-size: 18px;
	color: #e25610;
	font-weight: bold;
}
span.suchergebnis_datum {
	color: #666;
}
/* endof Suchergebnisseiten */

/* Bildergalerie */
div.galerie_bild {
	width: 156px;
	overflow: hidden;
	overflow-x: hidden;
	float: left;
	margin: 0px 0px 10px 2px;
	font-size: 11px;
	color: #666;
	text-align: center;
}
div.galerie_bild img {
	margin-bottom: 4px;
	height: 100px;
 }
div.galerie_bild a, div.galerie_bild a:hover {
	color: #666;
	text-decoration: none;
}

div#gallery_popup_main {
	background: url(../images/header_gallery_popup.jpg) #fff no-repeat fixed top;
	border: 1px solid #fff;
	width: 542px;
	min-height: 51px;
	margin: 2px auto;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
}
div#gallery_popup_heading {
	border-bottom: 1px dotted #7bbee5;
	padding-bottom: 20px;
	color: #e25610;
	font-size: 22px;
	font-weight: bold;
}
td.gallery_popup {
	width: 84px;
	font-size: 11px;
	color: #e25610;
}
/* endof Bildergalerie */

/* Landlive Suchbox */
div#landlive_search_cntrl {
	position: absolute;
	top: 70px;
	left: 6px
}
input#landlive_search_text {
	border: 1px solid #ccc;
	width: 82px;
	height: 18px;
	padding: 0px;
	margin-right: 0px;
}
input#landlive_search_submit {
	height: 20px;
	margin-left: 0px;
	color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
	border-left: none;
	background-image: url(../images/landlive/btnHome_r.gif);
}
/* endof Landlive Suchbox */

/* Sitemap */
ul.sitemap {
	list-style-type: none;
	list-style-image: none;
	padding-left: 1.5em;
	padding-top: 0px;
}
ul.sitemap_inner {
	padding: 3px 3em;
	font-size: 12px;
}
ul.sitemap li a, ul.sitemap_inner li a {
	color: #333;
}
/* endof Sitemap */

/* begin wo_wann*/

.wo_wann_red{
  color: #f44e44;
}

.wo_wann_blue{
  color: #047ac4;
}

.wo_wann_green{
  color: #24B24C;
}

.wo_wann_orange{
  color: #cc8a14;
}

.wo_wann_brown{
  color: #800000;
}

.wo_wann_grey{
  color: #808080;
}

.wo_wann_black{
  color: #000000;
}

.wo_wann_pink{
  color: #BE3CFF;
}

.wo_wann_darkblue{
  color: #000080;
}

/* end wo_wann*/
