@charset "utf-8";
/**
-------------------------------------------------------------
Medien:         Bildschirme und Projektoren
Autor:          Markus Fortmann
------------------------------------------------------------- */
/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */
* {} /* Safari-Bugfix */
* {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 12px/18px arial, tahoma, georgia;
}

html {
  color: #333333;
  background-color: white;
  height: 100%;
}
body {
  background: transparent url('/bin?id=1761') center top repeat-x;
  padding: 0;
}

td, th {
  f\ont-size: 100%;
}

body#contact {
  background: none;
  margin: 0;
  padding: 0;
}

.invisible {
  position: absolute;
  left: -9999px;
}

p.error {
  color: red;
}


/** Absätze
------------------------------------------------------------- */
p {
  margin: 0 0 16px 0;
}

/** Bilder
------------------------------------------------------------- */
img {
  border: 0;
}
img.float--right {
  float: right;
  padding: 0 0 10px 10px;
}
img.float--left {
  float: left;
  padding: 0 10px 10px 0;
}
.testimonial img.float--left {
  padding: 0 20px 0 0;
}

.defbreite {
  width: 260px;
}

/** Präformatierter und Quelltext
------------------------------------------------------------- */
pre {
  font-family: "Courier New", monospace;
  font-size: 110%;
  line-height: 1.2;
  margin: 1.5em 0;
}
code {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
  vertical-align: baseline;
  padd\ing: 0 3px;
}
pre code {
  font-size: 1em;
}
/** Textauszeichnung
------------------------------------------------------------- */
ins[title], del[title] {
  border-bottom: 1px dotted #1A1A1A;
}
ins {
  text-decoration: none;
  font-weight: bold;
}
dfn {
  font-style: normal;
}
samp {
  font-size: 110%;
  vertical-align: baseline;
}
kbd {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
}
/**
-------------------------------------------------------------
  Regeln für besondere Bereiche
------------------------------------------------------------- */

#top {
  width: 998px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#home #top {
  z-index: 10;
}

#header {
  height: 97px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

#content-sidebar1 {
  width: 749px;
  float: left;
}

#sidebar1 {
  width: 234px;
  float: left;
  z-index: 20;
  position: relative;
  padding: 0 0 20px 8px;
}

/* Homepage by MH */
#home #sidebar1 {
  margin-top: 72px;
  width: 200px;
  padding: 16px 14px 20px 16px;
  background-color:#FFF;
  margin-left: 8px;
}

#main {
  padding: 144px 0 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
}

#sidebar2 {
  width: 242px;
  float: right;
  padding: 0 0 30px 0;
  overflow: hidden;
}
/* Homepage by MH */
#home #sidebar2 {
  margin-top: 130px;
  width: 186px;
  padding: 16px 16px 0 16px;
  background-color:#FFF;
  margin-right: 20px;
} 
#full #sidebar2 {
  
}

#logo {
  position: absolute;
  top: 11px;
  left: 24px;
}
#claim {
  position: absolute;
  top: 55px;
  left: 290px;
  font-size: 13px;
  line-height: 18px;
  z-index: 120;
  display: none;
}

table {
  margin: 1em 0;
  width: 100%;
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  color: inherit;
  background-color: #D4D5D9;
  padding: 3px 5px;
  font-weight: bold;
  text-align: left;
}
td {
  padding: 3px 5px;
}
/* Alternierende Zeilenfärbung */
tr.odd td {
  color: inherit;
  background-color: white;
}
tr.even td {
  color: inherit;
  background-color: #EDEDED;
}
/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0;
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  display: block;
}

.h1,
h1 {
  font-size: 15px;
  color: #ff6600;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 10px 0;
  clear: both;
}

.h2,
h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.h2 a {
  font-size: 16px;
  font-weight: normal;
}

#sidebar2 .h2 {
  margin: 0;
  font-size: 14px;
}

.h3,
h3 {
  font-size: 12px;
  line-height: 18px;
}

