/*  -----------------------------------------  //
//  Projekt: Steerer                           //
//  Autor:   Sergej Müller                     //
//  Datum:   November 2008                     //
//                                             //
//  Datei:   css/global.css                    //
//  -----------------------------------------  */


/* @group Allgemein */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	font: normal 13px/18px "Myriad Web Pro", "Arial";
	color: #333;
	height: 100%;
	background: #FFF url(../img/bg.png) no-repeat top center;
}
body {
	height: auto !important;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
a {
	color: #2d4150;
	outline: 0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
span.link {
	color: #2d4150;
}
ul {
	list-style: none;
}
h1 {
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}

/* @end group */


/* @group Main */

.main {
	width: 940px;
	margin: auto;
	padding: 0 0 111px;
}

/* @end group */


/* @group Service */

div.service {
	height: 33px;
}

/* @end group */


/* @group Logo */

img.logo {
	float: right;
	width: 166px;
	height: 87px;
	margin: 0 53px 0 0;
}

/* @end group */


/* @group Navi */

ul.navi {
	width: 669px;
	height: 35px;
	margin: 54px 0 28px;
}
ul.navi li {
	float: left;
	height: 35px;
	margin: 0 7px 0 0;
}
ul.navi li a {
	color: #FFF;
	height: 35px;
	display: block;
	font-size: 15px;
	background: url(../img/navi/main.gif) no-repeat left top;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
}
ul.navi li a span {
	height: 35px;
	display: block;
	background: url(../img/navi/main.gif) no-repeat right -35px;
}
ul.navi li a:hover {
	background-position: left -70px;
}
ul.navi li a:hover span {
	background-position: right -105px;
}
ul.navi li a.active {
	color: #2d4150;
	background-position: left -140px;
}
ul.navi li a.active span {
	background-position: right -175px;
}
ul.navi li .a {
	width: 156px;
}
ul.navi li .b {
	width: 140px;
}
ul.navi li .c {
	width: 138px;
}
ul.navi li .d {
	width: 100px;
}
ul.navi li .e {
	width: 100px;
}

/* @end group */


/* @group Subnavi */

ul.subnavi {
	width: 662px;
	height: 24px;
	margin: 21px 0 0;
	padding: 0 0 17px;
	border-bottom: 1px solid #e5e5e5;
}
ul.subnavi li {
	float: left;
	height: 24px;
	margin: 0 5px 0 0;
}
ul.subnavi li a {
	//float: left;
	color: #2d4150;
	height: 24px;
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
}
ul.subnavi li a span {
	//float: left;
	height: 24px;
	display: block;
	padding: 0 19px;
}
ul.subnavi li a:hover,
ul.subnavi li a.active {
	background: #2d4150 url(../img/navi/sub.gif) no-repeat left top;
}
ul.subnavi li a:hover span,
ul.subnavi li a.active span {
	color: #FFF;
	background: url(../img/navi/sub.gif) no-repeat right -24px;
}

/* @end group */


/* @group Teaser */

.teaser {
	width: 662px;
	margin: 37px 0 0;
}
.teaser ul.headline {
	width: 669px;
	height: 31px;
	margin: 0 0 5px;
	overflow: hidden;
}
.teaser ul.headline li {
	float: left;
	color: #FFF;
	width: 216px;
	height: 31px;
	margin: 0 7px 0 0;
	display: block;
	font-size: 16px;
	background: #2d4150 url(../img/teaser/headline.gif) no-repeat left top;
	line-height: 32px;
}
.teaser ul.headline li span {
	height: 24px;
	display: block;
	padding: 0 19px;
	background: url(../img/teaser/headline.gif) no-repeat right -31px;
}
.teaser ul.headline li span a {
	color: #FFF;
	font-size: 14px;
	line-height: 32px;
}

.teaser ul.boxes {
	width: 660px;
	border: 1px solid #e5e5e5;
	border-top: none;
	background: url(../img/teaser/bg.gif) repeat-x left bottom;
	min-height: 158px;
}
.teaser ul.boxes li {
	float: left;
	width: 188px;
	margin: 5px 0 0;
	padding: 15px;
	min-height: 113px;
}
.teaser ul.boxes li.b {
	width: 192px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.teaser ul.boxes li img {
	width: 170px;
	height: 23px;
	margin: 18px 0 0;
}

/* @end group */


/* @group Sidebar */

.sidebar {
	float: right;
	width: 260px;
	margin: 37px 0 0;
	background: url(../img/sidebar/blue.gif) repeat-x left -35px;
}
.sidebar h2 {
	width: 248px;
	height: 35px;
	padding: 0 12px 0 0;
	background: url(../img/sidebar/blue.gif) no-repeat right -70px;
	line-height: 35px;
}
.sidebar h2 span {
	height: 35px;
	display: block;
	padding: 0 0 0 20px;
	background: url(../img/sidebar/blue.gif) no-repeat left top;
}
.sidebar ul {
	width: 224px;
	padding: 18px 16px 18px 20px;
	background: #eeeff0 url(../img/sidebar/bg.gif) no-repeat left bottom;
	min-height: 143px;
}
.sidebar ul li {
	margin: 0 0 14px;
}
.sidebar ul li a {
	color: #755d3c;	
	font-weight: bold;
}
.sidebar ul li em {
	color: #666;
}

.sidebar ul li.gray {
	color: #333;
	width: 228px;
	margin: 0 -20px;
	padding: 10px 16px;
	font-size: 16px;
	background: #fafafb;
	border-top: 1px solid #d5d6d7;
	line-height: 16px;
}
.sidebar ul li.gray a {
	color: #2d4150;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
.sidebar ul li.gray em {
	color: #666;
	font-size: 13px;
	line-height: 14px;
}
.sidebar ul li.gray img {
	float: left;
	width: 30px;
	height: 30px;
	margin: 1px 12px 0 0;
}

/* @end group */


/* @group Content */

.content {
	float: left;
	width: 662px;
	margin: 37px 0 0;
	background: url(../img/content/gray.gif) repeat-x left -38px;
}
.content h1 {
	width: 645px;
	height: 38px;
	padding: 0 17px 0 0;
	background: url(../img/content/gray.gif) no-repeat right -76px;
	line-height: 38px;
}
.content h1 span {
	height: 38px;
	display: block;
	padding: 0 0 0 18px;
	background: url(../img/content/gray.gif) no-repeat left top;
}
.content h1 a {
	float: right;
	font-size: 13px;
}
.content p {
	padding: 24px 18px 0;
	background: #fff;
}

/* @end group */


/* @group Initiative */

.initiative {
	float: left;
	width: 492px;
	height: 80px;
	margin: 34px 0 0;
	padding: 6px 40px 0 130px;
	background: url(../img/home/initiative.gif) no-repeat;
}
.initiative h1 {
	color: #2d4150;
	line-height: 26px;
}

/* @end group */


/* @group Footer */

.footer {
	width: 100%;
	height: 41px;
	margin: auto;
	bottom: 0;
	padding: 20px 0 0;
	position: absolute;
	background: url(../img/footer.gif) repeat-x;
}
.footer div {
	width: 940px;
	margin: 0 auto;
}
.footer div, .footer div a {
	color: #666;
	font-size: 11px;
}
.footer div span {
	color: #c7c9c9;
	margin: 0 10px;
	font-size: 14px;
}
.footer div img {
	width: 11px;
	height: 13px;
	margin: 0 0 3px 3px;
	vertical-align: middle;
}

/* @end group */


/* @group Sonstiges */

.left {
	float: left;
}
.right {
	float: right;
	margin-right: 0;
}
.clear {
	clear: both;
}

/* @end group */



.google_map {
	margin-top: 38px;
	
}

/* @group Startseite */

#startpage .teaser {
	float: left;
}
#startpage .teaser ul.headline {
	width: 680px;
}
#startpage .teaser ul.headline li {
	width: 322px;
	margin: 0 18px 0 0;
}
#startpage .teaser ul.boxes {
	width: 662px;
	border: none;
	background: none;
	min-height: 158px;
}
#startpage .teaser ul.boxes li {
	width: 192px;
	background: url(../img/home/unternehmen.gif) no-repeat 20px 10px;
	padding-left: 124px;
}
#startpage .teaser ul.boxes li.b {
	width: 191px;
	border-left: 1px solid #e5e5e5;
	background-image: url(../img/home/kandidaten.gif);
	border-right: none;
}

