/* -------------------- CSS Reset -------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.3;
	color: #333;
	background-color: #f00;
	background:url("../img/background.png");
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size:12px;
	text-align:center;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* -------------------- Clearfix -------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -------------------- Common Styles  -------------------- */

#page {
	background: transparent url(../img/header_startpage.jpg) no-repeat top left;
	margin: 0 auto;
	text-align: left;
	width: 994px;
	background-color: #ffffff;
	position: relative;
}

a {
	color: #7f0f19;
}

a:hover {
	text-decoration: none;
}

a.arrowTextLink {
	background:url("../img/link_bracket.png") no-repeat 3px 4px;
	font-size:10px;
	text-transform:uppercase;
	padding: 0px 0px 0px 10px;
}


a.arrowDown {
	background:url("../img/arrow_down.png") no-repeat 3px 4px;
	font-size:14px;
	padding: 0px 0px 0px 15px;
}

a.none, a.mail {
	text-decoration: none;
}

a.none:hover, a.mail:hover {
	text-decoration: underline;
}


a.arrowPDFLink {
	background:url("../img/link_pdf_bracket.png") no-repeat 0 4px;
	font-size:10px;
	text-transform:uppercase;
	padding: 8px 0px 5px 32px;
}

a.homeLink {
	position: absolute; 
	width: 210px; 
	height: 48px; 
	top: 14px; 
	left: 22px; 
	display: block;
}

label {
    display:block;
    float:left;
    padding:3px 0 0 0;
	width:70px;
}

.form {
	background:url("../img/form_bg_top.png") no-repeat;
	padding-top:11px;
	float:left;
	margin-right: 20px;
	width:421px;
}

form {
	background:url("../img/form_bg.png") bottom left no-repeat;
	padding-left:10px;
}

input, textarea {
	background:url("../img/input_bg.png") no-repeat;
	border: 1px solid #e7e7e6;
	padding: 2px 5px 0 5px;
	width:320px;
	height:18px;
	margin-bottom:10px;
}

input.button {
	background:url("../img/button_bg.png") 0 3px no-repeat;
	border: none;
	width: 84px;
	height: 24px;
	margin: 0 0 20px 70px;
}

textarea { height:150px }

.adresse {
	background:url("../img/schmetterling.jpg") 450px 200px no-repeat;
	height:315px;
}

h1 {
	font-size:33px;
	text-transform:uppercase;
}

h2 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

h2.red {
	color:#7f0f19;
}

h2.jobs {
	border-top: 1px solid #e7e7e6;
	text-transform:none;
	font-weight:normal;
	padding: 6px 0 8px 0;
}

h3 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

h3.none {
	text-transform:none;
}

h5 {
	text-transform:uppercase;
	font-size:10px;
	color:#666;
}

p { color:#666; line-height: 18px;}

#innerbox p {
	padding-left: 0px; 
	width: 175px;
	font-size:11px;
	color:#000000;	
	line-height: 14px;
}


ul.green-standard {
	list-style: none;
	font-size: 13px;
	color: #666;
}


ul.green-standard li {
	background:url(../img/arrow_right.png) no-repeat 0 6px;
	padding: 2px 10px 4px 18px;
}


/* ==================== Custom Made Styles  ==================== */

/* -------------------- Header  -------------------- */

#header {
	height:70px;
	width:994px;
}

.headerHome { background:url(../img/header_startpage.jpg) no-repeat; }
.headerZielgruppe { background:url(../img/header_zielgruppe.jpg) no-repeat; }
.headerAktuelles { background:url(../img/header_aktuelles.jpg) no-repeat; }
.headerLeistungen { background:url(../img/header_leistungen.jpg) no-repeat; }
.headerLeistungenSub { background:url(../img/header_leistungen_sub.jpg) no-repeat; }
.headerReferenzen { background:url(../img/header_referenzen.jpg) no-repeat; }
.headerUnternehmen { background:url(../img/header_unternehmen.jpg) no-repeat; }
.headerKarriere { background:url(../img/header_career.jpg) no-repeat; }
.headerKontakt { background:url(../img/header_kontakt.jpg) no-repeat; }
.headerNutzungsbed { background:url(../img/header_nutzungsbed.jpg) no-repeat; }


