* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p, ul, ol, table {
	margin-bottom: 1em;
}

a {
	color: #054578;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

body {
	background-color: #999;
	background-image: url('pix/back_body.jpg');
	background-repeat: repeat-x;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 966px;
	margin: 0 auto;
}

#top {
	background-image: url('pix/back_top.png');
	height: 77px;
}

#topicons {
	position: absolute;
	margin-top: 15px;
	margin-left: 20px;
}

#metanav {
	padding-top: 15px;
	padding-right: 20px;
	text-align: right;
}

#metanav img {
	vertical-align: text-top;
}

#metanav form {
	display: inline;
}

#metanav fieldset {
	display: inline;
	border: none;
}

#search {
	width: 80px;
	border: 1px solid #457EA8;
	color: #666;
	font-size: 10px;
	padding: 1px;
}

#submit_search {
	vertical-align: top;
}

#mainarea {
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url('pix/back_middle.png');
	min-height: 620px;
}

#navtop {
	background-image: url('pix/navigation_top_back.gif');
	height: 32px;
	width: 100%;
	overflow: hidden;
}

#navtop ul {
	display: inline;
}

#navtop li {
	display: block;
	float: left;
	width: 190px;
	background-image: url('pix/back_navpunkt.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#navtop li.last {
	background-image: none;
	width: 190px;
}

#navtop ul.loggedin li {
	width: 158px;
}

#navtop ul.loggedin li.last {
	width: 158px;
}



#navtop a {
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: #003358;
	font-weight: bold;
	font-size: 15px;
	background-image: none;
}

#navtop a:hover, #navtop a.active {
	background-image: url('pix/back_navtop_active.gif');
	color: #000;
	text-decoration: none;
}


#footer {
	height: 39px;
	background-image: url('pix/back_footer.png');
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	width: 930px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.contentpage {
	background-image: url('pix/back_content.gif');
	margin-bottom: -1px;
}

.contentpage #maincontent {
	border-top: 1px solid #B6B6B6;
}

.contentpage #leftcol {
	border-bottom: none;
}

#background_end {
	background-image: url('pix/back_content_end.gif');
	background-repeat: no-repeat;
	height: 20px;
	background-position: 11px 0;
}

#leftcol {
	width: 223px;
	overflow: hidden;
	float: left;
	background-position: 1px bottom;
	background-repeat: no-repeat;
	padding-left: 1px;
	border-top: 1px solid #ccc;
}


#bgimage {
	background-repeat: no-repeat;
	background-position: 1px bottom;
	width: 100%;
	overflow: hidden;
}

#leftnav {
	display: block;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

#leftnav li {
	display: inline;
}

#leftnav a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #003358;
	font-weight: bold;
	font-size: 13px;
	padding-left: 24px;
	background-image: url('pix/leftnav_inactive.gif');
	background-repeat: no-repeat;
}
#leftnav a:hover, #leftnav .active a {
	background-image: url('pix/leftnav_active.gif');
	color: #fff;
	text-decoration: none;
}

#leftnavsub {
	margin-bottom: 0px;
}

#leftnav #leftnavsub a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #003358;
	font-weight: bold;
	font-size: 13px;
	padding-left: 34px;
	background-image: url('pix/leftnavsub_inactive.gif');
	background-repeat: no-repeat;
}

#leftnav #leftnavsub a:hover, #leftnav #leftnavsub .active a {
	background-image: url('pix/leftnavsub_active.gif');
	text-decoration: none;
	color: #990000;
}

.start #searchformbox {
	height: 200px;
	margin-bottom: 15px;
}

#locatorhelp {
	color:#333;
	font-size:11px;
	height:30px;
	line-height:13px;
	padding: 10px;
	padding-bottom: 0px;
}

.leftcol_leftbox #locatorhelp { 
	font-size: 9px;
	padding: 5px;
	padding-top: 0px;
}

#dealerform {
	display: block;
	padding: 10px;
}

.leftcol_leftbox #dealerform { 
	padding: 5px;
	padding-top: 0px;
}


#dealerform fieldset {
	border: none;
}

#dealerform label, #loginform label {
	display: block;
	color: #666;
	margin-bottom: 3px;
}

#dealerform .left {
	float: left;
	width: 49%;
}

