@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for Bollmann

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
  border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a {color:#6F9B31;text-decoration:none;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 0 0; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
  color: #000;
  line-height: 18px;
font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  background: url(../img/bgi/bodz+bg.gif) repeat-y center top;
}

#wrapper {
  width: 964px;
  margin: 0 auto;
}

#header {
  width: 100%;
}

.top_nav {
  width: 100%;
  clear: both;
}

.top_nav ul {
  float: left;
  padding: 5px 0 0 375px;
}

.top_nav ul li {
  float: left;
  padding: 0 0 0 14px;
}

.top_nav ul li a {
  float: left;
  color: #71706f;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.top_nav ul li.list {
  padding-right: 40px;
}

.header_block {
  clear: both;
  width: 100%;
  padding: 16px 0 0 0;
}

#logo {
  float: left;
  width: 197px;
  height: 125px;
  margin: 0 0 0 16px;
}




.headerblock-right {
  float: right;
  width: 462px;
  padding: 64px 0 0 0;
}

.headerblock-right ul {
  float: left;
  width: 140px;
  margin: 0 0 0 15px;
}

.headerblock-right ul li {
  float: left;
  width: 140px;
}

.headerblock-right ul li a{
  float: left;
  font-size: 13px;
  padding: 2px 0 2px 0;
  width: 140px;
  color: #010101;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
}

.headerblock-right ul.listrow li a{
  color:#939393;
}



.headerblock-right ul li a:hover,.headerblock-right ul li a.active {
  color: #57852e;
  border-bottom: 1px solid #57852e;
  background: url(../img/bgi/img1.gif) no-repeat right bottom;
}

.headerblock-right ul li.last a {
  border-bottom: 1px solid #d9d9d9;
}

.headerblock-right ul li.last a.active {
  border-bottom: 1px solid #57852e;
}

.headerblock-right ul li.last a:hover {
  border-bottom: 1px solid #57852e;
}

.headerblock-right ul.listrow {
  float: right;
  width: 105px;
}

.headerblock-right ul.listrow li{
  width: 105px;
}

.headerblock-right ul.listrow li a{
  width: 105px;
}

#main {
  width: 100%;
  clear: both;
  padding: 34px 0 0 0;
}

.block1 {
  position: relative;
  width: 961px;
  min-height: 359px;
  border: 1px solid #D9D9D9;
  
}

.noborder{
  border:none;
}

.block1 .img1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 51px;
  width: 51px;
}

.block1-left {
  float: left;
  width: 482px;
  height: 359px;
  background: url(../img/bgi/product-bag.gif) no-repeat left top;
}

.block1-right {
  float: right;
  width: 452px;
  padding: 5px 0 0 0;
}

.block1-right h3 {
  color: #282828;
  font-size: 24px;
  line-height: 25px;
  display: block;
  font-weight:200;
}

.block1-right h3 span {
  display: block;
  color: #000;
  font-weight:bold;
}

.quarterbox
{  float:left;
  width:25%;
  height:186px;
}

.quarterbox div
{  margin-right:10px;
}

.quarterbox h1 
{  border-bottom: 1px dashed white;
    color: white;
  font-family: 'Open Sans',sans-serif;
    font-size: 23px;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 13px;
    padding-top: 16px;
}

.headline h1
{  color:black;
  line-height:30px;
  padding-left:10px;
}

.quarterbox p
{  color: white;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px;
  
}

.halfbox
{  float:left;
  width:50%;
  height:186px;
}

.halfbox p
{  margin-left:30px;
  margin-top:20px;
  color:#282828;
  font-family: 'Open Sans',sans-serif;
}

.important {font-size:15px;line-height:30px;}

.quarter1 {
  background:url(../img/quarter1.png) no-repeat left top;
}

.quarter2 {
  background:url(../img/quarter2.png) no-repeat left top;
}

.quarter3 {
  background-color:#a2a2a3;
}

.quarter4 {
  background-color:#c1c1c0;
}


