html {
	font-family: arial;
	font-size: 12px;
}
#root {
	text-align: center;
}
#root * {
	text-align: left; 
}
#inner960 {
	margin: 0px auto;
	padding-bottom: 10px;
	width: 960px;
	height: 700px;
	background-image: url(/static/img/revierecruitment.jpg);
	background-repeat: no-repeat;
}
#header, #main, #footer {
	
}
#header {
	height: 122px;
	margin-bottom: 7px;
}
#top-logo {
	display: block;
	width: 289px;
	height: 85px;
	background-repeat: no-repeat;
	background-image: url(/static/img/logo.png);
	margin-left: 80px;
}
#main {
	height: 527px;
	margin-bottom: 11px;
}
#main a, #main a:visited {
	color: #ffffff;
}
#footer {
	color: #5e5e5e;
	padding: 10px 200px;
	background-color: black;
}
#footer a, #footer a:visited {
	color: #5e5e5e;
}
#top-menu {
	height: 26px;
}
#top-menu ul {
	list-style-type: none;
	position: relative;
}
#top-menu li {
	float: left;
	margin-right: 25px;
	position: relative;
}
#top-menu a {
	color: white;
	text-decoration: none;
	display: block;
	position: relative;
	margin-top:6px;
}
#top-menu a:hover {
	color: #a6b8d2;
}
#top-menu a.current {
	color: #6fa9fa;
}
div.trans-holder {
	background:url(/static/img/sbg1.png);
	margin-left:85px;
	margin-right:85px;
	padding-left: 35px;
}

div.trans-holder, a#top-logo { behavior: url(/static/iepngfix.htc) }

.top-info {
	/*font-family: 'Myriad Pro', serif;*/
	font-family: Serif;
	height: 129px;
	margin-bottom: 13px;
	color: #72abf9;
	font-size: 22px; 
	padding-top: 20px;
	padding-right: 120px;
}

.bottom-data {
	height: 332px;
	color: white;
	padding-top: 24px;
	padding-right: 80px;
}

.jobs-data {
	height: 494px;
	color: white;
	padding-top: 24px;
	padding-right: 80px;
}
.jobs-data table td {
	padding: 0 5px 5px 0;
	/*color: white;*/
}
h1 {
	font-size: 22px;
	font-weight: normal;
	font-family: Serif;
}
h2 {
	font-family: Serif;
	color: #6fa9fa;
	margin-bottom: 25px;
	font-size: 18px;
}

span.f-contact {
	font-style: italic;
	color: #37547e;
}

ul.partners li {
	width: 200px;
	float: left;
	margin-right: 30px;
}
ul.partners {
	list-style-type: none;
}
ul.contacts li {
	width: 250px;
	float: left;
	margin-right: 30px;
}
ul.contacts {
	list-style-type: none;
}
/**/

/* carbon page */
.carbon-page .top-info h1 {
	color: #a7c04f;
}
.carbon-page #top-logo {
	background-image: url(/static/img/logo-carbon.png);
}
.carbon-page .bottom-data h2 {
	color: #9fa845;
}
.carbon-page #inner960 {
	background-image: url(/static/img/revierecruitment2.jpg);
}
.clear {
	clear: both;
}

/* jobs page styles */
.jobs-list {
	height:420px;
	margin-bottom:20px;
	margin-right:-75px;
	overflow:auto;
	padding:0 10px 10px 0;
}
.job-holder {
	float: left; 
	width: 95%;
	margin-bottom: 30px;
}
.job-title {
	float: left;
	width: 75%;
	font-size: 16px;
	font-weight: bold;
}
.job-date {
	float: right;
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	text-align: right !important;
}
.job-description {
	clear: both;
	padding: 15px 0;
}
.job-category-salary {
	float: left;
	width: 58%;
	font-weight: bold;
}
.job-category {
	float: left;
	width: 290px;
	font-weight: bold;
}
.job-salary {
	float: left;
	width: 140px;
	font-weight: bold;
}
.job-contacts {
	float: right; 
	text-align: right !important;
	width: 40%;
	font-weight: bold;
}
/* end jobs page styles */