* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  font-family: Arial, Verdana, sans-serif;
  background-color: #fff;
}

img {
  border: none;
}

#header {
  width: 100%;
  height: 6.25em;
  background-color: #6B408F;
  color: #fff;
}

#header #title {
  height: 81px;
}

#header #title img {
  float: left;
}

#header h1 {
  text-transform: uppercase;
  font-size: 120%;
  letter-spacing: 0.05em;
}

#header h2 {
  font-weight: normal;
  font-size: 110%;
  letter-spacing: 0.05em;
}

#topbar {
  position: relative;
  top: 5em; /* 80px */
  height: 1.25em; /* 20px */
  background-color: #B19CC7;
  width: 100%;
  text-align: left;
}

#topbar ul {
  padding-left: 30px;
  list-style-image: url(img/toparrow.png);
  margin-left: 20px;
}

#cwrapper {
  width: 98%;
  /*background: #6B408F url(img/balken.png) right top no-repeat;*/
  background: #fff;
}

#wrapper {
  width: 100%;
  background: #6B408F url(img/balken.png) right top repeat-x;
}

#rightbalken {
  width: 19px;
  background: #6B408F url(img/balken.png) right top no-repeat;
  float: right;
  height: 100px;
}

#leftbar {
  float: left;
  width: 18%;
}
#rightbar {
  float: right;
  width: 18%;
  text-align: left;
}

#content {
  margin: auto;
  width: 56%;
}

#footer {
  clear: both;
}

#topbar li {
  display: inline;
  padding-left: 10px;
  margin-left: 20px;
}

#topbar a {
  color: #6B408F;
  text-decoration: none;
  /*border-left: 3px solid #6B408F;
  padding-left: 5px;*/
}

#topbar a:hover {
  font-weight: bold;
  /*border-left: 5px solid #6B408F;*/
}

#topbar .obermenuhigh {
  font-weight: bold;
  color: #fff;
  /*border-left: 5px solid #fff;
  padding-left: 5px;*/
}

#nav {
  margin-top: 10px;
  padding-left: 5px;
}

#nav a {
  text-decoration: none;
  color: #009DE0;
}

#nav a:hover, #nav a:focus {
  color: #6B408F;
  font-weight : bold;
}

#nav .obermenuhigh {
  color: #6B408F;
  font-weight: bold;
}

#nav .submenuhigh {
  color: #6B408F;
  font-weight: bold;
}

#nav ul li ul li {
  margin-left: 10px;
  margin-bottom : 0;
  font-size : 80%;
}

#nav ul li {
  margin-bottom: 10px;
  font-size : 100%;
}

#path {
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 90%;
}

.kasten {
  margin-top: 20px;
  padding: 5px;
  /*border: 1px solid #009DE0;*/
  width: 90%;
}

.kasten h3 {
  border-bottom: 1px solid #009DE0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 110%;
}

.kasten div {
  border-bottom: 1px solid #009DE0;
  padding-bottom: 5px;
  font-size : 80%;
}

#content hr {
 border : 1px solid #6B408F;
 width : 50%;
 margin : 0 auto;
 margin-bottom : 20px;
}

#content p,address {
  font-size: 80%;
  text-align: justify;
  margin-bottom: 1em;
}

#content table {
 border-collapse : collapse;
 border : 1px solid #6B408F;
 border-spacing : 5px;
 margin-bottom : 1em;
}

#content table tbody {
 font-size: 80%;
 border : 0;
}

#content table thead {
 font-size: 80%;
 font-weight : bold;
 margin-bottom : 5px;
}

#content table thead tr {
 background : #6B408F;
 text-align : center;
 color : #fff;
}

#content table tbody tr td {
 padding : 5px;
}

#content table thead tr th {
 padding : 5px;
 /*padding-left : 0;
 padding-right : 0;*/
}

#content table.wahl td {
 border : 1px solid #000;
}

#content table.wahl tbody tr td {
 padding : 0;
}

#content blockquote {
 border : 1px solid #009DE0;
 padding : 2px;
}

#content blockquote p {
 font-style : italic;
}

#content ul {
 font-size : 80%;
 margin-left : 5em;
 margin-bottom: 1em;
 list-style-image : url(./img/arrow.png);
}

#content ul ul {
 margin-top: 0.25em;
 font-size : 100%;
}

#content h1 {
 font-size: 130%;
 margin-bottom: 1em;
}

#content h2 {
 font-size: 115%;
 margin-bottom: 1em;
}

#content h3 {
 font-size: 100%;
 margin-bottom: 1em;
}

#content a {
 text-decoration: none;
 color: #009DE0;
}

#content a:hover,#content a:focus {
 font-weight : bold;
 color: #6B408F;
}

#content fieldset {
 border: none;
 width: 100%;
}

#content fieldset label {
 clear: both;
 display: block;
 float: left;
 width: 300px;
 font-size: 90%;
 margin-bottom: 10px;
}

#content fieldset input {
 margin-bottom: 10px;
 display: block;
 float: left;
 width: 250px;
}

#content fieldset button {
 margin-top: 10px;
 clear: both;
 display: block;
 background: transparent;
 border: 1px solid #C0C0C0;
 padding: 5px;
}

#content fieldset textarea {
 clear: both;
 float: left;
 display: block;
}

#content .imgright {
 float: right;
 /*width: 100%;*/
 margin: 10px;
}

#content .imgleft {
 float: left;
 margin: 10px;
}

#content #backbutton {
 margin: 10px;
}

#rightbar a {
 text-decoration: none;
 color: #009DE0;
}

/*Auto-Complete Suche*/

div.auto_complete {
  width: 350px;
  background: #fff;
  font-size: 90%;
}
      
div.auto_complete ul {
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

div.auto_complete ul li {
  margin: 0;
  padding: 3px;
}

div.auto_complete ul li.selected {
  background-color: #ffb;
}

div.auto_complete ul strong.highlight {
  color: #800;
  margin: 0;
  padding: 0;
}

/* AJAX-Indicator */
#systemWorking {
  position: absolute;
  width: 140px;
  background: #fff;
  border: 1px solid #888;
}

/*Suchformular*/
#searchfield {
  /*width: 7.6em;*/
  width: 65%;
  color: #777;
}

#searchgo {
  border: 1px solid #009DE0;
  background-color: #fff;
  cursor: pointer;
}

#suche_inhalt fieldset {
  border: none;
}

/* Klassen */
.error {
	color: #E2111C;
}

/* Bildergalerie */

.galerie {
	width: 600px;
	float: left;
}

.galerie dl {
	margin: 5px 10px;
	padding: 4px;
	float: left;
	display: block;
	width: 170px;
	border: 1px solid #fff;
	height: 200px;
}

.galerie dt {
	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	margin: 5px 0;
}

.galerie dt img {
	border: 1px solid #aaa;
	border-bottom: 1px solid #333;
}

.galerie dd {
	font-size: 0.7em;
	padding: 0 5px;
	color: #333;
}

.galerie dl:hover {
	background: #EFEFEF;
	border: 1px solid #eee;
	border-bottom: 1px solid #aaa;
}

#content dd a, #content dt a {
	color: #000;
}

#content dt a:hover, #content dd a:hover {
	color: #000;
}

#content dd a:active, #content dd a:visited {
	color: #000;
}

div.empty {
	clear: both;
}