/*Stylesheet für neue Seiten ab Januar 2012*/

body         {
                background-color: #DDFFBB;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #333366;
                padding: 0px;
                margin: 0px;
                }

a                {
                text-decoration: none;
                }

img                {
                border: 0px;
                }

#wrapper        {
                        padding: 0px;
                        margin: 0px auto;
                        width: 950px;
                        border: none;
                        }

#kopf                {
                        padding: 0px;
                        margin: 0px;
                        width: 100%;
                        height: 150px;
                        background-image: url(../Grafik/LogoSeite.png);
                        background-repeat: no-repeat;
                        background-position: 50% 50%;
                        background-color: #C9FF91;
                        }

#menue                {
                        position: absolute;
                        height: 15px;
                        border: none;
                        background-color: #C9FF91;
                        }

#menue .aussen        {
                                float: left;
                                display: block;
                                overflow: hidden;
                                width: 188px;
                                height: 15px;
                                text-align: center;
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 14px;
                                font-style: normal;
                                font-weight: bold;
                                color: #333366;
                                border: 1px solid #00008B;
                                }

#menue .aussen:hover                {
                                                background-color: #D3D3D3;
                                                color: green;
                                                height: auto;
                                                }

a.innen                                        {
                                                display: block;
                                                width: 200px;
                                                height: 15px;
                                                border-bottom: 1px solid #00008B;
                                                background-color: #D3D3D3;
                                                color: #800000;
                                                padding-top: 5px;
                                                }

a.innen:hover                        {
                                                background-color: #FFFACD;
                                                color: green;
                                                }

#content        {
                        clear: left;
                        margin-top: 30px;
                        }

#content h1        {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 20px;
                        font-weight: bold;
                        font-style: normal;
                        color: #333366;
                        text-decoration: underline;
                        text-align: center;
                        }

#content h2        {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 20px;
                        font-weight: normal;
                        font-style: normal;
                        color: #333366;
                        text-decoration: none;
                        text-align: center;
                        }

#content span        {
                                font-weight: bold;
                                }

/*Container für Bilder*/
.bild                {
                        padding-left: 100px;
                        text-align: center;
                        border: none;
                        }

.bildInnen        {
                        border: none;
                        padding: 10px;
                        float: left;
                        }

.bildUnten        {
                        border: none;
                        clear: left;
                        font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-style: italic;
            color: #333366;
                        text-align: left;
                        padding-bottom: 10px;
                        }


/*Container für Text links mit einem Bild rechts*/
.std                {
                        border: none;
                        }

.bildRechts        {
                        border: none;
                        padding: 10px;
                        float: right;
                        margin-left: 50px;
                        }

.textLinks        {
                        text-align: left;
                        margin-left: 50px;
                        border: none;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 14px;
            font-style: normal;
            color: #333366;
                        }

.unten                {
                        clear: right;
                        border: none;
                        }


/*arial 12px normal Farbe 333366 im body-Tag enthalten*/
.arial12        {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
            font-style: normal;
            color: #333366;
                        }

.arial14        {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 14px;
            font-style: normal;
            color: #333366;
                        }

.arial12k        {
                        font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-style: italic;
            color: #333366;
                        }

.arial14k        {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 14px;
            font-style: italic;
            color: #333366;
                        text-decoration: underline;
                        }

/*Ältere Seiten mit Tabellen*/
.tab                {
                        border: 1px dotted blue;
                        text-align: center;
                        }

.tab02                   {
                         border: 1px dotted blue;
                         width: 100%;
                         }

.tab02 td                {
                         text-align: left;
                         border-bottom: 1px solid black;
                         }

.tab02 ul                {
                         list-style-type: circle;
                         color: #333366;
                         }