/* Platine entstand aus IMGP5587.JPG welche mit einer gepunktspiegelten Version von sich selber ge'darken'ed wurde und einmal 'sharpen more' erhielt.
   Platine2 ist ein Platine mit -70% Contrast und 'Blend: Color' auf eine Vollfläche #F3A80C
*/

body { background-image:url(platine.jpg); }
div.rahmen {
    color: #000000;
    background-color: #F3A80C;
    background-image: url(platine2.jpg);
    background-position:0px 0px;
    border-width: 3px;
    border-color: #601F00;
    border-style:solid;
    padding:5px;
    margin-bottom: 15px;
}

a:link, a:visited, a:hover, a:active { text-decoration:underline; }
a:link { color: #601F00; }
a:visited { color: #000000; }
a:hover, a:active { color: #601F00; }
img { border: 0px; }

table.navi { border: 0px; border-style: solid; width: 100%; text-align: center; }

div.kabel {
    background-image:url(kabel.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin-top: 15px;
}

p {
    margin-top:0px;
}

div.chip {
    background-image: url(chip.gif);
    background-position:0px 0px;
    color: white;
    font-family:Impact2,monospace;
    font-weight: bold;
    font-size:130%;
    font-variant: small-caps;
    text-align: left; 
    line-height:60px;
    padding-left:10px;
    width:150px;
    float:left;
}