@CHARSET "UTF-8";
body {
	color: #268bc7;
}
a:link, a:visited, a:active {
  color: #268bc7;
  text-decoration: none;
}
/* für aktiven menüpunkt */
span.active {
  color: #268bc7;
  font-weight: bold;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}
#kopf {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#logo {
  margin-left: 25px;
}
#main {
  border-top: 2px solid #bce4f6;
  padding-top: 20px;
}
#hauptbild {
  text-align: left;
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
#aktuelles {
  color: white;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 280px;	
}
#aktuelles h1 {
  font-size: 125%;
  border-bottom: 1px solid white;	
  margin-bottom: 2px;
}
#aktuelles a:link, #aktuelles a:visited, #aktuelles a:active {
  color: white;
  font-weight: bold;	
}
#hauptbild_overlay {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 280px;	
	overflow: hidden;
	z-index: 100;
}
#hauptbild_text_bg {
	background-color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 280px;
	z-index: 0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#hauptbild_text {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 20px;
}
#blink {
    position: absolute;
    z-index: 150;
    top:153px;
    left: 328px;	
}
#hauptbild_text a {
	font-weight: bold;
}
#fusszeile {
  text-align: right; /* wegen Link zur Kampagne */
  width: 785px;
  margin-left: auto;
  margin-right: auto;
}
ul#menu {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 24px;
  margin-top: 12px;
}
ul#menu li {
  list-style: none;
  float: left;
  margin-right: 18px;
}
span.abstand_rechts {
  padding-right: 24px;
}