html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #B8D1EF;
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: 0 210px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#seite	{
	width: 100%;
	min-width: 850px;
	height: 100%;
	min-height: 310px;
	background-image: url(bilder/head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#wrapper	{
	width: 850px;
	padding-top: 310px;
	text-align: left;
	margin: 0 auto;
}

#footer	{
	clear: both;
	width: 850px;
	height: 30px;
	background-image: url(bilder/bg-footer.png);
}

#navi	{
	float: left;
	width: 240px;
	padding-top: 10px;
}

#navi ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	width: 230px;
	text-align: left;
	color: #FFFFFF;
}

#navi ul li {
	padding: 0;
	margin: 0;
}

#navi ul.menu1 a {
	display: block;
	width: 230px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	background-image: url(bilder/navi.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#navi ul.menu1 a:hover {
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(bilder/navi-hoover.jpg);
}

#navi ul.menu1 li#active a	{
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(bilder/navi-hoover.jpg);
}

#navi ul.menu1 li#active a:hover	{
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(bilder/navi-hoover.jpg);
}

#navi ul ul.menu2 a {
	color: #781188;
	font-weight: bold;
	font-size: 13px;
	background-image: url(bilder/button-subnavi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	width: 200px;
}

#navi ul ul.menu2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(bilder/button-subnavi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#navi ul ul	{
	margin-left: 20px;
}

#navi ul ul li	{
	margin: 0;
	padding: 0;
}

#inhalt	{
	float: right;
	width: 580px;
	background-image: url(bilder/inhalt-bg.png);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 10px;
	clear: right;
}

#top	{
	width: 580px;
	height: 25px;
	background-image: url(bilder/inhalt-top.png);
}

#bottom	{
	width: 580px;
	height: 30px;
	background-image: url(bilder/inhalt-bottom.png);
}

#box	{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#box h1	{
	font-size: 16px;
	font-weight: bold;
}

#box h2	{
	font-size: 14px;
	font-weight: bold;
	color: FF0000;
	letter-spacing: 1px;
}

.blau	{
	color: #781188;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.fettblau {
	font-weight: bold;
	color: #781188;
}

a.navi:link 	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

a.navi:hover 	{
	text-decoration: overline;
	color: #781188;
	font-weight: bold;
}

a.navi:active 	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

.zitat	{
	font-size: 0.85em;
	line-height: 1.3em;
}