@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, sans-serif;
}
td, th {
  f\ont-size: 100%;
}
html {
  color: #666666;
  background: #ffffff none;
  height: 100.01%;
}
body {
background: #ffffff url('/binary.ashx?id=1223') left top repeat-x;
  height: 101%;
  padding-top: 10px;
}


/** Absätze
------------------------------------------------------------- */
p {
  margin: 5px 0 10px 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;
}


.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: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #ffffff url('/binary.ashx?id=1225') left top no-repeat;
}
#header {
  height: 150px;
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent url('/binary.ashx?id=1226') right top no-repeat;
  z-index: 5;
}
#main {
  padding: 180px 0 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
}

#content-sidebar1 {
  width: 780px;
  float: left;
}
#home #content-sidebar1,
#full #content-sidebar1 {
/*  width: 100%; */
}

#home #content-sidebar1 {
  margin: 0 0 0 20px;
  width: 760px; /* volle Breite (930px) für Home, keine Sidebars */
}
#sidebar1 {
  width: 200px;
  float: left;
  margin-top: -30px;
  z-index: 20;
  position: relative;
}
#home #sidebar1 {
  display: none; /* Sichtbarkeit der Sidebar Links auf Home*/
}

#sidebar2 {
  width: 190px;
  float: right;
  padding: 0 10px 10px 0;
  overflow: hidden;
}
#home #sidebar2,
#full #sidebar2 {
/*  display: none; /* Sichtbarkeit der Sidebar Rechts auf Home*/
}

#footer {
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
  padding: 0 0px 40px 0;
  background: transparent url('footer.gif') right 5px no-repeat;
}

#logo {
  position: absolute;
  top: 20px;
  left: 30px;
}
#claim {
  position: absolute;
  top: 50px;
  left: 330px;
  font-size: 18px;
  line-height: 18px;
  z-index: 120;
}






/** Teaser
------------------------------------------------------------- */
ul.teaser li {
background: none;
padding: 0 0 15px 0;
}
ul.teaser li.image img {
position: absolute;
}
ul.teaser li.image p {
margin-left: 150px;
}
ul.teaser p.h {
font-size: 14px;
margin: -15px 0 5px 0;
font-weight: bold;
}

.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;
}

#sidebar1 ul.teaser li {
  background-color: transparent;
  margin-left: 15px;
  margin-right: 15px;
  list-style-type: 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;
}
td label{
  font-weight: bold;
}
/* Alternierende Zeilenfärbung */
tr.odd td {
  color: inherit;
  background-color: white;
}
tr.even td {
  color: inherit;
  background-color: white; /* #EDEDED; */ /*In Tabellen sehen jetzt alle Spalten gleich aus! */
}
/* Tabellen in Formularen */
form table td {
  padding: 0 10px 1px 165px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
h1 {
  margin: 0 0 1em 0;
  font-size: 20px;
  color: #ef7f01;
}
h2 {
  font-size: 16px;
  border-bottom: 1px dotted #B2B4B7;
  padding: 0 0 10px 0;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}
h5, h6 {
  font-size: 12px;
}

ol, ul {
  margin: 1em 0 1em 25px;
}
ul {
  padding: 0;
  margin: 1em 0;
}
#content ul li {
  list-style: none;
  padding: 3px 0 3px 15px;
  background: transparent url('/binary.ashx?id=4057') left 12px no-repeat;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** Links und Anker
------------------------------------------------------------- */
a:link {
  color: #ef7f01;
  text-decoration:underline;
}
a:visited {
color: #ef7f01;
  text-decoration:none;
}
a:hover, a:focus {
  text-decoration:underline;
}
a:active {
}

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

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

#content a:hover {
  text-decoration: none;
}

/** Formulare
------------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}
select,
input,
textarea {
  /* Für Safari */
  font-size: 99%;
}
input,
textarea {
  padding: 1px 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 #CECED0;
  width: 265px;
  float: left;
  font-size: .9em;
}
textarea {
  font-family: Verdana, sans-serif;
  margin: 0;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 265px;
  float: left;
  font-size: .9em;
}
/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}
fieldset {
  border: 0;
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}
legend {
  color: #3C3B3C; /* Schriftfarbe explizit setzen */
  background-color: white;
  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;
}

form fieldset table tr th {
  background-color: white;
  width: 25%;
}

form fieldset table tr td {
  background-color: white;
  padding-left: 25px;
}

