/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, arial, sans-serif;
}

html {
	height: 100%;
}


/* -------------
main definitions
--------------*/

body {
	background: url(/images/bg-body.png) repeat-x #eaeaea;
	font-size: 70%;
	min-height: 101%;
	padding-bottom: 1em;
	color: #000;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #1c8d90;
	text-decoration: none;
}
a:hover, a:focus {
	color: #1c8d90;
	text-decoration: underline;
}

h1 {
	color: #1c8d90;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 1.2em 0;
}

h2 {
	color: #1c8d90;
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}

h3 {
	color: #1c8d90;
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}

h4 {
	color: #1c8d90;
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

h5 {
	color: #1c8d90;
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

h6 {
	color: #1c8d90;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.1em 0;
}

p {
	margin: 0 0 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* ---------------
layout definitions 
----------------*/

#container {
	width: 980px;
	padding-left: 15px;
	background: url(/images/bg-container-left.png) no-repeat top left transparent;
	margin: 0 auto;
}

#header {
	width: 963px;
	background: url(/images/bg-header.jpg) no-repeat transparent;
	height: 119px;
	padding: 0 15px 0 2px;
}

#navigation {
	width: 181px;
	float: left;
	background: url(/images/bg-nav-bottom.png) bottom transparent;
	padding: 0 0 308px 0;
}

#content {
	line-height: 180%;
	width: 597px;
	float: left;
	background: url(/images/bg-content-top.png) no-repeat top transparent;
}

#content-content {
	min-height: 530px;
	padding: 28px 17px 50px 27px;
	background: url(/images/bg-content-bottom.png) no-repeat bottom transparent;
}

* html #content-content {
	height: 530px;
}

.start #content {
	background: url(/images/bg-content-rb.png) no-repeat bottom right transparent;
	padding: 1px 19px 0 1px;
	width: 779px;
}

#service {
	width: 176px;
	float: left;
	min-height: 350px;
	background: url(/images/bg-service.png) repeat-x top transparent;
	padding: 20px 6px 15px 3px;
	line-height: 140%;
}

* html #service {
	height: 350px;
}

#main {
	background: url(/images/bg-main.png) repeat-y transparent;
}
* html #main {
    background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-main.png',sizingMethod='scale');
}

#main-main {
	background: url(/images/bg-content-rb.png) no-repeat bottom right transparent;
	position: relative;
}

#footer {
	background: url(/images/bg-footer.png) no-repeat transparent 173px 0;
	height: 27px;
	overflow: hidden;
	padding: 33px 20px 0 199px;
}



/* --------------
header defintions
---------------*/

#header p {
	height: 22px;
	overflow: hidden;
	float: right;
	margin: 0;
	font-size: 90%;
	padding: 10px 10px 0 0;
	width: 650px;
	text-align: right;
}

* html #header img {
	display: block;
}

#header form {
	float: right;
}

#header form p {
	float: none;
	padding: 0;
	height: auto;
	padding: 7px 10px 0 0;
	width: auto;
}

#header form input {
	width: 140px;
	height: 13px;
	border-top: 2px solid #a9a9a9;
	border-left:  2px solid #a9a9a9;
	border-right: 2px solid #fcfcfc;
	border-bottom: 2px solid #fcfcfc;
	background: #fff;
	padding: 1px;
}

#header form input.search-submit {
	width: 21px;
	height: 21px;
	padding: 0;
	margin: 0 0 0 5px;
	border: none;
	vertical-align: -8px;
}

* html #header form input.search-submit {
	vertical-align: -4px;
}
* + html #header form input.search-submit {
	vertical-align: -4px;
}

#header p a {
	color: #000;
	padding: 0 0.2em;
}




/* ------------------
navigation defintions
-------------------*/

#navigation ul {
	list-style-type: none;
	background: url(/images/bg-nav-top.jpg) no-repeat transparent;
	padding: 54px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
}

#navigation ul li a {
	display: block;
	background: url(/images/bg-nav-level-1.png) no-repeat top left transparent;
	height: 22px;
	padding: 8px 5px 0 18px;
	font-size: 110%;
	color: #000;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.nav-active {
	background: url(/images/bg-nav-level-1.png) no-repeat top right transparent;
	text-decoration: none;
}

#navigation ul ul {
	background: url(/images/bg-nav-level-2-ul.png) repeat-y right #fff;
	padding: 0;
	border-bottom: none;
	margin-bottom: -1px;
}

