
#header
{
	position: relative;
	height: 125px;
	width: 100%;
	font-weight: bold;
	font-size: 20pt;
	background-image: url(../images/freestyle_lq.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navigation
{
	position: relative; /* mit "fixed bleibt die Navigationsleiste beim scrollen stehen! (sonst: relative;) */
	float: left;
	width: 160px;
	font-size: 14pt;
	line-height: 42px;
	background-color: #999999;
}
