<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* clean css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
table tr td{
  font-size: 12px;
  line-heigth: 150%;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
}
legend {
  margin:0;
  padding:0;
}
/* clean css */

html {
 margin:0;
 padding:0;
 width:100%;
 height:100%; 
 overflow-y:scroll;
}
body {
 width:100%; 
 background-color:#343434;
 font-family: arial,sans-serif;
 font-size:12px;
 line-height: 18px;
 background-image:url(images/bg_body.gif);
 color:#343434;
}
td,p,ul,li,h1,h2,h3,h4,h5,h6 {
 font-family: arial,sans-serif;
 color:#343434;
}
ul,li,p {
 font-size: 12px;
 line-height: 18px;
}
h1,h2,h3,h4,h5,h6 {
 color:#343434;
 line-height: 1.2em;
}
#center a img {
 border:0;
}
.csc-frame-ruler {
 height:1px;
 border-top:1px solid #a1a1a1;
 margin:0;
 line-height:0;
 font-size:0;
}
.csc-frame-rulerAfter {
 border-bottom:1px solid #a1a1a1;
 margin-bottom:10px;
 padding: 0 0 10px;
 display:block;
 clear:both;
}
.csc-frame-rulerBefore {
 border-top:1px solid #000;
 padding-top: 10px;
 margin:10px 0;
}
h1 {
 font-size: 23px;
 font-weight:normal;
 padding:5px 0 12px;
}
h2 {
 padding:5px 0 12px;
 font-size: 18px;
 font-weight:normal;
}
h3 {
 font-size: 15px;
}
h4 {
 font-size: 12px;
}
h5 {
 font-size: 11px;
}
h6 {
 font-size: 10px;
}
td {
  vertical-align:top;
}
td.bgleft {
 width:10px;
 background-image:url(images/bg_left.gif);
 background-repeat:repeat-y;
}
td.bgright {
 width:10px;
 background-image:url(images/bg_right.gif);
 background-repeat:repeat-y;
}
div#outerdiv {
 width:100%;
 text-align:center;
}
table#outertable {
 width:1000px;
 text-align:left;
 margin:0 auto;
}
td#top {
 width:980px;
 height:150px;
 vertical-align:top;
 background-color:#0A0A0C;
}
td#center {
 width:980px;
 background-color:#fff;
}
td#colnormal-left,
td#colnormal-right {
 height:400px;
 width:690px;
 background-color:#fff;
 padding-bottom:20px;
}
td#colnormal-right {
 width: 760px;
}
div#colleft-div {
 padding:20px 0;
}
div.colnormal-div {
 padding:20px 20px 0;
}
td#colleft {
 width:220px;
 padding-bottom:20px;
 vertical-align:bottom;
 background-color:#fff;
}
div#colleft-div {
 padding-bottom:20px;
 position:absolute;
 top:280px;
}
div#colleftbottom-div {
 padding:580px 10px 0 20px;
 width:190px;
 bottom:0;
}
div#colleftbottom-div a {
 color:#343434;
 text-decoration:underline;
}
td#colright {
 width:290px;
 background-color:#E8E8E8;
 vertical-align:bottom;
 padding-bottom:20px;
}
div#colright-div {
 position:absolute;
 top:300px;
 padding:0 10px;
 width: 260px;
}
td#colright.productform {
  vertical-align: top;
  background-color: #fff;
  padding-top: 50px;
}
div#colrightbottom-div {
 padding:0 10px;
}
td#footer {
 height:34px;
 line-height:34px;
 padding:0 20px;
 color:#8D8D8D;
}

div#content {
 padding:20px;
}
td#logo {
 width:426px;
 vertical-align:top;
}
div#header-div {
 position:relative;
}
div#header-div .tx-srlanguagemenu-pi1{
padding: 0 5px;
float: right;
background-color:#141414;
position:absolute;
top:0;
right: 0;
}

div#header-div .tx-srlanguagemenu-pi1 div {
font-size: 11px;
color: #fff;
float: left;
}

div#header-div .tx-srlanguagemenu-pi1 div a{
color: #fff;
}
div#header-div .tx-srlanguagemenu-pi1 div img{
display: none;
}