#navigation ul ul li {
	background: url(/images/bg-nav-level-2-list.png) repeat-x bottom transparent;
	padding-bottom: 1px;
}

#navigation ul ul li a {
	background: url(/images/bg-nav-level-2.png) no-repeat 20px 11px transparent;
	padding: 7px 5px 7px 30px;
	height: auto;
	font-size: 100%;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul li a.nav-active {
	background: url(/images/bg-nav-level-2.png) no-repeat 20px -35px transparent;
	color: #1c8d90;
}
#navigation ul ul li a.nav-plus-active {
	background: url(/images/bg-nav-level-2.png) no-repeat 20px -82px transparent;
	color: #1c8d90;
}

#navigation ul ul ul {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 1px;
}

#navigation ul ul ul li {
	background: none;
	background: url(/images/bg-nav-level-2-list.png) repeat-x top transparent;
	padding-bottom: 1px;
}

#navigation ul ul ul li a {
	background: url(/images/bg-nav-level-2.png) no-repeat 32px 10px transparent;
	padding: 6px 5px 6px 42px;
	height: auto;
	font-size: 100%;
}

#navigation ul ul ul li a:hover, #navigation ul ul ul li a:focus, #navigation ul ul ul li a.nav-active {
	background: url(/images/bg-nav-level-2.png) no-repeat 32px -36px transparent;
	color: #1c8d90;
}

#navigation ul ul ul ul {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 1px;
	font-size: 90%;
}

#navigation ul ul ul ul li {
	background: none;
	background: url(/images/bg-nav-level-2-list.png) repeat-x top transparent;
	padding-bottom: 1px;
}

#navigation ul ul ul ul li a {
	background: url(/images/bg-nav-level-2.png) no-repeat 42px 9px transparent;
	padding: 6px 5px 5px 52px;
}

#navigation ul ul ul ul li a:hover, #navigation ul ul ul ul li a:focus, #navigation ul ul ul ul li a.nav-active {
	background: url(/images/bg-nav-level-2.png) no-repeat 42px -37px transparent;
}



/* ---------------
content defintions
----------------*/

dl.image-left {
	float: left;
	margin: 0.5em 0.7em 0.5em 0;
}

dl.image-right {
	float: right;
	margin: 0.5em 0 0.5em 0.7em;
}


#content ul {
	margin: 0 0 1.5em 15px;
	list-style-type: none;
}

#content ul ul {
	margin: 0 0 0.3em 10px;
	list-style-type: none;
}

#content ul li {
	background: url(/images/icon-downloadbox.png) no-repeat 0px 7px transparent;
	padding-left: 12px;
}

#content ol {
	margin: 0 0 1.5em 25px;
}


/* pager */

#content ul.pager {
	padding: 1em 0 0 0;
	background: url(/images/bg-imgbox-line.png) no-repeat top left transparent;
	margin: 1.2em 0 1em 0;
	list-style-type: none;
}

#content .product-tabs ul.pager  {
	background: url(/images/bg-imgbox-line-small.png) no-repeat top left transparent;
	margin: 1.2em 6px 1em 0;
}

#content ul.pager li {
	float: left;
	width: 33.3%;
	background: none;
	padding: 0;
	margin-right: 0 !important;
}

#content ul.pager li a {
	background: none;
	padding: 0;
}

#content ul.pager li.p-left a {
	background: url(/images/icon-link-back.png) no-repeat left center transparent;
	padding-left: 10px;
}

#content ul.pager li.p-center {
	text-align: center;
}
#content ul.pager li.p-center a {
	border: 1px solid #fff;
	padding: 0 2px;
}
#content ul.pager li.p-center a:hover, #content ul.pager li.p-center a:focus, #content ul.pager li.p-center a.aktiv {
	border: 1px solid #009ea1;
	padding: 0 2px;
	text-decoration: none;
}

#content ul.pager li.p-right {
	text-align: right;
}
#content ul.pager li.p-right a {
	background: url(/images/icon-link.png) no-repeat right center transparent;
	padding-right: 10px;
}


/* products overview */

.teaser-product {
	width: 172px;
	height: 230px;
	float: left;
	background: url(/images/bg-teaser-box.png) no-repeat top left transparent;
	padding: 1em 12px 2em 0;
	line-height: 150%;
}
* html .teaser-product {
	height: 218px;
}

.teaser-product img {
	position: absolute;
}

.last-product {
	padding: 1em 0 2em 0 !important;
}

.first-line {
	background: none !important;
}

