/**
 * Farben:
 * Hintergrund Rot: #a8101b
 * Hintergrund Beige: rgb(215, 202, 182)
 * Text on Beige rgb(206, 159, 120)
 */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial, sans;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	background-color: rgb(215, 202, 182);
	background-image: url(Bilder/bodyBg.png);
	background-repeat: repeat-x;
}

/* macht gepunktete Linie um geklickte Links unsichtbar */
a:focus {
	outline: none;
}

hr {
	border-top: 1px solid #a8101b;
	margin: 1em 0;
}

input[type=submit] {
	background-color: #a8101b;
	color: white;
	padding: 2px 5px;
}

.hinweis {
	font-size: 10px;
}

.adresse {
	margin-left: 18px;
}

.bildunterschrift {
	font-size: 0.8em;
	border-left: 1px solid rgb(216, 201, 181);
	border-right: 1px solid rgb(216, 201, 181);
	border-bottom: 1px solid rgb(216, 201, 181);
	padding: 3px 5px;
	font-style: italic;
}

.absatz {
	clear: both;
}

.zentriert {
	text-align: center;
}
.links {
	text-align: left;
}
.rechts {
	text-align: right;
}
td.rechts, 
th.rechts,
td.links,
th.links {
	vertical-align: top;
}

.neubRot {
	background-color: #a8101b;
}

.termine td {
	vertical-align: top;
}

#seite {
	margin: 0px auto;
	width: 1000px;
	color: black;
}

#kopf {
	width: 100%;
	height: 197px;
}

#kopf img {
	border: 0;
}

#menu {
	text-align: left;
	height: 22px;
	margin-left: 17px;
	margin-right: 18px;
	border-left: 2px solid #a8101b;
	border-right: 2px solid #a8101b;
	background-color: white;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: black;
}

#menu a:hover,#menu a.selected {
	color: white;
	background-color: #a8101b;
}

#inhalt {
	padding: 0px 18px 20px 18px;
	min-height: 1000px;
}

#inhalt h1 {
	font-size: 14px;
	color: #a8101b;
	margin-bottom: 12px;
}

#inhalt p,
#inhalt li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}

#inhalt img {
	border: 0;
}

#inhalt a {
	color: black;
}

#inhalt b,
#inhalt strong {
	color: #a8101b;
	font-weight: normal;
}

#inhalt a:hover {
	color: #a8101b;
}

#links {
	position: absolute;
	width: 310px;
	padding: 20px 10px;
	border-left: 2px solid white;
	background-color: white;
}

#links h1 {
	font-size: 13px;
}

#links ul {
	list-style-type: none;
}

#links li {
	margin: 6px 0px;
}

#links .abriss {
	list-style-type: square;
	margin-left: 12px;
}
#abriss li {
	margin-bottom: 7px;}

#rechts {
	position: absolute;
	margin-left: 330px;
	width: 590px;
	padding: 20px 20px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
}

#rechts table {
	margin-bottom: 18px;
}

#rechts th,
#rechts td {
	padding: 3px 18px 3px 0px;
	vertical-align: top;
}

.thema {
	margin: 12px 0px;
	clear: both;
	margin-bottom: 24px;
}

.thema img {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

#kasten li a.selected {
	color: #a8101b;
}
