* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 14px;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    }
html {
  background-color: #C4C4C4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#C4C4C4));
  background-image: -webkit-linear-gradient(top, #EDEDED, #C4C4C4);
  background-image:    -moz-linear-gradient(top, #EDEDED, #C4C4C4);
  background-image:      -o-linear-gradient(top, #EDEDED, #C4C4C4);
  background-image:         linear-gradient(to bottom, #EDEDED, #C4C4C4);
  background-repeat:no-repeat;
  height: 100%;
  overflow-y:scroll;
    }
html, body, h1, h2, h3, h4, p, ul, li {
    margin: 0px;
    padding: 0px;
    border: 0;
    color: grey;
    }
p {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    color:#333;
    text-align: justify;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
    border: 0;
    }
h1 {
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 140%;
    color:#808080;
    word-spacing:1pt;
    padding-bottom:0.5em;
    }
h2 {
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    line-height:3.8em;
    text-align:left;
    }
h3 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    color:#666;
    font-weight: bold;
    text-align:left;
    margin: 0px;
    padding: 0px;
    }
p.bold {
    font-weight:bold;
    text-align:left;
    color:#999;
    padding: 0.5em 0;
    }
body {
    font-family: 'TitilliumText25L400wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #333;
    position: static;
    z-index: 1;
    display: block;
    }
.cw {
    width: 980px;
    }
.main {
    /* width: 1010px; */
    margin: 0 auto;
    background-color:transparent;
    }
.container {
    margin: 0 auto;
    background-color:transparent;
    }
li * {
    text-align: center;
    vertical-align: middle;
    }
/**
 * =header
 */
#top {
    position: absolute; top:0;
    margin: 0 auto;
    height: 40px;
    background-color:transparent;
    }
#logocontainer {
    position: absolute; top:11px;
    margin: 0;
    width: 250px;
    height: 70px;
    text-align:left;
    background-color:transparent;
    float:left;
    z-index: 999;
    }
.logo {
    padding: 0;
    margin: -7px 0 0 15px;
    }
/* Logo-Grau: color: #A9A8A7; */
#headcontainer {
    position: relative; top:41px;
    width: 750px;
    height: 70px;
    float:right;
    background-color:transparent;
    padding-right: 2em;
    }
#claim {
    position:absolute;
    top: 59px;
    left: 6px;
    font-family: 'TitilliumText25L400wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    vertical-align:top;
    text-align: left;
    color:#808080;
    margin:0;
    font-size: 8pt;
    word-spacing: 0.1em;
    padding-left:49px;
    }
/**
 * =Login
 */
h1.login {
    font-size: 120%;
    padding: 3em 3em 2.5em;
    }
p.login {
    /* padding: 0 3em 2em 4em; */
    }
li.login {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    color:#333;
    text-align: justify;
    line-height: 1.4em;
    padding: 0 0 1em;
    list-style: none;
    margin: 0;
    }
.logintext {
    width: 43%;
    margin: 0;
    border-left: grey 1px solid;
    padding: 0 2.8em;
    float: right;
    }
#form {
    width: 38%;
    float:left;
    margin: 0;
    padding: 1em 3em;
    }
.form {
    border: none;
    }
.textlink {
    margin: 0 !important;
    }
.login a {
    font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    text-decoration: none;
    margin:0;
    text-align: left;
    vertical-align:bottom;
    color:grey;
    }
.login a:hover {
    color:red;
    }
.login2 a {
    font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    text-decoration: underline;
    margin:0;
    text-align: left;
    vertical-align:bottom;
    color:grey;
    }
.login2 a:hover {
    color:red;
    }
#register a {
    color:#333 !important;
    }
#register a:hover {
    color:red !important;
    }
#cleanup {
	width:500px;
	margin:0 auto;
}
/*
input[type="button"], input[type="submit"]  {
    float: right;
    background: white;
    border: 1px solid #F3F3F3;
    cursor: pointer;
    margin: 0 11px;
    padding: 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}
input[type="text"], input[type="password"], select,textarea {
    padding: 4px 2px;
    border: 1px solid rgb(221,221,221);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    -webkit-box-shadow: rgba(0,0,0,0.12) 0px 0px 3px inset;
   -moz-box-shadow: rgba(0,0,0,0.12) 0px 0px 3px inset;
   background: #F3F3F3;
}
::selection     {background: red !important;}
::-moz-selection  {background: red !important;}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: red !important;}
*/
#loginheadcontainer {
    position: relative; top:41px;
    width: 715px;
    height: 70px;
    float:right;
    background-color:transparent;
    padding-right: 1em;
    }
#loginmenu {
    position: relative;
    width:715px;
    max-width:740px;
    display: block;
    list-style: none outside none;
    border: 0 none;
    margin:0;
    padding:0 0.8 em 0;
    }
#loginmenu a {
    display: block;
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #333;
    text-decoration: none;
    margin:0;
    text-align:center;
    }
#loginmenu a:hover,
    strong {
    background: transparent;
    color: red;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -o-transition: color linear .15s;
    transition: color linear .15s;
    }
/**
 * =menu
 */
#menu {
    position: relative;
    width:740px;
    max-width:740px;
    display: block;
    list-style: none outside none;
    border: 0 none;
    margin:0;
    padding:0 3em 0;
    }
.wn-menu {
    position:relative;
    top:30px;
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding: 0 1.8em;
    float: left;
    border: 0 none;
    margin:-4px 0 0;/*  vertical-align:bottom; */
    text-align:center;
    }
.en {
    padding: 0 2em;
    }
.mr {
    padding-right:0 !important;
    }
#menu a {
    display: block;
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #333;
    text-decoration: none;
    margin:0;
    text-align:center;
    }
#menu a:hover,
    strong {
    background: transparent;
    color: red;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -o-transition: color linear .15s;
    transition: color linear .15s;
    }
#here {
    background-color: white;
    font-family: 'TitilliumText25L600wt', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #333;
    text-decoration: none;
    margin:-12px 0 0 0;
    text-align:center;
    border-bottom-width: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    background: white no-repeat;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: ;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    text-decoration: none;
    padding: 16px 20px 16px;
    line-height: 1px;
    vertical-align: baseline;
    cursor: auto;
    list-style-type: none;
/*  z-index:999; */
    }
#here a {
    font-family: 'TitilliumText25L600wt', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #333;
    text-decoration: none;
    margin:-16px 0 0 0;
    text-align:center;
    border-bottom-width: 0;
    text-decoration: none;
    padding: 16px 0;
    vertical-align: baseline;
    cursor: pointer;
    list-style-type: none;
    }
#here a:hover {
    background: transparent;
    color: grey;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
    transition: color linear .2s;
    }
#menubox {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: ;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    }
/**
 * =sub menu
 */
.submenuc {
    position: absolute;
    margin: 0px 0 0 -2px;
    top:0;
    height:70px;
    width: 967px;
    padding: 0 0 0 15px;
    background-color:grey;
    background-color: #E7E6E7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E7E6E7));
    background-image: -webkit-linear-gradient(top, #ffffff, #E7E6E7);
    background-image:    -moz-linear-gradient(top, #ffffff, #E7E6E7);
    background-image:      -o-linear-gradient(top, #ffffff, #E7E6E7);
    background-image:         linear-gradient(to bottom, #ffffff, #E7E6E7);
    z-index: 999;
    }
ul.navigation li {
    list-style: none;
    float: left;
    width: 16.5em;
    padding-top: 28px;
    }
ul.navigation li.active a {
	color: red !important;
}
/**
 * =danger
 */
ul.navigation li a,
    strong {
    display: table;
    width: 100%;
    height: 40px;
    background: transparent;
    color: #999;
    }
ul.navigation li span {
    display: table-cell;
    padding: 0 1em;
    }
ul.navigation li a:hover,
    strong {
    background: transparent;
    color: #333;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
    transition: color linear .2s;
    }
#submenu {
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 90%;
    color: grey;
    list-style: none;
    width: 978px;
    float: left;
    background: transparent;
    color: inherit;
    padding-left: 1em;
}
/**
 * =main content
 */
.boxline {
    border: 1px solid;
    border-color:transparent;
    /*
    border: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    */
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    }
.invisibleboxline {
    border: 1px solid;
    border-color:transparent;
    }
.box {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: white no-repeat;
/*  border: 1px solid; */
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    }
.boxradius {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    }
.content {
    background-color: white;
    }
#repositioning {
    position:absolute;
    top:-2px;
    left:-2px;
    overflow: hidden;
    }
#content {
	margin: 30px 30px 50px;
}
#content.wmenu {
	margin: 100px 30px 50px; 
}
/**
 * =top box
 */
.c1 {
    width: 980px;
    position:absolute;
    top: 88px;
    margin-bottom: 50px;
    height: auto;
    }
/**
 * =content top box
 */
.cs {
    background-image:url(img/slide1a.jpg);
    background-repeat:no-repeat;
    background-position:-2px -2px;
    background-color:white;
    }
.cforum {
    background-image:url(img/forum.jpg);
    background-repeat:no-repeat;
    background-position:-10px 0;
    background-color:white;
    }
/**
 * =second box
 */
.c2conctainer {
    position:absolute;
    z-index:1;
    top: 505px;
    height:auto;
    padding:0 0 2em;
    margin-top: 0;
    margin-bottom: 2em;
    clear:both;
    }
/**
 * =Sprachenschalter
 */
#langbox {
    position:absolute;
    z-index:-1;
    background-color:#FAFAFA;
    top:20px;
    right:-30px;
    height:auto;
    width:40px;
    padding:0;
    margin: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.5px 3px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0.5px 3px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0.5px 3px !important;
    }
.clang p {
    text-align: right;
    color:grey;
    text-shadow: 2px 2px 0 white;
    padding:0.4em;
    }
.clang a {
    font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    text-decoration: none;
    margin:0;
    text-align: right;
    padding:0;
    color:grey;
    text-shadow: 2px 2px 0 white;
    }
.clang a:hover {
    color:red;
    }
/**
 * =top content second box
 */
.c2 {
    height:auto;
    margin-top: 0;
    margin-bottom: 0.6em;
    }
.c2 p {
    margin: 0 10px 20px;
    line-height: 20px;
    padding: 0;
    vertical-align:text-bottom;
    }
.c2b h2 {
    margin: 0 10px 20px;
    line-height: 20px;
    vertical-align:text-bottom;
    }
.c2 h3 {
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 110%;
    color:grey;
    font-weight:normal;
    margin: 0 10px;
    line-height: 20px;
    vertical-align:text-bottom;
    }
.c2 i {
    font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-style:italic;
    font-size: 95%;
    color:#333;
    text-align: right !important;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    border: 0;
    }
    
        
/* BCDS table
*/

th a {
	color: #EB3D00 !important;
}
    
.all {
    column-span: all;
    -webkit-column-span: all;
    -moz-column-span: all;
    -ms-column-span: all;
    -o-column-span: all;
    }
.grey p {
    color: grey;
    }
.headl p {
    margin: 0.5em 1em 2em 2em;
    }
.headl h2 {
    margin: 0.8em 1.8em 0;
    }
.c2frame {
    padding:4em 0 1.2em;
    }
.c2frame2 {
    padding:0.6em 0 2em;
    }
.c2wrap {
    padding:2.8em 2em;
    }
.c2wrap.bladetext {
    padding-top: 0;
    }
.mail a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95% !important;
    color:grey !important;
    text-align: left;
    padding: 0;
    border: 0;
    }
.mail a:hover {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95% !important;
    color:red !important;
    text-align: left;
    padding: 0;
    border: 0;
    }
/**
 * =3 column table | no flow
 */
div.3col {
    margin: 0 30px 30px;
    }
div.col-all {
    width: 288px;
    padding-bottom: 20px;
    }
div.col-one {
    margin: 0 0 0 40px;
    float: left;
    clear: right;
    }
div.col-three {
    margin: 0 40px 0 0;
    float: right;
    }
div.col-two {
    margin: 0 15px;
    float: left;
    }
/**
 * =3 column table
 */
div.three-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    -ms-column-gap: 10px;
    -o-column-gap: 10px;
    margin: 0 30px 30px;
    }
div.oneline {
    margin: 0 40px;
    }
div.three-col2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    margin: 0 40px 40px;
    }
.break {
    page-break-inside:avoid;
    }
.ctable {
    padding:0 2em;
    border:0;
    margin:0;
    }
.ccell {
    width:33%;
    padding:0;
    border:0;
    margin:0;
    }
.cccompany {
    vertical-align: top;
    }
.ccpic {
    padding: 0 2em 2em;
    }
.noblock p {
    text-align: left;
    }
.headline {
    font-size:120%;
    }
.unten{
    vertical-align: bottom;
    }
.ccell a {
    color:#999999;
    font-size:85%;
    line-height:normal;
    text-align: right;
    }
.ccell a:hover {
    color: red;
    font-size:85%;
    line-height:normal;
    text-align: right;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
    transition: color linear .2s;
    }
div.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    margin: 0 40px 40px;
    width: 60%;
    }
div.extra-col {
    position:absolute;
    left: 67%;
    top: 6em;
    width: 26%;
    margin: 0 40px 40px 0;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: ;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    }
/**
 * =2 column table
 */
div.two-colfirst {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    margin: 0 40px 40px;
    width: 61%;
    float: left;
    }
div.sec-col {
    position:absolute;
    left: 67%;
    top: 57px;
    width: 288px;
    margin: 0 40px 40px 0;
    }
/**
 * =2 column table | reversed
 */
div.two-colrow {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    margin: 0 40px 40px;
    width: 61%;
    float: right;
    }
div.first-col {
    position:absolute;
    left: 40px;
    top: 57px;
    width: 288px;
    margin: 0 40px 40px 0;
    }
/**
 * =Unternehmen
 */
.teamtext h2 {
    margin: 0px;
    padding: 21px 0px 0px;
    line-height: 20px;
    }
.teamtext p {
    margin: 0px;
    padding: 4px 0px 0px;
    line-height: 15px;
    }
.ttright h2,
.ttright p {
    text-align:right;
    }
teambox {
    margin: 0;
    padding: 0;
    background-color:transparent;
}
/**
 * =Administration
 */
.cadmin {
    background: url(img/administration.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =Aerodynamik
 */
.caero {
    background: url(img/aero.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =Loads
 */
.cloads {
    background: url(img/loads.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =Struktur
 */
.cstructure {
    background: url(img/struktur.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =Manufaktur
 */
.cmanufacture {
    background: url(img/manufaktur.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =Turbinen
 */
.cturbine {
    background: url(img/turbinen.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =F&E
 */
.cfe {
    background: url(img/fe.jpg) no-repeat -2px -2px #fff;
    }
/**
 * =Blades
 */
#products {
    margin: 0 30px 0 50px;
    overflow: hidden;
    position: relative;
    }
#products.clone {
    margin: 0;
    width: auto;
    position: absolute;
    left: -9000px;
    display: block;
    }
#products ul {
    width: 2000px;
    list-style: none;
    float: left;
    position: relative;
    left: 0;
    }
#products.clone ul {
    width: auto;
    }
#products li {
    float: left;
    }
#products a {
    padding: 369px 5px 0;
    display: block;
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color:#333;
    background-image:url(img/blade-sprite2.png);
    background-repeat:no-repeat;
    }
#products a:hover {
    color: #f00;
    }
#slider-controls {
    list-style: none;
    }
#slider-controls a {
    position: absolute;
    width: 32px;
    height: 0;
    padding: 32px 0 0;
    left: 5px;
    bottom: 2px;
    background: url(img/slider/prev-horizontal.png) no-repeat 0 0;
    overflow: hidden;
    }
#backward a {
    left: auto;
    right: 5px;
    background: url(img/slider/next-horizontal.png) no-repeat 0 0;
    }
#slider-controls a:hover { background-position: -32px 0; }
#slider-controls a:active { background-position: -64px 0; }
#slider-controls a.disabled,
#slider-controls a.disabled:hover,
#slider-controls a.disabled:active {
    background-position: -96px 0;
    }
.cb {
    background-image:url(img/bladebg.png);
    background-repeat:no-repeat;
    background-position:-1px -1px;
    background-color:white;
}
.bnhere {
    color:#999;
    }
#products .bnhere:hover {
    color:#333;
    opacity:0.6;
    }
.box .bladetext h2 {
    font-family: 'TitilliumText25L1wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size:120%;
    line-height: 1.4em;
    letter-spacing:1pt;
    margin: 0.1em 2em 1em;
    line-height: 1.5em;
    padding:0;
    }
.bladetext p {
    margin: 0 2.5em 0.5em;
    line-height: 1.5em;
    padding:0;
    }
#bladedatabox1 {
    float:left;
    width: 400px;
    margin:0;
    padding:0;
    border-right: 1px solid silver;
    }
#bladedatabox1 p {
    text-align:left;
    padding-right:1em;
    }
#bladedatabox2 {
    float:left;
    width: 160px;
    margin:0;
    padding:0
    }
#bladedatabox2 p {
    padding-left: 4em;
    }
#bladedatabox3 {
    float:right;
    width: 330px;
    margin:0;
    padding:0;
    }
#bladedatabox3 p {
    margin:0;
    padding:0;
    }
.bladedata p {
    margin:0;
    padding:0;
    }
.downloadlink a {
    font-family: 'TitilliumText25L400wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    color:#999999;
    font-size:95%;
    line-height: 3em;
    padding-left: 4em;
    }
.downloadlink a:hover {
    color:red;
    }
.clearchen {
    clear:both;
    }
/**
 * =Netzwerk
 */
.cm {
    background-image:url(img/map.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-color:white;
    }
.mapbox  {
    position:absolute;
    background-color: transparent;
    top: 10px;
    height:306px;
    margin: 0px;
    padding: 30px 40px 40px;
    opacity: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
      -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
           -o-transition: all 0.3s ease-out;
              transition: all 0.3s ease-out;
    }
.mapbox:hover {
    background-color: white;
    opacity: 0.65;
/*  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    */
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    }
.mapbox.usa {
    position:absolute;
    left: 10px;
    width: 180px;
    border: 1px solid;
    border-color:transparent;
    }
.mapbox.europe {
    position:absolute;
    left: 280px;
    width: 270px;
    border: 1px solid;
    border-color:transparent;
    }
.mapbox.asia {
    position:absolute;
    left: 640px;
    width: 248px;
    border: 1px solid;
    border-color:transparent;
    }
.raumlinks {
    padding-left: 1.5em !important;
    }
.networkli li {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    color:#333;
    text-align: left;
    line-height: 1.6em;
    margin: 0 0 0 3.8em;
    padding: 0 0 0 10px;
    border: 0;
    list-style: circle;
    }
.networkli li a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    color:#333;
    text-align: left;
    line-height: 1.6em;
    padding: 0;
    border: 0;
    vertical-align:top;
    }
.networkli li a:hover {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 95%;
    color:red;
    text-align: left;
    line-height: 1.6em;
    padding: 0;
    border: 0;
    vertical-align:top;
    }
.mapbox li {
    color: black;
    font-size: 90%;
    margin: 0 0 0 1.7em;
    }
.mapbox h2 {
    line-height: 2em;
    }
/**
 * =Karriere
 */
.ccareer {
    background-image:url(img/career.jpg);
    background-repeat:no-repeat;
    background-position:-10px -2px;
    background-color:white;
    }
/**
 * =Kontakt
 */
.ccellbasic {
    padding:0;
    border:0;
    margin:0;
    }
.ccellbasic p {
    line-height:1.5em;
    margin: 0px;
    padding: 0px;
    border: 0;
    }
.bcell p {
    line-height:1.7em;
    margin: 0px;
    padding: 0px;
    border: 0;
    }
.ccell1 {
    width:380px;
    }
.ccell2 {
    width:280px;
    }
.ccell3 {
    width:280px;
    }
.cell2 {
    width:20%;
    }
.cell3 {
    width:30%;
    }
.cell4 {
    width:40%;
    }
.cell5 {
    width:50%;
    }
.cell6 {
    width:60%;
    }
