/* Struktur und Grundaufbau */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	background-color: #87bc90;
	text-align: center;
	background-image: url(../img/htkachel.gif);
}
#aussenrahmen {
	width: 905px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	background-image: url(../img/hintergrund.jpg);
	background-repeat: repeat-y;
}
#kopfbereich {
	float: none;
	width:905px;
	height:137px;
}
#navigation {
	float: left;
	left:0px;
	top:137px;
	width:220px;
	height:300px;
}
#navigation #stoerer {
	margin-top: 50px;
	margin-left: 40px;
}
#navigation #stoerer p {
  color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 5px;
}
#navigation #stoerer a {
  font-size: 10px;
  color: #FFFFFF;
	text-decoration: none;
}
#inhalt {
	float: left;
	width:435px;
	padding-top: 37px;
	padding-left: 35px;
	padding-right: 35px;
}
#rechts {
	float: left;
	width:50px;
}
div.clearer {
	float: none;
	clear: both;
}
/* Allgemeine Formatierungen */
h1 {
	font-size: 16px;
	line-height: 19px;
	color: #c12121;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	color: #c12121;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	line-height: 16px;
	color: #c12121;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
p {
	font-size: 13px;
	line-height: 16px;
	color: #003f6f;
	margin-top: 0px;
	margin-bottom: 11px;
}
p.kleinschrift {
  font-size: 11px;
}
blockquote {
  font-size: 12px !important;
  padding-left: 10px !important;
}
img {
	border: none;
}
#inhalt a:link,
#inhalt a:visited {
  color: #2f288d;
  font-weight: bold;
  text-decoration: underline;
}
/* Tabellen im Inhalt */
#inhalt table {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #003f6f;
  margin-left: 50px;
  width: 410px;
}

/* Inhaltslisten */
#inhalt ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#inhalt li {
  font-size: 11px;
  color: #003f6f;
}

/* Navigation */
#navigation ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#navigation li {
	list-style-type:none;
	padding-left: 0px;
}
#navigation li a:link, #navigation li a:visited {
	font-weight: normal;
	color: #2f288d;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	padding-left: 40px;
}
#navigation li a:hover{
	color: #FFFFFF;
}
#navigation li a#aktiv {
	font-weight: bold;
	background-image:url(/img/listenpunkt.gif); 
  background-repeat:no-repeat; 
  background-position: 0px 2px;
}

/* Rechte Spalte */
#rechts .bild {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Bildergalerien */
#galerie {
	margin-top: 10px;
}
.galerie-element img {
	float: left;
	width: 100px;
	height: 75px;
	margin-bottom: 8px;
	margin-right: 6px;
	border: 1px solid #999;
}
.galerie-element img.umbruch {
	padding-right: 0px !important;
}

