html, body {
	margin: 0;
}
body {
	font: 75% 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
	background: url(../img/bg.gif) 0 0 repeat;
	color: #786860;
}
/* ---------------------------------------------------------------------------- */
/* general formating */
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
h1 {
	font-weight: bold;
	font-size: 2em; /* 24px */
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ed1a3b;
}
h2 {
	font-weight: bold;
	font-size: 1.5em; /* 18px */
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ed1a3b;
}
h2 span {
	color: #786860;
}
h3 {
	font-weight: bold;
	font-size: 1em; /* 12px */
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ed1a3b;
}
a:link, a:visited {
	text-decoration: none;
	color: #786860;
}
a:hover {
	text-decoration: none;
	color: #ed1a3b;
}
a:active {
	text-decoration: none;
	color: #786860;
}
img {
	border: 0;
}
p, ul, ol {
	margin-bottom: 0.583em;
	line-height: 1.333em; /* 14px */
}
ol li {
	margin-left: 1.417em; /* 17px */
}
br.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
form br {
	clear: both;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border: 0 none;
	border-collapse: collapse;
}
/* ---------------------------------------------------------------------------- */
/* page structure */
div#wrap {
	width: 1066px;
	margin: 0 auto;
	background: url(../img/bg_wrap.gif) 0 0 repeat-y;
}
div#wrap ul.box_link li {
	margin-left: 0;
}
div.wrap_inner {
	padding: 0 6px;
}
div.left_column {
	float: left;
	display: inline; 	/* IE6 fix */
	width: 814px;
	margin: 13px 0 0 29px;
}
div.right_column {
	float: left;
	display: inline; 	/* IE6 fix */
	width: 176px;
	margin-left: 5px;
}
div.bg_bottom {
	position: absolute;  /* IE6 fix */
	width: 1066px;
	height: 12px;
	background: url(../img/bg_bottom.gif) 0 0 no-repeat;
}
/* ---------------------------------------------------------------------------- */
/* meta navigation */
div.meta_nav {
	float: left;
	width: 100%;
	/*height: 22px;*/
	display: inline;
	margin-top: 23px;
	background-color: #b9aca5;
}
div.meta_nav ul {
	float: right;
	margin-bottom: 0;
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
div.meta_nav ul li {
	float: left;
	padding: 2px 0;
	list-style: none;
}
div.meta_nav ul li a, div.meta_nav ul li a:link, div.meta_nav ul li a:visited {
	padding: 2px 25px;
	text-decoration: none;
	border-left: 5px solid #fff;
	background-color: #b9aca5;
	color: #fff;
}
div.meta_nav ul li a:hover {
	background-color: #ed1a3b;
	color: #fff;
}
div.meta_nav ul li a:active {
	background-color: #b9aca5;
	color: #fff;
}
div.meta_nav ul li a.selected, div.meta_nav ul li a.selected:link, div.meta_nav ul li a.selected:visited, div.meta_nav ul li a.selected:hover, div.meta_nav ul li a.selected:active {
	background-color: #ed1a3b;
	color: #fff;
}
div.meta_nav ul li.lang {
	padding: 2px 25px;
	text-decoration: none;
	border-left: 5px solid #fff;
	background-color: #b9aca5;
	color: #fff;
}
div.meta_nav ul li.lang a, div.meta_nav ul li.lang a:link, div.meta_nav ul li.lang a:visited  {
	padding: 0;
	text-decoration: none;
	border-left: none;
	background-color: #b9aca5;
	color: #fff;
}
div.meta_nav ul li.lang a:hover {
	color: #ed1a3b;
}
div.meta_nav ul li.lang a:active {
	color: #ed1a3b;
}
div.meta_nav ul li.lang a.selected, div.meta_nav ul li.lang a.selected:link, div.meta_nav ul li.lang a.selected:visited, div.meta_nav ul li.lang a.selected:hover, div.meta_nav ul li.lang a.selected:active {
	color: #ed1a3b;
}
/* ---------------------------------------------------------------------------- */
/* main navigation */
div.main_nav {
	float: left;
	min-height: 206px;
	height: auto !important;
	height: 206px;
}
div.main_nav ul {
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
div.main_nav ul li {
	width: 177px;
	margin-bottom: 1px;	
	list-style: none;
}
div.main_nav ul li a, div.main_nav ul li a:link, div.main_nav ul li a:visited {
	display: block;
	width: 166px; /* IE6 fix */
	padding: 3px 0 1px 11px;
	text-decoration: none;
	background-color: #b9aca5;
	color: #fff;
}
div.main_nav ul li.last a, div.main_nav ul li.last a:link, div.main_nav ul li.last a:visited {
	display: block;
	width: 166px; /* IE6 fix */
	margin-bottom: 1px;
	padding: 3px 0 5px 11px;
	text-decoration: none;
	background-color: #b9aca5;
	color: #fff;
}
div.main_nav ul li a:hover, div.main_nav ul li.last a:hover {
	background-color: #ed1a3b;
}
div.main_nav ul li a:active, div.main_nav ul li.last a:active {
	background-color: #b9aca5;
}
div.main_nav ul li a.selected, div.main_nav ul li a.selected:link, div.main_nav ul li a.selected:visited, div.main_nav ul li a.selected:hover, div.main_nav ul li a.selected:active {
	background-color: #ed1a3b;
	color: #fff;
}
/* ---------------------------------------------------------------------------- */
/* main navigation second level */
div.main_nav ul.main_nav_second {
	margin: 5px 0 10px;
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
div.main_nav ul.main_nav_second li {
	width: 177px;
	list-style: none;
	line-height: 12px;
}
div.main_nav ul.main_nav_second li a, div.main_nav ul.main_nav_second li a:link, div.main_nav ul.main_nav_second li a:visited {
	display: block;
	width: 164px; /* IE6 fix */
	margin-bottom: 1px;
	padding: 3px 0 0 13px;
	text-decoration: none;
	background: #fff url(../img/bg_nav_main_second.gif) 0.083em 0.417em no-repeat;
	color: #786860;
}
div.main_nav ul.main_nav_second li a:hover {
	background: #fff url(../img/bg_nav_main_second_on.gif) 0.083em 0.417em no-repeat;
	color: #ed1a3b;
}
div.main_nav ul.main_nav_second li a:active {
	background: #fff url(../img/bg_nav_main_second.gif) 0.083em 0.417em no-repeat;
	background-color: #fff;
}
div.main_nav ul.main_nav_second li a.selected, div.main_nav ul.main_nav_second li a.selected:link, div.main_nav ul.main_nav_second li a.selected:visited, div.main_nav ul.main_nav_second li a.selected:hover, div.main_nav ul.main_nav_second li a.selected:active {
	background: #fff url(../img/bg_nav_main_second_on.gif) 0.083em 0.417em no-repeat;
	color: #ed1a3b;
}
/* ---------------------------------------------------------------------------- */
/* main navigation third level */
div.main_nav ul.main_nav_third {
	margin-bottom: 0;
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
div.main_nav ul.main_nav_third li {
	width: 177px;
	list-style: none;
}
div.main_nav ul.main_nav_third li a, div.main_nav ul.main_nav_third li a:link, div.main_nav ul.main_nav_third li a:visited {
	display: block;
	width: 152px; /* IE6 fix */	
	margin-bottom: 1px;
	padding: 3px 0 0 25px;
	text-decoration: none;
	background: #fff url(../img/bg_nav_main_third.gif) 1.5em 0.75em no-repeat;
	color: #786860;
}
div.main_nav ul.main_nav_third li a:hover {
	background-color: #fff;
	color: #ed1a3b;
}
div.main_nav ul.main_nav_third li a:active {
	background-color: #fff;
}
div.main_nav ul.main_nav_third li a.selected, div.main_nav ul.main_nav_third li a.selected:link, div.main_nav ul.main_nav_third li a.selected:visited, div.main_nav ul.main_nav_third li a.selected:hover, div.main_nav ul.main_nav_third li a.selected:active {
	background: #fff url(../img/bg_nav_main_third_on.gif) 1.5em 0.75em no-repeat;
	color: #ed1a3b;
}
/* ---------------------------------------------------------------------------- */
/* content */
div.logo img, div.logo h1 {
	float: left;
}
div.logo img {
	margin-right: 84px;	
}
div.logo h1 {
	margin-top: 4px;
}
div#header {
	margin-bottom: 25px;
}
div.content_box {
	float: left;
	width: 633px;
	margin-left: 4px;
}
div.content_main {
	float: left;
	width: 633px;
	margin-top: 8px;
}
div.content_main h2, div.content_sub h2 {
	margin-bottom: 14px;
}
div.content_main p {
	margin-bottom: 18px;
}
div.content_sub_wrap {
	float: left;
	width: 529px;
	margin: 25px 0 0 4px;
}
div.content_sub {
	padding-left: 12px;
}
div.content_sub div.tx-comtool-pi1 {
	display: inline-block;
	width: 100%;
}
div.content_main p, div.content_sub p {
	margin-bottom: 16px;
}
div.content_sub h3 {
	margin: 32px 0 6px;
}
div.content_sub ul li {
	padding-left: 8px;
	list-style: none;
	background: #fff url(../img/bg_nav_main_third.gif) 0 8px no-repeat;
}
div.content_sub table {
	width: 100%;
	font-size: 1em;
}
div.content_sub table th, div.content_sub table td {
	padding: 2px 0 0 11px;
}
div.content_sub table th {
	padding-top: 3px;
}
div.content_sub table th.price, div.content_sub table td.price {
	padding-right: 11px;
	text-align: right;
}
div.content_sub table thead th {
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #eae6e4;
}
div.content_sub table tbody td {
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #fff;
}
div.content_sub table tbody tr.odd {
	background-color: #fcfafa;
}
div.content_sub table tbody tr.even {
	background-color: #f6f3f2;
}
div.content_meta_wrap {
	float: left;
	width: 542px;
	margin-left: 4px;
}
div.content_meta {
	padding-left: 12px;
}
div.content_meta h2 {
	margin-bottom: 13px;
}
div.print {
	float: right;
	margin-top: 7px;
}
div.swf_altcontent {
	margin-bottom: 20px;
	border-bottom: 1px solid #a69992;
}
div.address {
	float: left;
	width: 256px;
	margin-right: 5px;
}
div.pic_wrapper img {
	float: left;
	display: block;
	margin: 0 14px 19px 0;
}
div.pic_wrapper p {
	margin-bottom: 0;
}
div.teaser_contact_wrap {
	float: left;
	position: relative;
	width: 243px;
 	min-height: 141px !important;
	height: 141px;
	padding: 9px 13px;
	background-color: #f7f3f1 !important;
	background-color: #eee8e5;
	color: #786860;
	margin-top: -36px;
}
div.teaser_contact_wrap h2 {
	margin-bottom: 6px;
}
div.teaser_contact_wrap img {
	float: left;
	display: block;
	margin-right: 16px;
}
div.teaser_contact_wrap ul.box_link li {
	background-image: none;	
}
div.teaser_contact_wrap ul.box_link li a {
	color: #786860;
}
div.teaser_contact_wrap p {
	margin-bottom: 0;
}
div.teaser_contact {
	float: left;
}
div.teaser_contact p {
	margin: 0 0 7px 11px;
}
div.teaser_contact p.phone {
	margin-bottom: 0;
}
div.content_teaser_left {
	float: left;
	width: 438px;
	min-height: 204px !important;
	height: 204px;
	padding: 5px 6px;
	background-color: #eee8e5;
	color: #786860;	
}
div.content_teaser_right {
	float: left;
	width: 166px;
	min-height: 204px !important;
	height: 204px;
	margin-left: 5px;
	padding: 5px 6px;
	background-color: #eee8e5;
	color: #786860;
}
div.date {
	margin: 12px 0 16px;
}
div.line_top {
	width: 17px;
	height: 12px;
	margin: 47px 0 0 80px;
	background: url(../img/bg_line_top.gif) 0 0 no-repeat;
}
div.teaser_right {
	padding: 15px 0;
	background-color: #fff;
}
div.line_bottom {
	width: 17px;
	height: 12px;
	margin-left: 80px;
	background: url(../img/bg_line_bottom.gif) 0 0 no-repeat;
}
div.teaserbox_wrapper {
	float: left;
	width: 177px;
	margin-top: 5px;
}
div.teaserbox {
	width: 165px;
	margin-top: 10px;
	padding: 0 6px 1px;
	background-color: #eee8e5;
}
div.teaserbox h2 {
	margin-bottom: 7px;
}
div.content_sub img {
	display: block;
	float: left;
	margin-right: 14px;
}
div.content_sub img.spacer-gif {
	display: inline;
	float: none;
	margin-right: 0;
}
div.admin_wrap h3 {
	margin-top: 0;
}
div.admin_wrap {
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------- */
/* form location selector, search, teaser right */
div#location {
	margin-top: 0;
}
form.frmSelector select#locationSelector {
	width: 176px;
	height: 22px;
	padding: 2px 0 1px;
	border: 1px solid #b9aca5;
	font-size: 0.917em; /* 11px */
	color: #b9aca5;
}
div#quicklink {
	margin-top: 24px;
}
form.frmSelector select#quicklinkSelector {
	width: 176px;
	height: 22px;
	padding: 2px 0 1px;
	border: 1px solid #b9aca5;
	font-size: 0.917em; /* 11px */
	color: #b9aca5;
}
div.search {
	margin-top: 5px;
}
div.newListSelected {
	width: 174px;
	height: 17px;
	padding: 2px 0;
	background: url(../img/BDO_locations_arrow_box_290709.gif) 100% 0 no-repeat;
	border: 1px solid #b9aca5;
	color: #000;
}
div.selectedTxt {
	width: 148px;
	padding: 0 22px 0 4px;
}
input#BDOsearchInput {
	float: left;
	width: 146px;
	height: 14px;
	padding: 3px;
	border: 1px solid #b9aca5;
	font-size: 0.917em; /* 11px */
	color: #b9aca5;
}
input#BDOsearchButton {
	float: right;
	width: 22px;
	height: 22px;
	border: 0 none;
	cursor: pointer;
	background: url(../img/BDO_magnifying_glass_290709.gif) 0 0 no-repeat;
}
div.news {
	position: relative; /* IE6 fix */
	margin-top: 10px;
	padding: 5px 4px;
	background-color: #eee8e5;
}
div.news h2 {
	position: relative; /* IE6 fix */
	margin-bottom: 3px;
	padding-bottom: 3px;
	background: url(../img/bg_login_title.gif) 0 bottom no-repeat;
}
div.news ul li {
	margin-left: 15px;
}
input.txt, input.text {
	width: 156px;
	height: 14px;
	margin-bottom: 3px;
	padding: 4px 5px;
	border: 1px solid #b9aca5;
	font-size: 0.917em; /* 11px */
	background-color: #fff;
	color: #b9aca5;
}
input.submit {
	float: left;
	height: 24px;
	padding: 0 3px 3px 0;
	border: 0 none;
	cursor: pointer;
	background: url(../img/bg_btn_right.gif) right 0 no-repeat;
	color: #fff;
}
div.btn_left {
	float: left;
	width: 2px;
	height: 24px;
	background: url(../img/bg_btn_left.gif) right 0 no-repeat;
}
div.btn_wrapper {
	float: right;
	margin-right: 8px;
}
div.separator {
	margin-bottom: 16px;
}
div.cover {
	float: right;
	width: 67px;
	height: 61px;
	position: relative; /* IE6 fix */
	margin: -10px 5px 5px 0;
}
/* ---------------------------------------------------------------------------- */
/* text formating */
.date {
	margin-left: 10px;
}
div.date span {
	color: #b9aca5;
}
div.date a, div.date a:link, div.date a:visited {
	text-decoration: none;
	color: #b9aca5;
}
div.date a:hover {
	color: #ed1a3b;
}
div.date a:active {
	color: #b9aca5;
}
ul.box_link {
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
ul.box_link li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	list-style: none;
	line-height: 1.167em; /* 14px */
}
div.item ul.box_link li {
	list-style: none;
	line-height: 1.167em; /* 14px */
	background-image: none;
}
ul.box_link li a, ul.box_link li a:link, ul.box_link li a:visited {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	background: url(../img/bg_arrow.gif) 0.083em 0.25em no-repeat;
	color: #786860;
}
ul.box_link li a:hover {
	text-decoration: underline;
	color: #786860;
}
ul.box_link li a:active {
	color: #786860;
}
div.content_teaser_left ul.box_link li, div.content_teaser_right ul.box_link li {
	margin-bottom: 7px;
	background-image: none;
}
div.content_teaser_left span.date, div.content_teaser_right span.date {
	margin-left: 10px;
	color: #786860;
}
div.content_teaser_left ul.box_link li a, div.content_teaser_right ul.box_link li a {
	color: #786860;
}
div.content_teaser_left h2 {
	margin-bottom: 8px;
	font: 1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 18px */
	color: #786860;
}
div.content_teaser_right h2 {
	margin-bottom: 8px;
	text-transform: uppercase;
	font: 1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 18px */
	color: #786860;
}
div.content_meta a:link, div.content_meta a:visited, div.content_sub a:link, div.content_sub a:visited {
	text-decoration: underline;
	color: #3c3530;
}
div.content_meta a:hover, div.content_sub a:hover {
	text-decoration: none;
	color: #786860;
}
div.content_meta a:active, div.content_sub a:active {
	text-decoration: underline;
	color: #3c3530;
}
/* ---------------------------------------------------------------------------- */
/* career form */
form.career {
	float: left;
	width: 438px;
}
form.career label {
	float: left;
	width: 165px;
	margin: 2px 5px 0 0;
}
form.career label.desc {
	float: left;
	width: 165px;
	margin: 2px 5px 0 0;
}
form.career label.salutation {
	float: left;
	width: 165px;
	margin: 2px 10px 5px 0;
}
form.career label.radio {
	margin: 0 15px 0 3px;
	width: auto;
}
form.career label.checkbox, form.career label.autolabel {
	width: auto;
}
form.career label.plz {
	margin: 0 15px 0 3px;
}
form.career label.upload {
	float: left;
	width: 165px;
	margin: 2px 5px 0 0;
}
form.career input.txt, form.career input.text {
	float: left;
	width: 252px;
	margin-bottom: 7px;
	padding: 3px;
	border: 1px solid #b9aca5;
	background-color: #fff;
	color: #b9aca5;
}
form.career input.radio, form.career input.checkbox {
	float: left;
}
form.career input.plz {
	float: left;
	width: 76px;
	margin: 0 4px 7px 0;
	padding: 3px;
	border: 1px solid #b9aca5;
	background-color: #fff;
	color: #b9aca5;
}
form.career input.place {
	float: left;
	width: 164px;
	margin-bottom: 7px;
	padding: 3px;
	border: 1px solid #b9aca5;
	background-color: #fff;
	color: #b9aca5;
}
form.career input.upload {
	float: left;
	width: 260px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #b9aca5;
	background-color: #fff;
	color: #b9aca5;
}
/*form.career input.submit {
	float: right;
	padding: 3px;
	border: 1px solid #b9aca5;
	background-color: #fff;
	color: #b9aca5;
}*/
form.career select#careerSelector {
	float: left;
	width: 260px;
	margin: 2px 5px 5px 0;
	padding: 2px 0 1px;
	border: 1px solid #b9aca5;	
	color: #b9aca5;
}
form.career select#daySelector, form.career select#monthSelector, form.career select#yearSelector {
	float: left;
	width: 84px;
	margin: 2px 4px 5px 0;
	padding: 2px 0 1px;
	border: 1px solid #b9aca5;
	color: #b9aca5;
}
form.career select.form_dropdown {
	float: left;
	width: 260px;
	margin: 2px 5px 5px 0;
	padding: 2px 0 1px;
	border: 1px solid #b9aca5;	
	color: #b9aca5;
}
form.career div.text {
	margin-top: 30px;
}
form.career div.text p {
	margin-bottom: 11px;
}
form.career div.text span {
	color: #ed1a3b;
}
form.career textarea.addition {
	float: left;
	width: 252px;
	height: 74px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #b9aca5;
	color: #b9aca5;
}
form.career img {
	float: left;
	margin-right: 0;
	border: 1px solid #b9aca5;
	background-color: #f9f9f8;
}
form.career dl.tx-sremailsubscribe-pi1-multiple-checkboxes {
	float: left;
	width: 250px;
}
form.career dl.tx-sremailsubscribe-pi1-multiple-checkboxes dt {
	clear: left;
	float: left;
	width: auto;
	min-height: 21px;
	height: auto !important;
	height: 21px;
}
form.career dl.tx-sremailsubscribe-pi1-multiple-checkboxes dd {
	float: left;
	width: 90%;
	min-height: 21px;
	height: auto !important;
	height: 21px;
}
form.career dl.tx-sremailsubscribe-pi1-multiple-checkboxes dd label {
	width: auto;
	margin: 0;
	margin-left: 5px;
}

