body {
	background:					url('./bilder/bg.png');
}

div#container {
	width:						702px;
	margin:						0 auto;
}

div#logotype {
	background:					url('./bilder/logotype.png');
	width:						702px;
	height:						76px;
}

div#content-left {
	background:					url('./bilder/left-content.png');
	width:						206px;
	height:						574px;
	float:						left;
}

div#content-left a {
	display:					block;
	font:						16pt Trebuchet MS;
	color:						#000;
	text-decoration:			none;
	text-align:					center;
	margin-top:					10px;
	margin-left:				45px;
}

div#content-right {
	background:					url('./bilder/right-content.png') fixed;
	width:						476px;
	height:						554px;
	float:						right;
	overflow:					auto;
	font:						8pt Verdana;
	padding:					10px;
	line-height:				15px;
}

h1 {
	font:						20pt Century Gothic;
	padding-left:				30px;
	margin:						0;
	font-weight:				normal;
}