/* Rahmen für lilliputland.ch */

#header {
	position:absolute;
	left:0px; top:10px; right:0px;
	height:50px;
	padding-left:10px;
	border-bottom:1px dashed #000000;
}

#menu {
	position:absolute;
	left:10px; top:60px; bottom:30px;
	width:150px;
	border-right:1px dashed #000000;
}

#content {
	position:absolute;
	left:160px; top:60px; bottom:40px; right:10px;
	overflow:auto;
	padding:10px;
}

#footer {
	position:absolute;
	left:0px; bottom:5px; right:0px;
	height:20px;
	padding-left:10px; padding-top:5px;
	border-top:1px dashed #000000;
}