.teaser-product h2 {
	color: #000;
	font-size: 130%;
	padding: 150px 10px 0 10px;
	margin-bottom: 0.4em;
	position: relative;
}

.teaser-product p {
	padding: 0 10px;
	position: relative;
}


/* product tabs */

#content ul#tabs-nav {
	margin: 0;
	list-style-type: none;
}

#content ul#tabs-nav li {
	float: left;
	margin-right: 1px;
	background: none;
	padding: 0;
}

#content ul#tabs-nav li a {
	width: 79px;
	height: 22px;
	overflow: hidden;
	background: url(/images/bg-product-tabs.png) no-repeat top left transparent;
	color: #000;
	text-align: center;
	padding: 4px 4px 0 4px;
	display: block;
}

#content ul#tabs-nav li a:hover, #content ul#tabs-nav li a:focus, #content ul#tabs-nav li a.tabs-active, #content ul#tabs-nav li a.aktiv, #content ul#tabs-nav li.ui-tabs-selected a {
	text-decoration: none;
	background: url(/images/bg-product-tabs.png) no-repeat bottom left transparent;
}

#content div.ui-tabs-hide {
	display: none;
}

@media projection, screen { 
    .ui-tabs-hide {
        display: none;
    }
}

@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.product-details {
	width: 543px;
}

.product-tabs {
	padding: 20px 12px 10px 12px;
	border-top: 1px solid #b7b7b7;
	background: url(/images/bg-product-tabs-body.png) no-repeat bottom left transparent;
}

span.teaser-text {
	font-size: 105%;
	line-height: 220%;
}

/*p span  {
	color: #1c8d90;
}*/

p.bodytext span {
	color: #000;
}

p span.detail {
	color: #1c8d90;
	font-size: 120%
}

.product-details .product-tabs {
	min-height: 475px;
	/*padding-bottom: 0 !important;*/
}
* html .product-details .product-tabs {
	height: 475px;
}

.product-details .product-tabs img.teaser-img {
	margin-top: 44px;
	position: absolute;
}

.product-details .product-tabs p.teaser-text, .product-details .product-tabs ul {
	position: relative;
	/* width: 280px; */
}


/* content elemente */

.text-image-left {
	width: 550px;
	background: url(/images/bg-imgbox-line.png) no-repeat bottom left transparent;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.product-tabs .text-image-left {
	width: 519px;
	background: url(/images/bg-imgbox-line-small.png) no-repeat bottom left transparent;
}

.text-image-left dt {
	width: 245px;
	float: left;
	margin-top: 0.5em;
}
.product-tabs .text-image-left dt {
	width: 235px
}

/*.text-image-left dt img {
	border: 1px solid #b7b7b7;
}*/

.text-image-left dd {
	width: 295px;
	float: left;
}
.product-tabs .text-image-left dd {
	width: 277px;
}

#content .product-tabs .text-image-left dd ul {
	margin: 0 0 1.5em 0px;
}

.image-gallery-teaser {
	margin: 1.5em 0 3em 0;
	background: url(/images/bg-imgbox-line.png) no-repeat bottom left transparent;
	padding-bottom: 1.5em;
}
.product-tabs .image-gallery-teaser {
	background: url(/images/bg-imgbox-line-small.png) no-repeat bottom left transparent;
}

.image-gallery-teaser dl {
	width: 184px;
	float: left;
}
.product-tabs .image-gallery-teaser dl {
	width: 173px;
}

/*.image-gallery-teaser dt img {
	border: 1px solid #b7b7b7;
}*/

.text-image-left dt img.zoom-in, .image-gallery-teaser dt img.zoom-in {
	position: absolute;
	margin: 5px 0 0 5px;
	border: none;
}

* html .text-image-left dt img.zoom-in, * html .image-gallery-teaser dt img.zoom-in {
	behavior: url(/extern/pngbehavior.htc);
	width: 18px;
	height: 18px;
}

.image-gallery-teaser p {
	margin: 1.5em 10px 0 0;
	text-align: right;
	float: right;
}

/* download boxes */


div.download-box {
	clear: left;
	background: url(/images/bg-download-box-bottom.png) no-repeat bottom left transparent;
	width: 542px;
	margin: 1.5em 0 1.5em -4px;
	padding: 0 9px 9px 5px;
}
.product-tabs div.download-box {
	width: 514px;
	background: url(/images/bg-download-box-bottom-small.png) no-repeat bottom left transparent;
}
* html .product-tabs div.download-box {
	background: url(/images/bg-download-box-bottom-small-ie6.png) no-repeat bottom left transparent;
}


