/* ------- Zurücksetzen der Vorgaben ------- */
* {
	margin:0;
	padding:0;
}
p {
	margin:0px 0 10px;
}
img {
	border:none;
}
/* ------- Aufteilung ------- */
html, body {
	background:url(../_img/bodyBackground.png) repeat-x; /* Grauer, sich wiederholender Seitenhindergrund */
	text-align:center; /* Wichtig für IE6 zum Zentrieren des PageWrapper */
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	height:100%;
}
#pageWrap { /* Container für die Hauptseite */
	text-align:center;
	margin:auto; /* Mittige Ausrichtung des PageWrapper */
	width:946px;
	background:#FFF;
	position:relative;
	min-height:100%;
}
#header {
	width:924px;
	margin:auto;
	text-align:left;
	position:relative;
	background:url(../_img/headerBackground.jpg) no-repeat;
	height:177px;
	z-index:20;
}
#menuWrap {
	position:absolute;
	z-index:20;
	left:10px;
	bottom:10px;
	width:904px;
	height:25px;
	background:url(../_img/menuBackground.jpg) repeat-x left top #18160f;
}
#searchWrap {
	float:right;
	width:190px;
	height:25px;
	position:relative;
}

#searchWrap .input {
	font-size:10px;
	border:none;
	background:#FFF;
	padding:1px 0 0 4px;
	height:14px;
	width:126px;

	position:absolute;
	top:0px;
	left:0px;
}

#searchContent {
	height:16px;
	position:absolute;
	left:0px;
	top:5px;
}
.inputImage {
	position:absolute;
	top:0px;
	left:130px;	
}
#contentWrap {
	width:924px;
	margin:auto;
	margin-top:25px;
	text-align:left;
	padding-bottom:80px;
}
#content, #sidebar {
	float:left;
}
#content {
	width:698px;
	margin-right:25px;
}
#sidebar {
	width:200px;
}
#flashElement {
	margin-bottom:25px;
}
#subContentWrap .box {
	width:230px;
	margin-right:7px;
	float:left;
	min-height:100px;
}
#subContentWrap .firstBox {
	width:222px;
}
#subContentWrap .lastBox {
	margin-right:0px;
}
.smallBox {
	margin-bottom:6px;
}
.smallBox .inner {
	padding:10px;
	color:#fff;
	font-size:11px;
}
.smallBox .inner a {
	color:#fff;
	text-decoration:none;
}
.smallBox .inner a:hover {
	text-decoration:underline;
}
.smallBox.noMargin {
	margin-bottom:0px;
}
.smallBox.redBox {
	background:#c70000 url(../_img/redBoxBackground.jpg) left bottom no-repeat;
	/*min-height:117px;
	height:auto !important;
	height:117px;*/
}
.smallBox.blackBox {
	background:#908b82 url(../_img/blackBoxBackground.jpg) left bottom no-repeat;
	/*min-height:139px;
	height:auto !important;
	height:139px;*/
}
.box .boxHeadLine {
	background:url(../_img/boxHeadLine.jpg) repeat-x #050504 left top;
	min-height:25px;
	height:auto !important;
	height:25px;
	color:#fff;
}
.box .boxHeadLine div {
	padding:4px 0 0 10px;
}
.box .boxContent {
	background:#e7e5e1;
	min-height:218px;
	height:auto !important;
	height:218px;
	font-size:11px;
}
.box .boxContent div {
	padding:10px;
}
.box .boxContent div a {
	color:#af0000;
	text-decoration:none;
}
.box .boxContent div a:hover {
	text-decoration:underline;
}
.box .boxFooter {
	background:url(../_img/boxFooter.jpg) left bottom no-repeat #a80022;
	min-height:19px;
	height:auto !important;
	height:19px;
	
	text-align:right;
	color:#fff;
	font-weight:bold;
}
.box .boxFooter div {
	padding-top:2px;
	padding-right:5px;
}
.box .boxFooter div a{
	text-decoration:none;
	color:#fff;
}

