@font-face {
    font-family: 'Gothic';
    src: local('Gothic'), local('Gothic'), url(../fonts/GOTHIC.woff) format('woff');
}

body {
    background: url('../images/back.jpg') no-repeat center fixed;
    background-color: #FFFFFF;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-size-adjust: none; /* Font Resizing ausschalten */
    color: #515151;
}

.product-images {
    border: 1px solid #eee;
    padding: 3px 0;
}

img.product-image {
    margin: 0 5px;
}

img {
    border: 0 none;
}

a:link {
    text-decoration: none;
    color: #95b236;
}

a:visited {
    text-decoration: none;
    color: #95b236;
}

a:hover {
    text-decoration: none;
    color: #accb48;
}

a:active {
    text-decoration: none;
    color: #accb48;
}

a.nav:link {
    text-decoration: none;
    color: #939393;
}

a.nav:visited {
    text-decoration: none;
    color: #939393;
}

a.nav:hover {
    text-decoration: none;
    color: #297c00;
}

a.nav:active {
    text-decoration: none;
    color: #297c00;
}

a.nav-active {
    color: #297c00;
}

a.nav-active:visited {
    text-decoration: none;
    color: #297c00;
}

a.nav-active:hover {
    text-decoration: none;
    color: #297c00;
}

a.nav-active:active {
    text-decoration: none;
    color: #297c00;
}

a.footer:link {
    text-decoration: none;
    color: #969696;
}

a.footer:visited {
    text-decoration: none;
    color: #969696;
}

a.footer:hover {
    text-decoration: none;
    color: #000000;
}

a.footer:active {
    text-decoration: none;
    color: #000000;
}

p {

}

.justify {
    text-align: justify;
}

.right {
    text-align: right;
}

h1 {

    font-family: Gothic, Arial;
    margin-left: 0px;
    font-size: 27px;

    color: #297c00;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 100;
}

.grey {

    color: #939393;

}

h3 {

    margin-bottom: 4px;
    margin-left: -2px;
    font-size: 19px;
    color: #b8d852;
    margin-top: 0px;

}

h4 {

    font-family: Gothic, Arial;
    margin-left: 0px;
    font-size: 20px;
    color: #297c00;
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: 100;
}

#header {

    background: url('../images/header-back.gif') top repeat-x;
    width: 100%;
    height: 141px;
    position: relative;
    background-color: #FFFFFF;
    margin-top: -10px;
    margin-bottom: 25px;
}

#lang {

    position: relative;
    width: 48px;
    margin-top: 0px;
    float: right;
    margin-right: 13px;
    z-index: 1000;

}

.lang {

    float: left;

}

#logo1 {

    position: absolute;
    margin-left: -174px;

}

#nav {

    font-family: Gothic, Arial;
    background-position: 0px 0px;
    width: 920px;
    height: 111px;

    margin-left: auto;
    margin-right: auto;

    font-size: 18px;

    text-align: right;

}

ul.nav {

    list-style: none;
    position: relative;

    margin-left: auto;
    margin-right: auto;
    padding-top: 62px;
    padding-left: 0;
    padding-right: 0px;

}

ul.nav li {

    display: inline;
    padding-left: 12px;
    padding-right: 12px;

    padding-top: 0px;
    padding-bottom: 14px;
    cursor: pointer;

}

.nav-active-li {

    background: url('../images/nav-back-active.gif') top repeat-x;

}

#content {

    width: 920px;
    position: relative;
    background-color: #FFFFFF;

    margin-left: auto;
    margin-right: auto;

    margin-bottom: 25px;

}

#footer-main {

    height: 50px;

    background-color: #FFFFFF;
    color: #969696;

    width: 920px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 15px;

}

#linie-footer {

    width: 920px;
    height: 1px;
    background-color: #e0e0e0;

}

#footer-links {

    position: absolute;
    margin-top: 7px;
    margin-left: 0px;

    z-index: 10;

}

#footer-rechts {

    position: absolute;
    width: 920px;
    margin-top: 7px;

}