#startpage .sidebar {
	background: url(../img/sidebar/gray.gif) repeat-x left -42px;
}
#startpage .sidebar h2 {
	height: 42px;
	background: url(../img/sidebar/gray.gif) no-repeat right -84px;
	line-height: 42px;
}
#startpage .sidebar h2 span {
	height: 42px;
	background: url(../img/sidebar/gray.gif) no-repeat left top;
}
#startpage .sidebar ul {
	padding-bottom: 4px;
	min-height: 243px;
}

/* @end group */


/* @group Jobs */


#jobs .content .form {
	width: 626px;
	margin: 50px 0 0;
	padding: 24px 18px;
	position: relative;
	background: #eeeff0;
}
#jobs .content .form .corner {
	width: 5px;
	height: 5px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	background: url(../img/jobs/corner.gif) no-repeat 0 0;
}
#jobs .content .form .tl {
	top: 0;
	left: 0;
}
#jobs .content .form .tr {
	top: 0;
	right: 0;
	background-position: -5px 0;
}
#jobs .content .form .bl {
	left: 0;
	bottom: 0;
	background-position: 0 -5px;
}
#jobs .content .form .br {
	right: 0;
	bottom: 0;
	background-position: -5px -5px;
}

#jobs .content .form p {
	padding: 10px 0;
	background: #eeeff0;
}
#jobs .content .form p label {
	float: left;
	width: 160px;
	display: block;
}
#jobs .content .form select {
	width: 200px;
	height: 20px;
	*height: 22px;
	padding: 2px 0 0;
}
#jobs .content .form input.submit {
	margin: 0 0 -10px 160px;
}