#sidebar2 .h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}
h5, h6 {
  font-size: 10px;
}

ol, ul {
  margin: 1em 0 1em 25px;
}
ul {
  padding: 0;
  margin: 1em 0;
}

#content ul li {
  list-style: none;
  padding: 3px 0 3px 12px;
  background: transparent url('/bin?id=1590') left 8px no-repeat;
}

#home #content #otherNews ul li {
  padding: 3px 0 3px 20px;
  background: transparent url('/bin?id=2993') left 4px no-repeat;
}

#sidebar2 ul li li {
  list-style: none;
  padding: 0 0 0 10px;
  background: transparent url('/bin?id=1590') left 7px no-repeat;
}

#sidebar2 ul {
  margin: 20px 0 0 0;
  padding: 0;
}

#sidebar2 ul ul {
  margin: -10px 0 0 2px;
}

dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** Links und Anker
------------------------------------------------------------- */
a:link {
  color: #FA6101;
  text-decoration:none;
}
a:visited {
color: #FA6101;
  text-decoration:none;
}
a:hover, a:focus {
  text-decoration:underline;
}
a:active {
}

#content a:link {
  text-decoration: none;
}

#content a:visited {
  text-decoration: none;
}

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

a.mp4movie {
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: transparent url('/bin?id=1941') left center no-repeat;
}

/** Formulare
------------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}


form th {
  background-color: transparent;
  text-align: left;
  width: 130px;
  vertical-align: top;
  font-weight: normal;
}

select,
input,
textarea {
  /* Für Safari */
  font-size: 99%;
}
input,
textarea {
  padding: 3px 3px;
}
input, label {
  vertical-align: middle;
}
label {
  padding: 0 5px 0 2px;
}
input.text {
  font-family: Verdana, sans-serif;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #C9C9CA;
  width: 90%;
  font-size: .9em;
}

input.readonly {
  color: #AAAAAA;
}

textarea {
  font-family: Verdana, sans-serif;
  margin: 0;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 100%;
  font-size: .9em;
}
/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}
fieldset {
  border: 0;
  padding: 20px 20px 10px 20px;
  background: #F8F8F8 url('/bin?id=2185') left top repeat-x;
  margin: 0 0 10px 0;
  border: 1px solid #EBEBEB;
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}
legend {
  color: #3C3B3C; /* Schriftfarbe explizit setzen */
  font-weight: bold;
  padding: 1px 5px;
}
optgroup {
  padding: 5px 0;
  font-style: normal;
}
option {
  padding: 0 5px 0 0;
}
optgroup option {
  padding: 0 5px 0 15px;
}


p.submit input {
  padding: 3px 25px 3px 3px;
  margin: 0;
  width: 180px;
  border: 0;
  color: white;
  font-weight: bold;
  background: #F75810 url('/bin?id=2174') right center no-repeat;
  float: right;
}

.hint {
  color: #666666;
}

/* Newsletter-Anmeldung */
span.newspaperman {
  display: block;
  margin-top: 15px;
}

#home #ariadne {
  display: none;
}
#ariadne {
  position: absolute;
  top: 110px;
  font-size: 11px;
  padding: 3px 0;
  width: 100%;
}

* html #ariadne {
  width: 720px;
}

.keyvisual-high #ariadne {
  top: 494px;
}

.keyvisual-middle #ariadne {
  top: 304px;
}

.keyvisual-low #ariadne {
  top: 209px;
}


#ariadne ol {
margin: 0;
padding: 0;
}
#ariadne li {
display: inline;
  list-style: none;
}
#ariadne li {
  padding: 0 7px 0 0;
}
#ariadne a,
#ariadne strong {
  color: #BEBEBE;
  font-weight: normal;
  text-decoration: none !important;
  padding: 0 12px 0 0;
  background: transparent url('/bin?id=1589') right 4px no-repeat;
}
#ariadne strong {
  background: none;
}
#ariadne li.first a {
  background: none;
}
#ariadne a:hover,
#ariadne a:focus,
#ariadne a:active {
  color: #FA6101;
  font-weight: normal;
  text-decoration: none;
}
#ariadne strong,
#ariadne a.active {
  font-weight: bold;
}

