body {
	font-family: serif;
	font-size: 14pt;
	color: #990000;
}

div#header {
	width: 100%; height: 100px;
	background-color: #ffcc66;
	font-size: 16pt;
	color: #000000;
	margin-bottom: 30px;
	background-color: ffcc66;
	background-image: url("http://woodexperts.eu/images/bgpic.jpg");

}


div#navigation_left {
	float: left;
	width: 150px; min-height: 480px;
	background-color: #ffcc66;
}


div#navigation_left a {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url("http://woodexperts.eu/images/bgpic_kl.jpg");

}


div#content {
	float: left;
	width: 675px; min-height: 480px;
	background-color: #ffcc66;
	color: #000000;
	text-align: left;
	padding-left: 10px; padding-right: 0;
	margin-left: 25px; margin-right: 40px;
	_margin-right: 0; /* IE Hack */
	_width: 600px; /* IE Hack */
}


div.header {
	text-decoration: underline;
}