﻿/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	outline: none;
}

html {
	height: 100%;
}

/* -------------
main definitions
--------------*/


body {
	font-size: 70%;
	min-height: 101%;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin-bottom: 0.8em;
	color: #000;
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 120%;
	margin: 0 0 0.5em 0;
	color: #000;
	letter-spacing: 1px;
}

h3 {
	font-size: 110%;
	margin: 0 0 0.3em 0;
	color: #000;
	letter-spacing: 1px;
}

h4 {
	font-size: 100%;
	margin: 0 0 0.3em 0;
	color: #000;
}

h5 {
	font-size: 100%;
	margin: 0 0 0.3em 0;
	color: #000;
}

h6 {
	font-size: 100%;
	color: #000;
}

p {
	margin: 0 0 1.3em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote, blockquote p {
	font-style: italic;
}


/* ---------------
layout definitions 
----------------*/

#container {
	width: 954px;
	margin: 0 auto;
}

#header {
	display: none;
}

#main {
	padding: 10px 6px;
	line-height: 150%;
}

#content {
	float: left;
	width: 666px;
	padding: 2px 28px 0 24px;
}

.start #content {
	width: 625px;
	padding: 2px 17px 0 16px;
}

#service {
	display: none;
}

#footer {
	display: none;
}

#navigation {
	display: none;
}


/* -------------
start defintions
--------------*/

#start-teaser {
	padding: 4px;
	width: 625px;
	height: 290px;
	position: relative;
	margin: 0 -4px 25px -4px;
}

#start-teaser div img {
	position: absolute;
}

#start-teaser div div {
	position: absolute;
	margin: 30px 0 0 25px;
}

#start-teaser div h2 {
	margin-bottom: 2px;
	padding: 6px 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 140%;
	display: inline-block;
}

#start-teaser div p {
	width: 360px;
	padding: 10px;
	margin: 0;
}

#content #start-teaser ul {
	margin: 0;
	list-style-type: none;
	position: absolute;
	width: 625px;
	left: 4px;
	bottom: 4px;
	height: 38px;
}

#content #start-teaser ul li {
	float: left;
	width: 155px;
	padding: 0;
	margin: 0 1px 0 0;
}

#start-teaser ul li a {
	color: #000;
	text-transform: uppercase;
	font-size: 120%;
	display: block;
	padding: 9px 12px 0 13px;
	height: 25px;
	width: 131px;
	margin-top: 4px;
}

#start-teaser ul li a:hover, #start-teaser ul li a:focus, #start-teaser ul li a.teaser-active {
	text-decoration: none;
	border-top: 2px solid #000;
	margin-top: 2px;
}

#content div.image-text-teaser {
	margin: 2em 0 1.5em 0;
}

#content div.image-text-teaser dl {
	width: 605px;
	margin-bottom: 1px;
	padding: 10px;
}

#content div.image-text-teaser dl dt {
	width: 190px;
	float: left;
}

#content div.image-text-teaser dl dd {
	width: 415px;
	float: left;
}

#content div.image-text-teaser dl dd h3 {
	font-weight: normal;
	font-size: 120%;
}

.start h1 {
	margin-bottom: 0.6em;
}


/* ---------------
content defintions
----------------*/

/* content */

#content ul {
	margin: 0 0 1.3em 20px;
	list-style-type: square;
}

#content ol {
	margin: 0 0 1.4em 30px;
}

#content li {
	margin-bottom: 0.1em;
}

.image-left {
	float: left;
	margin: 0.1em 0.8em 0.5em -4px;
}

.image-right {
	float: right;
	margin: 0.1em -4px 0.5em 0.8em;
}

.image-big {
	margin: 0 -4px 1.5em -4px;
}

.images {
	margin: 2em -20px 2em 0;
	width: 770px;
}

.images dl {
	float: left;
	padding: 0 20px 0 0;
}

.images dl dd, .image-left dd, .image-right dd, .image-big dd {
	font-size: 90%;
	color: #fff;
	font-style: italic;
}

.images dl dt {
	padding-bottom: 1px;
}

dl.text-image-teaser {
	width: 666px;
	margin-bottom: 1em;
}

dl.text-image-teaser dt {
	width: 220px;
	float: left;
	margin: 0.3em 0 1px 0;
}

dl.text-image-teaser dt img {
	border: 1px solid #000;
}

dl.text-image-teaser dd {
	width: 446px;
	float: left;
	margin: 0 0 1px 0;
}

dl.text-image-teaser dd h3 {
	margin-bottom: 0.1em;
}

dl.text-image-teaser dd p {
	margin-bottom: 1em;
}

/* example teaser */

dl.example h2 {
	margin-bottom: 0.7em;
}

