* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-khtml-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-align: center;
	overflow-y: scroll;
}
a img {
	border-style: none;
	border-width: 0;
}
#container_out {
	width: 100%;
	background: transparent;
}
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: black;
	position: relative;
	margin-bottom: 40px;
	width: 960px;
}
#header_out {
	background: url(../images/headerOut.jpg) left top repeat-x scroll;
	width: 100%;
	margin: 0 auto;
}
#header_bg {
	width: 100%;
		background: url(../images/header.jpg) center top no-repeat scroll;
	margin: 0 auto;
	height: 392px;
}
#header {
	width: 960px;
	height: 392px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
}
#main {
	line-height: 20px;
}
#footer {
	min-height: 250px;
	width: 100%;
	margin: 0 auto;
	background-color: #444;
	color: white;
	text-align: center;
}
#footerIn {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#footer .moduletable_adresseFooter {
	float: left;
	padding: 30px;
	width: 250px;
}
#footer .moduletable_adresseFooter p {
	font-size: 14px;
}
#footer .moduletable_adresseFooter strong {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}
#footer .moduletable_adresseFooter .label {
	display: block;
	float: left;
	width: 60px;
	font-weight: bold;
}
#footer .moduletable_adresseFooter a {
	color: #fff;
}
#footer .moduletable_shortTags {
	float: right;
	width: 600px;
	padding: 30px 20px;
	color: #fff;
}
#footer .moduletable_shortTags span {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #666;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
}
.moduletable_jobs {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	clear: both;
	height: 165px;
}
.moduletable_jobs h3 {
	display: block;
	width: 170px;
	height: 90px;
	text-align: center;
	float: left;
	margin: 0 30px 20px 0;
	color: #fff;
	font-size: 18px;
	padding-top: 60px;
	padding-left: 60px;
	background: #c90d00 url(../images/achtungJobs.gif) 20px 60px no-repeat scroll;
	;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}
.moduletable_jobs .latestNewsItem {
	width: 220px;
	height: 150px;
	float: left;
	margin-right: 20px;
}
.moduletable_jobs .latestNewsItem:last-child {
	width: 210px;
	height: 150px;
	float: left;
	margin-right: 0;
}
.moduletable_jobs h4 {
	color: #0080c8;
	font-weight: bold;
	margin-bottom: 15px;
	height: 20px;
	overflow: hidden;
	display: block;
}
.moduletable_jobs .latestNewsContent {
	height: 105px;
	overflow: hidden;
}
#contactAdress {
	float: left;
	width: 350px;
	margin-right: 30px;
}
.contact h3 {
	display: none;
}
.contact .contact-form {
	float: left;
	width: 490px;
	margin-top: -75px;
}
.contact fieldset {
	border: 0 none;
}
.contact .control-label {
	width: 120px;
	margin-right: 10px;
	line-height: 30px;
	height: 30px;
}
.contact .controls {
	line-height: 30px;
	height: 30px;
}
.contact .controls input, .contact .controls textarea {
	width: 300px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.contact .controls textarea {
	height: 50px;
}
.contact legend {
	clear: both; 
	font-style: italic; 
	font-size: 10px; 
	color: #666;
}
.contact .btn {
	width: 322px;
	font-size: 24px;
	display: block;
	clear: both;
	border: 0 none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0080c8;
	color: #fff;
}
.contact .page-header {
	display: block;
}
.contact .contact-suburb {
	margin-bottom: 10px;
	display: block;

}
.contact .contact-address dd {
	float: left;
	width: 138px;
	margin-top: 15px;
	font-size: 14px;
}
.contact .contact-address dt {
	width: 70px;
	float: left;
	clear: both;
	display: block;
	margin-top: 15px;
	font-size: 14px;
}
.contact a {
	font-size: 14px;
}
#nachOben {
	background: url(../images/nachOben.png) left top no-repeat scroll;
	display: block;
	width: 51px;
	height: 51px;
	text-indent: -999em;
	text-decoration: none;
	position: fixed;
	right: 30px;
	bottom: 180px;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
#logo {
	position: absolute;
	top: 40px;
	left: 105px;
	width: 710px;
	height: 145px;
	display: block;
	text-indent: -999em;
	cursor: pointer;
}
#content {
}
.contact {
padding: 20px 30px;
}
.item-page {
	padding: 20px 30px;
}
.item-page_startseite {
padding-top: 20px;
}
#content .moduletable_unsereKunden {
	clear: both;
	width: 710px;
	height: 120px;
	position: relative;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding-left: 250px;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	margin-bottom: 40px;
}
#content .moduletable_unsereKunden h3 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	text-transform: uppercase;
	background: #0080c8;
	color: #fff;
	height: 70px;
	width: 230px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
}
#content .moduletable_homeSpalten, #content .moduletable_homeSpalten4 {
	width: 230px;
	float: left;
	margin-right: 13px;
}
#content .moduletable_homeSpalten4 {
	margin-right: 0;
}
#content .moduletable_homeSpalten h3, #content .moduletable_homeSpalten4 h3 {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	background: #0080c8;
	color: #fff;
	width: 230px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
	text-align: center;
	font-size: 20px;
}
#content .custom_homeSpalten, #content .custom_homeSpalten4 {
	padding: 15px;
}
#content .custom_homeSpalten .readmore, #content .custom_homeSpalten4 .readmore {
	background: url(../images/readmore.gif) right 5px no-repeat scroll;
	display: block;
	width: 200px;
	padding: 0;
	clear: both;
	text-decoration: none;
	text-transform: uppercase;
}
#content .readmore {
	background: url(../images/readmore.gif) left top no-repeat scroll;
	display: block;
	margin-bottom: 15px;
	padding-left: 35px;
	padding-top: 3px;
	clear: both;
	line-height: normal;
	height: auto;
	min-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#content #kunden {
