html, body {
	margin: 0;
}
body {
	font: 75% 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
	background: url(../img/bg.gif) 0 0 repeat;
	color: #666;
}
/* ---------------------------------------------------------------------------- */
/* 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;
}
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 {
	margin-bottom: 0.583em;
	line-height: 1.167em; /* 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;
	border-collapse: collapse;
}
/* ---------------------------------------------------------------------------- */
/* page structure */
div#wrap {
	width: 1066px;
	margin: 0 auto;
	background: url(../img/bg_wrap.gif) 0 0 repeat-y;
}
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 {
	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-right: 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;
}
/* ---------------------------------------------------------------------------- */
/* main navigation */
div.main_nav {
	float: left;
}
div.main_nav ul {
	min-height: 210px;
	padding-bottom: 14px;
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
div.main_nav ul li {
	width: 177px;
	list-style: none;
	white-space:nowrap;
}
div.main_nav ul li a, div.main_nav ul li a:link, div.main_nav ul li a:visited {

	padding-left: 13px;
	text-decoration: none;
	background: url(../img/BDO_secondary_nav_left_arrow_290709.gif) 0.083em 0.417em no-repeat;
	color: #786860;
}
div.main_nav ul li a:hover {
	color: #ed1a3b;
}
div.main_nav ul li a:active {
	color: #786860;
}
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: url(../img/BDO_secondary_nav_down_arrow_290709.gif) 0.083em 0.417em no-repeat;
	color: #ed1a3b;
}
div.main_nav div.teaserbox_wrapper ul.box_link li.arrow a {
	width: 152px;
	background: url(../img/bg_arrow_pw.gif) 0 0.2em no-repeat;
}
div.main_nav ul.box_link li {
 	width: auto;
	height: auto; /* IE6 fix */
}
/* ---------------------------------------------------------------------------- */
/* main navigation second level */
div.main_nav ul.main_nav_second {
	min-height: 0 !important;
	height: auto;
	margin-bottom: 0;
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
div.main_nav ul.main_nav_second li {
	padding-bottom: 0;
}
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,
div.main_nav ul.main_nav_second li a:hover, div.main_nav ul.main_nav_second li a:active {
	padding-left: 21px;
	text-decoration: none;
	background: url(../img/bg_nav_main_second.gif) 1.167em 0.75em no-repeat;
	color: #786860;
}
div.main_nav ul.main_nav_second li a:hover {
	color: #ed1a3b;
}
div.main_nav ul.main_nav_second li a:active {
	color: #786860;
}
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: url(../img/bg_nav_main_second.gif) 1.167em 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 {
}
div.content_box {
	float: left;
	width: 633px;
	margin-left: 4px;
}
div.content_blog {
	margin: 10px 0 60px 12px;
}
div.date {
	margin: 12px 0 16px;
}
div.line_top {
	width: 17px;
	height: 12px;
	margin: 48px 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.teaserbox p.tag_cloud {
	padding-top: 7px;
}
/* ---------------------------------------------------------------------------- */
/* form location selector, search, login */
div#location {
	margin-top: 1px;
}
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: 25px;
}
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 {
	position: relative; /* IE6 fix */
	margin-top: 25px;
}
div.newListSelected {
	width: 174px;
	height: 16px;
	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.login {
	position: relative; /* IE6 fix */
	margin-top: 15px;
	padding: 5px 4px;
	background-color: #eee8e5;
}
div.login h2 {
	position: relative; /* IE6 fix */
	margin-bottom: 7px;
	padding-bottom: 3px;
	background: url(../img/bg_login_title.gif) 0 bottom no-repeat;
}
input.txt {
	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-bottom: 3px;
	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;
	position: relative; /* IE6 fix */
}
div.pw_wrapper {
	margin: 10px 0 7px;
	padding: 7px 0 0;
	background: url(../img/bg_login_pw.gif) 0 0 no-repeat;
}
/* ---------------------------------------------------------------------------- */
/* text formating */
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 {
	min-height: 0 !important;
	height: auto;
	font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif; /* 12px */
}
ul.box_link li {
 	width: auto;
	list-style: none;
	line-height: 1.167em; /* 14px */
}
ul.box_link li.arrow a {
	background: url(../img/bg_arrow_pw.gif) 0 0.333em no-repeat;
}
ul.box_link li a, ul.box_link li a:link, ul.box_link li a:visited {
	padding-left: 10px;
	text-decoration: none;
	color: #5f534e;
}
ul.box_link li a:hover {
	text-decoration: underline;
	color: #5f534e;
}
ul.box_link li a:active {
	color: #5f534e;
}
div.teaserbox_left p.tag_cloud a, div.teaserbox_left p.tag_cloud a:link, div.teaserbox_left p.tag_cloud a:visited {
	text-decoration: none;
	color: #786860;
}
div.teaserbox_left p.tag_cloud a:hover {
	color: #ed1a3b;
}
div.teaserbox_left p.tag_cloud a:active {
	color: #786860;
}
/* ---------------------------------------------------------------------------- */
/* footer */
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#footer span {
	margin-bottom: 9px;
}
label.desc {
	float: left;
	width: 165px;
	margin: 2px 5px 0 0;
}

/* vorherige 1 2 3 4 ... Seitenauswahl */

td.tx-ttnews-browsebox-SCell p a {
	color: #ED1A3B;
}