dl.example dd h3 {
	margin-bottom: 0.4em;
}

dl.example dd h4 {
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

dl.example table {
	width: 446px;
}

dl.example table td.example-type {
	width: 120px;
}

dl.example table td.example-value {
	width: 304px;
}


table {
	border-collapse: collapse;
	margin-bottom: 2em;
}

table td {
	color: #000;
	font-size: 100%;
	vertical-align: top;
	padding: 2px 5px;
	border: 1px solid #000;
}

table th {
	color: #000;
	vertical-align: top;
	padding: 2px 5px;
	font-size: 100%;
	text-transform: uppercase;
	text-align: left;
}


/* contact box */

div.contact-box {
	width: 666px;
	margin-bottom: 2em;
}

div.contact-box dl {
	width: 650px;
	padding: 10px 8px;
}

div.contact-box dl dt {
	width: 76px;
	float: left;
	margin: 0 0 0.1em 0;
}

div.contact-box dl dt {
	color: #000;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: normal;
}

div.contact-box dl dd {
	width: 574px;
	float: left;
	margin: 0 0 0.2em 0;
}

div.contact-box dl dl {
	width: 287px;
	float: left;
	background: none;
	padding: 0;
}

div.contact-box dl dl dt {
	width: 102px;
	margin-top: 0.3em;
}

div.contact-box dl dl dt img {
	border: 1px solid #000;
}

div.contact-box dl dl dd {
	width: 200px;
	padding-right: 10px;
	line-height: 140%;
}

div.contact-box dl dl dd h4 {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 105%;
}

div.contact-box dl dl dd h6 {
	margin-bottom: 0.6em;
	font-size: 100%;
	font-weight: normal;
}

div#google-map {
	margin-bottom: 1.5em;
}


/* download box */

div.downloads {
	display: none;
}

#product-content div.downloads {
	width: 644px;
	background: url(../image/bg-dotted-dec-line-small.png) no-repeat top center transparent;
}


/* news and events */

dl.news-teaser {
	width: 666px;
	margin: 0 0 1.5em 0;
}

dl.news-teaser dt {
	width: 170px;
	float: left;
	margin: 0.4em 0 0.1em 0;
}

dl.news-teaser dd {
	width: 496px;
	float: left;
	margin: 0 0 0.1em 0;
}

dl.news-teaser dt img {
	border: 1px solid #000;
}	

#content dl.news-teaser dd p.news-more,
#content div.image-text-teaser dd p.news-more  {
	margin: -1.2em 0 0 0;
}

#content dl.news-teaser dd h3 {
	margin: 0;
}

#content dl.news-teaser dd h6 {
	font-weight: normal;
	margin-bottom: 0.5em;
}

h1.news-headline {
	margin-bottom: 0;
}

h6.news-date {
	font-weight: normal;
	margin-bottom: 1em;
}

div.event-box {
	width: 666px;
}

div.event-box dl {
	width: 650px;
	padding: 10px 8px;
}

div.event-box dl dt {
	width: 150px;
	float: left;
	clear: left;
	margin-bottom: 0.3em;
}

div.event-box dl dd {
	width: 500px;
	float: left;
	margin-bottom: 0.3em;
}


/* prodcts */

div.product-teaser {
	margin: 0 0 0.5em 0;
}

div.product-teaser dl {
	width: 152px;
	padding: 1px 13px 1px 1px;
	margin: 0 0 1em 0;
	float: left;
}

div.product-teaser dt {
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	padding: 0 0 5px 0;
}

div.product-teaser dt img {
	display: block;
}

div.product-teaser dt span {
	display: block;
	padding: 3px 8px;
	color: #fff;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}

div.product-teaser dd {
	padding: 5px 8px 0 8px;
}

div.product-teaser dd p.news-more {
	margin-top: -1.2em;
}

div.finder-box {
	width: 666px;
	margin-bottom: 1.5em;
}

div.finder-box form {
	width: 650px;
	padding: 10px 8px;
	margin: 0;
	position: relative;
}

div.finder-box form h5 {
	width: 150px;
	height: 35px;
	float: left;
	position: relative;
}

#content div.finder-box form ul {
	width: 250px;
	left: 160px;
	float: left;
	position: absolute;
	border: 1px solid #000;
	padding: 3px 15px 3px 5px;
	margin: 0 0 1em 0;
}

#content div.finder-box form ul li {
	background: none;
	padding: 0;
}

div.finder-box form ul#finder-crit-1 {
	z-index: 100;
}
div.finder-box form ul#finder-crit-2 {
	z-index: 99;
}
div.finder-box form ul#finder-crit-3 {
	z-index: 98;
}

