/***** standard html elements *****/
body
{
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    color: #817F7F;
    font: 12px Arial,Verdana,Helvetica;
    text-align: left;
}

a
{
    color: #EC8F25;
    text-decoration: none;
}

a.selected
{
    font-weight: bold;
}

ul
{
    margin-top: 0px;
    list-style-type: disc;
    margin-left: 16px;
}

h2, h3, h4, h5, h6
{
    margin: 0em 0em 0.3em 0em;
}
h1
{
    font-size: 13px;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size: 100%;
}
h4
{
    font-size: 100%;
}
h5
{
    font-size: 100%;
}
h6
{
    font-size: 100%;
}
table td img, h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    vertical-align: middle;
}

p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

img, #content h1 img, #content h2 img, #content h3 img, #content h4 img, #content h5 img, #content h6 img
{
    border: 0px;
}
hr
{
    height: 1px;
    border: none;
    border-top: 1px solid #817F7F;
}
table, tbody, tr, th, td
{
    font: 100% Arial,Verdana,Helvetica;
    vertical-align: top;
}

form
{
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

select, fieldset, textarea, input
{
    font: 100% Arial,Verdana,Helvetica;
    z-index: 1;
}

fieldset
{
    border: none;
}

input.fieldLong, select.fieldLong
{
    width: 210px;
}

input.fieldMedium, select.fieldMedium
{
    width: 150px;
}

input.fieldShort, select.fieldShort
{
    width: 110px;
}

input.fieldExtraShort, select.fieldExtraShort
{
    width: 50px;
}

/***** clasess for any ID element *****/
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.bold, tr.bold td, th.bold td
{
    font-weight: bold;
}
.imgOnly
{
    font-size: 0px;
    text-align: center;
}
.indent
{
    margin: 1em auto 1em 20px;
}

/***** classes that must been use toogether *****/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
}


/***** SEITE *****/
#page
{
    position: absolute;
    width: 969px;
    height: 622px;
    left: 50%;
    margin-left: -484px;
    margin-top: 0px;
    text-align: left;
    background-color: #ffffff;
    border: none;
}

/***** LOGO *****/
#logo
{
    width: 350px;
    height: 54px;
    margin: 0px 0px 10px 5px;
    border: none;
}

/***** SEITE - KOPF *****/
#header
{
    width: 969px;
    height: 150px;
    margin: 0px 0px 0px 0px;
    border: none;
}

/***** NAVIGATION TOP *****/
#topNavDiv
{
    width: 969px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    border: none;
    background-color: #817F7F;
}

#topNavDiv2
{
    width: 729px;
    margin-left: 240px;
    margin-top: 2px;
    border: none;
}

#topNavDiv2 div
{
    float: left;
    margin-right: 25px;
    border: none;
    vertical-align: middle;
    font-size: 13px;
}

#topNavDiv2 a
{
    color: White;
}

#topNavDiv2 .selected a
{
    color: #EC8F25;
    font-weight: bold;
}

/***** SEITE - GESAMT *****/
#wholeCont
{
    width: 969px;
    height: 556px;
    background-color: #ffffff;
}

#contBack
{
    float: right;
}

/***** NAVIGATION LINKS *****/
#leftNavDiv
{
    float: left;
    width: 230px;
    height: 516px;
    border: none;
}

#leftNav
{
    float: left;
    width: 215px;
    height: 400px;
    border: none;
    margin-top: 50px;
    margin-left: 12px;
    font-size: 12px;
}

#leftNav div
{
    margin-bottom: 5px;
    border: none;
    vertical-align: middle;
}

#leftNav a
{
    color: #817F7F;
}

#leftNav .selected a
{
    color: #EC8F25;
    font-weight: bold;
}

#leftNavParent
{
    color: #EC8F25;
    font-weight: bold;
    font-size: 13px;
    margin-left: -7px;
}

#leftNav .L3selected a
{
    color: #EC8F25;
    font-weight: bold;
    font-size: 11px;
    margin-left: 7px;
}

#leftNav .L3
{
    font-size: 11px;
    margin-left: 7px;
}

#divAdresse
{
    float: left;
    width: 215px;
    border: none;
    margin-left: 5px;
    font-size: 11px;
}

/***** Hauptseite *****/
#contMainMid
{
    height: 551px;
    width: 729px;
    border: none;
    overflow: auto;
}

#contMainMidTopI
{
    margin: 50px 5px 5px 10px;
}

#contMainMid a, #contMainMidTopI a
{
    color: #EC8F25;
    text-decoration: none;
}

#footer
{
    width: 969px;
    height: 20px;
    text-align: left;
    border: none;
}

#footer a
{
    color: #817F7F;
    font-size: 90%;
}