.box .boxFooter div a:hover{
	text-decoration:underline;
	color:#fff;
}
.box .boxFooter div img {
	vertical-align: text-top;
	padding-top:2px;
	margin-left:5px;
	}

#linkArea div {
	padding:5px 10px;
	}
#linkArea div div {
	padding-top:2px !important;
	padding-bottom:2px !important;
	padding-left:0px;
	padding-right:0px;
	}
#linkArea div div a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#linkArea div div img {
	vertical-align: text-top;
	padding-top:2px;
	margin-right:5px;
	margin-left:5px;
	}
	
#linkArea {
	background:url(../_img/linkAreaBackground.jpg) no-repeat;
	height:77px;
	margin-bottom:15px;
}
#affiliateBox {
	border:1px solid #bfbfb9;
	min-height:220px;
	height:auto !important;
	height:220px;
}
#affiliateBox .inner {
	margin:6px;
	background:#ededeb;
	min-height:208px;
	height:auto !important;
	height:208px;
}
#affiliateBox .inner div {
	padding:8px;
	text-align:center;
	color:#2e2d29;
}
#footerWrap {
	width:100%;
	background:#ffffff;
	height:51px;
	position:relative;
	margin-top:-51px;
}
#footer {
	background:#aaa8a5;
	height:31px;
	text-align:center;
}
#footer .white {
	width:946px;
	background:#ffffff;
	height:31px;
	margin:auto;
	text-align:center;
}
#footer .red {
	width:924px;
	background:#a80022;
	height:31px;
	margin:auto;
}
#footer .outer {
	width:170px;
	display:inline;
	float:right;
	height:31px;
	margin-right:45px;
	padding-left:6px;
	background:url(../_img/footerLeft.jpg) left bottom no-repeat #fff;
}
#footer .inner {
	padding-right:10px;
	padding-left:4px;
	height:31px;
	background:url(../_img/footerRight.jpg) right top no-repeat #fff;
}

#contactBox {
	margin-top:100px;
	padding-top:10px;
	border-top:2px solid #a1a1a1;
	line-height:18px;
	}
	
#contactBox.borderBottom {
	margin-top:0px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px solid #a1a1a1;
	}
	
#smallLinkArea {
	position:absolute;
	top:95px;
	right:77px;
	color:#5a5a5a;
}
#smallLinkArea a {
	font-weight:normal;
	color:#5a5a5a;
}

.tableDiv {
	width:100%;
	z-index:0;
}

.tableCell.left {
	float:left;
	width:213px;
	clear:both;
	text-align:right;
	z-index:0;
}

.tableCell.right {
	padding-left:233px;
	z-index:0;
}

.tableRowSeperator {
	height:15px;
}

.headText {
	font-size:16px;
	color:#625b49;
	line-height:25px;
}

.logoLink {
	height:75px;
	position:absolute;
	right:88px;
	top:14px;
	width:203px;
}

.teaserBox {
	background:#ffffff url(../_img/teaserBoxBackground.jpg) left bottom no-repeat;
	position:relative;
	min-height:109px;
	height:auto !important;
	height:109px;
	z-index:10;
}

.teaserBox .headLine {
	font-size:22px;
	letter-spacing:1px;
	line-height:24px;
	padding:10px 10px 40px;
	text-align:left;
	color:#808078;
	z-index:10;
}

.teaserBox a {
	position:absolute;
	left:10px;
	bottom:10px;
	font-size:13px;
	z-index:10;
}

.teaserBox.withArrows {
	background:#ffffff url(../_img/teaserBoxBackgroundWithArrows.jpg) left bottom no-repeat;
}

.magnifierLink {
	position:relative;
}

.magnifierImage {
	border:2px solid #c3c2be;
}

