/* HTML Elemente */
html, body {
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background: #7a7a7a url(../img/bg_nonFooter.gif) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	line-height: 17px;
}

/* Container */

#nonFlash{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}

#nonFooterContainer{
	position: relative;
	background: url(../img/bg_nonFooter.gif) top left repeat-y;
	padding: 0 0 50px 0;
	min-height: 100%;
}

* html #nonFooterContainer {
    height: 100%;
}

#contentContainer{
	position: absolute;
	top: 42px;
	left: 230px;
	width: 705px;
	z-index: 1;
	float: left;
}

#navigationContainer{
	left: 0;
	top: 40px;
	width: 210px;
	background-color: #272727;
	z-index: 1;
	float: left;
}

#headerContainer{
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;	
	overflow: hidden;
	background-color: #272727;	
	border-bottom: 1px solid #7a7a7a;
	z-index: 2;
	position: absolute; /* neue reihenfolge */
}

#footerContainer{
	width: 100%;
	position: relative;
	left: -230px;
	line-height: 26px;
	background-color: #272727;
	border-top: 1px solid #7a7a7a;
	z-index: 2;
	color: #cccccc;
	text-transform: uppercase;
}

#breadcrumbContainer{
	position: relative;
	top: 0px;
	left: 100px;
	font-size: 90%;
	line-height: 28px;
	width: 605px;
}

#navigationContainer ul.mainNavi{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#navigationContainer ul.mainNavi li{
	line-height: 27px;
	text-transform: uppercase;
	border-bottom: 1px solid #7a7a7a;
}

#navigationContainer ul.mainNavi li.flashVersion{
	text-transform: none;
	margin-top: 55px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
}

#navigationContainer ul.subNavi{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigationContainer ul.subNavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigationContainer ul.subNavi li{
	line-height: 27px;
	text-transform: none;
	border-top: 1px solid #7a7a7a;
	border-bottom: none;
}

#nonfooterContainer {
    position: relative;
    min-height: 100%;
    width: 100%;
    text-align: left;
	margin: 0;
	padding: 0;
}

/* IE Fix: Der IE interpretiert height als min-height */
* html #nonfooterContainer {
    height: 100%;
}

#footer {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: -26px;
	height: 26px;
	line-height: 26px;
	background-color: #272727;
	border-top: 1px solid #7a7a7a;
	z-index: 2;
	color: #cccccc;
	text-transform: uppercase;
}
 
#content {	
	padding: 0 0 0 20px;
	top: 42px;
	width: 725px;
	z-index: 1;
	float: left;
	margin-left: 210px; /* neue reihenfolge */
	margin-top: 40px;
}
* html #content {
	margin-left: 105px;
}

#navigationContainer{
	top: 40px;
	width: 210px;
	background-color: #272727;
	float: left;
	margin-left:-955px; /* neue reihenfolge */
	margin-top: 40px;
}

#spacer {
  clear: both;
  height: 26px;
}

.beitragHeadline{
	background-color: #565656;
	border-bottom: 1px solid #7a7a7a;
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0 100px;
	line-height: 27px;
	width: 605px;
}

.sucheHeadline{
	background-color: #565656;
	border-bottom: 1px solid #7a7a7a;
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0 100px;
	height: 27px;
	width: 605px;
}

.beitrag{
	background-color: #3d3c3c;
	border-bottom: 1px solid #7a7a7a;
	padding: 0 18px 18px 100px;
	width: 587px !important;
}

* html .beitrag{
	width: 687px;
}

.beitragListe{
	background-color: #3d3c3c;
	padding: 0;
	width: 705px !important;
}

.beitragListe .row{
	/*height: 65px;*/
	border-bottom: 1px solid #7a7a7a;
	width: 705px !important;
}

.row li{
	width: 351px;
	float: left;
	overflow: hidden;	
}

.row li.leftCol{
	border-right: 1px solid #7a7a7a;
}

.row li.sucheFeiner{
	padding-top:24px;
}

