/*
 * Interview Startseite - Teaser oben
 */
DIV.greyBackground DIV.contentTeaser {
	margin:0;
	overflow:hidden;
	width:460px;
}
DIV.greyBackground DIV.contentTeaser IMG {
	display:block;
	width:460px;
	height:auto;
	margin:30px 0 20px 0;
}
DIV.greyBackground DIV.contentTeaser IMG.mood {
	width:580px;
	height:171px;
	margin-top:0;
}
DIV.greyBackground DIV.contentTeaser P {
	padding:0 0 1em 0;
}
/*
 * Interview Dropdown oben rechts
 */
DIV.headNavi {
	display:none;
}
/*
 * 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 #fff;
	width:173px;
}
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 5px 8px 20px;
	font-size:0.9em;
	vertical-align:top;
	border-bottom:20px solid #fff;
}
TABLE.interviewTable TD.date {
	text-align:right;
	font-size:0.8em;
	padding-right:10px;
	color:#686868;
}
DIV.greyBackground DIV.contentBody {
	width:460px;
	float:none;
}
DIV.contentBody P {
	margin-bottom:2em;
	width:460px;
}
DIV.contentBody P.frage {
	font-style:italic;
	color:#686868;
	margin-bottom:0.5em;
}
DIV.contentBody P.date {
	
}
/*
 * MarginalSpalte - hier rechts
 */
DIV.contentMarginal {
	float:right;
	width:23%;
	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:static;
}
DIV#vita A.closeBtn {
	display:none;
}
