
/* file: all.css */


body {
	margin:0;
	font:13px Helvetica, Arial, sans-serif;
	color:#6f6f6f;
}
img { border-style:none;}
a { text-decoration:none;}
a:hover { text-decoration:underline;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#main {
	width:960px;
	margin:42px auto 0;
	height:100%;
	position:relative;
	padding-top:58px;
	background:#fff;
}
/*header start*/
#header {
	position:absolute;
	top:0;
	left:0;
	overflow:visible;
	width:100%;
}
.logo {
	float:left;
	background:url(img/logo.gif) no-repeat;
	width:165px;
	height:22px;
	text-indent:-9999em;
}
.logo a {
	display:block;
	overflow:hidden;
	height:100%;
}
#header .top-nav {
	margin:5px 0 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:14px;
}
#header .top-nav li {
	padding-left:40px;
	display:inline;
}
#header .top-nav a { color:#6f6f6f;}
#header .top-nav li.active a {
	color:#33bddd;
}
#header .top-nav a:hover {
  text-decoration:none;
}

/*header end*/
/*content start*/
#content {
	overflow:hidden;
	width:100%;
	/* background:url(img/bg-visual.gif) no-repeat; */
	padding-bottom:20px;
}
.inner #content { /*background:url(img/bg-visual-inner.gif) no-repeat;*/ }
#content h1 {
	margin:0;
	font-size:35px;
	line-height:34px;
	color:#4c4c4c;
}
.columns-wrap {
	overflow:hidden;
	height:1%;
}
.top-info {
	width:550px;
	font-size:18px;
	/*min-height:230px;*/
	margin-bottom:30px;
}
* html .top-info { /*height:421px;*/}
.top-info p { margin:0;}
.top-info p span { color:#0998b5;}
/*info boxes start*/
.info-wrap {
	background:url(img/bg-four-boxes.gif) repeat-y;
	width:1000px;
	overflow:hidden;
	position:relative;
	margin-bottom:19px;
}
.sub-boxes { background:url(img/bg-six-boxes.gif) repeat-y;}
.news-boxes { background:url(img/bg-five-boxes.gif) repeat-y;}
.info-holder {
	background:url(img/bg-four-boxes-grad.gif) no-repeat 0 100%;
	overflow:hidden;
	width:100%;
}
.sub-boxes .info-holder { background:url(img/bg-six-boxes-grad.gif) no-repeat 0 100%;}
.news-boxes .info-holder { background:url(img/bg-five-boxes-grad.gif) no-repeat 0 100%;}
.info-box {
	width:221px;
	float:left;
	min-height:225px;
	padding:10px 9px 0;
	margin-right:1px;
	border-top:5px solid #19b4d8;
}
* html .info-box { height:275px;}
.sub-boxes .info-box { width:141px;}
.news-boxes .info-box { width:173px;}

.info-wrap h3 {
	margin:0 0 22px;
	font-size:17px;
	color:#6f6f6f;
}

.info-wrap a.details {
	position:absolute;
	bottom:3px;
	color:#19b4d8;
	font-size:14px;
}
.info-wrap p { margin:0 0 20px;}
/*info boxes end*/
/*columns start*/

#column2 {
	width:458px;
	float:left;
}
#column1 {
  width:481px;
  float:left;
}

#column2 { float:right;}
#column1,
#column1 p { line-height:18px;}
#column2 p { line-height:16px;}
#column1 p { margin:0 0 18px;}
#column1 h2 {
	margin:0 0 15px;
	font-size:15px;
  color:#6f6f6f;
}
#column1 img {
	display:block;
	margin-bottom:18px;
}