.tab_block {
  clear: both;
  width: 452px;
  padding: 25px 0 0 0;
}

.tab_block ul {
  clear: both;
  width: 452px;
}

.tab_block ul li {
  float: left;
}

.tab_block ul li a {
  float: left;
  height: 19px;
  padding: 0 12px 4px 8px;
  line-height: 16px;
  color: #282828;
  font-size: 13px;
  border-bottom: 1px solid #a3a3a2;
  border-left: 1px solid #a3a3a2;
  text-decoration: none;
  background:url(../img/bgi/nav-bg.gif) repeat-x left bottom;
}

.tab_block ul li a:hover {
  color: #669c36;
  background: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/** TABBING **/
.tab-container {
  float: left;
  width: 452px;
  padding: 2px 0 0 0;
  margin-top:10px;
}

.tab-container p {
  width: 410px;
  padding: 0px 0 0 0;
  color: #282828;
  font-size: 13px;
  line-height: 16px;
}

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; border-bottom: 1px solid #a3a3a2;
  border-left: 1px solid #a3a3a2;
  text-decoration: none;
  background:url(../img/bgi/nav-bg.gif) repeat-x left bottom; }
.tab a { font-size: 12px; line-height: 2em; display: block; padding: 0 10px; outline: none; text-decoration:none; color:#282828; font-family: 'Open Sans',sans-serif; }
.tab a:hover { text-decoration: none; }
.tab.active {  position: relative; top: 1px; border:none; background-image:none; }
.tab1 {border-left:none;}
.tab1 a { padding-left:0;}
.tab2.active {border-left: 1px solid #a3a3a2;}
.tab3.active {border-left: 1px solid #a3a3a2;}
.tab a.active { font-weight: bold;color:#669c36; }
.panel-container { padding-top: 10px; }
.panel-container { margin-bottom: 10px; }


/** Bilder **/

.block2-left .csc-textpic-image {margin-right:5px !important; margin-top:10px!important;}





























.productdetail a {
  position: relative;
  float: left;
  margin: 0 0 0 0;
  color: #558f21;
  font-size: 13px;
  text-decoration: none;
  padding: 3px 23px 1px 14px;
  border: 1px solid #cccccc;
}

.productdetail .img1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 16px;
  width: 16px;
}

.block2 {
  width: 100%;
  clear: both;
}

.block2-left {
  float: left;
  width: 483px;
}

.block2-left ul {
  float: left;
  padding: 6px 0 0 0;
}

.block2-left ul li {
  float: left;
  height: 61px;
  margin: 0 3px 0 0;
  border: 1px solid #b2b2b2;
}

.color {
  float: left;
  width: 195px;
}

.color span {
  float: left;
  padding: 12px 0 0 0px;
  color: #000000;
  font-size: 13px;
}

.color p {
  float: left;
  width: 61px;
  height: 59px;
  padding: 4px 0 0 21px;
}

.color p a {
  float: left;
  width: 27px;
  height: 27px;
  margin: 5px 0 0 0;
}

.color p a.ta1 {
  background: #000000;
}

.color p a.ta2 {
  margin-left: 7px;
  background: #a40105;
}

.color p a.ta3 {
  background: #082851;
}

.color p a.ta4 {
  margin-left: 7px;
  background: #562b19;
}

.placeholder {
  float: right;
  padding: 17px 0 0 0;
}

.placeholder a {
  float: left;
  height: 13px;
  padding: 0;
  margin: 3px 0 0 0;
}

.placeholder span {
  float: left;
  color: #558f21;
  font-size: 13px;
  padding: 0 14px 0 15px;
}

#footer {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 10px 0 100px 0;
   margin-bottom: 20px;
}

#footer p {
  font-size: 11px;
  color: #939393;
  text-transform: uppercase;
}
/* End Typography
--------------------------------------------------------------------------------------------------*/

/* =Headings
--------------------------------------------------------------------------------------------------*/

/* End Headings
--------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------*/

/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

/* End Header
--------------------------------------------------------------------------------------------------*/

/* =Main Nav
--------------------------------------------------------------------------------------------------*/

/* End Main Nav
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/

/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/

/* End Footer
--------------------------------------------------------------------------------------------------*/


/* =Forms
--------------------------------------------------------------------------------------------------*/

/* Removing fieldset borders (remove if you want to keep the defaults defined in Normalization) */
fieldset { border: 1px solid transparent; margin: 0; padding: 0; }

li.csc-form-element-select {
    padding-bottom: 10px !important;
}

/* End Forms
--------------------------------------------------------------------------------------------------*/



/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
  

    #slider {
    width:964px;
    height:360px;
    /*IE bugfix*/
    padding:0;
    margin:0;
    }
    #slider li { list-style:none; }
  
  
  
  