#dealerform .right {
	float: right;
	width: 49%;
}

#label_plz_g {
	background: url('pix/deutsch.gif') no-repeat;
	background-position: 0 2px;
	padding-left: 17px;
}

#label_plz_s {
	background: url('pix/schweiz.gif') no-repeat;
	background-position: 0 2px;
	padding-left: 17px;
}

#plz_g, #plz_s {
	width: 90px;
	border: 1px solid #457EA8;
	color: #666;
	font-size: 11px;
	padding-left: 5px;
}

.leftcol_leftbox #plz_g, .leftcol_leftbox #plz_s {
	width: 75px;
}

#othercountries {
	width: 165px;
}

.leftcol_leftbox #othercountries {
	width: 140px;
}

#submit_locator {
	vertical-align:top;
	margin-left: 5px;
}

#loginform {
	padding: 10px;
}

#username, #password {
	width: 154px;
	padding-left: 5px;
	border: 1px solid #457EA8;
	color: #666;
	font-size: 11px;
}



#password_label {
	margin-top: 10px;
}

#submit_login {
	vertical-align: top;
	margin-left: 10px;
}

#loginform p {
	color:#333;
	font-size:11px;
	height:30px;
	line-height:13px;
	padding-bottom: 0px;
	margin-top: 15px;
}

#loginlink {
	padding-left: 10px;
	padding-top: 5px;
}

.leftcol_leftbox #loginlink {
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 5px;
}


#maincontent {
	width: 685px;
	float: left;
	overflow: hidden;
	margin-left: 16px;
}

#startgraphic {
	background-color: #fff;
	border: 1px solid #B6B6B6;
	margin-bottom: 15px;
	height: 200px;
	overflow: hidden;
}

#startgraphic1 {
	position: absolute;
	margin-top: 2px;
	display: none;
}

#startgraphic2 {
	position: absolute;
	margin-top: 6px;
	margin-left: 250px;
	z-index: 5;
	display: none;
}

#list_startgraphic {
	position: absolute;
	margin-top: 55px;
	margin-left: 500px;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	color: #666;
}

#list_startgraphic.en {
	position: absolute;
	margin-top: 55px;
	margin-left: 400px;
	font-size: 18px;
	font-weight: bold;
	line-height: 170%;
	color: #666;
}

#list_startgraphic li {
	display: none;
	list-style-type: square;
}

/* Startseite Gallery */

/*#gallery_main {
	margin-top: 460px;
	margin-bottom: 10px;
	width: 922px;
	height: 100px;
	border: 1px solid #B6B6B6;
	background-color: #fff;
	position: relative;

}*/

.gallery {
	margin-top: 460px;
	margin-bottom: 10px;
	width: 922px;
	height: 100px;
	border: 1px solid #B6B6B6;
	background-color: #fff;
	position: relative;
}

.gallery .jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:5px;
	height: 90px;
}

.gallery .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 6px;
}

.gallery .jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 90px;
}

.gallery .jcarousel-skin-tango .jcarousel-container {
-moz-border-radius: 0px;
background:none;
border: none;
}

.gallery #c158 .jcarousel-item, .gallery #c373 .jcarousel-item {
	height: 90px;
}

.gallery img {
	border: 1px solid #B6B6B6;
	/*float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 4px;
	margin-bottom: 10px;*/
}


div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/* Startseite Höhenanpassung Start */
.start #leftcol {
	height: 446px;
}

.start #maincontent .container .box66, .start #maincontent .container .box33 {
	height: 227px;
	overflow: hidden;
}

.start #leftcol #highlightthema {
	height: 227px;
	overflow: hidden;
}

.start #leftcol #highlightthema p.bodytext {
	width: 176px;
	margin: -7px auto;
}

.start .box33 .text p.bodytext {
	width: 176px;
	margin: -7px auto;
	line-height: 120%;
}

.start .box66 .text {
	padding-top: 8px;
}

.start .box66 .text p.bodytext {
	line-height: 157%;
}

/* Startseite Höhenanpassung Ende */


/* Folgeseite PAdding */

#textcontent {
	padding: 20px;
	min-height: 510px;
}

#textcontent h1, #textcontent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #366695;
	margin-bottom: 8px;
}

