#page { position: relative;
	top:10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	text-align: left;
}

#header {
        position:relative;
        top: 10px;
        right: 10px;
        background: transparent;
        text-align: center; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
}

#main{ clear:both; widht: 100%; z-index: 10;}

#footer { margin-right: 20px;
          widht: 100%;
          clear:both; 
          z-index: 10; 
          text-align:right;}

#nav, #bmbflogo {
        float: left;
        width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht wer
den */
}

#dfglogo {
        float: right;
        width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht wer
den */
}

#content, #hcontent{
        width: auto;
        margin-left: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
        margin-right: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
}

#hspace {height:20px; widht: 100%;}

.tops {float: center; width: 100%;}

.topsrow {}

.topstime {float: left; valign: top; width: 100px; text-align: right;}

.topstopic {margin-left: 130px; widht: auto; text-align: left;}

.top {font-weight: bold; margin-top:5px; margin-bottom:0}
.time {font-weight: bold; margin-top:0; margin-bottom:0}
.talk {font-style: italic; margin-top:0; margin-bottom:0}
.talker {margin-left: 30px; margin-top:0; margin-bottom:0}