#home #ariadne {
  display: none;
}
#ariadne {
  font-size: 11px;
  position: absolute;
  top: 150px;
  left: 200px;
}
.keyvisual #ariadne {
top: 315px;
}
#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: #B2B3B7;
  font-weight: normal;
  text-decoration: none;
  padding: 0 12px 0 0;
  background: #FFF url('/binary.ashx?id=4943') right 4px no-repeat;
}
#ariadne strong {
  background: none;
}
#ariadne li.first a {
  background: none;
}
#ariadne a:hover,
#ariadne a:focus,
#ariadne a:active {
  color: #EE7F01;
  font-weight: normal;
  text-decoration: none;
}
#ariadne strong,
#ariadne a.active {
  font-weight: bold;
}

#header .languageChooser {
position: absolute;
top: 10px;
right: 10px;
font-size: 11px;
}

#header .languageChooser a {
  color: #ef7f01;
}

.sitenav {
  font-size: 11px;
}
#header .sitenav {
  position: absolute;
  top: 0;
  right: 8px;
  text-align: center;
}
#footer .sitenav {
  position: realtiv;
  left: 400px;
  font-size: 100%;
  text-align: center
}
.sitenav li {
  display: inline;
  list-style: none;
  background: none;
  padding: 0 0px 0 0;
}
.sitenav a,
.sitenav strong {
  color: #B2B3B7;
  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: #ef7f01;
  font-weight: normal;
  text-decoration: none;
}
.sitenav strong,
.sitenav a.active {
  font-weight: bold;
}

#subnav {
  margin: 0 15px;
}
#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 #B2B4B7;
  padding: 5px 5px 5px 10px;
  color: #666666;
}
#subnav ul li a:hover {
  background: #F5F5F7 none;
}
#subnav ul li a.active {
  font-weight: bold;
}
#subnav ul li.first a,
#subnav ul li.first strong {
  border-top: 1px dotted #B2B4B7;
}

/* Zweite Ebene */
#subnav ul ul li.first a,
#subnav ul ul li.first strong {
  border-top: 0;
}
#subnav li li {
  border: 0;
}
#subnav li li a,
#subnav li li strong {
  background: #F5F5F7 none;
  padding: 4px 5px 4px 22px;
  font-size: .95em;
  line-height: 1.2em;
}
#subnav li li a:hover {
background: #EDEDEF url('/binary.ashx?id=4945') 13px 9px no-repeat;
  color: #666666;
}
#subnav li li strong {
font-weight: bold;
}
/* Dritte Ebene */
#subnav li li li a,
#subnav li li li strong {
  font-size: .9em;
  padding-left: 35px;
  background: #EDEDEF none;
}
#subnav li li li a:hover,
#subnav li li li strong {
  background: #EDEDEF url('/binary.ashx?id=4945') 25px 7px no-repeat;
}

#nav {
  position: absolute;
  left: 15px;
  top: 100px;
  height: 30px;
  /* border-bottom: 1px solid #B2B4B7; */
  width: 954px;
  height: 31px;
  z-index: 100;
}

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

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

#nav a,
#nav strong {
  font-weight: bold;
  background-color: white;
  color: #ef7f01;
  float: left;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  padding: 0 20px;
  /* border-right: 1px solid #F5F5F7;
  border-left: 1px solid #F5F5F7;
  border-bottom: 1px solid #B2B4B7;
  border-top: 1px solid #F5F5F7; */
}

#nav strong {
  /* border-bottom: 1px solid white;
  border-top: 1px solid #B2B4B7;
  border-right: 1px solid #B2B4B7;
  border-left: 1px solid #B2B4B7; */
}


#nav a.first,
#nav strong.first {
  /* border-left: 1px solid #B2B4B7; */
  color: #ef7f01;
}
#nav a.last,
#nav strong.last {
  border-right: 0;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
  color: grey;
}

#nav strong,
#nav a.active {
  color: grey;
}

#nav .first strong {
  color: #ef7f01;
}

/* Alle Flyouts ausblenden */

#nav ul ul {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: -1px;
  width: 160px;
  z-index: 101;
  border: 1px solid #B2B4B7;
  background-color: #F5F5F5;
}

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

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

#nav ul ul a {
  height: auto;
  width: 120px;
  font-weight: normal;
  line-height: 22px;
  display: block;
  border: 0;
  background: non #F5F5F7;
}
#nav ul ul a:hover {
background: #F5F5F7;
/* color: red; */
}

#nav ul ul li {
  border-bottom: 1px dotted #B2B4B7;
  width: 160px;
}

