/* CSS Document */

/* browser reset ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@import url('reset.css');

img, div { behavior: url(iepngfix.htc) }

html, body {height:100%;}


/* standard ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

body {
	background-color:#fbf9f7;
	font-size: 14px;
	font-family: Corbel, Calibri, Arial, Helvetica, Sans-Serif;
	color:#666666;
	text-align: left;
	line-height: 21px;
}


/* bilder ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.chalk_s {
	margin: 15px 0 15px 0;
}

/* typo ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

H1, H2, H3, H4, H5, H6 {
	color:#666666;
	line-height: 110%;
	text-shadow:1px 1px 1px #fff;
	font-family:Arial, Helvetica, sans-serif;
}

H1 {
	margin: 20px 0 25px 0;
	font-size:22px;
	padding-left:25px;
	background-image:url(../../images/h4_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	font-weight: bold;
}

H2 {
	margin: 0 0 10px 0;
	font-size:26px;
	color: #FF6600;
}

H3 {
	margin: 0 0 5px 0;
	font-size: 18px; 
	font-weight: normal;
}

H4 {
	margin: 0 0 5px 0;
	font-size: 16px; 
	font-weight: normal;
}

H5 {
	margin: 40px 0 25px 0;
	font-size:22px;
	padding-left:25px;
	background-image:url(../../images/h4_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}

p {
	margin-bottom: 1.2em;
}

.highlighted {
	color: #ff6600; 
}

a:link.back, a:visited.back, a:active.back {
	font-size:14px;
	color:#ff6600;
	padding:1px 3px 3px 16px;
	background-image: url(../../images/backlink.gif);
	background-repeat: no-repeat;
	background-position:3px 4px;
}
a:hover.back {
	text-decoration:underline;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}
a:link.grau {
	color: #666666;
	text-decoration: none;
}
a:visited.grau {
	color: #666666;
	text-decoration: none;
}
a:hover.grau {
	color: #ff6600;
	text-decoration: none;
}
a:active.grau {
	color: #666666;
	text-decoration: none;
}

.footerlink {
	color: #999;
}
a:link.footerlink {
	color: #999;
	text-decoration: underline;
	font-size:12px;
}
a:visited.footerlink {
	color: #999;
	text-decoration: underline;
	font-size:12px;
}
a:hover.footerlink {
	color: #666666;
	text-decoration: underline;
	font-size:12px;
}
a:active.footerlink {
	color: #999;
	text-decoration: underline;
	font-size:12px;
}
/* containers ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#container {
	min-height: 100%;
	margin-bottom: -200px;
	position: relative;
}

#header {
	width:100%;
	height: 170px;
	margin:0;
	padding: 0;
	text-align: center;
	background: url(../../images/stripes_orange.gif) repeat 0 0;
	display:block;
}

#header_wrapper {
	width: 880px;
	margin: 0 auto;
	height: 170px;
	display: block;
}

#content {
	width: 880px;
	padding:35px 0 20px;
    margin: 0 auto;	
}

.push {
	height: 200px;
    clear: both;
}
.zeile {
	width: 864px;
	margin: 0 8px 20px;
	overflow: hidden;
}

.breite_1 {
	width: 124px;
	}
	
.breite_2 {
	width: 268px;
	}
	
.breite_3 {
	width: 412px;
	}
	
.breite_4 {
	width: 556px;
	}
	
.breite_5 {
	width: 700px;
	}
	
.breite_6 {
	width: 844px;
	}
	
.column {
	margin: 0 10px 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}

.dotted {
	height: 20px;
	border-bottom: 1px dotted #cccccc;
}


.breite_3_grey_stripes {
	background: url(../../images/stripes_grey.gif) repeat 0 0;
	width: 392px;
	padding: 0 10px; 
}

/* header, logo, menu, social-links ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.logo {
	width: 860px;
	height: 67px;
	background: url(../../images/header_logo.png) no-repeat 0 0;
	left:0px;
	top:50px;
	display:block;
	position: relative;
}

#menu {
	bottom: 0px;
	left: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin: 73px 0 0;
	position:relative;
}

.menu_left {
	width: 10px;
	height: 30px;
	background: url(../../images/menu_border_left.png) no-repeat 0 0;
	display:block;
	float: left;
}

.menu_right {
	width: 10px;
	height: 30px;
	background: url(../../images/menu_border_right.png) no-repeat 0 0;
	display:block;
	float: left;
}

#menu ul li {
  width: auto;
  height:30px;
  display: inline;
  float: left;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background: url(../../images/menu_bg.png) repeat-x 0 0;
  padding-top:8px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
}

#menu ul a {
  text-decoration:none;
  color:#ff6600;
  border-right:#f09c44 1px dashed;
  padding: 0 10px 0 10px;
  font-weight:bold;
}

#menu li.last a{
border-right:none;
}
#menu li.active a{
color: #999;
}

#menu a:hover {
 color: #f59e4e;
}


.neu {
	position: absolute;
	z-index: 25;
	background: url(../../images/neu.png) no-repeat 0 0;
	width:50px;
	height:50px;
	right:200px;
	top:-25px;
	overflow:hidden;
	text-indent: -9999px;
}

.sociallink {
	float: right;
	height: 30px;
	margin: 0 20px 0 0;
}

a.twitter {
	width: 27px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../../images/twitter_icon.png) no-repeat 0 0;
	float: left;
}
	
a.facebook {
	width: 27px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../../images/facebook_icon.png) no-repeat 0 0;
	float: left;
}

a.newsletter {
	width: 100px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../../images/newsletter_link.png) no-repeat 0 0;
	float: left;
	margin: 0 0 0 5px;
}


/* bilder mitarbeiter ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


#mitarbeiter li {
	float:left;
	width:90px;
	margin-right:20px;
	margin-bottom:15px;
	font-size: 10px;
}

#mitarbeiter li img {
	margin-bottom: 5px;
	float: left;
}

#geschaeftsleitung li {
	float:left;
	width:123px;
	margin-right:20px;
	margin-bottom:15px;
}

#geschaeftsleitung li img {
	margin-bottom: 5px;
	float: left;
}


/* formulare ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/*input, select, textarea {
	color:#999;
	width:250px;
	height:14px;
	border: #cccccc 1px solid;
	padding: 3px 3px 3px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
}
*/