#header .languageChooser {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 11px;
}

.sitenav {
  font-size: 11px;
  display: none;
}
#header .sitenav {
  position: absolute;
  top: 0px;
  right: 100px;
}
.sitenav li {
  display: inline;
  list-style: none;
  background: none;
  padding: 0 7px 0 0;
}
.sitenav a,
.sitenav strong {
  color: #3C3B3C;
  font-weight: normal;
  text-decoration: none;
  padding: 0 12px 0 0;
}
.sitenav strong {
  background: none;
}
.sitenav li.first a {
  background: none;
}
.sitenav a:hover,
.sitenav a:focus,
.sitenav a:active {
  color: #FA6101;
  font-weight: normal;
  text-decoration: none;
}
.sitenav strong,
.sitenav a.active {
  color: #BEBEBE;
}

#subnav {
  margin: 0 0 50px 0;
}
#subnav ul,
#subnav li {
background: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* Erste Ebene */
#subnav ul li a,
#subnav ul li strong {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #DEDEDE;
  padding: 5px 5px 5px 15px;
  color: #333333;
  background: transparent url('/bin?id=1591') 5px 10px no-repeat;
  width: 214px;
}

#subnav ul li a:hover {
  color: #F75810;
}

#subnav ul li strong,
#subnav ul li a:hover {
  background-color: white;
}

#subnav ul li strong {
  color: #F75810;
}

#subnav ul li a.active {
  font-weight: bold;
  background-color: white;
}
#subnav ul li.first a,
#subnav ul li.first strong {
  border-top: 1px dotted #DEDEDE;
  margin-top: -1px;
}

/* Zweite Ebene */
#subnav ul ul li.first a,
#subnav ul ul li.first strong {
  border-top: 1px dotted #DEDEDE;
}
#subnav li li {
  border: 0;
}
#subnav li li a,
#subnav li li strong {
  background: white none;
  padding: 5px 5px 4px 25px;
  font-size: .90em;
  line-height: 1.2em;
  width: 204px;
}
#subnav li li a:hover {
  color: #F75810;
}
#subnav li li strong {
  color: #F75810;
  font-weight: normal;
}
/* Dritte Ebene */
#subnav li li li a,
#subnav li li li strong {
  font-size: .9em;
  padding-left: 25px;

}

#subnav li li li strong {
  font-weight: bold;
}

#navAndSearch {
  top: 65px;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 33px;
}

#navAndSearch .inner {
  position: relative;
  width: 984px;
  margin: 0 auto;
}

#nav {
  height: 33px;
  width: 650px;
  float: left;
}

#nav ul {}

#nav ul,
#nav li{
  background: none;
  padding: 0;
  margin: 0;
}

#nav li {
  display: inline;
  position: relative;
  float: left;
}

#nav a,
#nav strong {
  background-color: white;
  color: #333333;
  padding: 3px 16px;
  float: left;
  height: 25px;
  line-height: 31px;
  margin: 0 1px 0 0;
  text-decoration: none;
  background: none;
  font-weight: bold;
  background: no-repeat 5px top;
}

* html #nav a,
* html #nav strong {
  line-height: 24px;
}

#nav li a span {
  visibility: hidden;
  font-size: 12px;
  font-family: verdana;
  padding-left: 5px;
}

#nav a.first,
#nav strong.first {
  
}
#nav a.last,
#nav strong.last {
  border-right: 0;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
  background-position: 5px bottom;
}
#nav strong,
#nav a.active {
  color: #F75810;
  background-position: 5px bottom;
}

/* Alle Flyouts ausblenden */

#nav ul ul {
  text-align: left;
  visibility: hidden;
  position: absolute;
  top: 31px;
  left: 0;
  width: 170px;
  z-index: 100;
  padding: 5px 0 10px 0;
  background-color: #E6E6E6;
  border: 1px solid #CFCFCF;
  border-top: 0;
}

