/* 
    Document   : style
    Created on : 04.10.2010, 13:01:44
    Author     : Thomas Kresnicka
    Company    : iT KRES
    Description:
        Purpose of the stylesheet follows.
*/

/* Elemente */
body {
    text-align: left;
    text-decoration: none;
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0% 20% 0% 20%;
    width: 624px;
    color: #333333;
}

a:link, a:visited, a:active  {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #B80044;
}

a.menu_oben:link, a.menu_oben:visited {
    color: white;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

a.menu_oben:hover, a.menu_oben:active {
    color: #B80044;
}

a.menu_links:link, a.menu_links:visited {
    color: #86868A;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
}

a.menu_links:hover, a.menu_links:active {
    color: #B80044;
}

/* Klassen */
.menu_oben_button {
    text-align: center;
    width: 120px;
    height: 18px;
    background-color: #7F7F83;
    float: right;
    border-left: 10px solid #ffffff;
}

.menu_links_button {
    border-top: 5px solid transparent;
    text-align: right;
    padding-right: 5px;
    border-bottom: 1px solid #B80044;
    width: 90%;
    height: 15px;
    float: right;
}

.kontakt_links {
    width: 25%;
    padding-right: 2%;
    text-align: right;
    float: left;
}

.kontakt_rechts {
    width: 65%;
    padding-left: 2%;
    float: right;
}

.content {
    background-color: #ffffff;
    width: 77%;
    height: 475px;
    float: right;
    text-align: left;
    padding: 2px;
    border-right: 1px solid #7F7F83;
    overflow: auto;
}

/* ID's */
#aussen {
    width: 800px;
}
#header {
    width: 100%;
    height: 239px;
    background-image: url('../img/tdl_logo.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#menu_oben {
    width: 100%;
    height: 18px;
    border-top: 1px solid #7F7F83;
    border-bottom: 1px solid #7F7F83;
    text-align: right;
}

#spacer_horizontal {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}

#center {
    width: 100%;
    height: 485px;
}

#menu_links {
    background-color: #EDEDF1;
    width: 20%;
    height: 99%;
    float: left;
    text-align: right;
    padding-right: 1%;
    padding-top: 1%;
}

#footer {
    background-color: #B80044;
    width: 100%;
    height: 12px;
    text-align: center;
    font-size: 7pt;
    color: white
}

#netze_und_dienste {
    background-image: url('../img/netze_und_dienste.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 610px;
    height: 475px;
}

#unternehmen {
    background-image: url('../img/unternehmen.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 610px;
    height: 475px;
}

#kontakt {
    background-image: url('../img/kontakt.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 610px;
    height: 475px;
}
#dienstleistungscenter {
    background-image: url('../img/dienstleistungscenter.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 610px;
    height: 475px;
}
