body {
	margin: 0 0 0 0;
	}

div#plan_aussen {
	width:100%; 
	height:80%;
	}

div#plan_innen {
	width:900px; 
	height:520px;
	margin-top:3%;
	}

div#plan_balken_oben {
	width:900px; 
	height:18px;
	background-color:#ffffff;
	background-image:url(IMG/LAP_LEISTE_900.GIF);
	}

h1.plan_balken {
	color:#ffffff; 
	font-weight:bold;
	font-size:12px;
	}

h2.plan_balken {
	font-size:11px;
	font-weight:normal;
	}

div#plan_balken_unten {
	width:900px; 
	height:30px;
	background-color:#ffffff;
	background-image:url(IMG/LAP_LEISTE_900_V.GIF);
	}

div.plan_leerzeile {
	width:900px; 
	height:15px;
	background-color:#ffffff;
	}

div.plan_zeile {
	width:900px; 
	height:200px;
	background-color:#ffffff;
	}

div.plan_spaltelinks {
	width:105px; 
	height:10px;
	float:left;
	}

div.plan_spaltemitte {
	width:30px; 
	height:10px;
	float:left;
	}
div.plan_spalterechts {
	width:105px; 
	height:10px;
	float:left;
	}

div.plan_content {
	width:150px; 
	height:200px;
	background-color:#f2f2f2;
	float:left;
	}

div.plan_clear {
	width:0px; 
	height:0px;
	clear:left;
	}