div#header-div .tx-srlanguagemenu-pi1 .SPC {
line-height: 18px;
padding: 0 5px;
}
div#header-div .tx-srlanguagemenu-pi1 div.CUR a {
color: red;
}
div#logo-div {
 position:absolute;
 top:30px;
}
td#navigation {
 vertical-align:top;
 background-color:#141414;
}
td#subheader {
 vertical-align:top;
 height:75px;
 background-image:url(images/bg_subheader.gif);
 background-repeat:repeat-x;
 border-bottom:1px solid #2A2A2A;
}
.footerlink {
 text-decoration:none;
 color:#8D8D8D;
}
.colnormal-div a.footerlink,
.colnormal-div-news a.footerlink {
 color:#8D8D8D;
}

/* #########################################################################################

---------------------------------- NAVIGATION02  ------------------------------------ 

#########################################################################################*/

div.nav2wrap {
 width:100%;
 padding:20px 0;
 background-image:url(images/1pxdotted.gif);
 background-repeat:repeat-x;
 background-position:bottom;
}
a.anavsub, a.anavsubact {
 color: #353535;
 text-decoration:none;
 width:220px;
 display:block;
 padding:3px 0;
}
div.navLevel3 {
 padding-left:40px;
}
 div.navLevel4  {
 padding-left:50px;
}
div.navLevel1 a {
 padding-left:20px;
 width:200px;
}
div.navLevel2 a {
 padding-left:30px;
 width:190px;
}
div.navLevel3 a {
 width:172px;
}
div.navLevel4 a {
 width:162px
}
a.anavsub:hover,
a.anavsubact {
 color:#fff;
 background-color:#343434;
}
div.navLevel2 a:hover,
div.navLevel3 a:hover,
div.navLevel4 a:hover {
 background-color:#E1E1E1;
 color:#343434;
}
div.navLevel2 a.anavsubact {
 background-color:#E1E1E1;
 color:#343434;
}
div.navLevel3 a,
div.navLevel4 a {
 display:block;
 padding-right:8px;
}
div.navLevel3 a.anavsubact,
div.navLevel4 a.anavsubact {
 background-color:#E1E1E1;
 display:block;
 padding-right:8px;
 color:#343434;
 font-weight:bold;
}

/* #########################################################################################

--------------------------------------- Forms.CSS  ------------------------------------ 

#########################################################################################*/

/* ---------------- Typo3 Neue Style ohne Styled Content Werden in TYPO3 Constants konfiguriert ------------------ */ 

.form-textarea {
  font-size: 11px;
  color: #343434;
  line-height: 15px;
  font-family: arial, sans-serif; 
}
.csc-form-fieldradiocell br {
  display:none;
}

/* ---------------- Typo3 Standard Forms ---------------- */ 

.csc-form-labelcell {
  text-align: left;
}
.csc-form-fieldcell {
  background-position: top;
  vertical-align: top;
  padding-top: 5px 0;
}
.formtype_mail {
  font-size: 11px;
  padding: 2px;
  color: #FFF;
}
.csc-form-fieldcell input, select {
  border: 1px solid #343434;
  font-size: 11px;
  padding: 2px;
  width: 200px;
}

.csc-form-fieldcell textarea {
  border: 1px solid #000;
  width: 230px;
  font-size: 11px;
  line-height: 15px;
  padding: 2px;
  font-family:arial,sans-serif;
}
fieldset.tx-powermail-pi1_fieldset select {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px #EEEEEE inset;
    padding: 2px;
    width: 156px;
}

.csc-form-fieldcell {
  font-size: 11px;
  padding: 2px;
}
.csc-form-label-req, .csc-form-label {
  font-size: 11px;
  padding-left: 10px;
}
.csc-form-radio input {
  font-size: 11px;
  line-height: 15px;
  color: #333;
  border: none;
  background-color: #fff;
}

#subscribe-newsletter td {padding: 2px 0;}
.csc-uploads td {padding: 2px;}

.contenttable th {padding: 5px; font-weight: bold}
.contenttable td {padding: 5px;}

