html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(bilder/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper	{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(bilder/bg-wrapper.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#header	{
	width: 960px;
	height: 175px;
	background-image: url(bilder/bg-header.jpg);
	background-repeat: no-repeat;
}

#topnavi	{
	width: 960px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 15px;
}

#topnavi a	{
	text-decoration: underline;
	color: #FF0000;
	font-size: 15px;
	background-image: url(bilder/hand.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

#topnavi a:hover	{
	text-decoration: none;
	color: #781188;
	background-image: url(bilder/hand.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

#foto	{
	width: 960px;
	height: 265px;
	background-image: url(bilder/bg-foto.jpg);
	background-repeat: no-repeat;
}

#foto .logo	{
	border: 0px;
	margin-left: 40px;
}

#footer	{
	width: 960px;
	height: auto;
	background-image: url(bilder/bg-footer.jpg);
	background-repeat: repeat-y;
	clear: both;
	color: #FFFFFF;
}

#footer .kontakt	{
	float: left;
	color: #000000;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 10px 0px 0px 10px;
}

#footer .kontakt a	{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

#footer .kontakt a:hover	{
	text-decoration: none;
}

#footer .partner	{
	float: right;
	width: 610px;
	margin-right: 10px;
	color: #000000;
	font-size: 0.85em;
	line-height: 1.4em;
	padding-top: 10px;
}

#footer .partner .h2	{
	color: #781188;
	font-size: 15px;
	font-weight: bold;
}

#footer .partner ul	{
	list-style-image: url(bilder/bullet-partner.gif);
	letter-spacing: 0.05em;
}

#end	{
	width: 960px;
	height: 10px;
	background-color: #FF0000;
}

#sidebar	{
	float: left;
	margin-left: 40px;
	padding-bottom: 20px;
}

#inhalt	{
	float: right;
	margin-right: 40px;
	width: 580px;
	font-size: 0.85em;
	line-height: 1.5em;
}

#inhalt ol li	{
	padding-bottom: 5px;
}

#inhalt h1	{
	color: #FF0000;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #781188;
}

#inhalt h2	{
	color: #FF0000;
	font-size: 17px;
	background-image: url(bilder/pfeil.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FDFDF3;
}

.table-programm td	{
	padding-bottom: 10px;
	vertical-align: top;
}

a.navi:link 	{
	text-decoration: underline;
	color: #FF0000;
	background-image: url(bilder/hand.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #FF0000;
	background-image: url(bilder/hand.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

a.navi:hover 	{
	text-decoration: none;
	color: #781188;
	background-image: url(bilder/hand.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

a.navi:active 	{
	text-decoration: underline;
	color: #FF0000;
	background-image: url(bilder/hand.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

.noborder	{
	border: none;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 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;
}

.fettrot {
	font-weight: bold;
	color: #FF0000;
}

.notypestyle {
	list-style-type: none;
}

.clear	{
	clear: both;
	height: 1px;
}
