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


/** Absätze
------------------------------------------------------------- */

p {
  margin: 10px 0 0 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: Helvetica, Arial, sans-serif, monospace;
  font-size: 110%;
  line-height: 1.2;
  margin: 1.5em 0;
}
code {
  font-family: Helvetica, Arial, sans-serif, 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: Helvetica, Arial, sans-serif, monospace;
  font-size: 110%;
  font-style: normal;
}
/**
-------------------------------------------------------------
  Regeln für besondere Bereiche
------------------------------------------------------------- */
#top {
  width: 760px; /*980px;*/
  margin: 0 auto;
  padding: 0;
  position: relative;
/* background: #ffffff url('/binary.ashx?id=1225') left top no-repeat; */
}
#header {
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
/* background: transparent url('/binary.ashx?id=1226') right top no-repeat; */
  z-index: 5;
/* border: 1px solid yellow;     +++für Layoutzwecke eingefügt+++ */
}
#main {
  padding: 100px 0 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
}

#content-sidebar1 {
  width: 760px; /*780px;*/
  float: left;
/* margin-top:-40px; /* +++ wenn header height kleiner wird, margin um gleiche Pixelzahl verringern +++*/
/* border: 1px solid red;  /* +++für Layoutzwecke eingefügt+++ */
}
#home #content-sidebar1,
#full #content-sidebar1 {
  width: 100%;
}
#home #top{
width: 785px;
}

#home #content-sidebar1 {
/*  margin: 0 20px;*/
/* width: 930px; */
/* border: 1px solid red;  /* +++für Layoutzwecke eingefügt+++ */
}


#content {
  z-index: 10000;
}
#home{
background-color: black;
}

/* +++ unauffällig sichtbare Navigation auf Wunsch von Herrn Loskant +++ */
#home #nav A{
/*display: none;*/
background-color: black;
color: #202020;
/* border: 1px solid red; */

}

#home #nav {
  position: absolute;
  left: 90px; 
  top: 1100px;
  /*bottom: 1px; */
  float: right;
}
/* +++ Ende: unauffällig sichtbare Navigation auf Wunsch von Herrn Loskant +++ */


#home #logo{
display: none;
}


#home .medium{
float: right;
/* border: 1px solid green; */
}
#home #content{
margin: 0;
/* border: 1px solid green; */
}
#sidebar1 {
  margin: 0 0 0 35px;
  /*width: 760px;/*200px;*/
  float: left;
  /*margin-top: -50px;/*-65px;*/
  z-index: 20000;
  position: absolute; /*relative;*/
  top: auto;
  left: 155px;
/* border: 1px solid yellow;   /*  +++für Layoutzwecke eingefügt+++ */

}
#home #sidebar1 {
  display: none;
}

#sidebar2 {
  width: 190px;
  float: right;
  padding: 0 10px 10px 0;
  overflow: hidden;
}
#home #sidebar2,
#full #sidebar2 {
  display: none;
}

#footer {
  display: none;  /* ergänzt    +++Footer wird nicht angezeigt+++  */
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
  padding: 0 100px 40px 0;
  background: transparent url('footer.gif') right 5px no-repeat;
}
#logo {
  position: absolute;
/* top: 100px; /*20px; */
/*  left: 30px; */
  bottom: -15px;
  float:left; /*ergänzt*/
  /* border: 1px dotted green;   +++für Layoutzwecke eingefügt+++ */
}
#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;
}

table {
  /* margin: 1em 0; */
  width: 429px; /*100%;*/
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  color: inherit;
/* background-color: #D4D5D9; /*+++ wirkt sich auch auf den Labelbereich von Formularen aus. +++*/
  padding: 3px 5px;
  font-weight: bold;
  text-align: right;/*left;*/
}
td {
  width: 50%;
  padding: 3px 5px;
}
/* Alternierende Zeilenfärbung */
/*
  tr.odd td {
  color: inherit;
  background-color: red;
}
tr.even td {
  color: inherit;
  background-color: #EDEDED;
}
*/
/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0;
}

