/* CSS Document */
/* allgemeine Formatierung */
html, body, span, p, ul, ol, li, div, table, tr, th, td, form, input, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:link, a:visited{
    font-size:12px;
    text-decoration:none;
    color: #000000;
}
a:hover, a:active{
    font-size:12px;
    text-decoration:none;
    color: #828282;
}

#layout {
    width: 887px;
    background-color: #FFFFFF;
    border-style:solid;
    border-width: 1px;
    border-color: #DADADA;
    padding: 5px 5px 5px 5px;
}
#header{
    height: 125px;
    max-height:125px;

}
#header td.picture{
    width:125px;
    height:125px;
    padding:0 0 0 0;
}
#header td.text{
    background-color: #F5F5F5;
    padding:0 0 0 0;
    vertical-align:top;

    height: 125px;
    max-height:125px;
    width: 700px;
}
#header td.text p{
    font-size:16px;
    padding:20px 0 0 30px;
}

#header td.logo{
    width: 62px;
    height: 125px;
    padding:0 0 0 0;
}


#content{
    background-color:#f5f5f5;
    height:390px;
    padding: 0 0 0 0;
    vertical-align:top;
    text-align:center;
}
#content p {
    margin: 0;
}
#footer{
    height: 25px;
    line-height:25px;
    max-height:25px;

    background-color: #007B00;
    text-align:right;
    font-size:12px;
    padding-right:5px;
    color: #FFFFFF;
}
#footer a:link, a:visited{
    color: #FFFFFF;
}
#footer a:hover, a:active{
    color:#F5F5F5;
}