div.download-box h4 {
	background: url(/images/bg-download-box-top.png) no-repeat top left transparent;
	padding: 15px 15px 5px 15px;
	margin: 0 0 0 -5px;
	color: #000;
}

div.download-box h6 {
	color: #fff;
	font-size: 100%;
}

div.download-box div.download-docs h6 {
	text-transform: uppercase;
}

div.download-box h6 span {
	background: #119698;
	padding: 2px;
}

div.one-box div {
	width: 514px;
	padding: 10px 14px 15px 14px;
}
.product-tabs div.one-box div {
	width: 486px;
}

div.two-boxes div {
	width: 243px;
	padding: 10px 14px 15px 14px;
	float: left;
}
.product-tabs div.two-boxes div {
	width: 229px;
}

div.download-box div.download-docs {
	background: url(/images/bg-download-docs.png) repeat-x top #bad3d4;
}

div.download-box div.download-links {
	background: url(/images/bg-download-links.png) repeat-x top #e8f1f1;
}

div.two-boxes div.download-links {
	background: url(/images/bg-download-links-big.png) no-repeat top left #e8f1f1;
}

#content div.download-box ul {
	list-style-type: none;
	margin: 0;
}

#content div.download-box ul li {
	background: none;
	padding: 0;
}

#content div.download-box ul a {
	color: #000;
	background: url(/images/icon-downloadbox.png) no-repeat 0px 4px transparent;
	padding-left: 10px;
}


/* sitemap */

#content ul.sitemap {
	margin: 0 0 1em 0;
}

#content ul.sitemap li {
	font-weight: bold;
	padding: 0 0 1em 0;
	background: none;
	margin-bottom: 1.5em;
}

#content ul.sitemap li a {
	display: block;
	background: url(/images/bg-imgbox-line.png) no-repeat bottom left transparent;
	padding: 0 0 0.3em 10px;
}

#content ul.sitemap ul {
	margin: 0 0 0.5em 10px;
}

#content ul.sitemap ul li {
	background: url(/images/icon-downloadbox.png) no-repeat 0px 8px transparent;
	font-weight: normal;
	padding: 0 0 0.3em 12px;
	margin: 0;
}

#content ul.sitemap ul li a {
	background: none;
	padding: 0;
}

#content ul.sitemap ul ul {
	margin: 0 0 0.3em 0;
}

#content ul.sitemap ul ul li {
	background: url(/images/icon-downloadbox.png) no-repeat 0px 8px transparent;
	font-weight: normal;
	padding: 0 0 0.1em 12px;
}


/* search */

h3.search {
	background: url(/images/bg-imgbox-line.png) no-repeat top left transparent;
	padding: 1em 0 0 0;
	clear: left;
}

p.search a {
	background: url(/images/icon-link.png) no-repeat right center transparent;
	padding-right: 10px;
}

p.address-data {
	float: left;
	width: 250px;
}

p.address-contact {
	float: left;
	width: 250px;
}

p.address-data .contactaddress, p.address-contact .contactaddress {
	color: #000;
}

p.backlink {
	margin-top: 1.5em;
}


/* system buttons */

a.system {
    background: transparent url(/images/bg-button-right.png) no-repeat top right;
	font-size: 105%;
	text-decoration: none;
    display: block;
    float: left;
    height: 28px;
    padding: 0 17px 7px 0 !important; 
}

a.system span {
    background: transparent url(/images/bg-button-left.png) no-repeat;
    display: block;
    line-height: 28px;
    padding: 0 0 9px 20px;
	color: #000 !important;
}

a.system:hover, a.system:focus {
	color: #000; 
	text-decoration: none;
	background: transparent url(/images/bg-button-right-hover.png) no-repeat top right;
}

a.system:hover span, a.system:focus span {
	background: transparent url(/images/bg-button-left-hover.png) no-repeat;
	color: #000 
}


/* table */

table {
	border-collapse: collapse;
	font-size: 100%;
	width: auto;
	margin: 0 14px 2em 0;
	background: url(/images/bg-table.png) bottom repeat-x transparent;
}

table td, table th {
	padding: 3px;
	border: 1px solid #d4d4d4;
	vertical-align: top;
}

table thead td, table th {
	text-align: left;
	color: #1c8d90;
	font-size: 110%;
	font-weight: normal;
}

table tfoot td {
	font-style: italic;
}



/* publications - basket */

#content ul.rubrik {
	background: #f0f2f8;
	padding: 0.4em;
	list-style-type: none;
	margin: 1.5em 0 1em 0;
}

