*          { margin:0; padding:0; }

html, body { height:100%; }

body {
        background-color:#fff;
        color:#000;
        font-family: arial, verdana, georgia, sans-serif;
        font-size:10.5pt;
        line-height:18px;
        text-align:center; /* horizontal centering for IE Win quirks */
}

#distance {
        width:1px;
        height:50%;
        background-color:#ccc;
        margin-bottom:-322px;  /* half of container's height */
        float:left;
}

#container {
        margin:0 auto;
        position:relative;  /* puts container in front of distance */
        text-align:left;
        min-height:622px;
        width:966px;
        clear:left;
        background:#fff url('../images/bg_zeile_mitte.gif') repeat-y;
}

#container div.rechts {
        font-size:100%;
        float:right;
        width:300px;
        margin-left:50px;
}

.clear{
        clear:both;
        height:1px;
        overflow:hidden;
        line-height:1%;
        font-size:0px;
        margin-bottom:-1px;
}
* html .clear{ height:auto; margin-bottom:0; }

/* --------------------------------------------- */

#toptext { padding-bottom:2px; text-align:center; font-size:12px; color:#ccc; background:#fff; }

#head {
        width:966px; height:158px;
        margin:0; padding:0;
}

.content { float:right;
           width:758px;
           min-height:358px;
           margin-right:11px;
           padding:60px 0 0 56px;
}

a  { color:#0a51a1; }
h1 { font-size:17px; font-weight:bold; margin:0 0 34px 0; letter-spacing:0.1em; }
h2 { font-size:15px; }

#foot    { width:769px; height:20px;
           background:url('../images/bg_footer.gif') no-repeat;
           margin-top:40px;
           padding:6px 10px 0 197px;
           font-size:13px; color:#000;
}
#foot a  { color:#000; text-decoration:none; }

#toptext a { color:#e4e4e4; text-decoration:none; }

p              { margin-top:1.3em; }
p.ohne-Abstand { margin-top:0; }

ul    { margin-left:0.1em; padding-left:1.3em; margin-top:2px; list-style-image:url('../images/listdot.gif'); }
ol    { margin-left:0.1em; padding-left:1.3em; margin-top:2px }
ol li { margin-left:20px; }

td    { font-size:10.5pt; }
input { margin-bottom:1px; }

div p { margin-top:0; margin-bottom:10px; }

/* allgemeine klassen */
.small      { font-size:11px; }
.x-small    { font-size:9px; }
img.bild-links  { float:left; clear:left; margin:0 10px 10px 0; }
img.bild-rechts { float:right; clear:right; margin:0px 3px 0px 20px; }