/* -------------------- Main Navigation  -------------------- */

#mainnav {
	background:url("../img/mainnav_bg.png") no-repeat;
	width: 994px;
}

#mainnav ul {
	float: right;
}

#mainnav li {
	float: left;
	_width:1px; /* IE6 */
}

#mainnav li a#home,
#mainnav li a#aktuelles,
#mainnav li a#leistungen, 
#mainnav li a#referenzen,
#mainnav li a#unternehmen,
#mainnav li a#career,
#mainnav li a#kontakt {
	display: block;
	height: 39px;
	text-indent: -9999px;
	cursor: pointer;
}

#mainnav #home 			{background-image: url(../img/home_bg.png); width: 63px;}
#mainnav #aktuelles		{background-image: url(../img/aktuelles_bg.png); width:96px;}
#mainnav #leistungen	{background-image: url(../img/leistungen_bg.png); width:102px;}
#mainnav #referenzen	{background-image: url(../img/referenzen_bg.png); width:104px;}
#mainnav #unternehmen	{background-image: url(../img/unternehmen_bg.png); width:118px;}
#mainnav #career		{background-image: url(../img/career_bg.png); width:75px;}
#mainnav #kontakt		{background-image: url(../img/kontakt_bg.png); width:100px;}

#mainnav #home:hover,
#mainnav #aktuelles:hover,
#mainnav #leistungen:hover,
#mainnav #referenzen:hover,
#mainnav #unternehmen:hover,
#mainnav #career:hover,
#mainnav #kontakt:hover {
	background-position: 0px -40px;
}

#mainnav ul li a.aktiv {
	background-position: 0px -80px;
}

#rightQuicklinkBox ul li a.aktiv {
	background-image: url(../img/link_arrow_aktiv.png);
	color: #333;
	text-decoration: none;
}

/* -------------------- Sub Navigation  -------------------- */

#subnav {
	background-color:#fff;
	text-transform:uppercase;
	padding: 2px 0 4px 0;
	border-bottom: 1px solid #e7e7e6;
	
}

#subnav #last {
	background: 0;
}

#subnav li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	background:url("../img/bg_subnav.png") right no-repeat;
	_width:1px; /* IE6 */
}

#subnav ul li a {
	text-decoration: none;
}

#subnav ul li a.aktiv {
	color: #666;
}

#subnav ul li a:hover {
	text-decoration: underline;
}


/* -------------------- Content Startseite  -------------------- */

#content {
	background-color: #fff;
	padding-top:15px
}

#contentstart {
	width: 994px;
	height: 308px;
}

#contentstartflash {
	background: transparent url(../img/bg_startpage.jpg) no-repeat top left;	
	width: 994px;
	height: 308px;
}

#contentbox {
	padding: 18px 90px 0 503px;
}

.articleTeaser h5 {
	padding-bottom:7px;	
}

#contentbox h2 span {
	background-color: #fff;
	padding: 0px 5px;
}

#contentbox h3 {
	margin: 12px 0 8px 0;
}

#contentbox h3 span {
	background-color: #fff;
	padding: 3px 5px;
}

#contentbox h5 {
	margin: 0 0 6px 0;
}

#contentbox h5 span {
	background-color: #fff;
	padding: 2px 5px;
}

#contentbox p {
	font-size:14px;
	background-color: #fff;
	padding: 1px 5px;
}

#flashwrap {
	position:relative;
}

#introText{
	/*padding: 18px 395px 0 503px;*/
	position: absolute;
	top: 18px;
	left: 503px;
	width: 402px;
	
}

#introText h2 span {
	background-color: #fff;
	padding: 0px 5px;
}

#introText h3 {
	margin: 12px 0 8px 0;
}