#content ul.rubrik li { 
	display: inline;
	padding-right: 0.7em;
}

#content ul.rubrik a {
	background: none;
	padding: 0 0.2em 0 0;
}

p.basket {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 8px 0.4em 0;
}

p.basket a {
	background: url(/images/icon-basket.png) no-repeat 0 3px;
	padding-left: 20px;
}

dl.publications {
	padding: 1.3em 0 1em 0;
	background: url(/images/bg-imgbox-line-small.png) no-repeat top left transparent;
}

dl.publications dt {
	width: 22%;
	float: left;
	padding-bottom: 1px;
}

dl.publications dt img {
	margin-top: 0.3em;
}

dl.publications dd {
	width: 76%;
	float: left;
}

dl.publications p {
	margin-bottom: 0.6em;
}

dl.publications p.price {
	text-align: right;
}

dl.publications p.price span {
	float: left;
	text-align: left;
}

dl.publications p.price span em {
	font-style: italic;
	color: #000;
}

dl.publications p.price a {
	background: url(/images/icon-link.png) no-repeat right center transparent;
	padding-right: 10px;
}

table.basket {
	margin: 0 14px 2em 0;
	width: 98%;
}

table.basket caption, table caption {
	font-size: 110%;
	text-align: left;
	margin-bottom: 0.4em;
	color: #1c8d90;
}

table.basket tfoot td {
	font-style: normal;
}

table.basket td input {
	width: 20px;
	margin-left: 7px;
}

table.basket tfoot td {
	padding: 5px;
}
 
table.basket tfoot td a {
	background: url(/images/icon-link.png) no-repeat right center transparent;
	padding-right: 10px;
}

table.basket tfoot td.order {
	text-align: right;
}

table.basket tbody tr:hover td {
	background-color: #fbfbfd;
}

dl.order {
	margin: 0 11px 1.2em 0;
	padding: 10px;
	background: url(/images/bg-table.png) bottom repeat-x transparent;
	border: 1px solid #d4d4d4;
}

dl.order dt {
	width: 30%;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 0.5em;
}

dl.order dd {
	width: 70%;
	float: left;
	margin-bottom: 0.5em;
}

dl.order dd.edit {
	text-align: right;
}

dl.order dd.edit a {
	background: url(/images/icon-link.png) no-repeat right center transparent;
	padding-right: 10px;
}

p.pub-submit {
	margin: 1.5em 11px 1.5em 0;
	float: right;
}


/* news / press */

dl.news {
	margin: 0 0 1em 0;
	padding: 1.3em 10px 0 0;
	background: url(/images/bg-imgbox-line.png) no-repeat top left transparent;
}


dl.news dd {
	margin-bottom: 0.1em;
}

dl.news dd h6 {
	font-size: 90%;
	color: #000;
}

dl.news dd p.news-more {
	margin: -1em 0 0.5em 0;
}


/* checkliste */

#content ul.questions {
	margin: 1em 0 2em 15px;
	font-size: 110%;
}

#content ul.questions li {
	margin-bottom: 0.5em;
	padding-left: 20px;
	cursor: pointer;
}

#content ul.questions li.is-checked {
	background: url(/images/icon-checked.png) no-repeat transparent 0 1px;
}

#content ul.questions li.not-checked {
	background: url(/images/icon-not-checked.png) no-repeat transparent 0 1px;
}

input.input-small, p.answer-input input {
	width: 100px;
}

form.checkliste p {
	font-size: 110%;
}

form p.answer-input {
	margin: -0.5em 0 1.5em 0;
}

form p.single-answer-input {
	margin: 0 0 1.5em 0;
}





/* homepage / start definitions */

#visual-change {
	border-top: 1px solid #fff;
	background: url(/images/bg-start-visuals.jpg) no-repeat transparent;
	padding-top: 14px;
	line-height: 140%;
}

#visual-change div {
	width: 260px;
	float: left;
}

#visual-change div#visual-1 {
	background: url(/images/bg-teaser-produkte.jpg) no-repeat top right transparent;
}

#visual-change div#visual-2 {
	background: url(/images/bg-teaser-ergonomie.jpg) no-repeat transparent;
}

#visual-change div#visual-3 {
	width: 259px;
	background: url(/images/bg-teaser-checkliste.jpg) no-repeat transparent;
}

#visual-change div div {
	margin-top: -10px;
	padding: 30px 85px 0 20px;
	width: auto;
	float: none;
	height: 137px;
	cursor: pointer;
	position: relative;
}