.rhino-btn {
  background:url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
  z-index:10;
  width:56px;
  height:53px;
  display:block;
  text-indent:-999%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
  left:-6px;
  background-position:-168px 0;
}

.rhino-next {
  right:-6px;
  background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
  top:-4px;
  left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
  position:absolute;
  background: #000;
  display:none;
  left:0;
  right:0;
  top:0;
  color:#fff;
  padding:10px;
  text-align:right;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}

/*.rhino-bullets {
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin:0 0 0 -50px;
  z-index: 10;
  background: #fff;
  padding:0;
}*/

.rhino-bullets {
  position: absolute;
  bottom: 8px;
  left: 1%;
  z-index: 10;
  padding: 0;
}



.rhino-bullets:before, .rhino-bullets:after {
  position:absolute;
  display:block;
  left:-16px;
  content:' ';
  width:16px;
  height:26px;
  background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
  left:auto;
  right:-16px;
  background-position: -240px 0;
}

.rhino-bullets li {
  float:left;
  display:inline;
  margin:0 2px;
  background:url(../img/dot_light.png) no-repeat;
}

.rhino-bullets li a.rhino-bullet {
  display: block;
  width: 16px;
  height: 10px;
  cursor: pointer!important;
  
  font-size: 10px;
  text-align: center;
  padding: 6px 0 5px 0;
  color: #333;
  text-decoration:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
  background:url(../img/dot_dark.png) no-repeat !important;
  
}

.rhino-bullets li:hover, .rhino-bullets li a:focus {
  
  background:url(../img/dot_dark.png) no-repeat;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
  
  background:url(../img/dot_dark.png) no-repeat;
}




/** Produktbilder **/

.produktbild
{  display: block;
  width: 241px;
  height: 241px;
  text-indent: -99999px;
}

.produktbild_start
{  display: block;
  width: 138px;
  height: 138px;
  text-indent: -99999px;
  margin-left: 50px;
}

.outline_mini {
  background: url('../bilder/outlines/out_mini.png') bottom;}
.outline_mini:hover {
  background-position: 0 0;
}

.outline_easycare {
  background: url('../bilder/outlines/out_easycare.jpg') bottom;}
.outline_easycare:hover {
  background-position: 0 0;
}

.outline_die_andere {
  background: url('../bilder/outlines/out_die_andere.jpg') bottom;}
.outline_die_andere:hover {
  background-position: 0 0;
}

.outline_assista_gross {
  background: url('../bilder/outlines/out_assista_gross.png') bottom;}
.outline_assista_gross:hover {
  background-position: 0 0;
}

.outline_nova {
  background: url('../bilder/outlines/out_nova.jpg') bottom;}
.outline_nova:hover {
  background-position: 0 0;
}

.outline_assista {
  background: url('../bilder/outlines/out_assista.jpg') bottom;}
.outline_assista:hover {
  background-position: 0 0;
}

.outline_medi_light {
  background: url('../bilder/outlines/out_medi_light.jpg') bottom;}
.outline_medi_light:hover {
  background-position: 0 0;
}

