body {
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#fff url(../images/bg.gif) repeat-y top left;
	font-family:Arial;
}

#newsarticle {
        margin:10px 0 10px 0;
}

#newsarticle #headline {
        color:#888;
        font-size:13px;
        font-weight:bold;
}

/* AJAX */

#articleresult {
        position:absolute;
        background-color:#fff;
        font-size:11px;
        width:177px;
        top:130px;
        left:15px;
        border-left:1px solid #A5ACB2;
        border-right:1px solid #A5ACB2;
        border-bottom:1px solid #A5ACB2;
}

#articleresult p {
        width:173px;
        margin:2px;
        padding:0;
        border-bottom:1px solid #F6F6F6;
}

#articleresult span#title {
        margin-left:3px;
}

#articleresult p a {
        color:#0B5891;
        text-decoration:none;
}

#searchanim {
        position:absolute;
        z-index:1000;
        top:114px;
        left:178px;
}

/* AJAX END */

.dotborder {
	width:170px;
	margin:25px 0 0 0;
	height:5px;
	background:url(../images/dotborder_horizontal.gif) repeat-x top left;
}

#content ul {
        list-style-type:square;
        margin:0 0 0 16px;
        padding:0 0 0 0;
}

#content ul li {
        margin:0 0 0 0;
        padding:2px;
        /*border:1px solid #888;
        background:#F6F6F6;*/
}

#content ul.plist {
        margin:0 0 0 0;
        padding:5px;
        list-style-type:none;
        border:1px solid #888;
        background:#F6F6F6;
}

#content ul.plist li {
        margin:0 0 0px 0;
        padding:0;
        border:none;
        background:none;
}

#sitemap {
   padding:1em 1.5em;
   line-height:20px;
}

#sitemap li {
   padding:0 0 0 24px;
   margin:0;
   list-style-type: none;
   background:#efefef;
}

.error {
   color:red;
   font-size:12px;
   font-weight:bold;
}

#sitemap li {
   background: url(../images/extm.gif) no-repeat 0% 0%;
}

#sitemap li.last {
   background: url(../images/exlm.gif) no-repeat 0% 0%;
}

#sitemap ul li a {
   font-size:12px;
   color:#111;
}

#sitemap ul {
   padding:0 0 0 24px;
   margin:0 0 0 -24px;
   list-style-type: none;
}

#sitemap ul {
   background: url(../images/exim.gif) repeat-y 0% 0%;
}

#sitemap ul.last {
   background-image: none;
}


h1 {
	color:#0B5891;
	margin:18px 0 8px 0;
	padding:0;
	font-size:0.9em;
}

h2 {
	font-size:0.8em;	
}

.clearer {
	clear:both;
}

.technicaldatatable table {
        width:100%;
        text-align:left;
}

.technicaldatatable table, .technicaldatatable table th, .technicaldatatable table td {
        font-size:11px;
	margin-top:7px;
	margin-bottom:7px;
}

.technic, .technic td, .technic th {
	font-size:11px;
	margin-top:7px;
	margin-bottom:7px;
}

.technicaldatatable table td {
        border-bottom: 1px solid #999;
	border-right: 1px solid #fff;
	background-color:#efefef;
        padding:2px;
}

.technic td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #fff;
	background-color:#efefef;
}

.technicaldatatable table th {
        border-right: 1px solid #fff;
}

.technic th {
	border-right: 1px solid #fff;
}

.technicaldatatable table th {
        background-color: #ccc;
}

.technic thead {
	background-color: #ccc;
}

#fullheader {
	width:100%;
	height:140px;
	background:#0B5891 url(../images/header.jpg) no-repeat top left;
}

#logo {
	/*float:left;*/
	position:absolute;
	top:0;
	left:0;
	width:155px;
}

#header {
	/*position:relative;*/
	position:absolute;
	top:0;
	left:155px;
	width:815px;
	height:140px;
	margin:0;
	padding:0;
	background:#0B5891 url(../images/header.jpg) no-repeat top left;
}

#mainnav {
	list-style-type:none;
	margin:0 0 0 25px;
	padding:0;
	width:605px;
}

#mainnav li {
	float:left;
	margin:0 25px 0 0;
	padding:0;
}

#mainnav li a {
	display:block;
	margin:0;
	padding:100px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#mainnav li a.active {
	border-bottom:5px solid #fff;
	background:url(../images/mainnav_bg.gif) repeat top left;
}

#mainnav li a:hover  {
	border-bottom:5px solid #fff;
	background:url(../images/mainnav_bg.gif) repeat top left;
}