#textcontent h1 {
	font-size: 24px;
}

/* Klassen */

.container {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	border: 1px ;
}

.box66, .box33 {
	background-color: #fff;
	border: 1px solid #B6B6B6;
	float: left;
}

.box66 {
	width: 450px;
	margin-right: 10px;
}

.box33 {
	width: 220px;
}

.start .leftbox {
	background-color: #fff;
	border: 1px solid #B6B6B6;
}

.leftcol_leftbox {
	background-color: #fff;
	border: 1px solid #B6B6B6;
	width: 190px;
	margin: 25px auto;
	margin-bottom: 10px;
}

.leftcol_leftbox .text {
	padding: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 100%;
	font-size: 10px;
}

.leftcol_leftbox p {
	margin-bottom: 0px;
}

.leftcol_leftbox h1 {
	margin-bottom: 7px;
	background-image: url('pix/back_h1.gif');
	background-repeat: repeat-x;
	background-color: #62B0CF;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px; 
	color: #fff;
}

.leftbox h1, .box66 h1, .box33 h1, .leftbox h2, .box66 h2, .box33 h2{
	display: block;
	color: #fff;
	background-image: url('pix/back_h1.gif');
	background-repeat: repeat-x;
	background-color: #62B0CF;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px; 
}



.text {
	line-height: 140%;
}

.start .text {
	padding: 10px;
}

/* Formulare */

textarea {
	font-family: Arial,Helvetica,sans-serif;
}

.required {
	font-weight: bold;
}

.mailform div.formcontainer {
    font-size: 12px;
    width: 98%;
    overflow: hidden;
    margin-bottom: 3px;
}

.mailform div {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.formcontainer .label {
    width: 110px;
    text-align: right;
    padding-right: 3%;
    float: left;
    font-weight: bold;

}

.mailform div.radiolayout {
	font-weight: normal;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
    font-weight: normal;
}

.mailform div.radiolayout {
	font-size: 0.8em;
    width: 98%;
    overflow: hidden;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}


.mailform div.radiolayout .radiofield {
        padding-left: 28%;
}

.mf-select {
    width: 60%;
        font-size: 1em;
} 

.box33 dl.csc-textpic-image, #leftcol .leftbox dl.csc-textpic-image  {
	margin-top:10px;
}

/* Produktbereichsseite */

#produktstart_header {
	width: 100%;
	overflow: hidden;
	/*margin-bottom: 10px;*/
}

#textcontent h1.produktstart_headline {
	width: 45%;
	float: left;
	font-size: 24px;
	padding-top: 0px;
	line-height: 25px;
}

*+html #textcontent h1.produktstart_headline {
	line-height: 20px;
}

#produktstart_legende {
	width: 54%;
	float: right;
}

#textcontent .produktstart_row h2, #textcontent .produktstart_row h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#textcontent .produktstart_row h2 {
	position: absolute;
	margin-top: -25px;
	text-align: left;
}

#textcontent .zubehoer .produktstart_row h2 {
	margin-top: -37px;
}

/**+html #textcontent .produktstart_row h2 {
	margin-left: -34px;
}*/

#textcontent .produktstart_row h3 {
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	overflow: visible;
	text-align: left;
	display: inline;
}

#textcontent .produktstart_row h3.premium {
	background-image: url('pix/bullet_premium_line.jpg');
}	

#textcontent .produktstart_row h3.professional {
	background-image: url('pix/bullet_professional_line.jpg');	
}

#textcontent .produktstart_row h3.power {
	background-image: url('pix/bullet_power_line.jpg');	
}

.produktstart_row {
	width: 700px;
	overflow: hidden;
	margin-bottom: 0px;
}

.produktstart_produkt {
	margin-top: 37px;
	width: 180px;
	float: left;
	margin-right: 15px;
	border: 1px solid #457EA8;
	vertical-align: bottom;
	padding-top: 3px;
	height: 120px;
}

.zubehoer .produktstart_produkt {
	margin-top: 47px;
}

.produkt_inner {
	text-align: center;
}

#textcontent .produktstart_row .produktstart_produkt h3 {
	font-size: 13px;
}

.produktstart_produkt img {
}

/* Produktseite */