.row .image{
	width: 100px; 
	float: left;
}
.row .image .overlay {
	position: absolute;
	padding-left: 5px;
	width: 89px;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FA7D19;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.row .text{
	width: 245px; 
	float: left;
	padding: 3px 0 0 0;
}

.row br.clear {
	font-size: 0;
	line-height: 0;
}

.beitragListe .grey{
	text-transform: uppercase;
	color: #999999;
	font-size: 80%;
}

li div.result{
	width: 352px !important;
}

li div.image{
	width: 94px !important;
	height: 65px;
	margin: 0 10px 0 0;
	float: left;
}
* html li div.image {
	overflow: hidden;
}

li div.text{
	float: right;
	line-height: 15px;
	width: 243px !important;
}

#textseite .beitrag p{
	padding: 10px 0 10px 0;
}

.beitrag .datum{
	text-transform: uppercase;
	color: #999999;
	font-size: 80%;
	line-height: 40px;
}

.beitrag .kurztext{
	width: 490px;
	margin: 10px 0 0 0;
}

.player{
	width: 400px;
	margin: 15px 0 0 0;
	font-weight: bold;
}

.beitrag ul.dslChoice{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-type: none;
}

.beitrag ul.dslChoice li{
	width: 180px;
	float: left;
}

.beitragsInfo,
.podcastInfo,
.podcast{
	background-color: #3d3c3c;
	border-bottom: 1px solid #7a7a7a;
	padding: 18px 18px 18px 100px;
	width: 587px !important;
}

.requirementsInfo{
	background-color: #565656;
	padding:15px 95px 20px 100px;
	width:510px !important;
}

#flashHinweis {
	display: none;
}

#javascriptHinweis, #flashHinweis {
	position: absolute;
	left: 230px;
	top: 68px;
}

#breadcrumbContainer {
	margin-bottom: 11.4em; /* Platz machen für Hinweise. Wird per JS zurückgesetzt */
}

#fehlerseite #breadcrumbContainer {
	margin-bottom: 0.4em; /* Platz machen für Hinweise. Wird per JS zurückgesetzt */
}


#linkBackToFlash {
	display: none;	
}

#linkDownloadFlash {
	display: none;
}

.beitragFooter{
	background-color: #565656;
	text-align: right;
	line-height: 27px;
	margin-bottom: 50px;
	width: 705px;
}

.paging{
	text-align: center;
}

.beitragFooterSuche{
	background-color: #565656;
	text-align: right;
	line-height: 27px;
	margin-bottom: 50px;
	width: 705px;
}

.beitragFooterSuche .paging{
	width: 460px;
	margin: 0 0 0 120px;	
	float: left;
}

.beitragFooterSuche .up{
	width: 100px;
	float: left;
}

.ivw{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.userData{
	text-indent: -25px;
	margin-left: 20px;
}

/* Podcasts-Seite */

.row div.text{
	float: left;
	line-height: 15px;
	width: 243px !important;
}
.podcastControl {
	width:302px;
	padding-top: 17px;
	margin-left: 10px;
	float: left;
}
.podcastControl a {
	display: inline-block;
	font-weight: bold;
	color: #FA7D19;
	padding-right: 8px;
	background: url(../img/icon_pfeilRechtsOrange.gif) no-repeat center right;
}
.podcastControl a.add {
	float: right;
}

.podcastControl input {
	border:1px solid #7E7E7E;
	font-size:90%;
	margin:4px 0 0;
	width:300px;
}


/* Links */
a{
	text-decoration: none;
	color: #ffffff;
}

#breadcrumbContainer a{
	text-decoration: underline;
}

#footerContainer a{
	color: #cccccc;
}

ul.mainNavi a{
	margin: 0 0 0 20px;
	color: #cccccc;
}

ul.subNavi a{
	margin: 0 0 0 40px;
	color: #cccccc;
}

ul.subNavi ul.subNavi a{
	margin: 0 0 0 60px;
	color: #cccccc;
}

ul.mainNavi a.active,
ul.subNavi a.active,
#footer a.active,
ul.subNavi ul.subNavi a.active{
	color: #fa7d19;
}
ul.mainNavi a:hover,
ul.subNavi a:hover,
ul.subNavi ul.subNavi a:hover{
	color: #ffffff;
	font-weight: bold;
}

a.orangeUpper{
	color: #fa7d19;
	text-transform: uppercase;
	font-size: 90%;
}

a.nachOben{
	margin: 0 10px 0 0;
	background: url(../img/icon_nachOben.gif) center right no-repeat;
	padding: 0 12px 0 0;
}