/* default styles for extension "tx_cssstyledcontent" */
  /* Captions */
  DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
  DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
  DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

  /* Needed for noRows setting */
  DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

  /* Border just around the image */
  DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    border: 1px solid #000;
    padding: 0;
  }

  DIV.csc-textpic-imagewrap { padding: 0;margin:0; }

  DIV.csc-textpic IMG { border: none; }

  /* DIV: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

  /* UL: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

  /* DL: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT,
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image li { float: none; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
  DL.csc-textpic-image { margin: 0; }
  DL.csc-textpic-image DT,DL.csc-textpic-image li { margin: 0; display: inline; }
  DL.csc-textpic-image DD { margin: 0; }
  DT { margin: 0; padding:0; display: inline; }

  /* Margins around images: */

  /* Pictures on left, add margin on right */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
  }
  /* Pictures on right, add margin on left */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
  }
  /* Pictures centered, add margin on left */
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
  }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

  /* Space below each image (also in-between rows) */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
  DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
  DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

  /* No margins around the whole image-block */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0 !important; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0 !important; }

  /* Add margin from image-block to text (in case of "Text w/ images") */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
  }
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
  }

  /* Positioning of images: */
  /* Above */
  DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }
  /* Center (above or below) */
  DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
  DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }
  /* Right (above or below) */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
  DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }
  /* Left (above or below) */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; clear:left} 
  DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }
  
DIV.text-img-layout0{  
  padding:0;
  margin:20px 0 0;
  }
  DIV.text-img-layout100{  
  padding:0;
  margin:20px 0 0;
  }
  DL.csc-textpic-image{  
  padding:0;
  margin:0;
  }

  /* Left (in text) */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

  /* Right (in text) */
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

  /* Right (in text, no wrap around) */
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
  /* Hide from IE5-mac. Only IE-win sees this. \*/
  * html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
  /* End hide from IE5/mac */

  /* Left (in text, no wrap around) */
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
  /* Hide from IE5-mac. Only IE-win sees this. \*/
  * html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
  /* End hide from IE5/mac */
  
  /* default styles for extension "tx_indexedsearch" */
    .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
    .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
    .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
    .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
    .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eee; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0; margin-bottom:0; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#ccc; vertical-align:middle; }
    .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666; }
    .tx-indexedsearch .tx-indexedsearch-category { background:#ccc; font-size:16px; font-weight:bold; }

    /* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
    .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
    .tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
    .tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
    .tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
    .tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
    .tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
      
#meta-navigation{
  background-repeat: no-repeat;
  height: 50px;
  float:left;
}
#meta-navigation ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#meta-navigation a{
  color:#fff;
  text-decoration: none;
}
#meta-navigation ul li.metanav{
  float: left;
}
#meta-navigation ul li.metanav a{
  margin: 0;
  padding: 0 12px;
  line-height: 30px;
  display: block;
  font-size: 11px;
  line-height: 50px;
}
#meta-navigation ul li.metanav a:hover {
 background-color:#fff;
 color:#0F0F0F;
}
#meta-navigation ul ul{
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  z-index: 10000000;
}
#meta-navigation ul ul ul,
#meta-navigation ul ul ul ul,
#meta-navigation ul ul ul ul ul{
  display: none;
  position: absolute;
  padding:0;
  margin:0;
  border: 1px solid #ddd;
  z-index: 10000000;
  left:170px;
  width: 170px!important;
  margin-top:-27px;
}
*html #meta-navigation ul ul ul,
*html #meta-navigation ul ul ul ul,
*html #meta-navigation ul ul ul ul ul{
  margin-top:-20px;
}
#meta-navigation ul li.inactiveNav a{
 background-color:#fff;
}
#meta-navigation ul li ul li.inactiveNav a{
 color: #343434;
}
#meta-navigation ul li.metanav ul li.inactiveNav a:hover {
background-color:#e8e8e8;
}
#meta-navigation ul li.metanav ul li.activeNav a.a-activeNav {
background-color:#e8e8e8;
color: #000
}
#meta-navigation ul li a.navtop-level1{
 border-right: 1px solid #363636;
 background-color:transparent;
}
#meta-navigation ul li a.navtop-level1-act {
 border-right: 1px solid #363636;
 background-color:#fff;
 color:#0F0F0F;
}

/*
#meta-navigation li.subnav a
{
  line-height: 15px!important;
  font-size: 11px!important;
  width: 146px;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0!important;
  font-family: Arial,sans-serif;
  font-weight: normal!important;
  color: #000;
  padding-top:5px!important;
  padding-bottom:5px!important;
  background-image:none!important;
  background-color:#141414;
}

#meta-navigation li.subnav2 a
{
 width: 146px!important;
 background-image:none!important;
 background-color:#141414;
}
*/

#meta-navigation li.subnav a{  
  line-height: 15px!important;
  font-size: 11px!important;
  width: 146px;
  border-bottom: 1px solid #dedede;
  letter-spacing: 0!important;
  font-family: Arial,sans-serif;
  font-weight: normal!important;
  color: #fff;
  padding-top:5px!important;
  padding-bottom:5px!important;
  background-image:none!important;
  background-color:#141414;
}
#meta-navigation li.subnav2 a{
 width: 146px!important;
 background-image:none!important;
 background-color:#E8E8E8;
 color: #000;
}
li.metanav ul {
border:1px solid #343434 !important;
border-top:none !important;
}
#meta-navigation ul li.inactiveNav a.curNav{
 background-color:#7f7888 !important;
 color:#0F0F0F;
}
#meta-navigation ul li.inactiveNav, #meta-navigation ul li.activeNav{
  line-height:0!important;
}      
.box-marken,
.box-hersteller {
 width:359px;
 float:left;
 height:70px;
 padding:5px 14px 0;  
 border-right:1px solid #2A2A2A;
}