#column1 .sub-info { margin-bottom:35px;}
#column2 .slide-block {
	background:#eaeaea;
	font-size:11px;
	overflow:hidden;
	width:100%;
	position:relative;
}
#column2 .desc div {
	padding:0 10px 10px;
	overflow:hidden;
	width:440px;
}
#column2 .active { color:#3b3b3b;}
.slide-block .title {
	border-top:5px solid #00acd4;
	padding:10px 7px 10px;
	overflow:hidden;
	height:1%;
}
.slide-block .title strong {
	float:right;
	font-size:15px;
}
.slide-block dl {
	margin:-1px 0 1px 0;
	overflow:hidden;
	height:1%;
	padding:10px 10px 15px;
	border-top:1px solid #c9c9c9;
}
.slide-block dl dt {
	float:left;
	clear:left;
	width:120px;
}
.slide-block dl dd {
	margin:0;
	text-align:right;
}
.slide-block dl dd a { color:#009cbb;}
.slide-block h4 {
	margin:0;
	font-size:16px;
	float:left;
}
.slide-block a.open-close {
	background:url(img/bullet-arrow2.gif) no-repeat;
	width:12px;
	height:12px;
	text-indent:-9999em;
	float:left;
	margin:3px 6px 0 0;
}
.active a.open-close {
	background:url(img/bullet-arrow.gif) no-repeat;
	width:12px;
	height:12px;
	margin-top:7px;
}
.slide-block .gallery {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	height:161px;
}
.slide-block .gallery a {
	background:url(img/shadow-img.png) no-repeat;
	padding:1px 0 6px 4px;
	position:absolute;
	top:0;
	left:0;
}
.slide-block .gallery a.pic2 {
	left:auto;
	right:0;
	top:19px;
}
.slide-block .gallery a.pic3 {
	left:auto;
	right:124px;
	top:auto;
	bottom:0;
}
.slide-block .gallery img { border:1px solid #eee;}
.slide-block a.download {
	background:url(img/pdf_icon.gif) no-repeat left bottom;
	float:left;
	padding:36px 0 0 20px;
	text-decoration:underline;
	color:#19b4d8;
}
.slide-block a.ads {
	float:right;
	margin-top:14px;
}
.slide-block .desc {
	overflow:hidden;
	width:100%
}
#column2 .slide-wrap { /*margin-bottom:40px;*/}
/*columns end*/
/*content end*/
/*footer start*/
#footer {
	background:#b0b0b0;
	padding:35px 0 15px;
	min-width:100%;
	min-height:100px;
}
.footer-wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer .links {
	width:25%;
	float:left;
}
#footer .links-wrap {
	margin-bottom:45px;
	overflow:hidden;
	width:100%;
}
#footer h5 {
	margin:0 0 20px;
	font-size:17px;
}
#footer .links ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer .links ul li {
	padding-bottom:5px;
  float:left;
}
#footer .links ul a { color:#585858;}

#footer .secondary-info {
  width:478px;
  float:left;
  font-size:11px;
  margin-right:0;
  line-height:14px;
  margin-right:2px;
  color:#585858;
}

#footer .secondary-info span {
  font-size:10px;
}


#footer .secondary-info ul {
  margin:0;
  padding:0;
  list-style:none;
}
#footer .secondary-info ul a,
#footer .secondary-info a {
	 color:#585858;
}
#footer .secondary-info ul li {
  padding-bottom:5px;
  margin-left: 30px;
  display:inline;
}

#footer .navi {
  text-align:right !important;
}

#footer .first-info {
  text-decoration:underline;
  width:200px;
}
#footer .secondary-info address span { display:block;}
#footer .secondary-info dl {
	margin:0;
	overflow:hidden;
}
#footer .secondary-info dl dt {
	float:left;
	clear:left;
}
#footer .secondary-info dl dd { margin:0;}
#footer .secondary-info a.rss {
	background:url(img/rss.gif) no-repeat;
	width:20px;
	height:40px;
	overflow:hidden;
	float:left;
	text-indent:-9999em;
	margin:0 5px 0 0;
}
#footer p { margin:0;}
/*footer end*/

#active_nav {
	background-color:#33bddd;
	height:1px;
	border-top: 1px solid #33bddd;
	float:left;
  position:absolute;
	display:none;
}

.floatFix {
  clear:both;
}

.topMargin {
	/*margin-top:15px;*/
}

