/* Reset
------------------------------------------------------------------------- */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, 
q:before, q:after {
    content: ''; 
    content: none;
}
 
:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a { outline: none; }

/* Generelle Stile
------------------------------------------------------------------------- */

/* Grundlagen */

body {
    background: #400101;
    color: #fff;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 87.5%; /* 14px */
    line-height: 1.5; /* 21px */
    margin: 0 auto;
}      

/* Links */

a:link {
    color: #8c0303;
    text-decoration: underline;
}

a:visited {
    color: #8c0303;
    text-decoration: underline;
}

a:hover {
    color: #cf0505;
    text-decoration: underline;
}

/* Schriftgrößen */
/* (Skala: 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 21, 24, 36, 48, 60, 72) */

h1 {
    font-size: 1.7143em; /* 24px */ 
    line-height: 0.875;
}

h2 {
    font-size: 1.5em; /* 21px */
    line-height: 1.0;
}

h3 {
    font-size: 1.2857em;  /* 18px */
    line-height: 1.1667;
}

h4 {
    font-size: 1.1429em; /* 16px */
    line-height: 1.3125;
}

h5, h6 {
    font-size: 1.0em; /* 14px */
    line-height: 1.5;
}

/* Abstände */

p, table, ul, ol {
    margin-bottom: 1.5em; /* 21px */
}

/* Tabellen */

table { border: 2px solid #000; }

td { padding: 0.2em 0.5em; }
td.maschine { width: 220px; }

tr.even { background: #6b0202; }
tr.odd { background: #a80404; }

/* Sonstiges */

strong { font-weight: bold; }
em, dfn { font-style: italic; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }

/* Seitenstruktur
------------------------------------------------------------------------- */

#page {
    margin: 40px auto;
    width: 942px;
}

/* Content */

#welcome {
    background: url(img/page-bg-w.png) repeat-y 0 0;
    width: 942px;
    color: #000;
    float: left;
    position: relative;
    min-height: 350px;
}

#welcome-cap {
    background: url(img/page-bg-cw.png) no-repeat 0 0;
    height: 8px;
}

#welcome h1 {
    width: 942px;
    height: 95px;
    background: url(img/logo.png) no-repeat center 22px;
    text-indent: -1000em;
}

#welcome img {
    position: absolute;
    right: 15px;
    bottom: -8px;
}

#welcome p {
    margin: 30px 490px 1.5em 30px;
}

#service {
    background: url(img/page-bg-r.png) repeat-y 0 0;
    width: 942px;
    float: left;
}

#service-cap {
    background: url(img/page-bg-twr.png) no-repeat 0 0;
    height: 25px;
}

#gallery {
    width: 350px;
    float: left;
    margin: 15px 10px 15px 30px;
}

#gallery img {
    border: 2px solid #000;
    float: left;
    margin: 0 10px 10px 0;
}

#services {
    width: 510px;
    float: right;
    margin: 15px 30px 15px 10px;
}

#contact {
    background: url(img/page-bg-b.png) repeat-y 0 0;
    width: 942px;
    float: left;
}

#contact-cap {
    background: url(img/page-bg-trb.png) no-repeat 0 0;
    height: 27px;
}

#contact-cap-bottom {
    background: url(img/page-bg-cb.png) no-repeat 0 0;
    height: 10px;
    clear: both;
}

#imprint {
    width: 270px;
    float: left;
    margin: 15px 10px 15px 30px;
}

#map {
    color: #000;
    width: 586px;
    height: 296px;
    background: #8c0303;
    border: 2px solid #8c0303;
    float: right;
    margin: 15px 30px 15px 10px;
}

#datenschutz, #impressum {
    padding: 30px;
}

#datenschutz ul {
    list-style-type: disc;
}

/* Footer */

#footer {
    clear: both;
}