#leftcontent {
	/*position:relative;
	float:left;*/
	position:absolute;
	top:140px;
	left:0;
	width:155px;
	height:auto;
	margin:0;
	padding:0;
}

.subnav {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 12px;
	width:143px;
}

.subnav li {
	margin:0 0 2px 0;
	padding:0;
}

.subnav li a {
	font-size:11px;
	color:#392F2D;
	text-decoration:none;
}

.subnav li a.active {
	font-weight:bold;
	/*
	padding-left:14px;
	background:url(../images/arrow_active.gif) no-repeat 0px 1px;
	*/
}

.subnav li a:hover {
	color:#0B5891;
}

.subnav2 {
	list-style-type:none;
	margin:7px 0 0 -8px;
	padding:5px 0 0 8px;
	background:#D1D0D0;
	border-left:5px solid #969394;
}

.subnav2 li {
	margin:0 0 0px 0;
	padding:0 0 2px 0;
}

.subnav2 li.last {
	padding-bottom:7px;
}

.subnav2 li.activelast {
	padding-bottom:7px;
}

.subnav2 .subnav2 {
	list-style-type:none;
	margin:9px 0 0 0;
	padding:4px 0 0 0;
	border:none;
	border-top:1px solid #969394;
	border-bottom:1px solid #969394;
}

#maincontent {
	position:absolute;
	top:140px;
	left:155px;
    font-size:12px;
	/*float:left;*/
	left:155px;
	margin:0 0 0 0;
	padding:0;
	width:605px;
}

#maincontent h1 {
font-size:16px;
}

#maincontent h2 {
font-size: 14px;
}

.manufacturer {
font-size:12px;
color:#000;
}

#content {
	float:left;
	margin:0;
	width:364px;
	padding:0 15px 0 15px;
}

#clearcontent {
	clear:both;
	width:auto;
	margin:0;
	padding:1px 14px 0 14px;
}

#doublecontent {
	width:auto;
	margin:0;
	padding:0 15px 0 15px;
}

#doublecontent p {
/*	font-size:0.8em; */
}

#doublecontent a {
	color:#0B5891;
}

.productlinks {
	list-style-type:none;
	margin:0;
	padding:0;
}

.productlinks li {
	margin:0 0 1px 0;
	padding:3px;
}

.productlinks li a {
	/* font-size:0.8em; */
	color:#0B5891;
}

.productsearchlinks {
	list-style-type:none;
	margin:0;
	padding:0;
}

.productsearchlinks li {
	margin:0 0 1px 0;
	padding:3px;
        background:#F1F1F1;
}

.productsearchlinks li a {
	/* font-size:0.8em; */
	color:#0B5891;
}

#content p {
	/* font-size:0.8em; */
	color:#333;
}

#subcontent {
	width:170px;
	height:auto;
	float:right;
	margin:15px 0 0 0;
	padding:0 15px 0 15px;
	background:url(../images/dotborder_vertical.gif) repeat-y top left;
}

#subcontent p {
	font-size:12px;
	color:#333;
}

#subcontent p a {
	font-size:12px;
	color:#0B5891;
}



.subgroups {
   background: #efefef;
   list-style-type:none;
   padding:5px;
   margin:5px 0 20px 0;
}

.subgroups li {
font-size:12px;
padding:0;
margin:0;
}

img.product {
	border:2px solid #0B5891;
}

.imglinklist {
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0 0 0 0;
}

.imglinklist li {
	float:left;
	text-align:center;
	margin:0 5px 0 0;
	padding:0 0 0 0;
}

.imglinklist li a {
	display:block;
	border:1px solid #888;
	width:15px;
	color:#333;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.imglinklist li a.active, .imglinklist li a:hover {
	color:#0B5891;
}

.additionallinks {
	clear:both;
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	/*background:url(../images/dotborder_horizontal.gif) repeat-x top left;*/
}

.additionallinks li {
	margin:0 0 5px 0;
	padding:0;
}

.additionallinks li a {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.additionallinks li a:hover {
	text-decoration:underline;
}

.additionallinks li.head {
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.additionallinks li.pdf {
	height:16px;
	padding:6px 0 0 20px;
	background:url(../images/pdf.gif) no-repeat 0px 6px;
}

.additionallinks li.table {
	padding-left:20px;
	background:url(../images/table.gif) no-repeat 0px 6px;
}

.footernav {
	position:relative;
	clear:both;
	width:400px;
	list-style-type:none;
	margin:0 0 0 0;
	padding:30px 0 0 0;
	margin-left:-24px;
}

.footernav li {
	margin-right:20px;
	float:left;
}

.footernav li a {
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

#additionalBlue {
	position:absolute;
	width:185px;
	top:220px;
	height:auto;
	left:620px;
}

#additionalBlue p {
	color:#fff;
}

#additionalBlue a {
	color:#fff;
}