width: 900px;
height: 150px;
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
#content #kunden h2 {
display: block; 
z-index:99;
height: 125px;
line-height: 125px;
width: 200px;
margin-right: 10px;
background: #008ACF;
float: left;
color: #fff;
		-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
text-align: center;
}
#content #kunden .links, #content #kunden .rechts {
font-weight: bold; 
line-height: 120px;
font-size: 14px;
text-align: center;
text-decoration: none; 
display: block; 
float: left; 
width: 15px;
height: 120px;
background: #f5f5f5;
color: #999;
margin-right: 10px;
z-index: 99;
}
#content #kunden .rechts {
position: absolute; 
top: 0;
right: 0;
margin-right: 0;
}
#content #kunden #kundenBanner {
width: 590px;
height: 145px;
position: absolute; 
left: 260px;
overflow: hidden;
}
#content #kunden ul {
list-style-type: none;
width: 1600px;
height: 145px;
margin: 0;
padding: 0;
position: absolute; 
left: 0px;
display: block;

}
#content #kunden li {
display: inline;
float: left;
}
#content #kunden a {
	display: block; 
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
		-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
#content #kunden a:hover {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;

}
#content #kunden a:nth-child(6n+6) {
	margin-right: 0;
}
	


.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}
p, li, a, td {
	font-size: 12px;
}
#content .buttonheading td {
	width: 10px;
}
.blog .contentheading {
	width: 650px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 15px;
	color: #008ACF;
	clear: both;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
	color: #008ACF;
	clear: both;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px;
	color: #0086C4;
	background-color: transparent;
}
#content p {
	margin-bottom: 15px;
}
#content ol {
	margin-left: 30px;
	margin-bottom: 15px;
}
#content ul {
	margin-left: 30px;
	margin-bottom: 15px;
}
#content li {
	margin-bottom: 10px;
}
#content a {
	text-decoration: underline;
	color: #008ACF;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration: none;
}
#content #system-message .message {
	margin-left: 50px;
}
.page-header {
	display: none;
}
/*Menü oben*/
#menue_oben {
	height: 50px;
	width: 960px;
	margin-top: -72px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/menuebg.jpg) left top repeat-x scroll;
}
#menue_oben ul {
	background: url(../images/homeIcon.gif) left 12px no-repeat scroll;
	height: 50px;
	margin-left: 30px;
	padding-left: 30px;
}
#menue_oben li {
	list-style-type: none;
	display: block;
	float: left;
	position: relative;
}
#menue_oben a {
	color: white;
	background-color: transparent;
	font-size: 16px;
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	line-height: 50px;
	text-decoration: none;
	display: block;
	padding: 0 30px;
	border-right: 1px solid #666;
}
#menue_oben a:hover, #menue_oben a:focus, #menue_oben a:active, #menue_oben .active a {
	text-shadow: 0px 0px 3px #fff;
}
#menue_oben li ul {
	display: none;
	position: absolute;
	left: -10px;
	top: 100%;
	width: 250px;
	z-index: 10;
	padding: 0;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#menue_oben li:hover ul {
	display: none;
	background: url(../images/menue_bg.png) left top scroll;
}
#menue_oben li li {
	float: none;
	border-bottom: 1px solid #666;
	display: block;
	padding: 10px 15px;
	margin: 0 10px;
}
#menue_oben li:hover li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	z-index: 11;
	padding: 0;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
