/* cmsms stylesheet: HerHei_CSS1 modified: Mittwoch, 27. August 2025 17:59:36 */
body {
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;


	margin-left: 10%;
        margin-top: 10px;
	padding: 0;
        max-width: 910px;

/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background: #fff;
}


#header img {
  margin-left: 499px;
}

h2 {
 line-height: 1em;
}

/*default link styles*/
a, a:link a:active {
  text-decoration: none;
  background-color: inherit;
  color: #222244;
}
a:visited {
  text-decoration: none;
  background-color: inherit;
  color: #222244;
}

a:hover {
  text-decoration: underline;
  background-color: inherit;
  color: #000000;
}

#menu {
  margin-bottom: 25px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 90%;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  padding: 6px;
  background-color: #ffffff;
}

#content_title {
  font-size: 150%;
  font-weight: bold;
  color: #666;
  margin-left: 10px;
}

#together > img {
  height: 30px;
}

.Strich {
        display: block;
        height: 10px;
        border: 0px;
        border-top: 1px solid #999999;
        margin: 15px 0px;
        padding: 0px;
}

#fusszeile {
  margin-bottom: 15px;
  text-align: right;
}
#fusszeile a {
   color: #555566;
}
