/*
 * Interview Startseite - Teaser oben
 */
DIV.greyBackground DIV.contentTeaser {
	margin:0;
	overflow:hidden;
}
DIV.greyBackground DIV.contentTeaser IMG {
	display:block;
	margin:0 0 20px 0;
	/*width:555px;
	height:62px;*/
}
DIV.greyBackground DIV.contentTeaser IMG.mood {
	width:525px;
	height:110px;
	margin-top:0;
}
/*
 * Optionsbar 
 */
UL.optionsBar {
	margin-top:1.2em;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:1px;
	border-bottom:1px solid #ebebeb;
}
UL.optionsBar A {
	display:block;
	line-height:12px;
	border-top:1px solid #ebebeb;
	padding:4px 0 4px 23px;
}
A.iconVideo {
	background:url(../img/layout/icon_video.gif) no-repeat 0 0;
}
.marginalItem A.iconVideo {
	display:block;
	padding:0 0 4px 20px;
	background:url(../img/layout/icon_video_white.gif) no-repeat 0 0;
}
A.iconAudio {
	background:url(../img/layout/icon_audio.gif) no-repeat 0 0;
}
A.iconProbe {
	background:url(../img/layout/icon_probe.gif) no-repeat 0 0;
}
A.iconDownload {
	background:url(../img/layout/icon_download.gif) no-repeat 0 0;
}
A.iconVideo:hover,
A.iconAudio:hover,
A.iconProbe:hover,
A.iconDownload:hover {
	background-position:0 -1000px;
}
/*
 * Interview Dropdown oben rechts
 */
DIV.headNavi {
	display:block;
	padding:35px 0 5px 0;
	margin-top:-3px;
}
DIV.headNavi  SELECT {
	border:0;
	width:190px;
	background:#f3f3f3;
	margin:0 0 0 10px;
}
DIV.headNavi SELECT OPTGROUP {
	padding:0 0 5px 0;
}
/*
 * Interview Startseite - Liste unten
 */
TABLE.interviewTable {
	border:0;
	width:495px;
	margin:2em 0 0 0;
}
TABLE.interviewTable TR {
	background:#fff;
}
TABLE.interviewTable TH {
	vertical-align:top;
	border-bottom:20px solid #f3f3f3;
}
TABLE.interviewTable TH IMG {
	display:block;
	width:173px;
	height:80px;
}
TABLE.interviewTable TH SPAN.bu {
	display:block;
	font-size:0.8em;
	text-align:right;
	background:#fff;
	padding:3px 5px 2px 0;
	font-weight:normal;
}
TABLE.interviewTable TD {
	padding:5px 0px 8px 10px;
	font-size:0.9em;
	vertical-align:top;
	border-bottom:20px solid #f3f3f3;
}
TABLE.interviewTable TD.date {
	text-align:right;
	font-size:0.8em;
	padding:5px 5px 8px 0;
	color:#686868;
}
DIV.greyBackground DIV.contentTeaser P {
	padding:0 30px 0.5em 30px;
}
DIV.greyBackground DIV.contentBody {
	width:auto;
	padding:0 0 0 30px;
}
DIV.contentBody P {
	margin-bottom:2em;
}
DIV.contentBody P.frage {
	font-style:italic;
	color:#686868;
	margin-bottom:0.5em;
}
DIV.contentBody P.date {
	font-size:0.85em;
	color:#686868;
}
/*
 * MarginalSpalte - hier rechts
 */
DIV.contentMarginal {
	float:right;
	width:130px;
	border-left:1px solid #cccccc;
	padding:0 0 0 10px;
	margin:0 0 30px 15px;
	font-size:0.8em;
	line-height:1.2em;
}
DIV.contentMarginal P {
	margin-bottom:0;
}
DIV.contentMarginal H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:0.5em;
}
DIV.contentMarginal DIV.item {
	margin-top:25px;
}
DIV.contentMarginal A.btnGreySmall {
	margin:0.5em 0 0 0;
	font-size:1.2em;
}

/*
 * Der Lebenslauf-Layer
 */
DIV#vita {
	position:absolute;
	top:120px;
	left:0;
	z-index:100;
	background:#fff;
	border:1px solid #cccccc;
	padding:25px 30px;
}
DIV#vita A.closeBtn {
	position:absolute;
	top:15px;
	right:15px;
	background:url(../img/layout/close_btn.gif) no-repeat 0 0;
	width:15px;
	height:14px;
	overflow:hidden;
	text-indent:-5000px;
}
DIV#vita A.closeBtn:hover {
	background-position:bottom left;
}

/**
 * E-Book und App Label
 */
.marginalItem a {
	position:relative;
}
/* Label Detail */
.marginalItem .labelEbook {
	position:absolute;	
	margin:0 0 10px 0;
	bottom:0;
	right:-3px;
	z-index:1;
}
