@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	border: 0;
	margin: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
body {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #175b97;
}
h1 {
	color: #0072b4;
	margin: 0 0 20px 0;
}
h2 {
	color: #0072b4;
	font-size: 16px;
	margin: 0 0 20px 0;
}
p {
	line-height: 1.7;
	margin-bottom: 10px;
}
.caption {
	font-size: 10px;
	margin-top: -3px;
}
a.mehr {
	text-decoration: none;
	color: #FFF;
	background-color: #666;
	padding: 3px 10px;
	border-radius: 3px;
}
a.mehr:hover {
	background-color: #0072b4;
}
p a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #0072b4;
}
p a:hover {
	color: #0072b4;
}
.invisible {
	display: none;
}
#top_wrapper {
	height: 5px;
	background-color: #eeeeee;
	border-bottom: 1px solid #d6d6d6;
	text-align: right;
}
#top_wrapper .inside {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
#top_wrapper ul li {
	display: inline;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 11px;
}
#top_wrapper ul li a,
#top_wrapper ul li span {
	color: #999;
	text-decoration: none;
}
#top_wrapper ul li a:hover {
	color: #000;
}
#header_wrapper {
	height: 150px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 960px;
	margin: 0 auto;
}
#logo {
	height: 150px;
	width: 372px;
	background-image: url(images/stamm_logo_web.jpg);
	background-repeat: no-repeat;
	float: left;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*
@media
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.logo {
		background: url('/img/logo@2x.png');
		background-size: 100%;
	}
}
*/
#navi {
	margin: 60px 0 0 0;
	float: right;
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
	font-size: 14px;
	display: inline;
	text-transform: uppercase;
	margin: 0 0 0 25px;
}
#navi ul li a,
#navi ul li span {
	color: #666;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0px;
	font-weight: normal;
}
#navi ul li span.active {
	color: #CCC;
}
#navi ul li a:hover {
	color: #000;
}
#teaser_wrapper {
	height: 400px;
	background-image: url(images/teaser_bg.jpg);
}
.mod_imageslider {
	width: 960px;
	height: 400px;
	margin: 0 auto;
}
#navi_leistungen_wrapper {
	height: 230px;
	background-image:  url(images/leistungen_bg.png);
	background-repeat: repeat-x;
}
#navi_leistungen {
	width: 960px;
	height: 230px;
	margin: 0 auto;
	background-image: url(images/navi_leistungen_schein.png);
}
#navi_leistungen ul {
	float: left;
	width: auto; /* schrumpft die Liste */
}
#navi_leistungen ul li {
	float: left;
	width: 192px;
	list-style-type: none;
	text-align: center;
}
#navi_leistungen ul li a,
#navi_leistungen ul li span {
	display: block;
	height: 50px;
	padding:  180px 0 0 0;
	background-image: url(images/navi_leistungen_icons_2.png);
	text-decoration: none;
	text-transform: uppercase;
	color: #80b4d3;
}
#navi_leistungen ul li a:hover,
#navi_leistungen ul li span.active {
	background-position: 0 -230px;
	color: #FFF;
}
#navi_leistungen ul li.stanzbearbeitung a,
#navi_leistungen ul li.stanzbearbeitung span {
	background-position: -192px 0;
}
#navi_leistungen ul li.stanzbearbeitung a:hover,
#navi_leistungen ul li.stanzbearbeitung span.active {
	background-position: -192px -230px;
}
#navi_leistungen ul li.kantenundbiegen a,
#navi_leistungen ul li.kantenundbiegen span {
	background-position: -384px 0;
}
#navi_leistungen ul li.kantenundbiegen a:hover,
#navi_leistungen ul li.kantenundbiegen span.active {
	background-position: -384px -230px;
}
#navi_leistungen ul li.roboterschweisen a,
#navi_leistungen ul li.roboterschweisen span {
	background-position: -576px 0;
}
#navi_leistungen ul li.roboterschweisen a:hover,
#navi_leistungen ul li.roboterschweisen span.active {
	background-position: -576px -230px;
}
#navi_leistungen ul li.baugruppen a,
#navi_leistungen ul li.baugruppen span {
	background-position: -768px 0;
}
#navi_leistungen ul li.baugruppen a:hover,
#navi_leistungen ul li.baugruppen span.active {
	background-position: -768px -230px;
}
#content_wrapper {
	background-image: url(images/content_bg.jpg);
}
#left {
	display: none;
}
#content {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
}
#footer_wrapper {
	background-image: url(images/footer_shadow.jpg);
	background-repeat: repeat-x;
}
#footer_logo {
	background-image: url(images/footer_logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#footer {
	width: 960px;
	padding: 50px 0;
	margin: 0 auto;
	height: 180px;
	color: #8badcb;
}
#footer a {
	color: #8badcb;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer ul {
	margin:  0 0 20px 0;
}
#footer ul li {
	display: inline;
	margin: 0 0 0 0;
}
#footer ul li:after {
	content:" | ";
	}