.outline_promed {
  background: url('../bilder/outlines/out_promed.jpg') bottom;}
.outline_promed:hover {
  background-position: 0 0;
}

.outline_pflegetasche {
  background: url('../bilder/outlines/out_pflegetasche.png') bottom;}
.outline_pflegetasche:hover {
  background-position: 0 0;
}

.outline_schwesterntasche {
  background: url('../bilder/outlines/out_schwesterntasche.jpg') bottom;}
.outline_schwesterntasche:hover {
  background-position: 0 0;
}

.outline_medicare {
  background: url('../bilder/outlines/out_medicare.png') bottom;}
.outline_medicare:hover {
  background-position: 0 0;
}

.outline_medicarexl {
  background: url('../bilder/outlines/out_medicare_XL.jpg') bottom;}
.outline_medicarexl:hover {
  background-position: 0 0;
}

.outline_medicarexl_small {
  background: url('../bilder/outlines/out_medicareXL_small.png') bottom;}
.outline_medicarexl_small:hover {
  background-position: -1px -1px;
}

.outline_ampullarien1 {
  background: url('../bilder/outlines/out_ampullarium.png') bottom;}
.outline_ampullarien1:hover {
  background-position: 0 0;
}

.outline_ampullarien2 {
  background: url('../bilder/outlines/out_ampullenetui_2.jpg') bottom;}
.outline_ampullarien2:hover {
  background-position: 0 0;
}

.outline_ampullarien3 {
  background: url('../bilder/outlines/out_ampullenetui_3.png') bottom;}
.outline_ampullarien3:hover {
  background-position: 0 0;
}

.outline_ampullenhalter {
  background: url('../bilder/outlines/out_ampullenhalter.jpg') bottom;}
.outline_ampullenhalter:hover {
  background-position: 0 0;
}

.outline_formularmappen1 {
  background: url('../bilder/outlines/out_faechermappe.jpg') bottom;}
.outline_formularmappen1:hover {
  background-position: 0 0;
}

.outline_formularmappen2 {
  background: url('../bilder/outlines/out_formularmappe_2.png') bottom;}
.outline_formularmappen2:hover {
  background-position: 0 0;
}

.outline_formularmappen3 {
  background: url('../bilder/outlines/out_formularmappe_1.png') bottom;}
.outline_formularmappen3:hover {
  background-position: 0 0;
}

.outline_instrumentenetui {
  background: url('../bilder/outlines/out_instrumentenetui.jpg') bottom;}
.outline_instrumentenetui:hover {
  background-position: 0 0;
}

.outline_medicus {
  background: url('../bilder/outlines/out_medicus.png') bottom;}
.outline_medicus:hover {
  background-position: 0 0;
}

.outline_medica_2000 {
  background: url('../bilder/outlines/out_medica_2000.png') bottom;}
.outline_medica_2000:hover {
  background-position: 0 0;
}

.outline_visita {
  background: url('../bilder/outlines/out_visita.png') bottom;}
.outline_visita:hover {
  background-position: 0 0;
}

.outline_progress {
  background: url('../bilder/outlines/out_progress.png') bottom;}
.outline_progress:hover {
  background-position: 0 0;
}

.outline_practicus {
  background: url('../bilder/outlines/out_practicus.png') bottom;}
.outline_practicus:hover {
  background-position: 0 0;
}

.outline_conzertina {
  background: url('../bilder/outlines/out_conzertina.png') bottom;}
.outline_conzertina:hover {
  background-position: 0 0;
}

.outline_concertina_en_fr {
  background: url('../bilder/outlines/out_concertina_en_fr.jpg') bottom;}
.outline_concertina_en_fr:hover {
  background-position: 0 0;
}

.outline_piccola {
  background: url('../bilder/outlines/out_piccola.png') bottom;}
.outline_piccola:hover {
  background-position: 0 0;
}

.outline_tafel {
  background: url('../bilder/outlines/out_tafel.jpg') bottom;}