h2, h3, h4, h5, h6 { /* h1 entfernt, um Darstellung wie Standardtext zu ermöglichen, auf Wunsch von Herrn Loskant siehe unten */
  margin: 2em 0 1em 0;
  font-weight: bold;
}
h1 {
font: normal 12px/18px Helvetica, Arial, sans-serif; /* h1 Überschriften werden wie Standardtext */
/*                                                       dargestellt zur Suchmaschinenoptimierung */
/*                               auf Wunsch von Herrn Loskant, Tipp von Suchmaschinenspezialisten extern */
/*  margin: 0 0 1em 0; */
/*  font-size: 20px; */
/*  color: orange;   /*geändert; Farbe der Überschriften im Contentbereich*/
}
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: #ffffff url('/binary.ashx?id=1220') left 12px no-repeat;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** Links und Anker
------------------------------------------------------------- */
a:link {
  color: gray;  /*#9B074E;*/
  text-decoration:none;
}
a:visited {
color:  gray; /*#9B074E;*/
  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;
  background-color: #ffffff;
  font-weight: normal;
  
/* float: right; */
}
input.text {
/*  font-family: Verdana, sans-serif; */
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 265px; /* 100%; */
  font-size: .9em;
}
textarea {
/*  font-family: Verdana, sans-serif; */
  margin: 0;
  color: inherit;
  background-color: #FFFFFF; 
  border: 1px solid #CECED0;
/* border-bottom: 1px solid black; */
  width: 265px; /*100%;*/
  font-size: .9em;
}
/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}
fieldset {
border: 1px solid white; /* Firefox verschiebt sonst die Überschrift (legend) */
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0; 
}
legend {
  color: orange; /* Schriftfarbe explizit setzen */
  background-color: white;
  /*font-weight: bold;*/
  font-size: 20px;
  padding: 0 0 10px 0; 
  margin: 0 0 20px 180px;
/*border: 1px solid red;/**/
}
optgroup {
  padding: 5px 0;
  font-style: normal;
}
option {
  padding: 0 5px 0 0;
}
optgroup option {
  padding: 0 5px 0 15px;
}
.gf_captcha{
margin: 15px 0 0 145px;
}
.gf_submit #ctl01_submitForm {
margin-left: 33px;
padding: 0 10px 0 10px;
}

#home #ariadne {
  display: none;
}
#ariadne {
  display: none; /* ergänzt  +++Anzeige wo man sich befindet unterhalb des Menüs wird nicht angezeigt+++ */
  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=1219') right 4px no-repeat;
}
#ariadne strong {
  background: none;
}
#ariadne li.first a {
  background: none;
}
#ariadne a:hover,
#ariadne a:focus,
#ariadne a:active {
  color: #9B074E;
  font-weight: normal;
  text-decoration: none;
}
#ariadne strong,
#ariadne a.active {
  font-weight: bold;
}

#home #header .languageChooser {
position: static;
margin-top: 620px;
text-align: center;
font-size: 11px;
display: block;
/*border: 1px solid red;*/
}

#header .languageChooser {
position: absolute;
top: 10px;
right: 2px;
font-size: 11px;
}

.sitenav {
  display: none;  /*ergänzt     ++Site Navigation und Footer Nav nicht sichtbar!++     */
  font-size: 11px;
}
#header .sitenav {
  position: absolute;
  top: 0;
  right: 60px;
}
.sitenav li {
  display: inline;
  list-style: none;
  background: none;
  padding: 0 7px 0 0;
}
.sitenav a,
.sitenav strong {
  color: orange;      /*geändert*/
  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: orange;      /*geändert*/
  font-weight: normal;
  text-decoration: none;
}
.sitenav strong,
.sitenav a.active {
  font-weight: bold;
}

/* Untermenü, wird angezeigt, wenn es tiefer liegender Strukturpunkte gibt */
#subnav {
  /*margin: 0 0 0 35px; /*geändert*/
  border: 0;
}
#subnav ul,
#subnav li {
background: none;
  padding: 0;
  margin: 0;
  display: inline;
}

/* Erste Ebene  +++Standard links angeordnet+++ */
#subnav ul li a,
#subnav ul li strong {
  display: inline; /* block; */
  text-decoration: none;
  /* border-bottom: 1px dotted #B2B4B7; */
  padding: 0px 15px 5px 0px; /*geändert*/
  color: black;   /*#666666;*/
}
#subnav ul li strong {   /*ergänzt*/
  color: orange;           /*ergänzt*/
  font-weight: normal;   /*ergänzt*/
}                        /*ergänzt*/
#subnav ul li a:hover {
  /*background: #F5F5F7 none;*/
  color: orange; /*ergänzt*/
}
#subnav ul li a:active {
  /* font-weight: bold; */
  color: orange; /*ergänzt*/
}
#subnav ul li a:focus{
  font-weight: normal;
  color: orange;
  border: 0;
}

#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=1221') 13px 9px no-repeat;
  color: #666666;
}
#subnav li li strong {
/*font-weight: bold;*/
color: blue;
}
/* 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=1221') 25px 7px no-repeat;
}

/* +++ Änderungen zur Hauptnavigation der Startseite (#home) finden sich unter toucan-t default!! +++ */

#nav {
  position: absolute;
  left: 170px; /*15px;*/ 
  /*top: 100px;*/
  bottom: 1px;
  float: right;
  height: 15px; /*30px;*/
  /* border-bottom: 1px solid #B2B4B7; */
  width: 605px; /*geändert*/
  border: none;
  z-index: 100;
}

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