#introText h3 span {
	background-color: #fff;
	padding: 3px 5px;
}

#introText h5 {
	margin: 0 0 6px 0;
}

#introText h5 span {
	background-color: #fff;
	padding: 2px 5px;
}

#introText p {
	font-size:14px;
	background-color: #fff;
	padding: 1px 5px;
}

/* -------------------- Content Allegemein  -------------------- */

#left {
	border-right:1px solid #e7e7e6;
	background-color:#fff;
	padding-left:25px;
	float:left;
	width:690px;
	min-height:570px;
	position:relative;
}

#backlink {
	position: absolute;
	right: 20px;
	top: 0;
}

#LeftCol {
    display:inline-block;
	width:310px;
	margin-right:20px;
	float:left;
}

#RightCol {
	 width:330px;
	 float:right;
}

#LeftCol h5, #RightCol h5 {
	padding-bottom:10px;
}

#left p,
#left .articleTeaser ul {
	font-size: 14px;
	padding: 0 30px 20px 0;
}

#left .articleTeaser ul {
	list-style-type: disc;
	padding-left: 14px;
	color: #666;
}

#left .articleTeaser ul li {
	padding-bottom: 8px;
}

.headline {
	padding: 12px 0;
}

.articleTeaser {
	border-top:1px solid #e7e7e6;
	padding-top:10px;
}

.largeImage {
    display:inline;
	position: relative;
	float:left;
	margin: 0px 20px 10px 0px;
}

.mediumImage {
	position: relative;
	float:left;
	margin: 3px 20px 10px 0px;
}

.smallImage {
	position: relative;
	float:right;
	margin: 3px 18px 10px 5px;
}

.rightImage {
	position: relative;
	float:right;
	margin: 0px 20px 10px 20px;
}

.leftImage {
	float:left;
	margin: 0px 20px 10px 0;
	position:relative;
}

#right {
	float:right;
	width: 260px;
}

#rightQuicklinks {
	height: 205px;
	padding: 15px 0 0 18px;
}

.quicklinkAktuelles  { background:url("../img/bg_right_aktuelles.jpg") no-repeat ; }
.quicklinkZielgruppe { background:url("../img/bg_right_zielgruppe.jpg") no-repeat ; }
.quicklinkLeistungen { background:url("../img/bg_right_leistungen.jpg") no-repeat ; }
.quicklinkLeistungenSub { background:url("../img/bg_right_leistungen_sub.jpg") no-repeat ; }
.quicklinkReferenzen { background:url("../img/bg_right_referenzen.jpg") no-repeat ; }
.quicklinkUnternehmen { background:url("../img/bg_right_unternehmen.jpg") no-repeat ; }
.quicklinkCareer { background:url("../img/bg_right_career.jpg") no-repeat ; }
.quicklinkKontakt { background:url("../img/bg_right_kontakt.jpg") no-repeat ; }
.quicklinkNutzungsbed { background:url("../img/bg_right_nutzungsbed.jpg") no-repeat ; }





.statementTop {
	background:url("../img/statement_bg_top.png") no-repeat;
	padding-top:11px;
}

.statement {
	background:url("../img/statement_bg.png") bottom no-repeat;
	padding: 0px 15px;
	width: 186px;
	font-size: 17px;
}

.statement .name {
	font-size: 11px;
	padding: 5px 0 8px 0;
}

.statementRight {
	float:right;
	margin: 0 25px 5px 20px;
}

.statementLeft {
	float:left;
	margin: 0 20px 5px 0px;
}






.infobox


.statementTop {
	background:url("../img/statement_bg_top.png") no-repeat;
	padding-top:11px;
}

.statement {
	background:url("../img/statement_bg.png") bottom no-repeat;
	padding: 0px 15px;
	width: 186px;
	font-size: 17px;
}

.statement .name {
	font-size: 11px;
	padding: 5px 0 8px 0;
}

.statementRight {
	float:right;
	margin: 0 25px 5px 20px;
}

