<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
 {
 font-family: MyriadProCond;
 src: url('./font/myriadprocond.ttf'),
      url('./font/myriadprocond.eot');
 } 

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #505050;
    background-color: #242424;
    background-image: url('../img/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.wrap {
    width: 960px;
    margin: 0 auto;   
}

#header {
    margin-bottom: 20px;
    padding-top: 20px;
}

#header .wrap {
    background-image: url('../img/header_bottom.png');
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

#logo {
    margin-left: 10px;
    padding-bottom: 10px;
}

#nav {
    position: absolute;
    right: 20px;
    bottom: 0;
}

#nav li {
    margin-left: 10px;
    height: 49px;
    list-style-type: none;
    float: left;
    cursor: pointer;
    background-image: url(../img/nav.png);
}

#nav a {
    width: 100%;
    height: 49px;
    display: inline-block;
}

#nav .vr {
    width: 4px;
    height: 50px;
    margin-top: -32px;
    display: block;
    background-image: url('../img/nav_vr.png');
}

#nav .start {
    width: 42px;
    background-position: 0 0;
}

#nav .start:hover {
    background-position: 0 -50px;
}

#nav .produkte {
    width: 68px;
    background-position: -48px 0;
}

#nav .produkte:hover {
    background-position: -48px -50px;
}

#nav .werkstoffspezifikationen {
    width: 186px;
    background-position: -123px 0;
}

#nav .werkstoffspezifikationen:hover {
    background-position: -123px -50px;
}

#nav .unternehmen {
    width: 105px;
    background-position: -315px 0;
}

#nav .unternehmen:hover {
    background-position: -315px -50px;
}

#nav .kontakt {
    width: 62px;
    background-position: -425px 0;
}

#nav .kontakt:hover {
    background-position: -425px -50px;
}

#main {
    position: relative;
}

#wScreen {
    width: 100%;
    height: 320px;
    background-color: #fff;
    position: absolute;
    top: 400px;
    z-index: -1;
}

#leftCon {
    width: 370px;
    float: left;
}

#infoBox {
    width: 350px;
    height: 400px;
    background-image: url('../img/info_bg.png');
    background-repeat: no-repeat;
}

#infoCon {
    height: 300px;
    padding: 20px 0 0 20px;
    border-left: 1px solid #f1f1f1;
    background-color: #fff;
}

#rightCon {
    width: 590px;
    float: right;
}

#content {
    width: 530px;
    min-height: 660px;
    padding: 30px 30px 5px 30px;
    background-color: #fff;
    border-right: 1px solid #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#content h1 {
    margin-bottom: 20px;
}

#content h3 {
    padding: 2px;
    color: #fff;
    background-color: #52cd1b;
}

#content h3 &gt; br {
    line-height: 2px;
}

#content p,
#infoCon p {
    margin-bottom: 20px;
    line-height: 30px;
}

#content p:last-of-type,
#infoCon p:last-of-type {
    margin-bottom: 0;
}

#content a {
    color: #000;
}

h1 {
    font-family: MyriadProCond, Arial;
    color: #000;
}

.green {
    color: #52cd1b;
}

.accordion h3 {
    cursor: pointer;
    margin-bottom: 5px;
}

table td {
    width: 33%;
    vertical-align: top;
}

.produkt {
    width: 80px;
    height: 170px;
    margin: 0 5px 10px 0;
    float: left;
    background-color: #eeefe6;
}

.produkt div {
    width: 80px;;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.produkt div:hover {
    background-color: #394955;
}

.produktBox {
    width: 82.5px;
    height: 170px;
    background-color: #eeefe6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
    padding: 2px;
}

#footer {
    padding-top: 20px;
    height: 50px;
    color: #848484;
    text-align: center;
    background-color: #e6e6e6;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #848484;
}

img{border: 0;}
.clearBoth{clear: both;}</pre></body></html>