*{
    	margin: 0px;
	padding: 0px;
}
html, body{
	min-height: 100%;
    	height: 100%;
	font: 12px "Verdana", "Arial", sans-serif;
}
body{
	background-color: #ffffff;
	text-align: center;
}
img{
	border: 0px;
}
table, td, tr{
	margin:  0px;
	padding:  0px;
	border:  0px;
	border-collapse: collapse;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;
}
/*//////////////////////////////////////////End Standard//////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////Start Structure///////////////////////////////////////*/
#body {
	float: left;
	min-height: 100%;
	height: auto;
	width: 900px; 
	margin: 0 auto;
	background: #ffffff url(../../media/bg_submenue.jpg) repeat-y;
	text-align: left;
}
/* Hack for IE */
* html #body {
    height: 100%;
}
/* End IE Hack */
#head{
	height: 175px;
	padding-left: 50px;
	background: #ffffff;
}
#printhead{
	display: none;
}
#logo{
	height: 95px;
	width: 400px;
	margin-left: 450px;
	background: url(../../media/logo.png);
	font-size: 12px;
}
* html #logo{
	margin-top: -29px;
}
#logo_img_bw{
	display: none;
}
/*/////////Start Meta Navigation//////////////*/
#metanavi{
	margin-left: -25px;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;
}
#metanavi li{
	float: left;
	margin-top: 15px;
	padding-left: 5px;
	list-style: none;
}
#metanavi a{
	color: #5c5c5c;
	text-decoration: none;
}
#metanavi a:hover{
	color: #0065a4;
}
/*//////////Ende Meta Navigation//////////////*/
#content{
	float: left;
	width: 600px;
	margin-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	border-top: 1px solid #ffffff;
	font: 12px "Verdana",sans-serif;
	color: #5c5c5c;
	background-color: #ffffff;
}
/* Hack for IE */
* html #content {
	width: 600px;
	margin-left: 0px;
	padding-left:  50px;
}
/* End IE Hack */
/*///////////////////////////////////////Menue///////////////////////////////////////////*/
#menue{
	float: left;
	width: 850px;
	height: 23px;
	margin-top: 57px;
	border-bottom: 1px solid #f6f6f4;
	font: 11px "Verdana",sans-serif;
	list-style: none;
}
#menue li{
	float: left;
	/*width: 100px;*/
	text-align: center;
}
.passive, .passive:hover, .active{
	float: left;
	padding: 0px 20px 0px 20px;
	display: block;
	height: 20px;
}
.passive{
	border-bottom: 3px solid #ffffff;
	color: #5c5c5c;
	text-decoration: none;
}
.passive:hover{
	border-bottom: 3px solid #0065a4;
}
.active{
	border-bottom: 3px solid #0065a4;
	color: #2d2c2c;
	text-decoration: none;
}
/** html .passive, .passive:hover, .active{
	height: 23px;
}*/
/*///////////////////////////////////////Submenue///////////////////////////////////////////*/
#submenue{
	float: left;
	width: 200px;
	background-color: #f6f6f4;
	border-top: 1px solid #ffffff;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;
}
* html #submenue{
	margin-left: 100px;
} 
#submenue ul{
	width: 200px;
	list-style: none;
}
.sub_passive{
	display: block;
	height: 20px;
	width: 180px;
	padding-top: 9px;
	padding-left: 20px;
	background-color: #f6f6f4;
	border-bottom: 1px solid #fdfdfc;
	color: #5c5c5c;
	text-decoration: none;
}
.sub_passive:hover{
	display: block;
	height: 20px;
	width: 180px;
	padding-top: 9px;
	padding-left: 20px;
	background-color: #fdfdfc;
	border-bottom: 1px solid #fdfdfc;
	color: #0065a4;
	text-decoration: none;
}
.sub_active{
	display: block;
	height: 20px;
	width: 180px;
	padding-top: 9px;
	padding-left: 20px;
	background-color: #fdfdfc;
	border-bottom: 1px solid #fdfdfc;
	color: #5c5c5c;
	text-decoration: none;
}
.sub_sub_passive{
	display: block;
	height: 20px;
	width: 160px;
	padding-top: 9px;
	padding-left: 40px;
	background-color: #fdfdfc;
	border-bottom: 1px solid #fdfdfc;
	color: #5c5c5c;
	text-decoration: none;
}
.sub_sub_passive:hover{
	display: block;
	height: 20px;
	width: 160px;
	padding-top: 9px;
	padding-left: 40px;
	background-color: #fdfdfc;
	border-bottom: 1px solid #fdfdfc;
	color: #0065a4;
	text-decoration: none;
}
.sub_sub_active{
	display: block;
	height: 20px;
	width: 170px;
	padding-top: 9px;
	padding-left: 30px;
	background-color: #fdfdfc;
	border-bottom: 1px solid #fdfdfc;
	color: #0065a4;
	text-decoration: none;
}
* html .sub_passive{
	height: 30px;
	width: 200px;
}
* html .sub_passive:hover{
	height: 30px;
	width: 200px;
}
* html .sub_active{
	height: 30px;
	width: 200px;
}
* html .sub_active:hover{
	height: 30px;
	width: 200px;
}
* html .sub_sub_passive{
	height: 30px;
	width: 200px;
}
* html .sub_sub_passive:hover{
	height: 30px;
	width: 200px;
}
* html .sub_sub_active{
	height: 30px;
	width: 200px;
}
/*//////////////////////////////////////////End Structure///////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////Start Content Elements//////////////////////////////*/
h1{
	padding-bottom: 8px;
	font: 14px "Verdana",sans-serif;	
	color: #0065a4;
}
h2{
	padding-top: 16px;
	padding-bottom: 8px;
	font: 11px "Verdana",sans-serif;	
	font-weight: bold;
}
.standard_list{
	margin-left: 17px;
	color: #5c5c5c;	
	list-style-image: url(../../media/arrow_black.png);
}
.standard_list li{
	padding: 0px 0px 18px 0px;
}
#content a{
	border-bottom: 1px dotted #5c5c5c;	
	color: #5c5c5c;
	text-decoration: none;
}
#content a:hover{
	border-bottom: 1px solid #0065a4;	
	color: #0065a4;
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////Start Misc//////////////////////////////////////////*/
#home_quote{
	padding: 30px;
}
#table_login{
	padding-left: 160px;
}
#table_login td{
	padding: 5px;
	background-color: #f6f6f4;
}
#table_login input{
	border: 1px solid #5c5c5c;
	background-color: #fdfdfc;
	width: 160px;
}
.literature_list{
	margin-left: 17px;
	color: #5c5c5c;	
	list-style-image: url(../../media/arrow_black.png);
}
.literature_list li{
	padding-top: 6px;
	padding-bottom: 6px;
}
#carriculum_table_top{
	height: 172px;
	width: 100%;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;
	
}
#carriculum_table_top td{
	vertical-align: top;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;
}
#carriculum_table_top_right{
	text-align: right;
}
#carriculum_table{
	margin-left: -10px;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;
}
#carriculum_table td{
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	font: 11px "Verdana",sans-serif;
	color: #5c5c5c;	
}
.interview_img_left{
	float: left;
	height: 170px;
	width: 270px;
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	background-color: #f6f6f4;
	vertical-align: top;
}
.interview_img_left div{
	height: 100px;
	width: 123px;
	margin-left: 140px;
	margin-top: -170px;
	padding-left: 10px;
	padding-top: 70px;
	padding-left: 5px;
}
.interview_img_right{
	float: right;
	height: 170px;
	width: 270px;
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	background-color: #f6f6f4;
	vertical-align: top;
}
.interview_img_right div{
	height: 100px;
	width: 123px;
	margin-left: 140px;
	margin-top: -170px;
	padding-left: 10px;
	padding-top: 70px;
	padding-left: 5px;
}
.interview_img_left_schenk{
	float: left;
	height: 170px;
	width: 250px;
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	background-color: #f6f6f4;
	vertical-align: top;
}
.interview_img_left_schenk div{
	height: 100px;
	width: 123px;
	margin-left: 125px;
	margin-top: -170px;
	padding-left: 10px;
	padding-top: 40px;
	padding-left: 5px;
}
#gallery td{
	border-right: 25px solid #ffffff;
	border-bottom: 25px solid #ffffff;
}
.image-right{
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 1px;
	/*border: 1px solid #cdcdcd;*/
}