#jobs .content ul {
	background: #fff;
}
#jobs .content ul li {
	padding: 15px 10px 10px 60px;
	background: #FFF url(../img/jobs/gray.gif) no-repeat 17px 15px;
	font-size: 14px;
	line-height: 24px;
}
#jobs .content ul li a {
	color: #755d3c;
	font-size: 14px;
	font-weight: bold;
}
#jobs .content ul li:hover {
	background-color: #eeeff0;
	background-image: url(../img/jobs/blue.gif);
}
#jobs .content img.back {
	width: 110px;
	height: 23px;
	margin: 0 0 0 40px;
}

#jobs .teaser {
	line-height: 24px;
}
#jobs .teaser ul.headline li {
	width: 100%;
}
#jobs .teaser table {
	margin: 18px;
	border-collapse: collapse;
}
#jobs .teaser table td {
	padding: 0 40px 0 0;
}

#jobs .teaser h2 {
	color: #2d4150;
	padding: 18px 18px 4px;
	border-bottom: 1px solid #d5d6d7;
}

#jobs .teaser .detail p {
	margin: 20px 0;
	padding: 0 18px;
}
#jobs .teaser .detail ul {
	margin: 20px 36px;
	list-style: disc outside;
}
#jobs .teaser .detail ul li {
	margin: 0;
	padding: 0;
}
#jobs .teaser .detail .contact {
	padding: 11px 18px 11px 56px;
	background: #f3f4f4 url(../img/jobs/email.gif) no-repeat 18px 11px;
	border-top: 1px solid #e4e4e4;
}


/* @end group */