div.comtool_list div a:link, div.comtool_list div a:visited {
	display: block;
	background-color: transparent;
}
div.comtool_list div a:hover {
	display: block;
	background-color: #f6f3f2;
}
div.comtool_list div a:active {
	display: block;
	background-color: transparent;
}
/* ---------------------------------------------------------------------------- */
/* footer */
div#footer {
	margin: 55px 0 3px;
}
div#footer ul, div#footer span {
	float: left;
	margin: 0;
	font: 0.833em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 10px */
	color: #786860;
}
div#footer ul li {
	float: left;
	list-style: none;
}
div#footer ul li a, div#footer ul li a:link, div#footer ul li a:visited {
	text-decoration: none;
	color: #786860;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
div#footer ul li a:active {
	text-decoration: none;
}
div.icons {
	float: right;
	margin-top: 5px;
}

.tx-wssitemap-pi1 .treemenudiv {}
.tx-wssitemap-pi1 .treemenudiv img {margin:0;vertical-align: middle;border: none;display:inline;float:none}
.tx-wssitemap-pi1 .treemenudiv a {text-decoration: none;  color: #788289; }
.tx-wssitemap-pi1 .treemenudiv a:hover {color: #E40601;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color:red;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color:green; }	


.csc-textpic-intext-left {
	display: inline-block;
	width: 100%;
}

/* position relative mit z-index für location, quicklinks und search only for IE7 */
*+html div.news {
	position: static;
}
*+html div.news h2 {
	position: static;
}