/* CSS Document */

html,body
{
        background-color:#ffffff;
        margin:0px;
        padding:0px;
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        font-size:16px;
}
img
{

}

a:link
{
 background-color:#ffffff;
 color:#de392d;
 text-decoration:none;
 background-color:#ffffff;
}
a:hover
{
        color:#de392d;
        text-decoration:underline;
        background-color:#ffffff;
}
a:active
{
        font-style:italic;
        color:#de392d;
        text-decoration:none;
        background-color:#ffffff;
}
a:visited
{
        color:#de392d;
        text-decoration:none;
        background-color:#ffffff;
}

div.complete
{
         height:100%;
         width:100%;
}


h2
{
        text-align:center;
        color:#de392d;
        background-color:#ffffff;
        font-size:3.2em;
}

h3
{
        text-align:center;
        color:#64b24d;
        background-color:#FFFFFF;
        font-size:2em;
}

h4
{
        left:0.8em;
        position:relative;
        top:-1em;
        color:#de392d;
        background-color:#ffffff;
        font-size:3em;
        width:10em;
}

b2
{
      color:black;
      font-size:25px;
      font-weight:bold;
}

b3
{
font-size:25px;
}

td
{
         text-align:left;
}


div.startseite
{
        text-align:center;
        font-size:2em;
        width:100%;
        float:left;
}
/*div.startseite_2
{

        text-align:left;
        font-size:1em;
        border:1px solid;
        width:40%;
        float:left;
}


*/
div.glueck
{
width:100%;
float:left;
}

/*navigation*/
div.navigation
 {

        position:relative;
        width:90%;
        top:0.5em;
        left:2em;
        font-size:18px;
        color:#de392d;
        background-color#ffffff;
        z-index:4;

}
div.sub_navigation
{
    position:relative;
        width:70%;
        left:15.2em;
        top:0.5em;
        font-size:18px;
        color:#de392d;
        background-color#ffffff;
        z-index:4;

}


/*navigation ende*/

/*inhalt*/
div.inhalt
{
        position:relative;
        width:100%;
        overflow:auto;
        top:1.8em;

}

div.inhalt_heraus
{
        position:relative;
        width:100%;
        overflow:auto;
        top:-2em;
}

div.heraus
{
        position:relative;
        left:0em;
        top:em;
        width:100%;
        overflow:auto;

}

span.tele
{
        font-size:0.8em;
}


div.band
{
        width:33%;
        float:left;
        text-align:center;
}
div.band2
{

        width:9em;
        float:left;
        text-align:center;
        position:relative;
        left:2em;
}

div.clear
{
        clear:both;
}
div.projekte
{
        text-align:center;
        font-size:1.5em;
        width:100%;
        float:left;
}

/*inhalt ende*/