
body {
	margin: 0;
	background: #A4A8A7 url(../grafiken/bg-verlauf.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #1F1B0C;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 734px;
	height: 594px;
	margin-left: -367px;
	background: url(../grafiken/background.jpg) top left no-repeat;
}

#container #header {
	position: absolute;
	top: 0;
	left: 23px;
	width: 696px;
	height: 170px;
	background: url(../grafiken/header.jpg) top left no-repeat;
}

#container #navi {
	position: absolute;
	top: 170px;
	left: 23px;
	width: 994px;
	height: 25px;
	background: url(../grafiken/navi-bg.jpg) top left no-repeat;
	padding: 8px 0px 0px 10px;
	text-align: left;
	color: #22200C;
}

#container #navi a {
	color: #291E02;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#container #navi a:hover {
	color: #9F7502;
	text-decoration: none;
}

#container #left {
	position: absolute;
	top: 203px;
	left: 23px;
	width: 174px;
	height: 339px;
	background: url(../grafiken/left-bg.jpg) top left no-repeat;
	padding: 25px 10px 5px 10px;
	line-height: 130%;
}

#container #left a:link, #container #left a:active, #container #left a:visited {
	color: #291E02;
	text-decoration: none;
	line-height: 20px;
}

#container #left a:hover {
	color: #9F7502;
	text-decoration: none;
	line-height: 20px;
}

#container #content {
	position: absolute;
	top: 190px;
	left: 207px;
	width: 482px;
	height: 339px;
	padding: 25px 10px 5px 10px;
}

#container #content h1 {
	font-size: 13px;
	color: #824405;
	font-weight: normal;
}

#container #content .small {
	font-size: 10px;
}

#container a:link, #container a:active, #container a:visited {
	color: #824405;
	text-decoration: none;
}

#container a:hover {
	color: #9F7502;
	text-decoration: underline;
}