#rightcontent {
	position:absolute;
	width:180px;
	height:240px;
	top:140px;
	left:760px;
}

#rightcontent form {
	margin:0;
	padding:0;
}

#rightcontent form fieldset {
        width:180px;	
        margin:0;
	padding:15px 15px 15px 15px;
	border:none;
	background:#E9E8E8;
}

#rightcontent form fieldset select {
	margin:0 0 8px 0;
	width:180px;
        font-size:11px;
}

#rightcontent form fieldset label {
	font-size:0.7em;
	color:#333;
	font-weight:bold;
}

.submit {
        font-size:0.7em;
	color:#fff;
	background:#0B5891;
	border:1px solid #5E78A8;
	padding:2px;
	margin:14px 0 0 14px;
}

#articleid {
        width:175px;
        font-size:11px;
        height:13px;
        margin-bottom:5px;
}

#searchtext {
        width:175px;
        font-size:11px;
        height:13px;
}

.inputtext {
	width:176px;
        font-size:11px;
}

/* KONTAKTFORM */
#doublecontent form {
 	 margin:0px 0px 0px 0px;
	 padding:0 0 0 0px;
  	 color:#202020;
 	 background-color:#fff;
}

#doublecontent input , textarea {
	 margin:4px 0px 0px 0px;
 	 width:200px;
 	 margin-bottom:4px;
  	 font:400 11px Arial, sans-serif;
	 border:none;
	 border-bottom:1px solid #666;
	 background-color: #f3f3f3;
}

#doublecontent fieldset {
	border:none;
	background:#fff;
	font:400 11px , Arial ,sans-serif;
}

.nebeneinander1 {
	clear:both;
}

.neben1 {
	float:left;
}

/*.neben2 {
	width:210px;
	padding-left:20px;
}*/

head:first-child+body .neben2 {
   padding-left:0;
   margin-left:220px;
   }

.frmComment, textarea {
	width:420px;	
}

.frmComment textarea {
	border:1px solid #666;
}

.nebenbutton1 {
	float:left;
	border:none;	
}

.nebenbutton2 {
	width:300px;
	padding-left:20px;
	border:none;	
}

head:first-child+body .nebenbutton2 {
   padding-left:0;
   margin-left:220px;
   }

.nebenbutton1 input {
	border:1px solid #666;
	margin-right:20px;
}

.nebenbutton2 input {
	border:1px solid #666;
}

.nebenselect1 {
	float:left;
	margin-bottom:6px;
}

.nebenselect2 {
	width:300px;
	margin-left:220px;
	margin-bottom:6px;
}

.select1 {
	margin-bottom:7px;
}

/* END KONTAKTFORM */

/* PARTNER UEBERSICHT */

.partneroverview {
   padding-bottom:10px;
   height:100px;
}

.partneroverview .image {
   float:left;
   width:180px;
   height:90px;
   text-align:right;
   padding-right:20px;
}

.partneroverview .head {
   font-weight:bold;
   color:#0B5891;
}

/* END PARTNER UEBERSICHT */

/* PARTNER DETAILS */

.partnerdetails {
   padding:0;
   height:290px;
   margin:20px 0 0 0;
}

.partnerdetails .image {
   float:left;
   text-align:right;
   padding-right:20px;
   height:290px;
}

.partnerdetails .head {
   font-weight:bold;
   color:#0B5891;
   text-align:left;
}

.partnerdetails .text {
   text-align:left;
}

/* PARTNER DETAILS END */

/* Produkttabelle */
table.technics, table.technics td, table.technics th {
	font-size:11px;
	margin-bottom:20px;
}

table.technics td.tdtechnics {
	border-bottom: 1px solid #999;
	/*border-right: 1px solid #999;*/
	background-color:#fff;
}

table.technics th {
	border-right: 1px solid #fff;
}

#content thead {
	background-color: #ccc;
}

/* Produkttabelle */

/* --- PRODUCTSREACH --- */

.productsearch {
     list-style-type:none;
     margin:0;
     padding:0;
}

.productsearch li {
     background:#F6F6F6;
     padding:10px;
     margin-bottom:4px;
}

#langdiv {
        position:absolute;
        top:98px;
        left:747px;
        z-index:100;
        width:220px;
}

#languageform {
        margin:0;
        padding:0 0 0 0;
}

#languageform label {
        font-size:12px;
        font-weight:bold;
        color:#fff;
        margin:0 0 0 15px;
}

#langselect {
        margin:0px 0 0 10px;
	width:120px;
        font-size:11px;
}



