@import url(belc89.css);

/* header -------------------------------------------------------------- */
#header {

        	margin: 30px 0 0 0px;
	width: 672px;
        	padding: 0;
         height: 39px;
	border: 1px solid #000;
         background: #339966;
         color: #fff;
}

ul#secnavi {
	display: none;
}

/* inhalt -------------------------------------------------------------- */
#inhalt {
    	position: absolute;
    	top: 90px;
	left: 0px;
         	 width: 506px;  /* fuer IE5, 5.5 */
		  voice-family: "\"}\"";
		  voice-family: inherit;
                  width: 455px;/* fuer alle anderen Browser */
}

#inhalt #footer ul {
	display: none;
}

#inhalt #footer li {
        display: inline;
	list-style: none;
}


/* navi ---------------------------------------------------------------- */
#navi {
	display: none;
}

/* Zusatzspalte rechts */
#inhalt #zusatz {
    	position: absolute;
    	top: 0px;
	left: 457px;
         background: #fff;;
         	  width: 263px;  /* fuer IE5, 5.5 */
		  voice-family: "\"}\"";
		  voice-family: inherit;
                   width: 217px; /* fuer alle anderen Browser */
}

.rahmen {
	border: 1px solid #000;
         padding: 4px 4px 10px 8px;
         margin-bottom: 9px;
}