.podcastInfo a,
a.orange{
	font-weight: bold;
	color: #fa7d19;
	background: url(../img/icon_pfeilRechtsOrange.gif) center right no-repeat;
	padding: 0 10px 0 0;
}

a.play{
	margin: 0 0 0 15px;
	background: url(../img/icon_abspielen.gif) center left no-repeat;
	padding: 0 0 0 22px;
	font-weight: bold;
}

a.back{
	background: url(../img/icon_pfeilLinksWeiss.gif) center left no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px 0 0;
}

a.forward{
	background: url(../img/icon_pfeilRechtsWeiss.gif) center right no-repeat;
	padding: 0 10px 0 0;
	margin: 0 0 0 20px;
}

a.sucheFeiner{
	background: url(../img/icon_pfeilRechtsWeiss.gif) center right no-repeat;
	padding: 0 10px 0 0;	
	margin: 0 0 0 105px;
}

a.weitereBeitraege{
	background: url(../img/icon_pfeilRechtsWeiss.gif) center right no-repeat;
	padding: 0 10px 0 0;	
	margin: 0 0 0 105px;
	font-weight: bold;
}

.requirementsInfo a{
	font-weight: bold;
	color: #fa7d19;
}

.grey a{
	color: #999999;
}

/* Buttons */


/* Forms*/
#suche{
	position: absolute;
	left: 760px;
	top: 10px;
	height: 40px;
}

#suche form{
	width: 175px;
}

.sucheText, #sucheText{
	width: 110px;
	height: 15px;
	border: 1px solid #7e7e7e;
	background:#BCBCBC;
	float: left;
	font-size: 90%;
}

input#sucheBtn, input.sucheBtn {
	width: 58px;
	height: 11px;
	display: block;
	float: right;
	background:url(../img/icon_suche.gif) 0 0 no-repeat;
	margin: 5px 0 0 0;
}

.sucheHeadline .sucheText{
	width: 110px;
	height: 15px;
	border: 1px solid #7e7e7e;
	float: left;
	font-size: 80%;
	margin: 5px 0 0 0;
}

* html #sucheText,
* html .sucheHeadline .sucheText{
	height: 17px;
}

.sucheHeadline input.sucheBtn {
	width: 58px;
	height: 11px;
	display: block;
	float: left;
	background:url(../img/icon_sucheErgebnisseite.gif) 0 0 no-repeat;
	margin: 10px 0 0 0;
}

#podcast input, .podcastInfo input{
	width: 300px;
	height: 15px;
	border: 1px solid #7e7e7e;
	font-size: 90%;
	margin: 7px 0 0 0;
}

.formField{
	width: 190px;
	float: left;
}

#kontakt input,
#kontakt textarea{
	border: 1px solid #7e7e7e;
}

#kontakt textarea{
	width: 500px;
	height: 75px;
}
#kontakt input {
	width:170px;
}
#kontakt input.checkbox {
	border: none;
	width: auto;
}

input#kontaktSenden {
	width: 73px;
	height: 16px;
	display: block;
	background:url(../img/btn_absenden.gif) 0 0 no-repeat;
	margin: 0 10px 0 420px;
	border: none;
}

#wrapper
{
	height: 600px;
	width: 1010px;
	margin: 0 auto;
	background-color: #000;
	display: none;
}

#flashContent
{
	height:100%;
	width:100%;
	display: none;
}

/* needful things */
.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.pl20{
	padding-left: 20px;
}

.mt10{
	margin-top: 10px;
}

.grey{
	color: #cccccc;
}

.white{
	color: #ffffff;
}

.small{
	font-size: 90%;
}

.bigger{
	font-size: 110%;
}

.space{
	height: 20px;
	background-color: #7a7a7a;
}

span.orange,
.orange{
	color: #fa7d19;
}

img.bildergaleriebild{
	max-width:485px;
    _width:expression(485 + "px");
}
#metaNav{
	position: absolute;
	left: 675px;
	top: 10px;
	height: 20px;
}
.senderLogo{
	position: relative; 
	float: right; 
	margin-top: -20px;
}


a.screenreader:link,
a.screenreader:visited,
a.screenreader:active {
	color: rgb(61, 60, 60);
}