body
{
    text-align: center;
    font-family: Helvetica, Arial, Tahoma, Sans-Serif;
    font-size: 80%;
    color: #333;
}

h1
{
    font-size: 175%;
    padding: 0 0 15px 0;
    margin: 25px 0 0 0;
    font-weight: normal;
}

h2
{
    color: #739B13;
    font-size: 100%;
    font-weight: normal;
}

a:link, a:visited
{
    color: #739B13;
}

a:hover
{
    text-decoration: none;
}

#frame
{
    width: 948px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
}

#contentheader
{
    position: relative;
    background: #fff;
    height: 100px;
}

#contentheader #logo
{
    position: absolute;
    top: 13px;
    left: 15px;
}

#contentheader h1
{
    font-size: 150%;
    padding: 0px;
    margin: 0px;
}


.bodytext
{
    text-align: justify;
}


#contentcenter ul
{
    margin-left: 0.6em;
    padding-left: 0.6em;
}


/*****************************
MAINNAV TOP
******************************/

#contentheader #mainnav
{
    position: absolute;
    top: 70px;
    right: 10px;
}

ul#Navigation
{
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#Navigation li
{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 5px;
    border-right: 1px solid #eee;
}

#current a
{
   color: #333!important;
   font-weight: 400;
}

ul#Navigation a
{
    color: #739B13;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
}

ul#Navigation a:hover
{
    text-decoration: underline;
}

ul#Navigation span
{
    background-image: url(../img/arrow_top.gif);
    background-repeat: no-repeat;
    background-position: center 5px;
    padding: 50px 0 0 0;
}

.last
{
    border-style: none !important;
}

/*****************************
SUBNAV LEFT
******************************/

#subnav
{
    padding: 25px 0 0 0;
}

ul#LeftNavigation
{
    margin: 0;
    padding: 0;
}
ul#LeftNavigation li
{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 5px;
    border-bottom: 1px solid #eee;
    width: 160px;
}

ul#LeftNavigation a, ul#LeftNavigation span
{
    padding-left: 10px;
    color: #739B13;
    text-decoration: none;
}

ul#LeftNavigation a:hover
{
    text-decoration: underline;
}

/* Navigation mit Pfeil
ul#LeftNavigation span
{
    background-image: url(../img/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #333;
}
*/


ul#LeftNavigation span
{
    color: #333;
    background-image: url(../img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

#top
{
    position: relative;
    width: 948px;
    height: 50px;
    background-image: url(../img/bck_top.png);
    background-repeat: no-repeat;
    color: White;
}

#claim
{
    position: absolute;
    top: 17px;
    left: 15px;
    text-transform: uppercase;
    font-size: 115%;
    letter-spacing: 0.1em;
}

#contact
{
    position: absolute;
    top: 17px;
    right: 15px;
}

#contact span
{
    padding-left: 20px;
}

#contact a:link, #contact a:visited
{
    color: #fff;
}


/*****************************
CONTENT LAYOUT
******************************/

#contentleft
{
    width: 200px;
    padding: 0px;
    margin: 0px;
    float: left;
}

#contentcenter
{
    width: 390px;
    padding: 0 20px 0 0;
    margin: 0px;
    float: left;
}

#contentcenter p
{
    line-height: 175%;
}

#contentcenter li
{
    line-height: 175%;
}

#contentright
{
    width: 338px;
    padding: 0px;
    margin: 0px;
    float: left;
}

#contentright #image_right
{
    padding: 25px 0 0 0;
}