.statementLeft {
	float:left;
	margin: 0 20px 5px 0px;
}

#jobNavigation {
	padding: 8px 0 20px 0;
}

.joblistTop {
	background:url("../img/joblist_bg_top.png") no-repeat;
	padding-top: 11px;
	margin-bottom:20px;
}

.joblist {
	background:url("../img/joblist_bg.png") left bottom no-repeat;
	padding: 0 10px 8px 10px;
	width:350px;
}

.joblist ul li {
	background:url("../img/arrow_right.png") no-repeat 0px 4px;
	padding: 0 10px 5px 16px;
}

.criterias  {
	list-style-type:disc;
	padding: 20px 10px 25px 16px;
	width:500px;
	font-size:14px;
}

.zitat {
	padding:10px 30px 20px 10px;
}

.zitat h5 {
	padding-bottom: 10px;
}

.coverflow {
	/*background:url("../img/coverflow_bg.png") no-repeat -6px 0;
	padding-left:15px; */
}

#rightQuicklinks h3 {
	background-color: #fff;
	width:157px;
	padding-left: 5px
}

#rightQuicklinkBox {
	background-color: #fff;
	width: 175px;
	height: 80px;
	margin-top: 18px;
	padding: 10px 0 10px 0;
}

#rightQuicklinkBox ul li {
	line-height: 19px;
}

#rightQuicklinkBox ul li a {
	background:url("../img/link_arrow.png") no-repeat 10px 5px ;
	font-size:14px;
	padding: 0px 0px 0px 30px;
}
/* -------------------- reference Grid  -------------------- */
.refList {
	border-top: 1px solid #E7E7E6;
	padding-top: 10px;
}

.refCol {
	float: left;
	padding-top: 10px;
	margin-bottom: 20px;
}

.rcLeft {
	width: 210px;
}
.rcMid,
.rcRight {
	width: 239px;
	border-left: 1px solid #E7E7E6;
}

.refCol li {
	display: block;
/*
	background-color: #F3F3F3;
*/
	height: 96px;
	margin-bottom: 10px;
	padding-left: 28px;
}

.rcLeft li {
	padding-left: 0;
}

/* -------------------- Table  -------------------- */

#table {
	background:url("../img/table_bg.png") no-repeat;
	padding-left:6px;
	clear: both;
}

#tableBottom {
	background:url("../img/table_bottom_bg.png") no-repeat;
}

#table table {
	width: 570px;
}

#table td, #table th {
	padding: 5px 10px 5px 10px;
}

#table td li {
	background-color: #f00;
	background:url("../img/li.png") no-repeat 0 7px;
	padding: 0 0 5px 10px;
	line-height: 1.2;
}

.firstCol {
	background-color: #e5e6dd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 100px;
}

.Col {
	border-top: 1px solid #e4e6dc;
}

.topCol {
	border-top: 1px solid #fff;
}


/* -------------------- Quicklinks  -------------------- */

#quicklinkBox {
	background-color: #fff;
	width: 330px;
	height: 48px;
	padding: 7px 5px 0px 5px;
}

#quicklinkBox ul li {
	float: left;
	width: 165px;
}

#quicklinkBox ul li a {
	background:url("../img/link_arrow.png") no-repeat 2px 5px ;
	font-size:14px;
	padding: 0px 0px 0px 17px;
}

/* -------------------- TeaserBoxes  -------------------- */

#referenzenteaser {
	width: 960px;
	height:150px;
	float:left;
	background:url("../img/referenzen_teaser_bg.png") no-repeat 14px;
	padding-left: 14px;
	background-color: #fff;
}

.teasercontainer {
	width: 478px;
	height: 150px;
	background: #fff url(../img/bg_tcon.png) no-repeat top left scroll;;
	float: left;
	margin-left: 14px;
	_margin-left: 7px;
}

.logoslides {
	width: 478px;
	height: 150px;
	float: left;
	margin-left: 10px;
	position: relative;
}