.box-marken h2,
.box-hersteller h2 {
 font-size:10px;
 color:#fff;
 font-weight:normal;
 padding:0 0 2px;
 margin:0;
 letter-spacing:1px;
}
.box-marken dl {
 float:left;
 margin:0 10px;
}
.box-hersteller dl {
 float:left;
 margin:0 4px;
}
.box-hersteller {
 width:563px;
 border-right:0;
}
.box-sponsoren,
.box-partner {

 float:left;
 height:80px;
 padding:3px 10px 0 20px;
}
.box-sponsoren{
 #border-right:1px solid #BDBDBD;
   width:600px;
}
.box-sponsoren h2,
.box-partner h2 {
 font-size:14px;
 color:#1A1C1B;
 font-weight:bold;
 padding:4px 0 2px;
 margin:0;
 letter-spacing:1px;
}
/*
.box-sponsoren dl {
 float:left;
 margin:0 2px;
}
.box-partner dl {
 float:left;
 margint:0 1px;
}
.box-partner {
 width:450px;
 border-right:0;
}
*/

.colnormal-div a {
 color:#ED1C24;
 text-decoration:none;
 font-weight:bold;
}
.colnormal-div-news a {
 color:#ED1C24;
 text-decoration:none;
 font-weight:bold;
}
.colnormal-div .div-path, .colnormal-div-news .div-path {
 height:20px;
}
.colnormal-div .div-path,
.colnormal-div .div-path a,
.colnormal-div-news .div-path,
.colnormal-div-news .div-path a  {
 color:#292929;
 text-decoration:none;
 font-weight:normal;
 font-size:11px;
}
#colright a {
 color: #333;
}
.colnormal-div .csc-textpic-image, .colnormal-div-news .csc-textpic-image {
 padding-bottom:10px;
}
.colnormal-div .box-produkt-fp .csc-textpic-image {
 padding-bottom:2px;
}
.box-produkt-fp {
 width:154px;
 margin-right:7px;
 float:left;
}
.box-produkt-fp p img{
 margin-bottom:10px;
}
.box-produkt {
 float:left;
 width:300px;
/* margin-right:15px;*/
 border-bottom:1px solid #818181;
 padding:18px 0 10px;
  margin-right: 20px;
}
.box-produkt div.csc-textpic-clear{
  clear:none;
}
.box-produkt-fp-outer {
float:left;  
}
.colnormal-div .box-produkt a {
 color:#EE1A26;
 font-weight:bold;
 text-decoration:none;
}
.csc-textpic-clear,
.spacer {
 height:1px;
 line-height:1px;
 font-size:1px;
}
div.csc-textpic-clear{
 clear:both
}
.spacer{
  clear: both;
}
.colnormal-div h1 a,
.colnormal-div .news-list-container h1 a,
.colnormal-div-news h1 a,
.colnormal-div-news .news-list-container h1 a,
.colnormal-div h2 a,
.colnormal-div-news h2 a  {
 color: #343434;
 text-decoration:none;
 font-weight:normal;
}
.colnormal-div h3 a,
.colnormal-div-news h3 a{
 color: #343434;
 text-decoration:none;
}
.news-list-item {
 width:317px;
 margin-right:14px;
 float:left;
}
#center .news-list-item img {
 border:1px solid #000;
}
#center .news-single-item img {
 border:1px solid #000;
 float:right;
 clear:both;
 margin: 0 0 10px 10px;
}
.news-single-backlink {
 padding:10px 0;
}
.news-list-image {
 padding:15px 0 10px;
}
.news-list-date {
 padding-top:6px;
}
.news-single-date {
 padding:6px 0 10px;
}
.tx-timtabsociable-pi1 {
 padding-top:15px;
}
.tx-timtabsociable-pi1 img {
 border: 1px solid #818181;
 height:16px;
 width:16px;
 padding:2px;
 margin-right:4px;
}
#colright .csc-frame-rulerAfter {
 width:260px;
  float: left;
}
#subfooter {
 border-top:1px solid #BDBEC0;
 height:103px;
 background-image:url(images/bg_subfooter.gif);
 background-repeat:repeat-x; 
 background-color:#FEFEFE;
}
#meta-navigation ul li.metanav ul {
margin-left:-1px;
}
li.metanav ul ul.ul-subnav2,li.metanav ul ul.ul-subnav3,li.metanav ul ul.ul-subnav4 {
border-top:solid 1px #343434 !important;
margin:-17px 0 0 -15px !important;
}
#center ul {
 list-style-image:url(images/li.gif);
 margin:0;
 padding:0;
 font-weight:normal;
 margin: 0 0 3px 0;
}
#center ul li {
 font-weight:normal;
}
.fontsize14px {
 font-size:14px;
}
.fontsize18px {
 font-size:18px;
}
.rgtabs-rahmen-small .tx-rgtabs-pi1 .rgtabs-wrapper {
min-height: 100px; 
}
.rgtabs-rahmen-large .tx-rgtabs-pi1 .rgtabs-wrapper{
min-height: 170px; 
}

