/*------------------------------------------------------------Textstile */

br  {margin-bottom:0px;}

hr  {
    color:#e0e0e0;
    background-color:#e0e0e0;
    height:1px;
    border:#e0e0e0;

}

a img { border:0px;} a:visited img {border:0px;} a:focus img {border:0px;} a:active img {border:0px;}
a:hover img {border:0px;}

h1      { /* Überschrift Text */
        visibility:visible;
        line-height:1em;
        font-weight:normal;
        color:#707070;
        font-size: 16pt;
        font-family:Trebuchet MS,sans-serif;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
}
/*-----------------------------------------------------------------Seitenaufbau */



body{
        background-color:#FFFFFF;
        margin:0px 0px 0px 0px;
        background-image:url(gfx/bg.png);
        background-repeat:repeat-x;
        text-align:center; /* Zentrierung im Internet Explorer */

}

/* -----------------------Layout Raster */


#page {   /* mittig */
        width:950px;
        margin: 0 auto;
        overflow:hidden;
        display:block;

}



#head {
        text-align:left;
        width:950px;
        margin:50px 0px 20px 0px;
        background-image:url(gfx/bg_head.png);
        background-repeat:no-repeat;
        overflow:hidden;
        height:103px;
}
#logo {
        float:left;
        width:299px;
        overflow:hidden;
        height:103px;
        padding:24px 0px 0px 0px;
}

#navi {
        text-align: right;
        overflow:hidden;
        height:103px;
        padding:35px 0px 0px 0px;
}

a.menue_default:link, a.menue_default:visited, a.menue_default:focus, a.menue_default:active {
        visibility:visible;
        line-height:2.7em;
        color:#4c4c4d;
        font-size: 12pt;
        font-weight:normal;
        overflow:hidden;
        font-family:Trebuchet MS,sans-serif;
        text-decoration:none;
        margin:0px 0px 0px 30px;

}


a.menue_current:link, a.menue_current:visited, a.menue_current:focus, a.menue_current:active {
        visibility:visible;
        line-height:2.7em;
        color:#a0a0a0;
        font-size: 12pt;
        font-weight:normal;
        overflow:hidden;
        font-family:Trebuchet MS,sans-serif;
        text-decoration:none;
        margin:0px 0px 0px 30px;
}


a.menue_default:hover {
        visibility:visible;
        line-height:2.7em;
        color:#a0a0a0;
        font-size: 12pt;
        font-weight:normal;
        overflow:hidden;
        font-family:Trebuchet MS,sans-serif;
        text-decoration:none;
        margin:0px 0px 0px 30px;
}

/* -----------------------Inhalt 100% */

#oben {   /* mittig rechts */
        visibility:visible;
        line-height:1.4em;
        color:#707070;
        font-size: 10pt;
        font-family:Trebuchet MS,sans-serif;
        width:950px; height:100px;
        overflow:hidden;
        text-align:justify;
        margin:0px 0px 0px 0px;

}

.links {   /* links  */
        visibility:visible;
        width:300px;
        overflow:hidden;
        text-align:left;
        float:left;
}

.rechts {   /* rechts  */
        visibility:visible;
        width:622px;
        overflow:hidden;
        margin:0px 0px 0px 0px;
        float:right;
}

#headline {   /* mittig */
        visibility:visible;
        overflow:hidden;
        width:950px; height:153px;
        margin:0px 0px 0px 0px;

}

#content {   /* mittig  */
        visibility:visible;
        line-height:1.4em;
        text-align:justify;
        color:#707070;
        font-size: 10pt;
        font-family:Trebuchet MS,sans-serif;
        width:950px;
        margin:0px 0px 0px 0px;
        overflow:hidden;
        display:block;
}
#inhalt {padding:70px 0px 0px 0px; }



.back   { /* Überschrift Text */
        visibility:visible;
        float:left;

}

a.back:link, a.back:visited, a.back:focus, a.back:active {
        visibility:visible;
        text-decoration:none;
        float:left;
        line-height:1em;
        font-weight:normal;
        color:#FFFFFF;
        background-color:#000000;
        font-size: 16pt;
        font-family:Trebuchet MS,sans-serif;
        padding:5px 8px 5px 8px;
        margin:0px 0px 0px 0px;
}

a.back:hover {
        visibility:visible;
        text-decoration:none;
        float:left;
        line-height:1em;
        font-weight:normal;
        color:#dcdcdc;
        background-color:#000000;
        font-size: 16pt;
        font-family:Trebuchet MS,sans-serif;
        padding:5px 8px 5px 8px;
        margin:0px 0px 0px 0px;
}



.workleft {   /* rechts  */
        visibility:visible;
        width:291px;
        margin:0px 38px 0px 0px;
        overflow:hidden;
        float:left;
}

.workright {   /* rechts  */
        visibility:visible;
        width:291px;
        margin:0px 0px 0px 0px;
        overflow:hidden;
        float:right;
}

.wrapper {clear: both;}






/* Link Standard */
a:link, a:visited, a:focus, a:active {text-decoration:underline; color:#4c4c4d;}
a:hover {text-decoration:underline; color:#a0a0a0;}