.magnifier {
	position:absolute;
	border-left:2px solid #c3c2be;
	border-top:2px solid #c3c2be;
	right:2px;
	bottom:5px;
}



/* ------- Menu ------- */

ul {
	list-style: none;
}

/* 
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	z-index:20;
}


ul.dropdown li {
	font-weight: bold;
	float: left;
	height:25px;
	zoom: 1;
	color:#ffffff;
	padding-right:3px;
	background:url(../_img/menuSeperator.jpg) right center no-repeat;

	border-left:1px solid transparent;

	position:relative;
	z-index:20;

	margin-left:-1px;
}

* html ul.dropdown li {
	border-left:none;
}

ul.dropdown li:last-child, ul.dropdown li.lastItem {
	background:none;
}

ul.dropdown a:hover {
	color: #fff;
}

ul.dropdown a:active {
	color: #fff;
}

ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	color: #fff;
	text-decoration:none;
}

ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */

ul.dropdown li.hover {
	background:url(../_img/menuHover.jpg) right top no-repeat;
	color: #fff;
	position: relative;
	border-left:1px solid #d8ada6;
}

ul.dropdown li.hover a {
	color: #fff;
}


/* 	LEVEL TWO */
ul.dropdown ul {
	width: 175px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border:1px solid #c5c5c7;
	background:#8b0005 url(../_img/subMenuBackground.jpg) left top no-repeat;
	z-index:20;
}

ul.dropdown ul li {
	font-weight: normal;
	background:none;
	color: #000;
	float: none;
	margin-right:0px;
	z-index:25;

	border-left:1px solid transparent;
}

* html ul.dropdown ul li {
	border-left:none;
}

ul.dropdown ul li:hover  {
	 background:url(../_img/menuHoverArrow.gif) right top no-repeat !important; 
	 border-left:1px solid transparent;
}

* html ul.dropdown ul li:hover  {
	 border-left:none;
}

/* IE 6 & 7 brauchen Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	z-index:30;
}



h3 {
	font-size:12px;
	}

a {
	color:#af0000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	}
	
/* ------- Helfer-Klassen ------- */
	
.clear { /* Wird zum Abschluss von floatenden Elementen benutzt */
	clear:both;
}

.clear-invisible {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


.textSeperator {
	padding:0px !important;
	
	height:15px;
	background:url(../_img/textSeperator.gif) repeat-x;
	text-align:center;
}

.textSeperator.margin {
	margin:10px 0px;
}

.alignRight {
	text-align:right;
	}


/* ------- Tabelle Mitschnittservice ------- */

.recordShowForm {
  padding: 10px 0 17px 0;
}

.recordShowForm select {
  margin-right: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.recordShowForm select.year {
  width: 55px;
}

.recordShowForm select.month {
  width: 95px;
}

.recordShowTable {
  margin-bottom: 10px;
}

.recordShowTable th {
  background-color: #aaa9a5;
  color: #FFF;
  padding: 7px 9px 6px 8px;
  font-size: 14px;
}

.recordShowTable th.txtRight,
.recordShowTable td.txtRight {
  text-align: right;
}

.recordShowTable tr.even td {
  background-color: #f3f2f0;
}

.recordShowTable td {
  padding: 3px 9px 4px 8px;
  vertical-align: top;
}

.recordShowTable td a {
  font-weight: normal;
}

.recordShowNav {
  width: 465px;
  float: left;
  clear: both;
  padding-bottom: 10px;
}

.recordShowNav .navBack {
  width: 200px;
  float: left;
}

.recordShowNav .navNext {
  width: 200px;
  float: right;
  text-align: right;
}


/* ------- Tabelle Sendungsimport ------- */

.recordImportTable th {
  width: 155px;
}

.recordImportTable td,
.recordImportTable th {
  padding: 5px 0px;
  vertical-align: top;
}

.recordImportTable select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.recordImportTable .termin-col {
  width: 50px;
  display: inline-block;
}