.produkt_content {
	float: left;
}

.produkt_header {
	margin-bottom: 10px;
	width: 600px;
	overflow: hidden;
}

#textcontent h1.produkt_headline {
	font-size: 24px;
	padding-top: 5px;
	display: inline;
}

.produkt_legende {
	display: inline;
	text-align: left;
	padding-left: 20px;
	line-height: 43px;
}

.produkt_description {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.produkt_text {
	width: 370px;
	float: left;
	min-height: 300px;
	position: absolute;
	z-index: 1;
}

.product_image {
	padding-top: 20px;
	width: 650px;
	text-align: right;
	position: absolute;
	z-index: 0;
}

/**+html .product_image  {
	margin-left: -370px;
	
}*/

.produkt_secondrow {
	width: 100%;
	overflow: hidden;
}

.katalog_row {
	width: 440px;
	overflow: hidden;
	float: left;
}

.katalog {
	width: 130px;
	float: left;
	margin-right: 15px;
}

.katalog a {
	display: block;
	width:  120px;
	height: 170px;
	overflow: hidden;
	border: 1px solid #bbb;
	padding: 0px;
}

.katalog img {
	
}

#textcontent .katalog_row h3 {
	margin-top: 3px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('pix/icon_pdf.jpg');	
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}

#textcontent ul.produkt_liste {
	padding-left: 0px;
	margin-bottom: 30px;
}

.produkt_liste li {
	display: block;
	background: url('pix/bullet_produktbeschreibung.jpg') no-repeat 0px 6px;
	padding-left: 20px;
	line-height: 33px;
	list-style: none;
	font-size: 15px;
}

*

.addinfo {
	float: right;
	font-size: 15px;
	padding-right: 30px;
	padding-top: 30px;
}

h2.weitereinformationen_headline {
	padding-bottom: 10px;
}

.produkt_lower_text {
	margin-top: 298px;
}

/* Download */


#textcontent h1.downloads_headline {
	font-size: 24px;
	float: left;
	padding-top: 5px;
}

.downloads_header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.downloads_intro {
	width: 47%;
	float: right;
	text-align: right;
	font-weight: bold;
}

.download_content {
	width: 100%;
	overflow: hidden;
}

.download_item {
	float: left;
	margin-right: 9px;
	margin-bottom: 15px;
	width: 205px;
	height: 135px;
}

.download_item .odd {
	
}

.download_item table {
	white-space: nowrap;
	border-spacing: 2px;
	border: 1px solid #ccc;
}

.download_name {
	text-align: center;
	font-weight: bold;
	height: 50px;
	background-color: #eee;
	color: #054578;
}

.download_item .label {
	text-align: right;
	padding: 2px;
	font-weight: bold;
	width: 52px;
}

.download_item .data {
	width: 87px;
	padding: 2px;
}

/* Kontakt */

#k_layer1, #k_layer2, #k_layer3, #k_layer4 {
	visibility: hidden;
	position: absolute;
	width: 315px;
} 

/* Allgemeine Formatierungen */

#textcontent ul, #textcontent ol  {
	padding-left: 17px;
	margin-bottom: 1.5em;
}

#textcontent ul li {
	list-style: square;
}

.block {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

.container {
	width: 100%;
	overflow: hidden;
}

.col50l {
	width: 49%;
	float: left;
}

.col50r {
	width: 49%;
	float: right;
}

.bigfont {
	font-size: 16px;
	line-height: 150%;
}


/* Anpassungen Typo3-Standards */

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #054578;
	padding:0;
}

.tx-felogin-pi1 {
	margin-top:  20px;
}

.tx-felogin-pi1 fieldset {
	margin: 5px;
	margin-left: 0px;
	padding: 5px;
}

.tx-felogin-pi1 input {
	margin-bottom: 10px;
}

.tx-felogin-pi1 label, .tx-felogin-pi1 legend {
	font-weight: bold;
}

.csc-frame-frame2 .text {
	font-size: 15px;
	line-height: 200%;
}

#textcontent .csc-frame-frame2 ul {
	margin-bottom: 0.5em;
}

#textcontent .csc-frame-frame2 h2 {
	font-size: 16px;
}

.tx-indexedsearch-searchbox input {
	margin: 5px;
}


