@CHARSET "ISO-8859-1";

.layout {
	position: fixed;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#header {
	top: 0px;
	left: 140px;
	right: 0px;
	height: 31px;
	background-image: url("../background/bg_holz.jpg");
	background-repeat: repeat;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/* height:33px; /* 14px + 17px + 2px = 33px */
	vertical-align: bottom;
	border-bottom: 1px #000000 solid;
	z-index: 2;
}

#left {
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 140px;
	/*height: 100%;*/
	background-image: url("../background/bg_holz.jpg");
	background-repeat: repeat;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/* height:33px; /* 14px + 17px + 2px = 33px */
	border-right: 1px #000000 solid;
}

#main-content {
	position: absolute;
	top: 50px;
	left: 160px;
	right: 20px;
	max-width: 750px;
	/*margin: 20px;*/
}

#topleft-corner {
	top: 31px;
	left: 140px;
	width: 20px;
	height: 20px;
	background-image: url("../background/bg_obli_2.gif");
	background-repeat: no-repeat;
	z-index: 3;
}

#topmenu {
	margin-left: 40px;
	/*height: 50px;*/
	top: 12px;
	/*bottom: 0px;*/
	position: relative;
}