.meta {
	padding: 7px 3px 0;
  overflow:hidden;
  min-height:51px;
  height:51px;
  width:107px;
  margin-right:2px;
  background:url(img/bg-four-boxes-grad-meta.gif) no-repeat 0 100%;
  overflow:hidden;
}

.meta:hover,
.meta.hover,
.info-box:hover,
.info-box.hover {
  background:#dadada url(img/bg-box-hover.gif) repeat-x;
  cursor:pointer;
}
.meta.active {
  background:#dadada url(img/bg-meta-active.gif) no-repeat 0 100%;
}

.topBorder {
  border-top:5px solid #19b4d8;
  padding-top:12px;
  clear:both;
 }

.topBorder h2 {
  margin-bottom:5px !important;
 }

 label {
  display:block;
  /*font-weight:bold;*/
  color:#6f6f6f;
  margin: 8px 0 2px;
 }

 input.text {
  width:290px;
  background-color:#EAEAEA;
  border: 1px solid #EAEAEA;
 }

 textarea.text {
  width:290px;
  height:145px;
  background-color:#EAEAEA;
  border: 1px solid #EAEAEA;
  margin-bottom:10px;
 }

 #column1 a,
 .desc a,
 .contact a,
 .button a {
  color: #19b4d8;
 }

 .error,
 .error ul,
 .error ul li {
  font-weight:bold;
  color:#e12321;
 }

ul.error {
  list-style-type:none;
  padding:0;
  margin:0;
 }

.spacer {
  margin-top:35px;
 }

#column1 img.customerlogo,
#column1 img.customerlogoRight {
  display:inline;
  margin-bottom:0;
  width:80px;
  height:80px;
  margin-right:20px;
  margin-bottom:20px;
  padding:0;
  float:left;
}

#column1 img.customerlogoRight {
  margin-right:0;
}

#headertext {
	position:absolute;
	z-index:500;
	top:100px;
	left:0 !important;
	width:535px;
}

.info-wrap .details {
  position:absolute;
  bottom:3px;
  font-size:14px;
  margin-bottom:0;
  z-index:300;
  width:222px;
}

.info-wrap .details {
  position:absolute;
  bottom:3px;
  font-size:13px;
  margin-bottom:0;
  z-index:300;
}

.details ul{
  padding-left:14px;
	margin:0;
}


.info-wrap .details a {
  color:#19b4d8;
  border: none;
}



.inner-box {
	width:220px;
	height:220px;
}

.joblink {
	display:block;
  text-align:right;
}

.spacer40 {
	clear: both;
  margin-top:20px;
 }

 #special {
  font-size:14px;
  color:#4c4c4c;
  position:absolute;
  top:472px;
  right:0;
 }
#special img{
  margin:0 0 2px;
  padding:0;
}
.meta-wrap {
  width:500px;
  overflow:hidden;
  position:relative;
  margin-bottom:19px;
}
.meta-wrap h3 {
  margin:0;
  padding:0;
  font-size:13px;
  color:#6f6f6f;
}
.meta-holder {
	margin-bottom:10px;
	height:64px;
	/*border:1px solid #0f0;*/
}

.meta a {
	position:absolute;
	bottom:15px;
  color:#19b4d8;
  font-size:12px;
}
/* ---- job Anfang ------ */

dl.jobItem {
 margin:0;
 padding:0;
}

dl.jobItem dt {
 line-height: 2;
}

dl.jobItem dd.jobAnswer {
 margin: 0 0 20px;
 padding:0;
}
/* presse */

dl.presseItem {
 margin:0;
 padding:0;
}

dl.presseItem dt {
 line-height: 2;
}

dl.presseItem dd.presseAnswer {
 margin: 0 0 20px;
 padding:0;
}


.info-wrap {
  line-height: 18px;
}

blockquote {
  margin-left:10px;
}

.special {
  float:left;
  margin: 5px 5px 0 0;
  text-align:center;
  line-height:12px;
}

.special img{
  width:96px;
  margin:0;
}

.special span {
  font-size:8px;
}



