/* Erich Meyers CSS-Rest */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF CSS - RESET */

body, html {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #E3ECAE;
	font-family: Arial;
}

#top {
	margin: 20px auto;
	width: 980px;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-y;
}

#header {
	height: 130px;
	border-bottom: 3px solid white;
	background-image: url(../img/head_bg.jpg);
	position: relative;
	z-index: 1;
}

#logoLink {
	position: absolute;
	top: 0px;
	left: 0px;
}

#headFont {
	position: absolute;
	left: 170px;
	bottom: 0px;
}

#headRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 130px;
	overflow: hidden;
}

#headEvent {
	position: absolute;
	left: 170px;
	top: 20px;
}

#content {
	overflow: hidden;
}

#leftCol {
	float: left;
	width: 170px;
	overflow: hidden;
	font-size: 14px;
	padding-bottom: 20px;
}

#centerCol {
	width: 598px;
	margin: 0px 10px;
	float: left;
	overflow: hidden;
}

#rightCol {
	width: 192px;
	float: left;
	overflow: hidden;
	padding-bottom: 150px;
}

.searchLabel {
	height: 11px;
	line-height: 11px;
	padding-top: 7px;
	overflow:hidden;
}

*+html .searchLabel, 
* html .searchLabel  {
	padding-top: 36px;
}

.searchLabel, #mainMenu li a {
	padding-left: 25px;
}

.searchInput {
	margin: 4px 0px 15px 20px;
	border: 1px solid black;
	background-color: #BECD00;
	padding: 5px 3px;
	color: #B91329;
	width: 125px;
}

#footer {
	background-color: #E3ECAE;
	padding: 6px 202px 20px 180px;
	font-size: 9px;
	clear: both;
}

* html #footer {
	zoom:1;
}

#footer a {
	color: black;
	text-decoration: none;
}

#mainMenu li a {
	display: block;
	color: white;
	text-decoration: none;
	line-height:1.5em;
}

#mainMenu li a.act {
	background-color: white;
}

#mainMenu li a:hover,
#mainMenu li a.act {
	color: #C1102A;
	font-weight: bold;
}

#mainMenu li li a {
	padding-left: 35px;
	color: #707070;
	background-color: white;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.4em;
}

#mainMenu li li a:hover {
	color: black;
	font-weight: normal;
}

#mainMenu ul {
	background-color: white;
	padding-bottom: 5px;
}

#mainMenu ul ul li {
	padding-left: 10px;
}

.clickPath {
	height: 17px;
	white-space: nowrap;
}

.clickPath a, .clickPath {
	color: #43A968;
	text-decoration: none;
	font-size: 10px;
	white-space: nowrap;
}

.clickPath a:hover {
	text-decoration: underline;
}

#centerHead {
	background-color: white;
}

#centerHead h2 {
	font-size: 24px;
	color: #BD0E2B;
	line-height: 35px;
	/*height: 35px;*/
	font-weight: normal;
	overflow: hidden;
	font-family: Verdana, sans-serif;
}

#greenBox {
	background-color: #59AA27;
	padding: 7px 10px;
}

#greenBox, #greenBox a {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#greenBox a:hover {
	text-decoration: underline;
}

.right {
	float: right;
	display: block;
}

#contentArea {
	padding: 25px;
}

.teaserItem {
	overflow: hidden;
	margin-bottom: 35px;
}

.teaserItem .teaserImg {
	float: left;
	width: 150px;
	margin-right: 15px;
}

.teaserItem .teaserText {
	float: left;
	width: 383px;
}

.subTeaserLink {
	text-decoration: none;
	color: #009F4C;
}
a.subTeaserLink:hover {
	text-decoration: underline;
	color: #009F4C;
}

.rightHead {
	background-color: white;
	padding-top: 17px;
	padding-bottom: 8px;
	height: 27px;
	overflow: hidden;
}

.teaserItem a.moreLink {
	text-decoration: none;
	color: #C1102A;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: black;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
	color: black;
}

hr.contentDivide {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px black;
	border-bottom: transparent;
	margin: 20px 0px;
}


  
 /*verschiedene Eingabeelemente stylen*/
  .form_input input {border: #C5A258 1px solid;}
  .form_button input {background: #C5A258; color: #fff; font-weight:bold; border: none; padding: 5px 20px;}
  
 /*Labels nach Links, Eingabe daneben*/
 .form_row {padding-bottom: 1em;}
 .form_label {width: 8em; float: left;}
 .form_field  {float: left; width: 12em;}
 .form_button {float:left}
 .form_button_1 {width: 8em}
 .form_error {color: #A50E33; font-weight: bold;}


 /*Newsletter Bestellung*/
 .dmailsubscription_modify .form_label {width: 12em; }
 .form_button_1 {margin-left: 12em; width:12em;}
 
 .floatbox {
	overflow: hidden;
 }
