
/* 
 ************************************************************
 globale Styles fuer Layout und siteuebergreifende Elemente 
 ************************************************************
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: white url(../img/background-greygradient.gif) repeat-x;
	color: black;
}
a {
	color: #b91619;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Rendering von Listen browser-uebergreifend konsistent machen */
ul, ol {
  margin-left: 0;
  padding-left: 0;
}
p, label {
	font-size: 12px;
	line-height: 16px;
}
.small {
	font-size: 11px !important;
	line-height: normal !important;
}
.small p {
	font-size: 10px;
	line-height: normal;
}
img.border {
	border: solid 1px #a4a4a6;
}
input, select, textarea {
	width: 120px;
	height: 15px;
	border: solid 1px #666666;
	vertical-align: bottom;
	padding: 2px 0 0 0;
	background: white;
	font-size: 10px;
	color: #5c5a54;
}
select {
	padding: 0;
}
#firmenlogo {
	height: 20px;
}
textarea {
	width: auto !important;
	height: auto !important;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.cr input, input.cr {
	width: auto !important;
	height: auto !important;
	border: none !important;
	background: none !important;
}
input.submit {
	width: auto !important;
	height: 20px !important;
	padding: 0 5px 0 4px;
	margin: 5px 0 0 0;
	font-weight: bold;
	background: #e7e1d1 url(../img/buttonBg.gif) repeat-x !important;
	color: black;
}
.hidden, legend {
	display: none;
}
hr.clearer {
	clear: both;
	visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	line-height: 1px !important;
}
.clear {
	clear: both;
}
.red, .red a {
	color: #b91619 !important;
}
.green {
	color: #008080 !important;
}
li.red {
	list-style-image: url(../img/arrowRed.gif) !important;
}
.grey, .grey a {
	color: #333333 !important;
}
li.grey {
	list-style-image: url(../img/arrowGrey.gif) !important;
}
#mainWrapper {
	width: 865px;
	background: white url(../img/wrapperBg.gif) repeat-y ;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	position: relative;
	margin: 0 0 10px 0;
}
.col2 {
	background: white url(../img/wrapperBg2Col.gif) repeat-y !important;
}
/* Banner-Bereiche begin */
#bannerWrapper {
	width: 853px;
	padding: 0 0 0 2px;
	margin: 10px 0 10px 10px;
	vertical-align: middle;
	text-align: left;
}
#bannerWrapper img {
	margin: 0 60px 0 0;
}

#bannerWrapper div {
	display: inline;
}

#skyScrWrapper {
	position: absolute;
	left: 871px;
	top: 82px;
	width: 122px;
	text-align: right;
}
/* Banner-Bereiche end */
/* ID-Bereich begin */
#head {
	position: relative;
	/*width: 84em;*/
	height: 72px;
	background: #ffffff;
	padding: 10px 15px 0 10px;
}
#head .logo {
	float: left;
	margin: 17px 0 0 0;
	background: url(../img/bwdLogo.gif) no-repeat;
	width: 252px;
	height: 33px;
	text-indent: -1000000em;
}
#head fieldset.suchbox {
	clear: right;
	float:right;
	margin: 20px 0 0 0;
}
#head fieldset.suchbox input.sTerm {
	background: #ffffff;
	border: solid 1px #999999;
	width: 200px;
	height: 15px;
	padding: 3px 0 0 5px;
}
#head fieldset.suchbox input.submit {
	background: url(../img/button.gif) no-repeat !important;
	border: none;
	width: 20px !important;
}
.metaNav {
	float: right;
	display: inline;
	margin: 0;
}
.metaNav li {
	display: inline;
	list-style-type: none;
}
.metaNav li a {
	font-size: 11px;
	text-decoration: underline;
	color: #5c5a54;
}
.metaNav li a:hover {
	text-decoration: none;
}
/* ID-Bereich end */
/* Hauptnavigation begin */

/* MAIN-NAV NEU */
ul.mainNav {
	clear: right;
	padding: 0 0 0 0;
	height: 30px;
	border-top: solid 2px #999999;
	border-bottom: solid 38px #ffffff;
	background: #eaeaea url(../img/mainNavBg.gif) repeat-x top;
	font-family: "Trebuchet MS", Georgia, Sans-Serif;
	font-weight: bold;
	overflow: hidden;
}
ul.mainNav li {
	list-style: none;
	float: left;
}
ul.mainNav li a {
	display: block;
	font-weight: bold;
	padding: 3px 26px 5px 26px;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
	background: transparent url(../img/mainNavItemBg.gif) repeat-y top right;
}
ul.mainNav li a.active, ul.mainNav li a:hover {
	background: #ffffff url(../img/mainNavItemBg.gif) repeat-y top right;
	text-decoration: none;
	color: #b91619;
}
ul.mainNav li.r {
	margin: 0;
}
ul.mainNav li.r a {
	background: transparent url(../img/mainNavItemBg.gif) repeat-y top left;
}
ul.mainNav li.r a.active, ul.mainNav li.r a:hover {
	background: #ffffff url(../img/mainNavItemBg.gif) repeat-y top left;
}
.mainNav li.pad {
	margin-left: 98px !important;
}
.mainNav li.padLo {
	margin-left: 87px !important;
}
/* Hauptnavigation end */

