
/* Allgemeine Anpassungen */
html, body {
        height:100%;
        background-color: #FFF;
        }
img{border: 0px;}

#space {
        width:1px;
        height:50%;
        margin-bottom:-310px; /* die hılfte der inhals's hıhe */
        float:left;
        }
#inhalt {
        width:420px;
        height:620px;
        background-color: #ffffff;
        margin: 0 auto;
        position:relative; /* hebt den inhalt vor den space  */
        clear:left; /* hebt das float vom space auf  */
        }

#inhaltbox1 {
        width:790px;
        height:260px;
        margin: -260px auto 0px auto;
        position:relative; /* hebt den inhalt vor den space  */
        clear:left; /* hebt das float vom space auf  */
        }

img.ring{margin: 0px;border: 0px;}



#links{
margin: 12px 0px 80px 0px;
}
#mittelinks{
margin: 83px 0px 0px 0px;
}
#mitterechts{
margin: 108px 0px 30px 0px;
}
#rechts{
margin: 0px 0px 80px 0px;
}



h1{
padding: 20px 0px 0px 0px;
font-size: 26px;
font-style: italic;
line-height: 170%;

}

h2{
padding: 30px 0px 0px 0px;
font-size: 22px;
font-style: italic;
line-height: 170%;
}

p#links{
width: 295px;
float: left;
text-align: right;
padding: 0px 15px 0px 0px;
}
p#rechts{
width: 295px;
float: left;
text-align: left;
padding: 0px 0px 0px 15px;
}

a:link, a:visited{
}
a:hover, a:active{

}


/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }