body {
    /* background: #f2f2f2; */
    background: #101010;
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0px auto;
    padding: 0;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    clear: both;
}
h2, h3 {
    padding-top: 0px;
}
h1 {
    background: #F9EA74;
    padding: 10px;
    margin-bottom: 30px;
    font: normal normal 600 2.5em/100% 'Arial', sans-serif;
    color: #111;
}
h2 {
    font: normal normal 600 1.8em/100% 'Trebuchet MS', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
}
h3 {
    padding-top: 0px;
    font: normal normal 600 1.6em/100% 'Trebuchet MS', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 600;
}
h4 {
    font: normal normal 600 1.4em/100% 'Trebuchet MS', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 600;
    padding-bottom: 0px;
}

a {
    font-size: 1em;
    color: #999999;
}

a:hover {
    color: #fff;
}

p {
    font-size: 1.25em;
    margin: 5px 0 20px 0;
    color: #e6e6e6;
}

/* Form */

.cssform{
    float: left;
    width: 459px;
    border-right: 1px solid #222;
}

.cssform p{
    width: 400px;
    clear: left;
    margin: 5px 0 5px 0;
    padding: 0;
    padding-left: 155px; /*width of left column containing the label elements*/
    height: 1%;
    font-size: 1.2em;
}

.cssform label{
    font-weight: bold;
    float: left;
    margin-left: -155px; /*width of left column*/
    width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
    background: #333;
    width: 180px;
    border: 1px solid #555;
    color: #fff;
}

.cssform textarea{
    background: #333;
    width: 250px;
    height: 90px;
    border: 1px solid #555;
    color: #fff;
}

.cssform .error {
    margin: 0px;
    margin-left: 155px;
    margin-top: -5px;
    background-color: #C31E3A;
    border: 1px solid #990000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    padding-left: 6px;
    width: 172px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
    margin-left: 3px;
}

.formtext{
    background: #222;
    float: right;
    padding: 20px 20px 0px 20px;
    width: 300px;
}

/* Content Structure */

#container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#header-wrapper {
    background: url(../img/header-bg.png) repeat-x left;
    width: 100%;
    height: 100px;
    margin: 0px auto;
    padding: 0;
}

#header {
    width: 960px;
    height: 100px;
    position: relative;
    margin: 0px auto;
    padding: 0px 0 0 0;
}

#logo {
    float: left;
    width: 180px;
    height: 50px;
    margin: 0;
    padding: 34px 0 0 0;
    text-align: left;
}

#logo img {
    border:0;
    margin: 0;

}

.revy {
    border:0;
    margin:0;
    padding: 0 0 20px 0;

}

/* Tabs */

#tabs {
    padding: 0px 0 0 0;
    float: right;

}
#tabs ul {
    padding: 40px 0 0 0;
    float: right;

}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
    float: left;
    background: url(../img/tab-left.png) no-repeat left top;
    background-position: 0% -84px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 1em;
}
#tabs a span {
  float: left;
  display: block;
  background: url('../img/tab-right.png') no-repeat right top;
  background-position: 100% -84px;
  padding: 6px 10px 6px 0px;
  color: #fff;
  font-weight: bold;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {  
  color: #000;
}
#tabs a:hover {
  background-position: 0% -30px;
}
#tabs a:hover span {
  background-position: 100% -30px;
}
#tabs .active a span {
  color: #fff;
}
#tabs .active a {
  background-position: 0% 0px;
}
#tabs .active span {
  background-position: 100% 0px;
}
#tabs .active a:hover {
  background-position: 0% 0px;
  color: #fff;
}
#tabs .active a:hover span {
  background-position: 100% 0px;
  color: #fff;
}

/* Flash */

#teaser-wrapper {
    background: url(../img/teaser-bg.png) repeat-x top left;
    color: Black;
    width: 100%;
    height: 130px;
    margin: 0px auto;
    padding: 0;
}
#teaser {
    position: relative;
    background: url(../img/teaser.png) no-repeat top left;
    width: 960px;
    height: 130px;
    margin: 0px auto;
    padding: 0;
}

#teaser-fi {
    position: relative;
    background: url(../img/teaser-fi.png) no-repeat top left;
    width: 960px;
    height: 130px;
    margin: 0px auto;
    padding: 0;
}

/* Language Selection */

#langsel {
    display: block;
    float: right;
    width: 240px;
    height: 30px;
    padding: 90px 0 0 0;
    text-align: center;
}

#langsel li{
    display: inline;
    text-align: center;
    font-size: 0.9em;
    color: #eee;
    line-height: 22px;
}

#langsel a{
    text-align: center;
    font-size: 1em;
    color: #999999;
    text-decoration: none;
}
#langsel a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Content */
#content-wrapper {
    background: #1a1a1a;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 25px 0px;
    clear: both;
}
#content {
    background: transparent;
    position: relative;
    width: 960px;
    min-height: 470px;
    height: auto !important;
    height: 470px;
    padding: 0;
    margin: 0 auto;
    font-size: 0.85em;
}
#fullpage {
    display: inline;
    float: left;
    width: 960px;
    padding: 20px 0px 45px 0px;
    margin: 20px 0 0 0;
}
#left {
    float: left;
    width: 658px;
    padding: 20px 20px 30px 0px;
    margin: 20px 0 0 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}
#left table{
    height: 400px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
}
#left-narrow {
    display: inline;
    float: left;
    width: 496px;
    /* height: 391px; */
    padding: 20px 20px 0px 0px;
    margin: 20px 0 0 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.floatleft { float: left; margin: 10px 0px 5px 0px; }
.floatright { float: right; margin: 20px 40px 5px 5px; }

#fullpage ul, #left ul  {
    padding: 0px 0 20px 0;
}
#fullpage li, #left  li  {
    list-style: none;
    margin: 0px 0 0px 20px;
    padding: 0 0 0px 0px;
    list-style-type: circle;
    list-style-position: outside;
    color: #fff;
    font-size: 1.2em;
}

#middle {
    float: left;
    width: 162px;
    height: 400px;
    margin: 0px 0px 0 20px;
    padding: 0;
    text-align: center;
}
#middle table{       
    float: left;
    width: 80px;
    height: 300px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
}

#middle td{
    float: left;
    width: 60px;
    height: 60px;
    padding: 20px 0 0 0;
    margin: 0 0 2px 0;
    text-align: center;
    border: none;
}
#middle a{
    float: left;
    border: 1px solid #C2C2C2;
    text-align: center;
    margin: 0 0 0px 0;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    z-index:101;

}
#middle a:hover{
    display: block;
    border: 1px solid #FF173D;
    width: 60px;
    padding: 0;
    opacity:.100;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    z-index:101;
}
#middle img{
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
}

#right {
    float: right;
    width: 240px;
    margin: 20px 0px 0 0px;
    padding: 0px 0 0px 20px;
    text-align: left;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.products {
    display: block;
    background-color: #fff;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0px 20px 20px 0px;
    padding: 0px 0 0px 0px;
    text-align: left;
    opacity:.50;
    filter: alpha(opacity=50);        
    -moz-opacity: 0.50;
    z-index:101;
}
.products img{
    width: 60px;
    height: 60px;
}
.products:hover {
    display: block;
    opacity:100;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    z-index:101;
}
/* Scroll */
#scroll,.section{
    padding:0;
    margin:0;
    list-style:none;
}
#navigation{
    padding: 0 0 15px 0px;
}

#scroll{
    overflow:hidden;
    width:660px;
    position:relative;
    height:400px;  
    float:left;
}
#scroll li  {
    list-style: none;
    margin: 0px 0 0px 0px;
    padding: 0 0 0px 0px;
    list-style-type: none;
    list-style-position: outside;
    color: #fff;
}
#scroll li h2{
     font-size: 1.4em;
}
#scroll li h3{
     font-size: 1.2em;
}
#scroll li p{
    float: left;
    font-size: 1.1em;
    margin: 5px 0 20px 0;
    color: #e6e6e6;
}
#navigation{
    float:left;
    width:240px;
}
    #navigation .sup{
    margin: 0 0 5px 0;
    font-size: 16px;
}
#navigation ul{
    margin:5px 0;
    list-style: none;
    padding-left:0px;
}
#navigation a{
    display: block;
    width: 220px;
    padding: 5px 10px 5px 10px;
    background-color: #222;
    color:white;
    font-weight:bolder;
    text-decoration:none;
    cursor: pointer;
     font-size: 0.9em;
}           
#navigation a:hover{
    background-color: #333;
    color:#fff;
}
#navigation .sup li{
    font-size:12px;
}
#navigation a.scrolling{
    background-color:#C31E3A;
}

.section{
    width:660px;           
    position:relative;
    list-style: none;
}
.section .sub{
    position:relative;
    float:left;
    padding:9px 21px 42px 45px;
    width:660px;
    height:400px;
}

.section .sub ul li{
    font-size: 0.7em;
}
.section .sub p{
    width:660px;
    margin:16px 0;
    font-size: 1.15em;
}

.message{
    background:#EEE;
    border:1px solid #999;
    color:#333;
    font-size:12px;
    padding:1px;
    position:absolute;
    left:11px;
}
#first{
    top:400px !important;
    top:400px;
}
#second{
    top:400px !important;
    top:400px;
}

#screenshot{
    z-index: 100;
    position:absolute;
    border:2px solid #c2c2c2;
    background:#000;
    padding:5px;
    display:none;
    color:#fff;
    }

.modal-overlay{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    margin:0;
    padding:10px;
    background:#c2c2c2;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    z-index:101;
}
* html .modal-overlay{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window{
    border: 0px solid #fff;
    position:fixed;
    top:50%;
    left:50%;
    margin:0px;
    padding:0;
    z-index:102;
}
.modal-content h3{
    font: normal normal 600 2em/120% 'Trebuchet MS', sans-serif;
    height: 20px;
    background: #000;
    padding: 20px;
}
.modal-content p{
    background: #222;
    font-size: 12px;
    padding: 20px;
}

.modal-content #keywords{
    background: #444;
    color: #fff;
    font-size: 12px;
    padding: 20px;
}

* html .modal-window{
    position:absolute;
}
.close-window{
    position:absolute;
    width:32px;
    height:32px;
    right:18px;
    top:18px;
    background:transparent url('../img/close-button.png') no-repeat scroll right top;
    text-indent:-99999px;
    overflow:hidden;
    cursor:pointer;
    opacity:.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    }
.close-window:hover {
    opacity:.99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}

.brands {
    width: 520px;
    height: 460px;
}

.brands a{
    padding: 10px 0 0 20px;
}

#pic-box {
    background: url(../img/produktbild.jpg) no-repeat;
    float: right;
    width: 240px;
    height: 320px;
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: left;
}

#pic-box2 {
    background: url(../img/your-profile.jpg) no-repeat;
    float: right;
    width: 240px;
    height: 220px;
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: left;
}

#calendar {
    background: #222;
    float: right;
    width: 240px;
    height: 128px;
    margin: 20px 0 5px 0;
    padding: 0 0 20px 0;
    text-align: left;
}

#offers {
    background: #222;
    float: right;
    width: 240px;
    height: 128px;
    margin: 20px 0 5px 0;
    padding: 0 0 20px 0;
    text-align: left;
}

#offers h4{
    text-align: left;
    border-bottom: 1px solid #333;
    padding: 0px 0px 0px 0;
    margin: 20px 20px 10px 20px;
    letter-spacing: 1px; 
}

#offers li{
    list-style: none;
    background: url(../img/ball2.png) no-repeat left 3px;
    margin: 0px 0 2px 20px;
    padding: 0 0 0 0px;
    font-size: 0.95em;

}

#offers li a{
    color: #c2c2c2;
    padding: 0px 0 10px 20px;
    text-decoration: none;
    letter-spacing: 0px;
}

#offers li a:hover{
    background: url(../img/ball.png) no-repeat left 3px;
    color: #fff;
    text-decoration: underline;
}
.offer-tip{
    float: right;
    width: 240px;
    margin: 0px 0 10px 0;
    padding: 0;
    text-align: left;
}
.offer-tip h3{
    margin: 10px 0;
}
.offer-tip p{
    font-size: 0.95em;
    margin: 10px 0;
}
.pdf{
    float: left;
}
.pdf a{
    display: block;
    background-color: #222;
    float: left;
    width: 100px;
    height: 200px;
    margin: 35px 10px 1px 0px;
    -margin: 14px 7px 0px 0px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    z-index:101;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
    color: #fff;
}
.pdf img{
    width: 100px;
    height: 140px;
}

.pdf a:hover {
    display: block;
    opacity:100;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    z-index:101;
}

#newsletter {
    display: block;
    float: right;
    width: 240px;
    height: 340px;
    margin: 0px 0 20px 0;
    padding: 0px;

}

#newsletter h3{
    margin: 20px 20px 20px 0px;
}

#newsletter img{
    margin: 0px 0px 10px 0px;
}

#newsletter a{
    margin: 0 0 20px 0px;
    font-size: 0.85em;
}

#newsletter-link {
    background: #222;
    float: right;
    width: 240px;
    height: 28px;
    margin: 0px 0 20px 0;
    padding: 0px 0 0 0;

}

#newsletter-link a{
    display: block;
    width: 210px;
    margin: 0;
    padding: 5px 10px 5px 20px;
    background-color: #222;
    color: #c2c2c2;
    font-weight:bolder;
    text-decoration:none;
    cursor: pointer;
    font-size: 1.2em;
    text-transform: uppercase;
}
#newsletter-link a:hover{
    background-color: #333;
    color:#fff;
}

/* Footer */
#footer-wrapper {
    /* border-top: 1px solid #dedede; */
    background: #000 url(../img/footer-wrapper-bg.png) repeat-x;
    clear: both;
    height: 110px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#footer {
    clear: both;
    /* color: #e3e3e3; */
    height:60px;
    position: relative;
    width: 960px;
    margin: 0px auto;
    padding: 20px 0 0 0;
    font-weight: 600;
}
#footer p{
    font-size: 0.95em;
    font-weight: 500;
    color: #DEDEDE;
}
.footer-block-left {
    float: left;
    width:400px;
    height:60px;
    line-height: 20px;
    text-align: left;
}
.footer-block-middle {
    float: left;
    width:360px;
    height:60px;
    line-height: 20px;
    text-align: left;

}
.footer-block-right {
    float: right;
    width:200px;
    height: 60px;
    line-height: 20px;
    text-align: center;
}
.footer-block-right img {
    margin-top: 10px;
}
.footer-block-right a {
  background: transparent;
  color: #F5AD28;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