.teaserbox {
	width: 225px;
	float:left;
	margin-top: 5px;
}

.teaserbox h4 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background:url("../img/headline_box_left.png") 0 0 no-repeat;
	padding:6px 14px 8px 14px;
	margin:3px 0 0 10px;
	height:18px;
}
	
.teaserbox h4 span {
	background:url("../img/headline_box_right.png") no-repeat right -1px;
	padding:6px 14px 8px 0;
	color:#333;
	white-space: nowrap;
}

.teaserbox h5 {
	padding: 0px 0px 10px 25px;
}

.teaserbox p {
	padding: 0px 0px 4px 25px;
}

.teaserbox a.arrowTextLink {
	background-position: 26px 4px;
	padding: 0px 0px 0px 33px;
}

.smalltext a.arrowTextLink {
	background-position: 0px 4px;
	padding: 0px 0px 0px 7px;
}

/* -------------------- Tag Cloud  -------------------- */

#tagCloud {
	width: 292px;
	height:150px;
	float:right;
	background:url("../img/tagcloud_bg.png") no-repeat;	
}

#rightTagCloud {
	padding-left: 14px;
	height:170px;
	background:url("../img/rightTagCloud_bg.png") no-repeat;	
}

#rightKontakt {
	padding-left: 14px;
	height:195px;
	background:url("../img/rightkontakt_bg.png") no-repeat;	
}

#rightKontaktXL {
background:url("../img/rightkontakt_bg_h270.png") no-repeat scroll 0 0 transparent;
height:270px;
padding-left:14px;
}

#rightKontaktXL img {
float:right;
padding-bottom:2px;
padding-left:2px;
}

#rightKontakt img {
	float: right; 
	padding-left: 2px; 
	padding-bottom: 2px;	
}

#rightPDFBox {
	padding-left: 14px;
	height:128px;
	background:url("../img/right_pdf_box_bg.png") no-repeat;	
}

#rightPDFBox .smalltext {
	padding-left: 25px;
	width: 175px;
}

.smalltext {
	font-size:11px;
	line-height:14px
}

.smalltextXl  {
	padding-left:18px;
	width:170px;
}

#rightKontakt .smalltext {
	padding-left: 25px;
	width: 175px;
}

#tagCloudBox {
	width: 240px;
	padding: 0 5px 0px 20px;
}

#rightTagCloudBox {
	padding: 0px 25px 0px 22px;
}

#tagCloudBox li, #rightTagCloudBox li {
	display:inline;
	padding: 2px;
}

#tagCloudBox li a, #rightTagCloudBox li a {
	color: #666;
	text-decoration: none;
}

#tagCloudBox li a:hover, #rightTagCloudBox li a:hover {
	color: #7f0f19;
	text-decoration: underline;
}

#tagCloudBox li a.prio1, #rightTagCloudBox li a.prio1 { font-size:16px; font-weight:bold; }
#tagCloudBox li a.prio2, #rightTagCloudBox li a.prio2 { font-size:15px; }
#tagCloudBox li a.prio3, #rightTagCloudBox li a.prio3 { font-size:12px; }

/* -------------------- Footer  -------------------- */


#footer {
	background:url("../img/footer_bg.png") no-repeat;
	width: 994px;
	height: 47px;
}

#footertext {
	color: #666;
	font-size: 10px;
	padding: 27px 0 0 30px;
	float:left;
}

#footerlinks {
	float:right;
	padding-top:22px;
}

#footerlinks li {
	float:left;
}

#footerlinks li a#nutzung {
	background-image: url(../img/nutzungsbedingungen.png);
	width: 128px;
	height:25px;
	display: block;
	text-indent: -9999px;
}

#footerlinks li a#impressum {
	background-image: url(../img/impressum.png);
	width: 90px;
	height:25px;
	display: block;
	text-indent: -9999px;
}

#footerlinks li a#nutzung:hover,
#footerlinks li a#impressum:hover {
	background-position: 0px -25px;
}