/* hover: 2. Ebene für neue Browser ausklappen*/

#nav ul li:hover ul {
  visibility: visible;
}

#nav ul ul a {
  height: auto;
  width: 132px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  border: 0;
  background-color: #E6E6E6;
  padding: 1px 0 1px 16px;
  margin: 0;
  font-family: arial;
}

#nav ul ul li a.active {
  color: #3C3B3C;
  height: 52px;
  width: 134px;
  line-height: 58px;
  font-weight: bold;
  padding: 6px 0 0 0;
  border: 0;
  margin: 0;
  background-color: #E6E6E6;
}

#nav ul ul li a.last {
  margin-bottom: 5px;
}

#nav ul ul a:hover {
  color: #ff6600;
  font-weight: bold;
}

/* Styles für die IE6 Tabelle, damit sie keinen Platz wegnimmt. */
#nav table,
#nav table td {
  border-collapse: collapse;
  width: 0;
  height: 0;
  border: 0;
  font-size: 1.3em;
  margin: 0;
}
/* hover: 2. Ebene im IE6 ausklappen mit ausgedehnten <a href> */
#nav li a:hover table ul {
  left: -2px;
  top: 19px;
  width: 180px;
  border: 1px solid red;
  background-color: #d1dae3; 
}

.nokeyvisual #keyvisual {
  display: none;
}
.keyvisual-high #keyvisual {
  position: absolute;
  display: inline;
  left: 0;
  top: 97px;
  height: 380px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
/* Homepage by MH */
#home #keyvisual {
  position: absolute;
  display: inline;
  left: 0;
  top: 97px;
  height: 453px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.keyvisual-middle #keyvisual {
  position: absolute;
  display: inline;
  left: 0;
  top: 97px;
  height: 190px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.keyvisual-low #keyvisual {
  position: absolute;
  display: inline;
  left: 0;
  top: 97px;
  height: 95px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}


#full #keyvisual,
#normal #keyvisual {

}
#full .keyvisual-high #content,
#home .keyvisual-high #content  {
  padding-top: 380px;
}

#home .keyvisual #content  {

}

/* Homepage by MH */
#home #main {
  padding-top: 151px;
}

.keyvisual-high #main {
  padding: 530px 0 0 0;
}

.keyvisual-middle #main {
  padding: 340px 0 0 0;
}

.keyvisual-low #main {
  padding: 245px 0 0 0;
}


#full .keyvisual-high #main,
#home .keyvisual-high #main {
  padding-top: 180px;
}

#fastSearch {
  line-height: 25px;
  background: transparent url('/bin?id=1594') left 1px no-repeat;
  z-index: 10;
  height: 33px;
  width: 280px;
  padding: 0 0 0 30px;
  float: right;
  margin-top: 2px;
}

#fastSearch form {
  margin: 0;
  padding: 0;
}

#fastSearch .text {
  display: none;
}
#fastSearch .textfield input {
  background: transparent none;
  width: 155px;
  border: 0;
  margin: 0;
  padding-top: 3px;
}
#fastSearch .submit input {
  margin: -2px 0 0 15px;
}


/* Suchergebnisseite */
span.searchResultScore {
  display: block;
}
span.searchResultScore span {
  display: block;
  width: 200px;
  background-color: white;
  height: 5px;
}

span.searchResultScore span span {
  display: block;
  background-color: #FA6101;
  height: 5px;
}

#taglist dt {
  background: transparent url(/bin?id=2775) repeat-x bottom left;
  padding: 5px;
  margin: 0 0 15px 0;
}
#taglist dt p {
  margin: 0;
  font-size: .9em;
}
#taglist dt span.link a {
  font-size: .8em;
  display: block;
}