#nav li {
  display: inline;
  position: relative;
  float: left;
}
#nav li.first {     /* ergänzt;   +++sorgt dafür, dass die "entry" Seite, nicht im Menü angezeigt wird!+++   */  
  display: none;    /* ergänzt */
}                   /* ergänzt */

#nav a,
#nav strong {
  background-color: white;
  color: black; /*#3C3B3C;*/
  font: normal 12px Helvetica, Arial, sans-serif; /*ergänzt*/
  float: left;
  height: 15px;/*30px;*/
  line-height: 15px; /*30px;*/
  text-decoration: none;
  padding: 0 0 0 20px; /*geändert*/
/* 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; */
}
#nav a.last,
#nav strong.last {
  border-right: 0;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
  color: orange;/*#9F084B;*/
  /* background-color: #F5F5F7; */
}
#nav strong,
#nav a.active {
  color: orange; /* #9F084B; */
}


/* Alle Flyouts ausblenden */

#nav ul ul {
  display: none; /*  +++kein Ausklappen der Unterstrukturpunkte+++  */
  visibility: hidden;
  position: absolute;
  top: 31px;
  left: -1px;
  width: 160px;
  z-index: 100;
  border: 1px solid #B2B4B7;
  border-bottom: 0;
  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 li {
  border-bottom: 1px solid #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 {
  display: none; /*ergänzt    +++Suche wird nicht mehr angezeigt!+++  */
  position: absolute;
  top: 42px;
  right: 5px;
  width: 295px;
  padding: 0 0 0 30px;
  line-height: 25px;
  background: #ffffff url('/binary.ashx?id=1224') left top no-repeat;
}
#fastSearch .text {
  display: none;
}
#fastSearch .textfield input {
  background: transparent none;
  width: 155px;
  border: 0;
  padding-top: 3px;
}
#fastSearch .submit input {
  margin: 0 0 0 10px;
}


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 {
  margin: 30px 141px 10px 0;
  width: 429px; /*570px;*/
  float: right; 
  padding: 30px 0 10px 0; /*geändert*/
/* border: 1px solid green;  /* +++für Layoutzwecke eingefügt+++ */
}
#full #content {
  width: 760px;/*770px;*/
  padding: 0 10px 10px 0;
/*  border: 1px solid blue;  /* +++für Layoutzwecke eingefügt+++ */

}
#home #content {
  width: 100%;
}

#content img.medium{
margin: 0 0 0 -190px;
}


#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;
}

img.content-image {
    float: left;
    width: 311px;
    height: 100%;
    margin-left: -35px;
}

.content-thumb {
    float: right; 
    margin: 0 0 7px 7px;
    width: 44px;
    height: 44px;
    border: none;
}

div#popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: transparent url('/binary.ashx?id=2608') repeat;
   cursor: default;
}

div#popup div#inner {
   position: fixed;
   width: 50%;
   height: 50%;
   top: 25%;
   left: 25%;
   background: white none;
   border: none;/*medium black solid;*/
   z-index: 1;
   padding: 25px;
   cursor: auto;
}

div#products
{
  position: relative;
  overflow: hidden;
  left: -188px;
  width: 760px;
  margin-left: 4px;
  margin-right: 4px;
/*  border: 1px solid green; */
}

div#LOOP
{
  float: left;
  width: 144px;
/*  border: 1px solid green; */
}
div#CUT
{
  width: 80px;
  padding-right: 5px;
  float: right;
/* border: 1px solid green; */
}

div#productContent
{
/*  margin: 0 0 0 20px; */
  width: 472px;
  float: left;
  overflow: hidden;
/*border: 1px solid red; */
}

div#mainImage
{
  float: left;
}
div#subImage
{
  float: left;
}
div#subImage div.line
{
/*  overflow: hidden; */
}
div#subImage div.line *
{
  display: block;
  width: 44px;
  height: 44px;
  float: left;
  padding:0 0 7px 7px;
}
#products h1
{
  padding-top: 1px;
  color:gray;
  font-weight: normal;
  font-size: 24px;
}
#products h1.active
{
  color: orange;
}
#products ul li 
{
  background: none;
  padding: 0;
}
#content #products ul li a
{
  color: gray;
  text-decoration: none;
}
#content #products ul li.active a
{
  color: orange;
  font-weight: bold;
}
#content #products ul li a:hover
{
  color: orange;
}
.produktExtensionText {
  margin-left: 40px;
/* width: 270px; */
}

#content #productContent .download
{
  clear: both;
  width: 100%;
  text-align: left;
/* padding-left: 40px; */
}
#content #productContent a.download
{
  background-image: url('/binary.ashx?id=3421');
  background-repeat: no-repeat;
  background-position:left center;
  padding-left: 12px;
  margin-left:40px;
}