div.tx-rgtabs-pi1 {
width:400px;
}
ul.rgtabs-menu {
margin-bottom:0 !important;
margin-left:0 !important;
}
.colnormali-div .div-path, .colnormali-div .div-path a {
color:#292929;
font-size:11px;
font-weight:normal;
text-decoration:none;
}
.colnormali-div .div-path {
height:20px;
position:absolute;
top:296px;
}
td#colrighti {
width:190px;
}
div.colnormali-div {
padding:40px 20px 0;
}
div.colrighti-div {
padding:47px 5px 0 0;
}
div#colleft-div-news {
padding:20px 10px 0 20px;
}
td#colleft-news {
background-color:#FFF;
padding-bottom:20px;
width:321px;
}
div.colnormal-div-news {
padding:20px 10px 0 16px;
}
div.newshr {
border-bottom:1px solid #A1A1A1;
margin:21px 0 20px;
}
* + div.newshr {
border-bottom:1px solid #A1A1A1;
margin-top:12px;
margin-bottom:20px;
}
td.csc-uploads-icon img {
height:60px;
width:42px;
}
span.news-list-morelink {
display: block;    
}
div.news-list-morelink a, div.news-list-morelink a:hover {
color:#ED1B24;
text-decoration:none;
font-weight:bold;
}
#center .news-latest-container ul{
 margin-left: 20px;
}
li.news-latest-item {
margin-bottom:15px;
list-style-image:url(images/linews.jpg);
list-style-position:
}
.senden input:hover {
background-image:url(../template_images/btnkontakt2.gif);
border:medium none;
color:#fff;
height:32px;
width:160px;
background-color: #676767;
}
input.btsenden {
background-image:url(../template_images/btnkontakt-spr.gif);
border:medium none;
color:#fff;
height:32px;
width:160px;
background-color: #434343;
}
div.tx-ttnews-browsebox p {
font-weight:bold;
}
.news-list-browse{
margin-top: 10px;
margin-left: 20px;
}
.news-list-browse a {
color:#343434;
text-decoration:none;
font-weight:bold;
}
.news-list-browse .act {
color:#ED1C24;
text-decoration:none;
font-weight:bold;
}
/*  ++++++++++++++++++  */
.csc-textpic .csc-textpic-imagewrap ul li,
.box-hersteller .csc-textpic ul li,
.box-marken .csc-textpic ul li,
.box-sponsoren .csc-textpic ul li,
.box-partner .csc-textpic ul li{
float: left;
list-style: none;
margin-right: 0 7px 0 0;
}