#menue_oben li li:hover ul {
	display: block;
}
/*JCE Popup*/
#jcepopup-numbers {
	color: #ccc;
	font-weight: bold;
}
#jcepopup-container a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 100%;
}
#jcepopup-container a:hover, #jcepopup-container a:active, #jcepopup-container a:focus {
	text-decoration: underline;
}
#jcepopup-nav {
	line-height: 30px;
}
#jcepopup-next, #jcepopup-prev {
	bottom: 10px;
}
/*Sitemap*/
#content .sitemap .contentpaneopen {
	padding-top: 15px;
	padding-left: 50px;
}
#content .componentheading_sitemap {
	position: static;
	z-index: 99999;
	top: auto;
	left: auto;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 50px;
}
/*Pathway*/
#pathway {
	font-size: 10px;
	color: white;
	position: absolute;
	top: 250px;
	left: 50px;
}
#pathway a {
	font-size: 10px;
	color: white;
}
/**Pagebreak*/
#content .contenttoc {
	width: 300px;
	position: absolute;
	left: 700px;
	top: 380px;
}
.pagenavcounter {
	position: absolute;
	top: -999em;
	left: -999em;
}
/* Referenzen neu */
#content .ref_new {
	margin: 0;	
}
#content .ref_new li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	width: 302px;
	height: 293px;
	overflow: hidden;
	margin: 0 27px 27px 0;	
}
#content .ref_new li.last {
	margin-right: 0px;	
}
#content .ref_web {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	background: url('../images/bg-ref.png') repeat;
	width: 298px;
	height: 46px;
	padding: 14px 2px;
	border-radius: 0 0 5px 5px;
	text-align: center;	
	color: #ffffff;	
}

#content .ref_web ul {
	margin: 10px 0;
}

#content .ref_web li {
	float: none;
	width: auto;
	height: auto;	
	text-align: center;
	margin: 0;
}

#content .ref_web h3 a, #content .ref_web h3 {
	font-size: 24px;
	color: #ffffff;
	padding-bottom: 6px;
	margin: 0;
	text-decoration: none !important;
}

#content .ref_service {
	display: none;	
}

#content .ref_service li span {
	font-size: 14px;
	background: url('../images/arrow.png') no-repeat 0px 0px;	
	padding-left: 20px;
}

#content .ref_adress a {
	font-size: 14px;
	color: #ffffff !important;	
	text-decoration: none !important;
}

#content .ref_new li:hover .ref_web {
    transition: all 0.2s ease-in-out;
	border-radius: 5px;	
	padding-top: 60px;
	height: 219px;
}

#content .ref_new li:hover .ref_web h3 {
	height: 50px;
	overflow: hidden;	
}

#content .ref_new li:hover .ref_service {
    display: block;
	height: 100px;
}

#content .ref_new li:hover .ref_adress a {
	display: block;
	border-top: 1px solid #ffffff;
	margin: 10px 20px;
	width: 263px;
	height: 39px;
	padding-top: 10px;
}

#content .ref_adress {
	z-index: 200;	
}

#content .img_link {
	z-index: 100;	
}

#content .img_link a {
	position: absolute;
	top: 0px;
	display: block;
	width: 302px;
	height: 214px;	
	text-decoration: none;
}

span#jcemediabox-popup-numbers {
	padding: 20px 30px !important;
}

#jcemediabox-popup-nav {
	line-height: 25px;	
}

/* Footer Impressum */
.ft-impressum {
	padding: 15px 20px 0;	
}
.ft-impressum h3{
	display: none;	
}
.ft-impressum span {
	float: right;
	font-size: 12px;	
}
.ft-impressum .moduletable {	
	float: right;	
}
.ft-impressum li {
	list-style: none;
	display: inline;
}
.ft-impressum a {
	color: #ffffff;	
	text-decoration: none;
}

/* Google Maps */

#map-holder{
float:left;
width:100%;
height:300px;
}

/* Tabs */
#content ul.tabs {
	position: relative;
	height: 20px;
	padding: 5px 0;
	border-bottom: 1px solid #dedede;
	margin: 0 0 30px;
}
#content .tabs li {
	display: inline;
	list-style: none;
	border-right: 1px solid #dedede;	
}
#content .tabs li a {
	display: inline-block;
	color: #444444;
	text-decoration: none;
	padding-left: 32px;
	margin: 0 10px;
	font-size: 14px; 	
}
#content .tabs li a.active {
	color: #008acf;	
}
#content .tabs li a.web {
	background: url('../images/icon-pc.png') no-repeat 0 0;	
}
#content .tabs li a.onlineshop {
	background: url('../images/icon-cart.png') no-repeat 0 0;	
}
#content .tabs li a.responsive {
	background: url('../images/icon-responsive.png') no-repeat 0 3px;	
}
#content .tabs li a.news {
	background: url('../images/icon-newsletter.png') no-repeat 0 0;	
}