﻿body {
    background-color: #C0C0C0;
    color: #312931;
    font-family: Arial, Helvetica;
    margin: 0;
}

h1 {
    color: #312931;
    font-size: 12pt;
}

p {
    color: #313152;
    font-family: Arial;
    font-size: 9pt;
    padding: 0em;
    margin: 0em;
}

a {
    color: #313152;
}

li {
    color: #313152;
    font-family: Arial;
    font-size: 9pt;
    margin: 0em;
    padding: 0em;
}


hr {
    width: 99%;
}

#header {
    width: 100%;

    overflow: auto;
    margin-bottom: 1em;
}

#header img {
    padding: 1em;
}

#main {
    clear: both;

    min-height: 335px;
    background-image: url("../images/bigdreh2.jpg");
    background-repeat: no-repeat; 
    background-position: 0.5em 0;
}

#nav.buttons {
    overflow: auto;
    margin-left: 23.5em;
}

.buttons a{
    float: left;
    padding: 0 0.25em 0 0.25em;
    margin: 0;
    margin-left: 0.1em;

    background-color: #313152;
    border-left: 2px;
    border-right: 2px; 
    border-style: inset outset outset inset;
    border-color: silver #312931 #312931 silver;

    font-family: Arial;
    font-variant: small-caps;
    font-size: 10pt;
    text-decoration: none;    
    color: white;

}

#start.buttons {
    margin-left: 0.5em;
    margin-right: 18.5em;
    overflow: visible;
}

#footer {
    margin: 0;
    width: 100%;
    
    color: #312931;
    font-family: Arial;
    font-size: 8pt;
}

#footer a {
    color: #312931;
    margin: 1.5em;
}

#partial {
    overflow: hidden;
    border: 2px outset silver;
    margin-top: 0;
    margin-bottom: 3em;
    margin-left: 23.5em;
    margin-right: 2em;
    padding: 1em;
    display: inline-block;
}

.unternehmen h1 {
    display: inline;
}

.unternehmen p {
    padding-top: 0.7em;
}

.unternehmen img {
    float: right;
    margin-left: 1em;
    border: 2px outset silver;
}


.dreh-fraesteile img{
    width: 225px;
    height: 165px;
}

.dreh-fraesteile .gallery-image {
    float: left;
    padding: 0.25em;
}

.zerspanung-element {
    clear: both;
}

.zerspanung-element .gallery-image {
    float: right;
    margin-left: 1em;
}

.zerspanung-element .text {
    float: left;
}

.maschienen .text {
    float: left;
}

.maschiene .gallery-image {
    float: right;
    margin-left: 1em;
}

.maschiene {
    clear: both;
}