.csc-textpic ul{
 margin:0;
 padding:0;
}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG{
  border:solid 1px black;
}
/* ++++++++++++++++++ */
fieldset.tx-powermail-pi1_fieldset{
  border: none;
  padding: 0;
  padding-right:10px;
}
fieldset legend{ 
  display: none;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text{ 
  width: 150px;
}
fieldset.tx-powermail-pi1_fieldset label{ 
  width: 100px
}
.tx-powermail-pi1_fieldset_datenlinks,
.tx-powermail-pi1_fieldset_datenrechts{
 float: left;
}
fieldset.tx-powermail-pi1_fieldset label, fieldset.tx-powermail-pi1_fieldset fieldset legend{
 font-weight: normal;
}
#powermaildiv_uid53#powermaildiv_uid87{
  width: 500px;
}
.tx_powermail_pi1_fieldwrap_html_radio div{
  width: 70px; 
  float: left;
  clear:both;
}
.powermail_uid14{  width: 30px;}

fieldset.tx-powermail-pi1_fieldset fieldset legend{
 position: static;
  float: left;
  width: 100px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, 
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner{
  margin-left: 0;
  float: left;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
   margin: 20px 0 10px 100px;
   background:url(images/btnkontakt-spr.gif) #666;
  color: #fff;
  width: 160px;
  height: 32px;
  border:none;
  font-size: 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit:hover{
   background:url(images/btnkontakt-spr.gif) 0 -32px #999;
}
fieldset img.powermail_captcha{
  float: left;
  margin-right: 5px;
  border:solid 1px #ccc;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, 
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner{
  clear: none;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, 
fieldset.tx-powermail-pi1_fieldset input.powermail_date, 
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, 
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha{
  background: none repeat scroll 0 0 #fff;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea{
  width: 100%;
  max-width: 416px;
}
.tx-powermail-pi1_fieldset.tx-powermail-pi1_fieldset_formular{
  clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha{
  width: 329px;
}
fieldset.tx-powermail-pi1_fieldset{
  background: #fff;
}

.productform fieldset.tx-powermail-pi1_fieldset input.powermail_text{
  width: 150px;
}
.productform h4{
  margin-bottom: 20px;
}
.productform fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea{
  max-width: 150px;
}

.productform fieldset.tx-powermail-pi1_fieldset input.powermail_captcha{
  width: 78px;
}
.productform fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
  background:#f2231b;
  width: 255px;
  height: 20px;
  font-size: 100%;
  margin:10px 0 0;
  padding: 0 0 3px;
  font-weight: normal;
}

/* scrollout */
.slide-out-div .csc-header.sub{
  background: #F2231B;
  color:#fff;
  font-weight: normal;
  width: 252px;
  text-align: center;
  height: 17px;
  padding: 3px 0;
}


#center .tx-flseositemap-pi1 ul{
  margin-left: 20px
}
.box-hersteller ul li,
.box-marken ul li,
.box-partner ul li{
  margin-right: 12px;
}
.box-hersteller ul li.csc-textpic-lastcol,
.box-marken ul li.csc-textpic-lastcol{
  margin-right: 0px;
}

.box-sponsoren ul li{
  margin-right: 6px;
}


#popup-banner {
    letter-spacing: 3px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.377);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
#popup-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: min(90%, 800px);
    padding: 20px;
}

#popup-banner .tx-imagecycle-pi1 {
    display: block;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}</pre></body></html>