/* 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 #keyvisual {
  position: absolute;
  top: 150px;
  display: inline;
}
#full #keyvisual,
#normal #keyvisual {
  left: 200px;
}
#full .keyvisual #content,
#home .keyvisual #content  {
  padding-top: 160px;
}

#home .keyvisual #content  {
  padding-top: 500px;
}

.keyvisual #main {
  padding: 350px 0 0 0;
}
#full .keyvisual #main,
#home .keyvisual #main {
  padding-top: 180px;
}
#normal .keyvisual #sidebar1 {
  margin-top: -200px;
}

#fastSearch {
  position: absolute;
  top: 42px;
  right: 5px;
  width: 200px; 
  padding: 0 0 0 30px;
  line-height: 25px;
  background: none; <!-- #ffffff url('/binary.ashx?id=1224') left top no-repeat; -->
}
#fastSearch .text {
  display: none;
}
#fastSearch .textfield input {
  background: transparent none;
  width: 155px;
  border: 1px solid #ef7f01;
  padding-top: 3px;
}
#fastSearch .submit input {
  margin: 0 0 0 0px;
}


span.searchResultScore span {
  display: block;
  width: 200px;
  background-color: white;
  border: 1px solid #E0E3E3;
  height: 5px;
}

span.searchResultScore span span {
  display: block;
  background-color: #E0E3E3;
  height: 3px;

}

#content {
  width: 570px;
  float: right;
  padding: 0 10px 10px 0;
}
#full #content {
  width: 770px;
  padding: 0 10px 10px 0;
}
#home #content {
  width: 100%;
}


#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;
}
iframe{
/* border: 1px solid green; /* for testing */
frameBorder:0;
/* scrolling:no; */

}

.product {
  
}

.product a {
  color: white;
}

.product a.visited {
  color: white;
}

.product .headline {
  padding: 5px 8px 8px 8px;
  margin: 0;
  background-color: lightgrey;
  color: white;
  height: 35px;
  vertical-align: center;
}

.product .headline-empty {
  margin: 0 0 16px 0;
  height: 0px;
}

.product .content {
  padding: 15px 15px 15px 15px;
  margin: 0 0 15px 0;
}

.product .content .price {
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 1em;
  right: 15px;
}

.product .content .image {
  text-align: center;
}

.product .content .text {

}

.product-container {
  margin-top: 15px;
}

.product-container tr {
  margin-bottom: 30px;
}

.product-container tr td {
  float: left;
  height: 100%;
  vertical-align: top;
  position: relative;
  margin: 0;
}

.product li a:link {
  color: #ef7f01;
  text-decoration:underline;
}

}

.refTitle {
  background: #ef7f01 none;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 565px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  clear: both;
}

.reference {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 15px;
}

.reference .image {
  float: left;
  display: block;
  width: 175px;
  margin-bottom: 15px;
  text-align: center;
}

.reference .image-empty {
  float: left;
  display: block;
  width: 175px;
}

.reference .content {
  float: left;
  margin-top: -15px;
  margin-bottom: 15px;
}

.reference .content .headline {
  font-weight: bold;
}

#content .ref-container {
  display: block;
  padding-bottom: 30px;
  float: left;
  background-color: transparent;
}

.quote-title {
  border-bottom: 1px solid #ef7f01;
  width: 100%;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 15px;
}

.quote-container {
  width: 100%;
}

.quote-container tr {
  margin: 0;
}

.quote-container td {
  float: left;
  height: 100%;
  vertical-align: top;
  position: relative;
}

.quotation {
  margin: 0 15px 15px 15px;
}

.quotation .headline {
  background: lightgrey none;
  font-weight: bold;
  color: white;
  width: 100%;
  text-align: center;
}

.quotation .logo {
  display: block;
  text-align: center;
  margin: 15px 0;
}

.quotation .quote {
  display: block;
  text-align: center;
  margin-bottom: 55px;
}

.quotation .author {
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}

.faq-headline {
  border-bottom: 1px solid #ef7f01;
  width: 100%;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 15px;
}

.faq {
  
}

.faq-odd {
  background-color: white;
}

.faq-even {
  background-color: #F7F7F7;
}

.faq a.boxup {
  display: block;
  width: 98%;
  background: transparent url('/binary.ashx?id=3749') 90% 50% no-repeat;
  padding: 10px 0 10px 2%;
}

.faq a.boxup:hover {
  background-color: #E7E7E7;
}

.faq a.boxdown {
  display: block;
  width: 98%;
  background: transparent url('/binary.ashx?id=3751') 90% 50% no-repeat;
  padding: 10px 0 10px 2%;
}

.faq a.boxdown:hover {
  background-color: #E7E7E7;
}


.faq .answer {
  border-top: 1px dotted lightgrey;
  margin-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

