@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../bilder/9x9.gif);
	background-repeat: repeat;
}
#container {
	text-align: left;
	width: 762px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-color: #cc9933;
	margin-top: 12px;
	margin-bottom: 12px;
}
#navi {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#inhalt {
	float: right;
	width: 580px;
	margin-bottom: 12px;
}
table.normal
 { text-align: left;
 width: 500px;
 border: 0px;
}
#footer {
	background-color: #FFE2C6;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #804000;
	clear: both;
	padding-top: 3px;
}
h2.trigger {



	color: #804000;

}
h2.trigger a {
	color: #804000;
	text-decoration: none;
}
h2.trigger a:hover { color: #804000; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;

	overflow: hidden;

	width: 500px;

}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}