.outline_tafel:hover {
  background-position: 0 0;
}

.outline_mappe2 {
  background: url('../bilder/outlines/out_mappe_2er.png') bottom;}
.outline_mappe2:hover {
  background-position: 0 0;
}

.outline_mappe3 {
  background: url('../bilder/outlines/out_mappe_3er.png') bottom;}
.outline_mappe3:hover {
  background-position: 0 0;
}

.outline_agent {
  background: url('../bilder/outlines/out_agent.jpg') bottom;}
.outline_agent:hover {
  background-position: 0 0;
}

.product_box {
float:left;
}


/**EN&FR Outlines**/
  
.outline_die_andere_en {
  background: url('../bilder/outlines/out_die_andere_en.jpg') bottom;}
.outline_die_andere_en:hover {
  background-position: 0 0;
}

.outline_die_andere_fr {
  background: url('../bilder/outlines/out_die_andere_fr.jpg') bottom;}
.outline_die_andere_fr:hover {
  background-position: 0 0;
}

.outline_pflegetasche_en {
  background: url('../bilder/outlines/out_pflegetasche_en.jpg') bottom;}
.outline_pflegetasche_en:hover {
  background-position: 0 0;
}

.outline_pflegetasche_fr {
  background: url('../bilder/outlines/out_pflegetasche_fr.jpg') bottom;}
.outline_pflegetasche_fr:hover {
  background-position: 0 0;
}

.outline_schwesterntasche_en {
  background: url('../bilder/outlines/out_schwesterntasche_en.jpg') bottom;}
.outline_schwesterntasche_en:hover {
  background-position: 0 0;
}

.outline_schwesterntasche_fr {
  background: url('../bilder/outlines/out_schwesterntasche_fr.jpg') bottom;}
.outline_schwesterntasche_fr:hover {
  background-position: 0 0;
}

.outline_ampullenhalter_en {
  background: url('../bilder/outlines/out_ampullenhalter_en.jpg') bottom;}
.outline_ampullenhalter_en:hover {
  background-position: 0 0;
}

.outline_ampullenhalter_fr {
  background: url('../bilder/outlines/out_ampullenhalter_fr.jpg') bottom;}
.outline_ampullenhalter_fr:hover {
  background-position: 0 0;
}

.outline_instrumentenetui_en {
  background: url('../bilder/outlines/out_instrumentenetui_en.jpg') bottom;}
.outline_instrumentenetui_en:hover {
  background-position: 0 0;
}

.outline_instrumentenetui_fr {
  background: url('../bilder/outlines/out_instrumentenetui_fr.jpg') bottom;}
.outline_instrumentenetui_fr:hover {
  background-position: 0 0;
}

.outline_agent_en {
  background: url('../bilder/outlines/out_agent_en.jpg') bottom;}
.outline_agent_en:hover {
  background-position: 0 0;
}

.outline_agent_fr {
  background: url('../bilder/outlines/out_agent_fr.jpg') bottom;}
.outline_agent_fr:hover {
  background-position: 0 0;
}

.outline_mappe2_en {
  background: url('../bilder/outlines/out_mappe_2er_en.jpg') bottom;}
.outline_mappe2_en:hover {
  background-position: 0 0;
}

.outline_mappe2_fr {
  background: url('../bilder/outlines/out_mappe_2er_fr.jpg') bottom;}
.outline_mappe2_fr:hover {
  background-position: 0 0;
}

.outline_mappe3_en {
  background: url('../bilder/outlines/out_mappe_3er_en.jpg') bottom;}
.outline_mappe3_en:hover {
  background-position: 0 0;
}

.outline_mappe3_fr {
  background: url('../bilder/outlines/out_mappe_3er_fr.jpg') bottom;}
.outline_mappe3_fr:hover {
  background-position: 0 0;
}

.outline_tafel_en {
  background: url('../bilder/outlines/out_tafel_en.jpg') bottom;}
.outline_tafel_en:hover {
  background-position: 0 0;
}

