
/*//////////////////*/
/*   Layout-Styles  */
/*//////////////////*/
@import "./styles_layout.css";

/*//////////////////*/
/*   Format-Styles  */
/*//////////////////*/
h1{
        margin-bottom: 20px;
    font-size: 2.0em;
    font-weight: bold;
}
h2{
        margin-bottom: 3px;
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
        background-color: #fff;
}
h3{
        margin-bottom: 1px;
        font-size: 1.6em;
        font-weight: normal;
}

strong,b{
    font-weight: bold;
}
i{
    font-style: italic;
}
span.agmHighlight{
    color: #7aba66;
        background-color: #fff;
}

/*////////////////*/
/*   Link-Styles  */
/*////////////////*/
a:link, a:visited, a:hover, a:active{
    text-decoration: none;
    color: #000;
    background-color: #fff;
}
a.anmeldung:link, a.anmeldung:visited, a.anmeldung:hover, a.anmeldung:active{
        display: block;
        width: 70px;
        padding: 3px;
        color: #fff;
        background-color: #7aba66;
        text-align: center;
}
a.agb:link, a.agb:visited, a.agb:hover, a.agb:active{
        font-weight: bold;
        text-decoration:underline;
}

/*////////////////*/
/*   Form-Styles  */
/*////////////////*/
select, input{
        width: 20px;
        margin-top: 4px;
        color: #000;
    background-color: #fff;
}
textarea{
        width: 200px;
        height: 50px;
        font-size: 1.1em;
        padding: 1px;
        margin-top: 5px;
        border: 1px solid #c4c5c9;
}
input.text{
        width: 200px;
        font-size: 1em;
        padding: 1px;
        border: 1px solid #c4c5c9;
}
input.submit{
    width: 80px;
    padding: 1px;
    border: 0px;
    color: #fff;
        background-color: #7aba66;
        text-align: center;
}
div.formtext{
        width: 7.4em;
        padding-top: 4px;
        float: left;
}
div.error{
        margin-bottom: 10px;
        padding: 3px;
        font-size: 1.2em;
        color: #f00;
        background-color: #ffffe1;
}

/*//////////////////*/
/*   Inhalt-Styles  */
/*//////////////////*/
div.text,div.news{
        margin-bottom: 15px;
        font-size: 1.2em;
    font-weight: normal;
    text-align: left;
}
div.news{
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c4c5c9;
}

table.termin{
        width: 100%;
        margin-bottom: 15px;
}
table.termin td{
        padding-right: 10px;
        padding-bottom: 2px;
        vertical-align: top;
        font-size: 1.2em;
        text-align: left;
}

/*//////////////////*/
/*   List-Styles    */
/*//////////////////*/
ul{
    margin-left: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 390px;
    position: relative;
    list-style: disc outside;
    list-style-image: url(./../pic/outline.jpg);
}
ul li{
    font-size: 1.2em;
    vertical-align: baseline;
    margin-bottom: 5px;
    text-align: left;
}