#content ul#product-navi {
	margin: 0;
}

#content ul#product-navi li {
	padding: 0;
	float: left;
	background: none;
	margin: 0 5px 0 0;
}

#content ul#product-navi li a {
	display: block;
	padding: 4px 8px;
	color: #000;
	text-transform: uppercase;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: -1px;
}

#content ul#product-navi li a:hover, #content ul#product-navi li a:focus, #content ul#product-navi li a.nav-active {
	background-position: left -134px;
	text-decoration: none;
	border-color: #000;
}

#content ul#product-navi li a.nav-active {
	border-bottom-color: #fff;
}

div#product-content {
	border: 1px solid #000;
	padding: 15px 10px 1px 10px;
	margin-bottom: 2em;
}

div#product-content dl.product-main {
	width: 644px;
	margin: 0 0 1em 0;
}

div#product-content dl.product-main dt {
	width: 270px;
	margin: 0.3em 0 0.1em 0;
	float: left;
}

div#product-content dl.product-main dt img {
	border: 1px solid #000;
}

div#product-content dl.product-main dd {
	width: 374px;
	float: left;
	margin: 0 0 0.1em 0;
}

.product-examples {
	width: 644px;
	margin-bottom: 1.5em;
}

.product-examples dt {
	width: 210px;
	float: left;
	margin: 0.3em 0 0.1em 0;
}

.product-examples dd {
	width: 434px;
	float: left;
	margin-bottom: 0.1em;
}

.product-examples h2 {
	margin: 0 0 0.8em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 5px;
	text-transform: uppercase;
	font-weight: normal;
}

.product-examples dd h5 {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

.product-examples dd table {
	width: 100%;
}

.product-examples dd table td.tr-title {
	width: 120px;
}

.product-branchen {
	margin: 0 0 0.5em;
	padding-top: 2em;
}

.product-branchen dl {
	width: 192px;
	padding: 0 22px 0 0;
	margin: 0 0 1em 0;
	float: left;
}

.product-branchen dl.first-in-row {
	clear: left;
}

.product-branchen dl dt {
	margin: 0 0 0.3em 0;
	border-top: 1px solid 000;
}

.product-branchen dl dt span {
	display: block;
	text-transform: uppercase;
	padding: 3px 5px 3px 17px;
}

.product-branchen dl dt img, .product-examples dt img {
	border: 1px solid #00;
}

.product-branchen dl dd p.news-more {
	margin: -1.2em 0 0.5em;
}

#product-content table th {
	padding: 5px;
	font-size: 105%;
}

#product-content table td.tc-title, #product-content table th.tc-title {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0;
	color: #234d97;
	font-size: 105%;
	border: 1px solid #000;
	border-bottom: none;
}

#product-content table td.tc-subtitle, #product-content table th.tc-subtitle {
	padding-bottom: 3px;
	text-transform: none;
	font-weight: normal;
	font-size: 95%;
	line-height: 150%;
	border: 1px solid #000;
	border-top: none;
}

#product-content table td.tr-nol, #product-content table th.tr-nol {
	border: none;
	background: none;
	width: 110px;
}

#product-content table td.tr-title {
	width: 116px;
}

#product-content table td.three-prod {
	width: 161px;
}

#product-content table td.four-prod {
	width: 118px;
}

#product-content table td.two-prod {
	width: 247px;
}

#product-content table td.one-prod {
	width: 505px;
}


/* sitemap */

#content ul.sitemap {
	
}

#content ul.sitemap li {
	background: none;
	padding: 0;
	margin-bottom: 25px;
	padding-bottom: 1px;
}

#content ul.sitemap a {
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 0 5px 12px;
}

#content ul.sitemap ul {
	margin: 10px 0 0 0;
}

#content ul.sitemap ul li {
	margin-bottom: 0;
}

#content ul.sitemap ul a {
	font-size: 100%;
	border: none;
	padding: 2px 0 2px 20px;
}

#content ul.sitemap ul ul {
	margin: 2px 0 0 0;
}

#content ul.sitemap ul ul a {
	font-size: 100%;
	font-weight: normal;
	padding: 1px 0 1px 40px;
}

#content ul.sitemap ul ul ul a {
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 0 48px;
}

#content ul.sitemap ul ul ul ul a {
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 0 59px;
}


/* pager */

#content ul.pager {
	display: none;
}


/* configurator */

p.inlet input, p.outlet input, p.voltage input, p.frequency input, p.volume input {
	width: 50px;
}

dl.config-result {
	width: 666px;
	margin-bottom: 0.6em;
}

dl.config-result dt {
	float: left;
	width: 150px;
	padding-right: 15px;
	text-align: right;
	margin-bottom: 0.1em;
}

