* {
    margin: 0 auto;
    padding: 0;
}

body {
    font: 95% Arial, Helvetica, sans-serif;
    color: #000000;
    background: #e8e8e8;
    background-image: url(gfx/new_header_endless.jpg);
    background-position: top right;
    background-repeat: repeat-x;
}

a {
    color: #193388;
    text-decoration:none;
}

/* ------------------------------------------------------------------------- */

table.wrapper {
    width: 100%;
}

    td.wrapper_left {
        background-image: url(gfx/new_header_endless.jpg);
        background-position: top right;
        background-repeat: repeat-x;
    }
    
    td.wrapper_middle {
        width: 1000px;
        height: 264px;
        background-image: url(gfx/new_header.jpg);
        background-position: top left;
        background-repeat: no-repeat;
    }
    
    td.wrapper_right {
        background-image: url(gfx/new_header_endless.jpg);
        background-position: top left;
        background-repeat: repeat-x;
    }

table.middlepart {
    width:100%;
    height:100px;
    margin-top: 0px;
    margin-left:27px;
}

div.menu_act {
    background-color: #193388;
    padding: 5px;
    padding-left: 10px;
}

    div.menu_act p a {
        font-size: 14px;
        color: #fff;
    }

div.menu_inact {
    background-color: #5066b0;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 3px;
}

    div.menu_inact p a {
        font-size: 14px;
        color: #fff;
        display: block;
    }

    div.menu_inact:hover {
        background-color: #193388;
    }


div.submenu p {
    margin-bottom: 10px;
}

    div.submenu p a {
        color: #000;
        background-color: #fff;
        display: block;
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: 2px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px;
        background-image: url(gfx/dot.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }
    
    div.submenu p a:hover {
        background-color: #ddd;
    }




/* ------------------------------------------------------------------------- */




#mitte {
    background: url(gfx/hintergrund.jpg);
	background-repeat: repeat-y;
}



#fuss-links {
    background: url(gfx/fusszeile_links.jpg);
	background-position:top left;
	background-repeat: no-repeat;
    height: 74px;
    width: 192px;
}

#fuss-hintergrund {
    background-image: url(gfx/fusszeile_endlos.jpg);
	background-position:top center;
	background-repeat: repeat-x;
    height: 74px;
}

#fuss-rechts {
    background: url(gfx/fusszeile_rechts.jpg);
	background-position:top right;
	background-repeat: no-repeat;
    height: 74px;
}

#fuss {
    background: url(gfx/fusszeile_ganzunten.jpg);
    background-repeat: repeat-x;
    height: 19px;
    padding-top:10px;
    text-align:center;
}

#ArticleBody {
    font-size: 0.83em;
    color: #000000;
    margin-left: 40px;
    margin-right: 65px;
    margin-top: 0px;
}

    #ArticleBody img {
        margin: 5px;
        padding: 2px;
    }

    #ArticleBody p {
        color: #333;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        margin-bottom: 1px;
    }

    #ArticleBody li {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 5px;
        margin-left: 15px;
    }

    #ArticleBody h1 {
        color: #193388;
        font-size: 1.43em;
        font-weight: bold;
        margin-bottom: 1px;
    }
    #ArticleBody h2 {
        color: #193388;
        font-size: 1.33em;
        font-weight: bold;
        margin-bottom: 1px;
    }
    #ArticleBody h3 {
        color: #193388;
        font-size: 1.23em;
        font-weight: bold;
        margin-bottom: 1px;
    }




.addonbox
{
    text-align: left;
    border: 1px solid #193388;
    width: 180px;
}
.addonbox_head
{
    padding: 3px;
    padding-left: 7px;
    background: #193388;
    color:#FFFFFF;
    font-size: 0.75em;
    font-weight: bold;
    
}
.addonbox_text
{
    background: #e8e8e8;
    padding: 3px;
    padding-left: 7px;
    color:#000000;
    font-size: 0.7em;
}

.printversion
{
    color:#000000;
    font-size: 0.7em;
}

label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
    border: 1px solid #193388;
    background: #FFFFFF;
    font-weight: normal;
    padding: 2px;
}

.submit {
    width: 111px;
    height: 24px;
    border: none;
    background: #CCCCCC;
    background: url(gfx/he4_wc_button.gif);
    margin: 3px;
}

/* ------------------------------------------------------------------------- */

.bottomline {
    border-top: 1px solid  #ccc;
    padding: 0px;
    text-align: right;
}

    .bottomline img {
        border: none;
        margin: 0px;
        margin-right: 3px;
        margin-left: 3px;
        width: 15px;
    }

/* ------------------------------------------------------------------------- */


