
/*====SEITE====*/
*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color:#FFFFFF;
    font-family: Verdana;
    font-size: 12px;
}

#site
{
    width: 904px;
    margin: 0px auto;
    background-image:url(../bilder/layout/bg_verlauf.jpg);
    background-repeat: no-repeat;
}

#header
{
    width: 904px;
    height: 145px;
    background-image:url(../bilder/layout/header.jpg);
    background-repeat: no-repeat;
}

#content
{
    width: 904px;

}
#contentleft
{
    width: 196px;
    margin-left: 10px;
    float: left;
}
#contentright
{
    width: 645px;
    float: right;
    margin-right: 21px;
}
#content_inhalt
{
    width: 450px;
    float: left;
    color: #032A47;
}
#content_menue
{
    width: 165px;
    float: right;
}

#navi_content_head
{
    width: 164px;
    height: 25px;
    background-image:url(../bilder/layout/navi_content_header.jpg);
    background-repeat: no-repeat;
    color: white;
}
.navi_content_head_schrift
{
    margin-left: 60px; padding-top: 3px;font-size: 14px;
}
#navi_content_body
{
    width: 164px;
    height: 155px;
    background-image:url(../bilder/layout/navi_content_bg.jpg);
    background-repeat: no-repeat;
    color: white;
}
#navi_links_head
{
    width: 196px;
    height: 27px;
    background-image:url(../bilder/layout/navi_links_header.png);
    background-repeat: no-repeat;
    color: white;
}
.navi_links_head_schrift
{
    margin-left: 25px; padding-top: 5px;font-size: 14px;color: white;
}
.navi_links_bg
{
    width: 196px;
    height: 29px;
    background-image:url(../bilder/layout/navi_links_bg.jpg);
    background-repeat: no-repeat;
    color: white;
}
.navi_links_schrift
{
    margin-left: 30px; padding-top: 5px;font-size: 12px; color: #032A47;
}
#navi_links_end
{
    width: 196px;
    height: 78px;
    background-image:url(../bilder/layout/navi_links_end.jpg);
    background-repeat: no-repeat;
}
#navi_oben
{
    width: 523px;
    margin-left: 302px;
    padding-top: 60px;
}
.navi_oben_linkbox
{
    float: left;
    color: white;
    font-size: 18px;
    text-align: center;
}



/*====LINKS====*/

a.txt-link:link {  color:#0065ad; text-decoration:none; }
a.txt-link:visited {  color:#0065ad; text-decoration:none; }
a.txt-link:active {}
a.txt-link:focus {}
a.txt-link:hover{  color: #4C4C4C; text-decoration:underline;}

a.navi1-link:link {  color: white; text-decoration:none; }
a.navi1-link:visited {  color: white;  text-decoration:none; }
a.navi1-link:active {}
a.navi1-link:focus {}
a.navi1-link:hover{  color: white;text-decoration:underline; }

a.navi2-link:link {  color:#032A47; text-decoration:none; font-size: 13px;}
a.navi2-link:visited {  color:#032A47; text-decoration:none;font-size: 13px; }
a.navi2-link:active {}
a.navi2-link:focus {}
a.navi2-link:hover{  color:#032A47; font-size: 13px; font-weight: bold;}

a.navi3-link:link {  color:#032A47; text-decoration:none; }
a.navi3-link:visited {  color:#032A47; text-decoration:none; }
a.navi3-link:active {}
a.navi3-link:focus {}
a.navi3-link:hover{  color:#032A47;  font-weight: bold;}

/*Schriften*/

.ueber1
{
    font-size: 14px;
    font-weight: bold;
}
/*Standardstrukturen*/
.steckbriefbox
{
        border-style: solid;
        border-color: #032A47;
        border-width: 1px;
        padding: 5px;

}
.stdbild
{
        border-style: solid;
        border-color: #032A47;
        border-width: 1px;
}