#visual-change div div.teaser-hover {
	background: url(/images/bg-highlight-teaser.png) no-repeat transparent;
}

* html #visual-change div div.teaser-hover {
    background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-highlight-teaser.png',sizingMethod='crop');
}

#visual-change h3 {
	color: #000;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#visual-change p {
	font-weight: bold;
}

#visual-change p a {
	text-decoration: none;
}

.start #content h1 {
	display: none;
}


.start #content p.bodytext {
	height: 22px;
	padding-top: 1px;
	background: url(/images/bg-start-info-box.png) repeat-x transparent;
	text-align: center;
	margin: 10px 0 -9px 0 !important;
	font-weight: bold;
	position: relative;
}


/* ---------------
service defintions
----------------*/

#service h4 {
	color: #000;
	font-size: 100%;
	background: url(/images/bg-service-header.png) no-repeat transparent;
	padding: 8px 15px 0 15px;
	overflow: hidden;
	margin: 0;
	height: 22px;
}
* html #service h4 {
    background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-service-header.png',sizingMethod='crop');
}

#service h4 span {
	font-weight: normal;
}

#service div {
	background: url(/images/bg-service-bottom.png) bottom left transparent;
	padding: 8px 14px;
	margin-bottom: 5px;
}
* html #service div {
    background: url(/images/bg-service-bottom-ie6.png) bottom left transparent;
}

#service div.test-teaser {
	padding: 0 8px 5px 5px;
}

#service div.test-teaser div {
	background: transparent bottom right no-repeat;
	height: 52px;
	padding: 210px 6px 0 9px;
}

#service div ul {
	margin: 0 0 0.8em 0;
	list-style-type: none;
}

#service div ul li {
	background: url(/images/bg-nav-level-2.png) no-repeat 0 -41px transparent;
	padding-left: 12px;
	margin-bottom: 0.1em;
}

#service div img {
	border: 1px solid #b7b7b7;
	margin-bottom: 0.4em;
}

#service p.big-green {
	color: #1c8d90;
	font-size: 120%;
}

#service p.teaser-link {
	margin: -1em 0 0 0;
}

#service div.test-teaser div p.teaser-link a {
	background: url(/images/bg-nav-level-2.png) no-repeat 0 -41px transparent;
	padding-left: 12px;
}


/* --------------
footer defintions
---------------*/

#footer p {
	font-size: 90%;
	text-align: right;
}

#footer p span {
	float: left;
}

#footer p a {
	color: #333;
	background: url(/images/icon-footer.png) 0 3px no-repeat;
	padding: 0 5px 0 9px;
}

#footer p span a {
	padding: 0 2px;
	background: none;
}



/* ------------------
formular definitionen
-------------------*/


form {
	margin: 0 0 1.2em 0;
}

label {
	float: left;
	width: 220px;
	color: #000;
}

label.radio {
	width: 50px;
}

input, textarea, select {
	width: 260px;
	font-size: 100%;
	border: 1px solid #adadad;
	color: #000;
	padding: 5px;
	background: url(/images/bg-input.png) repeat-x transparent;
}

input.radio {
	float: left;
	margin: 2px 5px 0 0;
	width:	auto;
	border: none;
	background: none;
}

.tx-cstmsubscription-pi2 form p {
	clear: left;
}

textarea {
	width: 260px;
	height: 170px;
	padding: 5px;
	background: url(/images/bg-textarea.png) repeat-x transparent;
}

select {
	width: 272px;
	padding: 3px 5px;
}

option {
	padding: 2px 4px;
	background: #fff;
}

input:hover, input:focus, select:hover, select:focus {
	border-color: #86c2c4;
	background: url(/images/bg-input-hover.png) repeat-x transparent;
}
textarea:hover, textarea:focus {
	background: url(/images/bg-textarea-hover.png) repeat-x transparent;
	border-color: #86c2c4;
}

input.radio-check, p.radio-check input {
	width: auto;
	border: none;
	background: none;
}

p.checkbox input {
	width: auto;
	border: none;
	background: none;
	margin: 3px 8px 0 0 ;
	float: left;
}

p.checkbox label {
	float: left;
	width: 500px;
}


input.submit-btn {
	color: #1c8d90;
	font-weight: bold;
	height: 25px;
	padding: 0;
	width: 272px;
}

input.small-input {
	width: 40px;
}

.tx-12bis3geomap-pi1 input.small-input {
	width: 80px;
	font-size: 120%;
}



/* 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;
}




