@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:#505050;
}
.maintop {
	float:left;
	width:100%;
	background:url(../img/top_bg.gif) no-repeat center;
	height:55px;
}
.maincenter {
	float:left;
	width:100%;
	background:url(../img/bg.jpg) repeat-x #b92c07;
}
.mainbottom {
	float:left;
	background:url(../img/bottom_bg.gif) no-repeat center;
	width:100%;
	height:54px;
}
.centered {
	margin:auto;
	width:757px;
}
.center {
	float:left;
	width:757px;
	background:url(../img/center_bg.gif) repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e0e0e0;
	font-size:12px;
	line-height:18px;
}
.left {
	float:left;
	width:232px;
	background:url(../img/logo.jpg) no-repeat;
	padding-top:190px;
}
.right {
	float:left;
	width:475px;
	padding:70px 30px 30px 20px;
}
.email a {
	float:left;
	width:232px;
	height:55px;
	background:url(../img/email_bt.jpg);
	display:block;
	margin-bottom:30px;
}
.email a:hover {
	background-position:0px -55px;
}
.menu {
	float:left;
	width:232px;
	margin-bottom:30px;
}
.menu_item a {
	width:192px;
	height:24px;
	padding-top:10px;
	padding-right:40px;
	text-align:right;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#25231f;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../img/menu_bg.gif) no-repeat;
}
.menu_item a:hover {
	background-position:0px -33px;
	color:#eb3d00;
	width:197px;
	height:24px;
	padding-top:10px;
	padding-right:35px;
}
.menu_item_active a {
	width:192px;
	height:31px;
	padding-top:7px;
	padding-right:40px;
	text-align:right;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#25231f;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../img/menu_bg.gif) no-repeat;
	background-position:0px -33px;
	color:#eb3d00;
}
.semmel {
	font-size:20px;
	float:left;
	width:100%;
	font-weight:bold;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
.phd {
	float:left;
	width:100%;
	font-weight:bold;
	font-size:24px;
	color:#ea3d01;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.date {
	float:left;
	width:100%;
	font-weight:bold;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:60px;
}
.footer {
	margin:auto;
	width:730px;
	font-size:11px;
	color:#a9a9a9;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.footer a {
	color:#a9a9a9;
	text-decoration:none;
}
.footer a:hover {
	color:#ffffff;
}
.orange {
	color:#eb3d00;
	font-weight:bold;
}
.right a {
	color:#eb3d00;
	font-weight:bold;
}
.right a:hover {
	color:#CCCCCC;
}
