@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	}

h2, p, ul, ol {
	margin-bottom: 1em;
	}

li {
	margin-left: 0;
	}

html {
	/*height: 105%;*/
	}

.container {
	background-color: #A40E06;
	padding-top: 16px;
	min-height: 1100px;
	}

.content {
	width: 710px;
	margin: 0 auto;
	padding: 15px 24px 15px 15px;
	background-color: #B9B9B9;
	background-image: url(redshadow.png);
	background-position: right;
	background-repeat: repeat-y;
	border-left: solid 1px #797979;
	}

.banner {
	width: 710px; height: 170px;
	background-image: url(bilder/banner2.gif);
	}
	
.menue {
	margin-bottom: 32px;
	}
	
.navi {
	list-style-type: none;
	}
	
.navi li {
	display: inline;
	padding: 3px 4px;
	color: #840B04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.navi li a {
	text-decoration: none;
	color: #840B04;
	padding: 3px 4px;
	}

.navi li a:hover {
	color: #B9B9B9;
	background-color: #840B04;
	}

.navi li.aktiv {
	color: #B9B9B9;
	background-color: #840B04;
	}

h1 {
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
}

h2 {
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}


p {
	color: 242424;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 19px;
}

.teaser {
	font-weight: bold;
	}
	
#ortsliste {
	list-style-type: none;
	margin-left: 33px;
	}
	
#ortsliste li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 1px;
	}
#ortsliste li a {
	text-decoration: none;
	color: #840B04;
	}
	
#ortsliste li a:hover {
	border-bottom: #840B04 solid 2px;
	}
	
#terminliste {
	list-style-type: none;
	margin-left: 33px;
	}
	
#terminliste li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#terminliste li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
#terminliste li p + p {
	margin-top: -8px;
	}
	
#galerie {
	margin-top: 60px;
	}
	
.galeriebild {
	margin: 10px;
	border-width: 0px;
	}
