﻿#topContent
{
    text-align: right;
    background-image: url('Images/Header_BG.png');
    background-repeat: repeat-x;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 80px;
}


.style1
{
    font-size: x-large;
    color: #FFFFFF;
    font-family: Calibri;
}

#servicenavigation
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

#service
{
    /* background: black url(../images/service_hintergrund.gif) repeat-x left top; */
    float: right;
    width: 100%;
    width: 100%;
    padding: 0 20px 0 0;
}

#service li
{
    float: right;
    list-style-type: none;
}

#service li a
{
    font: 1em/1.5em Arial, sans-serif;
    color: #dfe1e2;
    color: white;
    /* background-image: url(../images/service_hintergrund.gif); */
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    float: left;
    margin: 0;
    padding: 6px;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid black;
}
