html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #F8F8FF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	background-image: url(bilder/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.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;
}

.fettzentriert {
	font-weight: bold;
	text-align: center;
}

.fettrot {
	font-weight: bold;
	color: #B1182D;
}

hr	{
	background-color: #6CALD5;
	color: #6CALD5;
	height: 1px;
}

h1	{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #273587;
}

h2	{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #273587;
	border-bottom: 2px dotted #CACBCC;
	padding-bottom: 5px;
	letter-spacing: 3px;
}

h3	{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #273587;
	border-bottom: 2px dotted #CACBCC;
	padding-bottom: 5px;
	letter-spacing: 3px;
	text-align: center;
}

.bildrahmen	{
	border: 5px solid #8ABC3F;
}

#head1	{
	width: 950px;
	height: 440px;
	text-align: left;
	margin: 0 auto;
	background-image: url(bilder/bg-head1.jpg);
	background-repeat: no-repeat;
}

#head2	{
	width: 950px;
	height: 440px;
	text-align: left;
	margin: 0 auto;
	background-image: url(bilder/bg-head2.jpg);
	background-repeat: no-repeat;
}

#topnavi	{
	width: 950px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 35px;
}

#topnavi a	{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#topnavi a:hover	{
	text-decoration: none;
	color: #6C9FD3;
}

#topnavi .abstand	{
	padding-left: 5px;
	padding-right: 5px;
}

#wrapper	{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#clear	{
	width: 950px;
	height: 10px;
	clear: both;
}

#footer	{
	width: 100%;
	height: 75px;
	text-align: center;
	background-color: #843600;
}

#adresse	{
	width: 245px;
	height: 475px;
	float: left;
	background-image: url(bilder/bg-adresse.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
}

.oben1	{
	margin-top: 55px;
}

.oben2	{
	margin-top: 40px;
}

#carte	{
	float: left;
	margin-left: 20px;
	width: 215px;
	height: 475px;
	background-image: url(bilder/bg-carte.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
}

#menues	{
	float: left;
	margin-left: 20px;
	width: 215px;
	height: 475px;
	background-image: url(bilder/bg-menues.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
}

#events	{
	float: left;
	margin-left: 20px;
	width: 215px;
	height: 475px;
	background-image: url(bilder/bg-events.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
}

.boxabstand	{
	padding-left: 15px;
	padding-right: 15px;
}

#inhalt	{
	float: left;
	margin-left: 20px;
	width: 685px;
	background-image: url(bilder/bg-inhalt.jpg);
	background-repeat: no-repeat;
	font-size: 0.85em;
	line-height: 1.6em;
}

#box	{
	width: 645px;
	padding-left: 20px;
}

a.navi:link 	{
	text-decoration: underline;
	color: #6CALD5;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #6CALD5;
}

a.navi:hover 	{
	text-decoration: none;
	color: #B1182D;
	background-color: #CACBCC;
}

a.navi:active 	{
	text-decoration: underline;
	color: #6CALD5;
}

