﻿/* Standardelemente */
body 
{
    background-color: #F2F2F2;
    font-family:Arial,Helvetica,Verdana,sans-serif !important;
    font-size:100% !important;
    line-height:120% !important;
    text-align: center;
    color: black;
}

h1 
{
    font-size: 200%;
    font-weight: bold;
}

h2
{
    font-size: 150%;
    font-weight: bold;
}

h3
{
    font-size: 130%;
    font-weight: bold;
    margin-top: 30px;
}

img
{
    border-style: none;
}

a
{
    cursor: pointer;
}

/* Spezielle Elemente */
#aussen 
{
    width: 800px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 0 auto;
}

#innen ul
{
    margin-left: 20px;
}

#innen ul a
{
    border-style: none none inset none;
    border-width: 1px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

#innen ul a:hover
{
    border-style: none none solid none;
}

#text
{
    font-size: 85%;
}

#text a
{
    border-style: none none inset none;
    border-width: 1px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

#text a:hover
{
    border-style: none none solid none;
}

#navigation
{
    font-size: 80%;
    width: auto;
}

#navigation ul
{
    margin: 2px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}
#navigation li
{
    display: inline;
    width: auto;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: 1px solid #36A40F !important;
    list-style-type:none;
}

#navigation li.last_item
{
    border-right: none !important;
}

#navigation .selected_item
{
    font-weight: bold;
}

#navigation a
{
    border-style: none none none none;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#navigation a:hover
{
    border-style: none none dotted none;
}

#hauptnavigation
{
    border-top: 1px solid #36A40F;
    border-bottom: 1px solid #36A40F;
}

#unternavigation
{
    border-bottom: 1px solid #36A40F;
}

.legende
{
    font-size: 70%;
    text-align: center;
}

.box_links
{
    float: left;
    margin: 0px 10px 10px 0px;
}

.box_links a
{
    border-style: none none none none;
    border-width: 0px;
}

.box_rechts
{
    float: right;
    margin: 0px 0px 10px 10px;
}

.box_rechts
{
    border-style: none none none none;
    border-width: 0px;
}

#bilder
{
    font-size: 85%;
}

.bilder_zeile
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.bilder_zelle 
{
    float:left;
    padding-right:5px;
}
/* Grafische Elemente */
.trennlinie_gruen 
{
    border-top:4px solid #36A40F;
    clear:both;
}

.trennlinie_hellgruen
{
    border-top:10px solid #DDFFA3;
    clear:both;
}