#footer ul li.last:after {
	content: none;
}
#trumpflink {
	display: block;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	background-image: url(images/trumpf_logo.png);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}
#trumpflink:hover {
	background-position: 0 -65px;
}
.pitch {
	color: #999;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 100;
	padding: 20px 0 75px 0;
	background-image:  url(images/schatten.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 0 0 0;
}
.pitch p {
	text-shadow: #fff 1px 1px 0px;
}
.pitch h1 {
	font-size: 22px;
	text-shadow: #fff 1px 1px 0px;
}
.subcolumns {
	margin: 0 0 20px 0;
}
.willkommen .subcolumns,
.leistungen .subcolumns {
	text-align: center;
}
.ce_gallery {
	margin-right: -30px;
}
.ce_gallery li {
	float: left;
	list-style-type: none;
}
.ce_gallery li.col_first {
	
}
.ce_text .image_container img,
.leistungen .image_container img,
.ce_image .image_container img,
.ce_gallery .image_container img,
.ce_accordion .image_container img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #d1d1d1;
}
.ce_image.noframe .image_container img {
	padding: 0;
	border: 0;
}
.ce_gallery .image_container a img:hover {
	background-color: #175b97;
	border: 1px solid #104675;
}
#teaser .ce_text {
	min-height: 180px;
	position: relative;
}
#teaser .mehr {
	position: absolute;
	bottom: 0;
	margin-left: -27px;
	left: 50%;
}
.calltoaction a {
	display: block;
	padding:  15px;
	background-color: #175b97;
	border: 1px solid #104675;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 0 20px 0;
	-webkit-transition-property: background-color, border;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay:0s;
}
.calltoaction a:hover {
	color: #FFF;
	background-color: #b2c722;
	border: 1px solid #96aa20;
}
.ce_text ul li,
.ce_list ul li {
	padding: 0 0 0 25px;
	background-image: url(images/icon_check_16.png);
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
}
/* Kontaktformular */
.formbody table {
	width: 100%;
}
.formbody td {
	padding: 2px 0px 10px 2px;
	vertical-align: top;
	}
.formbody td.col_0 {
	width: 180px;
}
.formbody input,
.formbody textarea {
	color: #175b97;
	width: 400px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	padding: 10px;
	background-color: #FFF;
	background-image: url(images/input_bg.jpg);
	border: 1px solid #175b97;
	}
.formbody textarea {
	height: 200px;
}
.formbody input.submit {
	width: 200px;
	color: #FFF;
	background-color: #175b97;
	background-image:  none;
	border: 1px solid #104675;
	border-radius: 5px;
	cursor: pointer;
}
.formbody input.submit:hover {
	color: #FFF;
	background-color: #b2c722;
	border: 1px solid #96aa20;
}
.formbody input.checkbox {
	width: auto;
}
.formbody .col_last {
	text-align: right;
	}
.ce_accordion {
	border-bottom: 1px solid #CCC;
}
.toggler {
	font-weight: bold;
	padding:  5px 0 5px 25px;
	background-image: url(images/icon_accordion_16.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.toggler:hover {
	color: #0072b4;
	cursor: pointer;
	background-color: #e4e4e4;
}
.toggler.active {
	margin: 0 0 15px 0;
	background-position: 0 -15px;
}
.accordion {
	padding: 20px 0 0 0;
}
.center {
	text-align: center;
}
#lbCaption {
	display: none;
}
.mod_dlh_googlemaps {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #d1d1d1;
}
.image_container.float_left {
	float: left;
}
/* ==========================================================================
   Cookiebar
   ========================================================================== */
#cookiebar {
	background-color: #175b97;
	border-top: 1px solid #104675;
}
.cookiebar__text,
.cookiebar__link {
}
.cookiebar__button {
}
/* EFRE Banner */
#header {
	position: relative;
}
#efre-link {
	position: absolute;
	right: 0;
}
#efre-link:hover {
	cursor: pointer;
}
#efre-link img {
	max-width: 300px;
	border: 1px solid #d6d6d6;
	border-top: 0;
}
#efre-link:hover img {
	border-color: #175b97;
}