textarea {
	width:250px;
	color:#999;	
	height:14px;
	border: #cccccc 1px solid;
	padding: 3px 3px 3px 3px;
	font-size:11px;
	background-color:#ffffff;
}

input.norm {
	color:#999;
	width:250px;
	height:14px;
	border: #cccccc 1px solid;
	padding: 3px 3px 3px 20px;
	font-size:11px;
	background-color:#ffffff;
}

input.butt {
	border: #ff6600 1px solid;
	background-color: #FF6600;
	color:#FFFFFF;
}





/* downloads ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.dl_beschriftung2 {
	height:73px;
	padding:10px 0 0 240px;
	margin-left:20px;
	margin-bottom:20px;
}

/* ===== sidebar ===== */

#sidebar{
	margin-top:30px;
	margin-left:40px;
	/*border-top:#CCCCCC 1px solid;*/
}
#sidebar ul li {
	list-style: none;
	background-color:#fbf9f7;
	text-align: left;
	margin: auto;
	padding:5px;
	/*border-bottom:#CCCCCC 1px solid;*/
}
#sidebar a{
	text-decoration: none;
	padding-left:10px;
}
#sidebar a:hover {
	color: grey;
}
#sidebar li {
	color: #ff6600;
	border-left: #FF6600 2px solid;
	
}
#sidebar li.active {
	color: #cccccc;
	border-left:#eb690b 6px solid;
}
#sidebar li.last{
	margin-bottom:20px;
}


/* tabcontent ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
	font-weight:bold;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
   display: inline;
	margin:0 0 30px 0;
	padding:0 0 20px 0;
}

.tabs-nav a {
text-decoration: none;
margin:0 0 30px 0;
padding: 4px 6px ;
background:#e1e1e1;
-moz-border-radius:10px;
-webkit-border-radius:10px;

}
.tabs-nav .tabs-selected a {
 position: relative;
background:#ff6600;
color: #ffffff;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 1em 8px;
}





/* footer ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.footerfont {
	font-size: 12px;
	color: #999999;
	line-height: 115%;
}

.footerheader {
	font-weight:bold;
	font-size: 12px;
	color: #999999;
	line-height: 115%;
}

#footer {
	width: 100%;
	background-color: #e1e1e1;
	background-image:url(../../images/paperback.png);
	background-repeat:repeat-x;
	height: 200px;
	position: relative;
  }

.footerinner {
	width: 880px;
	padding:40px 0 20px;
	margin:0 auto;
	vertical-align: bottom;
}	


/* ===== kunden ===== */

#kpix {
	border:#FFFFFF 8px solid; 
	margin:20px 10px 10px 0;
}

/* ===== modx menue ===== */


.marginbottom_thirty {
	margin-bottom:30px;
}
.marginbottomandTop_thirty {
	margin-bottom:30px;
	margin-top:30px;
}
.borderOrange_onepx {
	border:#FF6600 1px solid;
}


ol, ul {
	list-style: none;
}

/*AjaxSearch*/

.ajaxSearch_highlight {
	font-weight:bold;
	color: #009966;
}
.ajaxSearch_result  {
	margin:10px 0 20px 0;
	padding-right:20px;
	width:auto;
	padding-bottom:10px;
}
a.ajaxSearch_resultLink  {
font-size:16px;
font-weight:bold;
}
.ajaxSearch_resultDescription  {
margin-left:7px;
font-weight:bold;
padding-left:7px;
border-left:#CCCCCC 1px solid;
}
.ajaxSearch_resultsInfo  {
margin-top:12px;
}
.ajaxSearch_extract  {
	margin-top:5px;
	padding: 20px 10px;
	background-color:#efefef;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.ajaxSearch_paging  {
	padding: 0 7px 0 7px;
}
#ajaxSearch_input {
    position: relative;
    height: 19px;
	float:left;
	left:8px;
	top: 8px;
	width:100px;
	border: #fbf9f7 1px solid;
	background-image:url(../../images/searchback.png);
	padding:4px 0 0 6px;
	margin-right:10px;
	color: #999999;
	font-size:11px;
}
#ajaxSearch_submit {
    width: 28px !important;
    height: 27px !important;
    border: 0 !important;
	padding: 0 !important;
    background: transparent  url(../../images/search_70x21.png) no-repeat;
    cursor: pointer;
    cursor: hand;
    position: relative;
    top: 7px;
    left: 2px;
	margin-right:6px;
	color:#c9c9c9;
	float:left;
	font-size:14px;
}

#indicator {
	padding:0;
}


/* tooltip ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/* accordion ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.job_header {	
	border-bottom:1px dotted #ddd;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px;
}
.job_header_active {
	color:#666;
}
.job_box {
	padding:5px 0px 0px;
	border-bottom:1px dotted #ddd;
}

.job_box:last-child {
	padding:5px 0px 0px;
	border:0;
}


/* nivo ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#nivo {
	position:relative;
	background:url(../../images/loading.gif) no-repeat 50% 50%;
	height:300px;
	width: 840px;
	border-top:1px #CCCCCC dotted;
	border-bottom:1px #CCCCCC dotted;
}
#nivo img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



