﻿
*
{
    /* Alle Browserrahmen entfernen */
    margin: 0;
    padding: 0;
    font-size: 1.02em;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
body
{
    background-color: #FFFFCC;
    text-align: center; /* Zentrieren der Seite im IE */
}

/* Seitenrahmen */
#page
{
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    min-width: 760px;
    background: #FFFFCC;
    text-align: left;
}
#header img
{
    border-width: 0;
}
/* zweispaltigen Inhalt anlegen */
#column1
{
    width: 50%;
    float: left;
}
#column2
{
    width: 50%;
    float: left;
}
#picture_colum
{
    width: 100%;
    overflow: hidden;
}
#picture_column p
{
    padding-top: 2em;
}

.picture_left img, .picture_right img
{
    margin-bottom: 10px;
}

/* Einzelspalte mit linkem Bild und Text pro Zeile */

.picture_left p
{   
    padding-top: 2em;
}
.picture_left img
{
    margin-right: 10px;
    float: left;
}

/* Einzelspalte mit rechtem Bild und Text pro Zeile */


.picture_right p
{
    padding-top: 2em;
}
.picture_right img
{
    margin-left: 10px;
    float: right;
}

#footer
{
    border: solid,1,black;
    clear: both;
    background-color: #FFCC99;
    text-align: right;
    font-size: 0.9em;
}

#footer a:link
{
    text-decoration: none;
    color: #3A1164;
}
#footer a:visited
{
    text-decoration: none;
     color: #3A1164;
}
#footer a:hover
{
    text-decoration: none;
    font-weight: bold;
     color: #3A1164;
}
#footer a:active
{
    text-decoration: none;
    color: #3A1164;
}



#header_inner, #column1_inner, #column2_inner, #footer
{
    overflow: hidden;
}

#menu
{
    background-color: #4D5D2E;
    text-align: left;
    margin-bottom: 1em;
}

#menu a
{
    padding: 10px;
}

#menu a:link
{
    color: #FFFF66;
    text-decoration: none;
}
#menu a:visited
{
    color: #FFFF66;
    text-decoration: none;
}
#menu a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#menu a:active
{
    text-decoration: none;
    color: #FFFFFF;
}

.float_clear
{
    clear: both;
}

h1
{
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

p
{
    padding-bottom: 0.5em;
}