.cell7 {
    width:70%;
    }
.mapbox {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: white no-repeat;
    border: 1px solid;
    border-color: #333 #666 #999;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    }
.mapline {
    border: 1px solid;
    border-color: #B3B3B3 #808080 #666;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    }
#contactclaim {
    font-size:120%;
    line-height: 1.4em;
    }
.maplink a {
    color:#999999;
    font-size:92%;
    line-height:normal;
    text-align: right;
    }
.maplink a:hover {
    color:red;
    }
/**
 * =Impressum
 */
.ci {
    width: 980px;
    position:absolute;
    top: 88px;
    height:auto;
    }
.ci p {
    margin: 0 10px 20px;
    line-height: 20px;
    padding: 0;
    vertical-align:text-bottom;
    }
.c2b h2 {
    margin: 0 10px 20px;
    line-height: 20px;
    vertical-align:text-bottom;
    }
.ci h3 {
    font-family: 'TitilliumText25L250wt', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 110%;
    color:grey;
    font-weight:normal;
    margin: 0 10px;
    line-height: 20px;
    vertical-align:text-bottom;
    }
/**
 * =Footer (bottom content second box)
 */
#cfooter {
    height:auto;
    background-color:#transparent;
    margin-top: 0.6em;
    }
#cfooter p {
    text-align: right;
    padding:0 1em 2em;
    color:grey;
    text-shadow: -1px -1px 0 #CCC;
    }
#cfooter a {
    font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    text-decoration: none;
    margin:0;
    text-align: right;
    padding:0;
    color:grey;
    text-shadow: -1px -1px 0 #CCC;
    }
#cfooter a:hover {
    color:red;
    }
/**
 * =fonts
 */
.fontload {
    visibility:hidden;
    }
.250 {
    font-family: 'TitilliumText25L250wt';
    }
.400 {
    font-family: 'TitilliumText25L400wt';
    }
.600 {
    font-family: 'TitilliumText25L600wt';
    }
@font-face {
    font-family: 'TitilliumText25L800wt';
    src: url('Fonts/TitilliumText25L001-webfont.eot');
    src: url('Fonts/TitilliumText25L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText25L001-webfont.woff') format('woff'),
         url('Fonts/TitilliumText25L001-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText25L001-webfont.svg#TitilliumText25L800wt') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'TitilliumText25L600wt';
    src: url('Fonts/TitilliumText25L002-webfont.eot');
    src: url('Fonts/TitilliumText25L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText25L002-webfont.woff') format('woff'),
         url('Fonts/TitilliumText25L002-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText25L002-webfont.svg#TitilliumText25L600wt') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'TitilliumText25L400wt';
    src: url('Fonts/TitilliumText25L003-webfont.eot');
    src: url('Fonts/TitilliumText25L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText25L003-webfont.woff') format('woff'),
         url('Fonts/TitilliumText25L003-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText25L003-webfont.svg#TitilliumText25L400wt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText25L250wt';
    src: url('Fonts/TitilliumText25L004-webfont.eot');
    src: url('Fonts/TitilliumText25L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText25L004-webfont.woff') format('woff'),
         url('Fonts/TitilliumText25L004-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText25L004-webfont.svg#TitilliumText25L250wt') format('svg');
    font-weight: normal;
    font-style: normal;

    }
@font-face {
    font-family: 'TitilliumText25L1wt';
    src: url('Fonts/TitilliumText25L005-webfont.eot');
    src: url('Fonts/TitilliumText25L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText25L005-webfont.woff') format('woff'),
         url('Fonts/TitilliumText25L005-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText25L005-webfont.svg#TitilliumText25L1wt') format('svg');
    font-weight: normal;
    font-style: normal;
    }
     /*
@font-face {
    font-family: 'TitilliumText25L999wt';
    src: url('Fonts/TitilliumText25L-webfont.eot');
    src: url('Fonts/TitilliumText25L-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText25L-webfont.woff') format('woff'),
         url('Fonts/TitilliumText25L-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText25L-webfont.svg#TitilliumText25L999wt') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/**
 * =Dies ist ein Kommentar
 */