.pagebrowser {
  height: 20px;
  line-height: 17px;
  vertical-align: middle;
}
.pagebrowser img {
  margin-bottom: -4px;
}
.buttons-before {
  margin-right: 20px;
}
.buttons-after {
  margin-left: 20px;
}
#content .buttons-before a,
#content .buttons-after a {
  text-decoration: none;
}

/** Teaser
------------------------------------------------------------- */
#content ul {
  margin-bottom: 10px;
}

#content ul.teaser li {
  background: none;
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}

#content ul.teaser .inner ul li {
  padding: 3px 0 3px 12px;
  background: transparent url('/bin?id=1590') left 8px no-repeat;
}

#content ul.teaser .inner {
  border: 0;
  padding: 0;
}

#content ul.teaser li.image div.image {
  width: 140px;
  float: left;
  border-right: 1px solid #EBEBEB;
  margin-right: -1px;
}

#content ul.teaser li.image .inner {
  float: left;
  width: 305px;
  border-left: 1px solid #EBEBEB;
  padding: 0 0 0 20px;
}

#content ul.teaser li.image160 .inner {
  margin: -120px 0 0 180px !important;
  border-right: 0;
  border-left: 1px solid #EBEBEB;
  padding: 0 20px;
}

#content ul.teaser span.headline {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  
}

#content ul.teaser span.date {
  display: block;
  font-weight: normal;
  color: #666666;
  font-size: 11px;
}

#content ul.teaser span.more {
  display: block;
  text-align: right;
  margin-top: 0;
  margin-right: 10px;
}

#content ul.teaser span.more a {
  background: transparent url('/bin?id=2993') left 4px no-repeat;
  padding: 5px 0 5px 22px;
  color: #333333;
}

#home #content ul.teaser span.more a {
  background: transparent url('/bin?id=2993') left 4px no-repeat;
}

.sidebar .teaser li {
  background-color: #F5F5F7;
  border-bottom: 1px dotted #B2B4B7;
  border-top: 1px dotted #B2B4B7;
  padding: 25px 10px 5px 10px;
  margin: 0 0 20px 0;
}

#content ul.teaser li li {
  border: 0 !important;
}

#footer {
  padding: 15px 30px;
  background: white url('/bin?id=2586') left top repeat-x;
  font-size: 11px;
  height: 130px;
}
#home #footer {
  margin-top: 52px;
}

div.footernavigation {
  margin: 0 auto;
  width: 980px;
}

div.footernavigation ul {
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 30px;
}

div.footernavigation {
  overflow: hidden;
}

#footer a {
  color: #A4A4A5;
}

li.headline {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
}

#content ul.relatedCustomers li {
  background: none;
  display: inline;
  float: left;
}
ul.relatedCustomers a {
  display: block;
  width: 120px;
  height: 60px;
  background-position: 0 -60px;
}
ul.relatedCustomers a:hover,
ul.relatedCustomers a.current {
  background-position: 0 0;  
}

#newsticker {
  background: #242424 url('/bin?id=2076') left top repeat-x;
  height: 37px;
}

#newsticker h3 {
  position: absolute;
  left: 0;
  top: 422px;
  background: #242424 url('/bin?id=2078') left top no-repeat;
  width: 168px;
  height: 37px;
  margin: 0;
}

#newsticker span.allNews a {
  position: absolute;
  right: -10px;
  top: 422px;
  background: #242424 url('/bin?id=2079') left top no-repeat;
  width: 168px;
  height: 37px;
  margin: 0;
  display: block;
}

#newsticker span.allNews a span,
#newsticker h3 span {
  position: absolute;
  left: -2000px;
}

#newsticker ul {
  position: relative;
  left: 170px;
  top: 0;
  width: 640px;
  display: inline;
}

#newsticker ul,
#newsticker li {
  background: transparent none !important;
}

#content #newsticker ul li {
  display: inline;
  margin: 0;
  padding: 0;
  width: 620px;
  line-height: 37px;
}

#newsticker li a {
  color: white;
  font-size: 11px;
  text-decoration: none !important;
}

#newsticker li a:hover {
  text-decoration: underline !important;
}