/* Spalten begin */
#leftCol {
	width: 170px;
	float: left;
	margin: 0 10px 0 5px;
	padding: 11px 0 0 0;
	overflow: hidden;
	background: url(../img/sidelineBg.gif) repeat-x top;
}
#mainCol {
	float: left;
	margin: 0 10px 0 0;
	padding: 11px 0 0 0;
	width: 495px;
	background: url(../img/sidelineBg.gif) repeat-x top;
	overflow: hidden;
}

.article {
	width: 674px !important;
	padding: 0 !important;
	margin: 0 !important;
}
#rightCol {
	width: 170px;
	float: left;
	padding: 11px 0 0 0;
	overflow: hidden;
	background: url(../img/sidelineBg.gif) repeat-x top;
}
#footer {
	background: #ececec url(../img/footBg.gif) repeat-x top;
	border-top: solid 10px #ffffff;
	border-bottom: solid 10px #ffffff;
	height: 35px;
	margin: 0 5px 0 5px;
	padding: 7px 0 0 7px;
}
/* Spalten end */

/* Stile fuer die mainCol begin */
#mainCol hr {
	position: relative;
	background-color: #999999;
	height: 1px;
	margin: 23px 0 18px 0;
}
#mainCol .balken {
	padding-left: 10px;
	margin: 0 20px 0 0;
}
#mainCol .balken strong a {
	text-decoration: none;
}
#mainCol .balken strong a:hover {
	text-decoration: underline;
}
/* Stile fuer die mainCol end */

/* Stile fuer die Sidelines begin */
.teaserBox {
	width: 153px;
	background: #ffffff url(../img/teaserContBg.gif) repeat-x 0 21px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 0 0 9px 5px;
	margin: 0 0 20px 5px;
}
.teaserBox p {
	font-size: 11px;
}
#leftCol h2, #rightCol h2, h2.rbHdl, .topThema h3, .inhalt h3 {
	font-size: 11px;
	height: 16px;
	color: #000;
	background: #EBEBEB url(../img/teaserHeadBg.gif) repeat-x;
	border: solid 1px #999999;
	padding: 3px 0 0 5px;
	margin: 0 -3px 8px -8px;
}
.nl fieldset { text-align:right; padding: 0 6px 0 0; }
.nl fieldset label input { width: 145px; margin: 2px 0 0 0;}
.nl fieldset a { display: block; font-size: 10px; margin: 3px 0 0 0; text-align:right; }
.vt fieldset { line-height: 40px !important; margin: 2px 0 0 0; }
.vid { padding: 0; width: 158px; }
.vid h2 { margin: 0em -3px 1px -3px !important; }
.obj h2, .gal h2 { margin: 0em -3px 4px -8px !important; }
.obj a.more { font-size:11px; text-align:right; margin: 1px 3px -6px 0;}
.obj p, .gal p { color:#666;line-height:normal; }
.obj img, .gal img  {margin: 5px 0 0 -6px;}
.gal img { margin-left: -5px; }

/* Formatierung Daily News */
#mainCol .daily { margin: 0 0 30px 0; }
.daily div.newsDate { width: 75px; float: right; text-align: right; color: #333333;}
.daily h3.headl {width:410px; float:left; font-weight:bold; margin: 0 0 2px 0 !important;}
.daily .imgText h3.headl { width: 200px; }
.daily h3.headl a { font-size:12px; }
.daily .newsText { width: auto !important; margin: 0!important; padding:0!important;}
.daily .imgText { width: 419px; margin: 0 0 0 9px; float: left; }
.daily p { clear: both; }
.daily .weiter { font-size: 12px; display:block; margin: -2px 5px -7px 0; text-align:right;}
.daily .newsImg { width: 66px !important; }
.daily div.clear { height: 10px; margin: 0 0 10px 0; background: url(../img/pixLineGrey.gif) repeat-x bottom; }

.heftCover {
	margin-bottom: 7px;
}
.button {
	margin: 20px 0 0 7px;
}
.sideNav {
	margin: -3px 0 -8px 14px;
	list-style-image: url(../img/arrowBeige.gif);
}
.sideNav li {
	font-size: 11px;
	margin: 0 0 3px 0;
	/*text-indent: -4px;*/
}
.sideNav li a {
	display: block;
	margin: 0 0 0 -2px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.sideNav li a:hover {
	text-decoration: underline;
}
.sideNav li a.TP {
	font-weight: normal;
	color: black;
}
.sideNav li a.TP:hover {
	text-decoration: underline;
}
.aboShop {
	background: #f0ede2 url(../img/teaserHeadBg.gif) repeat-x;
	height: 16px;
	padding: 8px 0 0 5px;
}
/* Stile fuer die Sidelines end */

/* stile fuer footer begin */
#footer p {
	float: left;
	font-size: 10px;
}
#footer a.top {
	font-size: 11px;
	display: block;
	float: right;
	margin: 12px 10px 0 0;
	padding: 0 0 0 10px;
	background: url(../img/arrowTop.gif) no-repeat 0 4px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	display: inline; /* IE hack */
}
/* stile fuer footer end */

