/*//////////////////////////////////////////Start Standard//////////////////////////////////////////*/
*{
    margin: 0px;
	padding: 0px;
}
html, body {
    height: 100%;
	font: 10pt "Helvetica",sans-serif;
}
body{
    background-color: #ffffff;
    text-align: center;
}
img{
	border: 0px;
	height: 0px;
	width: 0px;
}
/*//////////////////////////////////////////End Standard//////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////Start Structure///////////////////////////////////////*/
#body {
	float: left;
    text-align: left;
    width: 900px; 
}
/* Hack for IE */
* html #body {
    height: 100%;
}
/* End IE Hack */
#head{
	height: 95px;
	padding-bottom: 10px;
	margin-left:  50px;
	background: #ffffff;
	border-bottom: 1px dotted #000000;
}
#printhead{
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	font: 11px "Helvetica",sans-serif;
	border-left: 1px solid #000;
}
#logo{
	margin-left: 450px;
	height: 95px;
	width: 400px;
	font-size: 12px;
	background: url(../../media/logo_bw.png);
}
#logo_img{
	display: none;
}
/*/////////Start Meta Navigation//////////////*/
#metanavi{
	display: none;
}
/*//////////Ende Meta Navigation//////////////*/
#content{
	float: left;
	font: 12px "Helvetica",sans-serif;
	color: #000000;
	margin-left: 50px;
	padding-top: 15px;
	height: 500px;	
	width: 600px;
}
/*///////////////////////////////////////Menue///////////////////////////////////////////*/
#menue{
	display: none;	
}
#menue2{
	display: none;		
}
/*///////////////////////////////////////Submenue///////////////////////////////////////////*/
#submenue{
	display: none;
}
/*//////////////////////////////////////////End Structure///////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////Start Content Elements//////////////////////////////*/
h1{
	padding-bottom: 8px;
	font: 14px "Helvetica",sans-serif;	
	font-weight: bold;
	color: #000000;
}
h2{
	padding-top: 16px;
	padding-bottom: 8px;
	font: 12px "Helvetica",sans-serif;	
	font-weight: bold;
}
.standard_list{
	margin-left: 17px;
	line-height: 13pt;
	list-style-image: url(../../media/arrow.png);
	color: #000000;	
}
#content a{
	border-bottom: 1px solid #000000;	
	color: #000000;
	text-decoration: none;
}
/*//////////////////////////////////////////End Content Elements////////////////////////////////*/
#carriculum_table td{
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #000000;
}
.interview_img_left img{
	display: none;
}
.interview_img_right{

}
.interview_img_left_schenk{

}