#boxCluster .row {
  width: 100%;
  height: 180px;
  background-color: #e3e5e6;
  margin: 0;
  padding: 10px 0;
}
#boxCluster .box, 
#boxCluster .firstBox, 
#boxCluster .lastBox {
  height: 180px;
  float: left;
  margin-right: 12px;
  position: relative;
  background: #ffffff url('/bin?id=2098') no-repeat right top;
}
#boxCluster .lastBox {
  margin-right: 0;
  background: #ffffff none;
}
.colspan1,
.colspan2,
.colspan3,
.colspan4 {
  background: transparent url('/bin?id=2097') no-repeat left top;
  height: 100%;
}
.firstBox .colspan1,
.firstBox .colspan2,
.firstBox .colspan3,
.firstBox .colspan4 {
  background: none;
}
.colspan1 {
  width: 230px;
}
.colspan2 {
  width: 480px;
}
.colspan3 {
  width: 720px;
}
.innerContainer {
  background: transparent url('/bin?id=2100') no-repeat right bottom;
  height: 100%;
}
.lastBox .innerContainer {
  background: none;
}
#boxCluster .inner {
  background: transparent url('/bin?id=2099') no-repeat left bottom ;
  height: 100%;
  overflow: hidden;
}
#boxCluster .firstBox .inner {
  background: none;
}

#boxCluster .teaser {
  padding: 15px;
}
#boxCluster .teaser ul {
  margin: 5px 0 0 0;
}
#boxCluster .teaser ul li {
  background: transparent url('/bin?id=2101') no-repeat left 8px;
}
#boxCluster .teaser p.h {
  margin: 0;
}
#boxCluster .teaser p.h a {
  text-decoration: none;
  font-size: 18px;
}
#boxCluster .moreLink {
  position: absolute;
  bottom: 15px;
}

#boxCluster div.h {
  margin: 0;
  color: #9B074E;
  font-size: 18px;
  position: absolute;
  left: 170px;
  top: 15px;
}

#boxCluster .testimonial {
  clear: both;
}
#boxCluster .testimonial p {
  margin: 0;
}
#boxCluster .testimonial .quotation {
  padding: 43px 0 0 0;
  height: 90px;
  width: 270px;
  overflow: hidden;
  font-size: 11px;
}
#boxCluster .testimonial img.person {
  float: left;
  padding: 0 20px 0 0;
}
#boxCluster .testimonial .source {
  font-weight: bold;
  font-size: 11px;
}

#boxCluster .testimonialBrowser {
  position: absolute;
  bottom: 15px;
  left: 170px;
}
#boxCluster .testimonialBrowser a {
  display: block;
  width: 44px;
  height: 23px;
  float: left;
}
#boxCluster .testimonialBrowser a.active {
  background-position: 0 -23px;
}
#boxCluster .testimonial .scroller {
  position: absolute;
  top: 43px;
  right: 22px;
  height: 90px;
}
#boxCluster .testimonial .scroller .scrollDown {
  margin: 59px 0 0 0;
  display: block;
}