.outline_tafel_fr {
  background: url('../bilder/outlines/out_tafel_fr.jpg') bottom;}
.outline_tafel_fr:hover {
  background-position: 0 0;
}

.outline_ampullarien1_en {
  background: url('../bilder/outlines/out_ampullarium_en.jpg') bottom;}
.outline_ampullarien1_en:hover {
  background-position: 0 0;
}

.outline_ampullarien1_fr {
  background: url('../bilder/outlines/out_ampullarium_fr.jpg') bottom;}
.outline_ampullarien1_fr:hover {
  background-position: 0 0;
}

.outline_ampullarien2_en {
  background: url('../bilder/outlines/out_ampullenetui_2_en.jpg') bottom;}
.outline_ampullarien2_en:hover {
  background-position: 0 0;
}

.outline_ampullarien2_fr {
  background: url('../bilder/outlines/out_ampullenetui_2_fr.jpg') bottom;}
.outline_ampullarien2_fr:hover {
  background-position: 0 0;
}

.outline_ampullenhalter_en {
  background: url('../bilder/outlines/out_ampullenhalter_en.jpg') bottom;}
.outline_ampullenhalter_en:hover {
  background-position: 0 0;
}

.outline_ampullenhalter_fr {
  background: url('../bilder/outlines/out_ampullenhalter_fr.jpg') bottom;}
.outline_ampullenhalter_fr:hover {
  background-position: 0 0;
}

.outline_formularmappen1_en {
  background: url('../bilder/outlines/out_faechermappe_en.jpg') bottom;}
.outline_formularmappen1_en:hover {
  background-position: 0 0;
}

.outline_formularmappen1_fr {
  background: url('../bilder/outlines/out_faechermappe_fr.jpg') bottom;}
.outline_formularmappen1_fr:hover {
  background-position: 0 0;
}

.outline_formularmappen2_en {
  background: url('../bilder/outlines/out_formularmappe_2_en.jpg') bottom;}
.outline_formularmappen2_en:hover {
  background-position: 0 0;
}

.outline_formularmappen2_fr {
  background: url('../bilder/outlines/out_formularmappe_2_fr.jpg') bottom;}
.outline_formularmappen2_fr:hover {
  background-position: 0 0;
}

.outline_formularmappen3_en {
  background: url('../bilder/outlines/out_formularmappe_1_en.jpg') bottom;}
.outline_formularmappen3_en:hover {
  background-position: 0 0;
}

.outline_formularmappen3_fr {
  background: url('../bilder/outlines/out_formularmappe_1_fr.jpg') bottom;}
.outline_formularmappen3_fr:hover {
  background-position: 0 0;
}


/** Email**/
.csc-mailform{
    color: #282828;
    font-family: 'Open Sans',sans-serif;
    margin-left: 30px;
    margin-top: 20px;
}  
  
.csc-mailform input, .csc-mailform textarea 
{  width:245px;margin-bottom:10px; color: #282828;
}


.csc-mailform p
{  margin-left:0px;
}

.startlanguage 
{  margin-top:50px;margin-left:12px;
}

.startlanguage li
{  float:left;   margin-right: 5px;
}

.startlanguage li a
{  
    color: black;
    float: left;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 66px;
  background: rgb(200, 200, 200) transparent; /* default fallback */
background: rgba(200, 200, 200, 0.7); /* nice browsers */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8c8c8, endColorstr=#c8c8c8); /* IE 6/7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8c8c8, endColorstr=#c8c8c8)"; /* IE8 */
}

.startlanguage li a:hover
{  background-color:white;color:black;
 color: black;
    float: left;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 66px;
  
}

.block2-left div img{
  width:105px;
  margin-right:-2px!important;
  margin-top:10px;
}

.longer a {width:140px!important;}




div.csc-mailform fieldset ol{padding-left:0;}
div.csc-mailform fieldset ol li {float:left;}
div.csc-mailform fieldset ol li input {width:165px}