dl.config-result dd {
	width: 501px;
	float: left;
	margin-bottom: 0.1em;
	font-weight: bold;
}


/* jobs */

div.jobdetail {
	width: 666px;
}

div.jobdetail div {
	float: left;
}

div.jobdetail div.jobleft {
	padding-right: 15px;
	width: 318px;
	border-right: 1px solid #000;
}

div.jobdetail div.jobright {
	padding-left: 15px;
	border-left: 1px solid #000;
	margin-left: -1px;
	width: 317px;
}


/* configuration form */

.product-config {
 	border: 1px solid #000;
    margin-bottom: 2em;
    padding: 15px 10px 1px;
}

.product-config div {
	margin-bottom: 2em;
}

.config-check div {
	margin-bottom: 1.2em;
}

ul.config-nav li span {
	font-weight: bold;
	padding-right: 5px;
}

#content ul.config-nav li.non-active {
	border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    display: block;
    margin: 0 5px -1px 0  !important;
    padding: 4px 8px  !important;
    text-transform: uppercase;
}

.product-config input {
	width: 200px;
	margin-right: 10px;
}

.product-config select {
	width: 208px;
	padding: 2px 3px;
}

.product-config textarea {
	width: 312px;
}

div.config-step-1 span select, div.config-step-2 span select, div.config-step-3 span select {
	width: 100px;
}

#content ul.pager li {
	width: 50% !important;
	font-weight: bold;
}

.product-config p.conf-radiocheck input {
	width: auto;
	margin-right: 10px;
}

.product-config div p.conf-first {
	width: 400px;
	float: left;
}

.product-config div p.conf-sec {
	width: 240px;
	float: left;
}

.product-config div p.conf-sec input {
	width: 70px;
}

.product-config div p.conf-sec label {
	width: 110px;
}

.config-step-4 h3, .config-check h3 {
	padding-left: 165px;
	margin-bottom: 0.5em;
}

.product-config input.gas-zus {
	width: 70px;
	margin: 0 5px 0 10px;
}

#content p.gas-zus-more {
	padding-left: 165px;
}

.product-config dl {
	width: 640px;
	margin-bottom: 0.6em;
	overflow:auto;
	clear: left;
}

.product-config dl dt {
	width: 150px;
	text-align: right;
	padding-right: 15px;
	float: left;
}

.product-config dl dd {
	width: 475px;
	float: left;
}

.product-config dl dd span.gas-zus-name {
	width: 150px;
	display: inline-block;
	padding-right: 10px;
}

.product-config dl dd span.gas-zus-vol, .product-config dl dd span.gas-zus-mol {
	width: 70px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
}

#content .product-config p.step-change {
	padding-left: 165px;
}

.product-config h2 {
	margin: 0 0 0.5em;
    padding-top: 1em;
	padding-left: 165px;
}

.product-config dl dd span.span-wert {
	width: 75px;
	display: inline-block;
	padding-right: 10px;
}

.product-config dl dd span.span-fr-label {
	width: 80px;
	display: inline-block;
	padding-right: 10px;
}

.product-config dl dd span.span-fr-wert {
	width: 100px;
	display: inline-block;
	padding-right: 10px;
}

#content p#plus-gas {
	margin-top: -0.5em;
	padding-left: 165px;
}

#content p#plus-gas a span {
	font-size: 120%;
}


/* ------------------
formular definitionen
-------------------*/

fieldset {
	margin-bottom: 1.2em;
}

form {
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

label {
	float: left;
	width: 150px;
	color: #000;
	text-align: right;
	padding-right: 15px;
}

input, textarea, select {
	width: 310px;
	font-size: 100%;
	color: #000;
	padding: 3px;
	border: 1px solid #000;
	background: #eceeed;
}
textarea {
	width: 310px;
	height: 170px;
	padding: 4px 3px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
select {
	width: 318px;
}

p.input-small input {
	width: 50px;
}
option {
	padding: 0 3px;
	background: transparent;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check, input.check {
	width: auto;
	border: none;
	background: none;
}

input.submit-btn, p.submit-btn input {
	color: #000;
	text-transform: uppercase;
	width: 318px;
}

p.check-radio input, form#contactform div.check-radio p input, input.check-radio {
	width: auto;
	margin-right: 5px;
	background: none;
	border: none;
	height: auto;
	padding: 0;
}

form#contactform div.check-radio p {
	width: 400px;
}

form p.error input {
	border-color: #E3000F;
}

form p.error label {
	color: #E3000F;
}

.tx-12bis3geomap-pi1 button {
	border: none;
	background: none;
	color: #000;
	padding-right: 9px;
	cursor: pointer;
	font-size: 100%;
}




/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;
}