/*
#home #content .row {
  width: 100%;
  height: 180px;
  background-color: #e3e5e6;
  margin: 0;
  padding: 10px 0;
}
#home #content .box {
  height: 180px;
  background-color: #ffffff;
  float: left;
  margin-right: 12px;
  position: relative;
}
#home #content #lastBox {
  margin-right: 0;
}
.colspan1 {
  width: 230px;
  height: 100%;
}
.colspan2 {
  width: 480px;
  height: 100%;
}
.colspan3 {
  width: 720px;
  height: 100%;
}
#home #content .box .inner {
  overflow: hidden;
  height: 148px;
  padding: 0 15px;
}
#home #content .box .top {
  background: transparent url('/bin?id=2098') no-repeat top right;
  height: 16px;
}
#home #content .box .top .inner {
  background: transparent url('/bin?id=2097') no-repeat top left;
  height: 16px;
}
#home #content .box .bottom {
  background: transparent url('/bin?id=2100') no-repeat bottom right;
  height: 16px;
}
#home #content .box .bottom .inner {
  background: transparent url('/bin?id=2099') no-repeat bottom left;
  height: 16px;
}
#home #content .box #firstBox .top .inner,
#home #content .box #firstBox .bottom .inner,
#home #content #lastBox .top,
#home #content #lastBox .bottom {
  background: none;
}

#home #content p.h {
  font-size: 18px;
  margin: 0 0 10px;
}
#home #content p.h a {
  text-decoration: none;
}
#home #content .box .inner ul li {
  background: transparent url('/bin?id=2101') no-repeat scroll left 8px;
}

.testimonials {
  height: 180px;
}
.testimonialsContainer {
  height: 180px;
  overflow: hidden;
  position: relative;
  top: -16px;
  padding: 0;
}
.testimonial {
  clear: both;
}
.testimonial p {
  margin: 0;
  padding: 0;
}

#home #content .box .testimonials .bottom {
  position: relative;
  top: -32px;
}

.testimonials .quotation {
  height: 96px;
  overflow: scroll;
  position: relative;
  top: 30px;
}
.source {
  position: relative;
}
*/

#sitemap ul li {
  border: 1px solid #EBEBEB;
  margin: 0 0 20px 0;
  padding: 10px 10px 5px 10px;
  background: #F8F8F8 url('/bin?id=2185') left top repeat-x;
  font-size: 14px;
  font-weight: bold;
}

#sitemap ul li li {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent  none;
  font-size: 12px;
  padding: 0 0 0 20px;
  font-weight: normal;
}

#sitemap ul li li li {
  font-size: 11px;
  padding: 0 0 0 40px;
}

#fastNewsletter {
  overflow: hidden;
  display: block;
}

#fastNewsletter #nEmail {
  border: 1px solid #DEDEDE;
  width: 210px;
  padding: 3px 10px;
  margin-bottom: 3px;
}

#fastNewsletter button {
  cursor: pointer;
  border: 0; 
  background-color: transparent;
  float: right;
  background: transparent url('/bin?id=1590') left 7px no-repeat;
  padding: 0 0 0 10px;
  color: #666666;
  text-align: left;
  width: 70px;
}
#fastNewsletter div.submit a {
  background: transparent url('/bin?id=1590') left 4px no-repeat;
  padding: 0 0 0 10px;
}
#fastNewsletter div.submit {
  text-align: right;
}
#fastNewsletter p {
  margin: 0 0 5px 0;
}

#contact .image {
  margin-bottom: 10px;
}

#content #otherNews {
  margin-top: 20px;
}


/* Homepage by MH */
#home #content #otherNews {
  margin-top: 0;
  margin-right: 20px;
  border-top: 1px solid #7f7f7f;
  height: 37px;
  position: relative;
}

#home #content #otherNews ul li {
  padding-bottom: 10px;
}

* + html #home #content #otherNews ul li {
  padding-bottom: 7px;
}

/* Homepage by MH */
#home #content #otherNews ul{
  margin: 0 0;
  position: absolute;
  top: 0;
}

#otherNews span.date {
  display: block;
  width: 75px;
  float: left;
}

#otherNews span.headline {
  display: block;
  width: 370px;
  float: left;
}

#home #otherNews span.headline {
  width: 362px;
}

#otherNews li {
  overflow: hidden;
}

#social {
  overflow: hidden;
}

#social ul li {
  list-style: none;
  display: inline;
  background: none;
  padding: 0;
  margin: 0 2px 0 0;
  float: left;
}

#social ul li a {
  display: block;
  width: 18px;
  border: 1px solid #CCCCCC;
  height: 18px;
}

#social ul li a span {
  position: absolute;
  left: -3000px;
}

a.twitter {
  background: transparent url('/bin?id=2805') left top no-repeat;
}

a.facebook {
  background: transparent url('/bin?id=2806') left top no-repeat;
}

#content {
  width: 468px;
  float: right;
  padding: 0 16px 16px 16px;
}
#contact #contentArea {
  width: 468px;
  padding: 0 16px 16px 16px;
  margin: 0 auto;
}

#full #content {
  width: 984px;
  padding: 0;
}

/* Homepage by MH */
#home #content {
  width: 484px;
  height: 318px;
  overflow:hidden;
  padding: 16px 0 10px 16px;
  background-color:#FFF;
}

#content .pageTeaser {
  background: transparent url('/bin?id=1787') left top no-repeat;
  width: 750px;
  height: 180px;
  margin-bottom: 10px;
}

#home #content .pageTeaser {
  margin: 0 10px 10px 10px;
}

#content .pageTeaser .inner {
  padding: 30px 30px 30px 350px;
}

#home #content .pageTeaser {
  background: #fff url('/bin?id=1948') left top no-repeat;
  width: 944px;
  height: 266px;
}

#home #content .pageTeaser .inner {
  padding: 30px 160px 30px 340px;
}


#content .formbox {
  color: #000;
  background-color: #F5F5F7;
  border: 1px dotted #B2B4B7;
}
#content .row {
  clear: both;
  padding: 2px 0px;
}
#content .label {
  float: left;
  width: 250px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}
#content .field {
  float: right;
  width: 300px;
  text-align: left;
}
#content .submit {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}



/* Einrahmungen im Content-Bereich */
#content .border {
  margin-bottom: 20px;
}

#content .border .top .inner,
#content .border .bottom .inner {
  background: transparent url('/bin?id=1851') left top no-repeat;
  height: 10px;
  width: 10px;
  border: 0;
  padding: 0;
}

#content .border .top,
#content .border .bottom {
  background: white url('/bin?id=1852') right top no-repeat;
  border: 0;
  height: 10px;
}

#content .border .bottom .inner {
  background: transparent url('/bin?id=1853') left top no-repeat;
}

#content .border .bottom {
  background: white url('/bin?id=1854') right top no-repeat;
  clear: both;
}

#content .border .inner {
  border-left: 1px solid #E0DCDC;
  border-right: 1px solid #E0DCDC;
  padding: 10px 20px 10px 30px;
  overflow: hidden;
}


/* Listen mit Kundenlogos */
#customerList {
  overflow: hidden;
}

#customerList li {
  background: transparent none !important;
  padding: 0 !important;
  display: inline;
  position: relative;
  float: left;
  
  margin: 10px !important;
}

#customerList li a {
  border: 1px solid #E0DCDC;
  padding: 10px !important;
  display: block;
  width: 120px;
}

#customerList li a:hover {
  border: 1px solid #FFD300;
}

#customerList h3 {
  clear: both;
}

/* Screenshot bei Projekten */
#preview img {
  border: 1px solid #E0DCDC;
}
#thumbs img {
  border: 1px solid #E0DCDC;
}

#content .footer {
  text-align: right;
  margin-top: 10px;
}

#content .footer a.print {
  background: white url('/bin?id=2797') left 2px no-repeat;
  padding: 2px 0 2px 26px;
  color: #5B5B5B;
}

.telfax {
  width: 30px;
  display: block;
  float: left;
}

.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
.jScrollPaneDrag {
  position: absolute;
  background: #e6e6e6;
  cursor: pointer;
  overflow: hidden;
}
.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 11px;
}
a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 11px;
}


a.jScrollArrowUp {
  background: url('/bin?id=2863') repeat-x 0 0;
}
a.jScrollArrowUp:hover {
  background-position: 0 -12px;
}
a.jScrollArrowDown {
  background: url('/bin?id=2864') repeat-x 0 0;
}
a.jScrollArrowDown:hover {
  background-position: 0 -12px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  background-position: 0 -24px;
}

.scroll-pane {
  width: 200px;
  height: 200px;
  overflow: auto;
  background: #fff;
  float: left;
}


#pane {
  height: 290px;
}

#otherNews .headline a {
  color: #333333;
}
