BODY {
	font: 100% 'Trebuchet MS', Arial, helvetica, sans-serif;
	text-align: center;
	height: 100%;
  background-attachment: fixed;
  background-color: #eceaec;
}

a {
	color: #990000;
	background-color: transparent;
}

a:visited {
	color: Black;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, a:active {
	color: White;
	background-color: #990000;
}

h1 {
	color: #990000;
	font: bold 1.3em 'Trebuchet MS', Arial, helvetica, sans-serif;
	text-align: left;
	background-color: White;
	padding: 10px 0 0 0;
}

h2 {
	color: Black;
	font: bold 1em 'Trebuchet MS', Arial, helvetica, sans-serif;
	margin: 0 0 2px 0;
	text-align: left;
	background-color: transparent;
}

h1 a { text-decoration: none; }
h2 a { text-decoration: none; }

img {
  padding: 2px;
	border: none;
  background-color: transparent;
  margin: auto;
  align: middle;
}

blockquote {
	font-style: italic;
	padding: 1em 0 1em 0;
}

address {
	font-style: normal;
}

.imagefloat {
	float: right;
	border: none;
	background-color: transparent;
	margin-left: 10px;
  padding: 4px 0 10px 10px;
	color: White;
}

.imagefloat2 {
	float: right;
	border: none;
	background-color: transparent;
  padding: 4px 160px 0 10px;
	color: White;
}

.imageleft {
	border: none;
  padding: 10px 0 10px 60px;
  background-color: transparent;
}

.left { text-align: left; }
.right { text-align: right; }
.center { 
  text-align: center; 
  margin-left: auto;
  margin-right: auto;
}

.mycolor {
	color: #990000;
}

.printheader {
	display: none;
	font: 0px 'Trebuchet MS', Arial, helvetica, sans-serif;
	color: White;
	background-color: White;
}


.printfooter {
	display: none;
	font: 0px 'Trebuchet MS', Arial, helvetica, sans-serif;
	color: White;
	background-color: White;
}

.error {
	font: bold 1.5em 'Trebuchet MS', Arial, helvetica, sans-serif;
	text-align: left;
	background-color: White;
	color: #990000;
}

.zitat {
	font-style: italic;
}
.nounderline {
	text-decoration: none;
}

.dotted {
	border-bottom: 1px dotted Black;
	cursor: pointer;
}

.spacer50 {
  padding-top: 50px;
}

#container {
	width: 800px;
  padding: 0;
  border: 1px solid Black;
	background-color: white;
	margin: auto auto auto auto;
  font-size: 1em;
  text-align: left;
}

#header {
	width: 800px;
  margin: 40px auto auto auto;
	height: 40px;
  background: #eceaec url('pics/bdeulogo.gif') no-repeat top;
	background-position: left;
	border: 0px solid White;
	color: #990000;
}

#contents {
	width: 480px;
  float: left;
	margin: 0 0;
  padding: 7px 0 20px 20px;
  display: inline;
	font: 0.8em 'Trebuchet MS', Arial, helvetica, sans-serif;
	text-align: left;
	color: Black;
	background-color: White;
}

#contents p {
	font-weight: normal;
	width: auto;
}

#contents a {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

#contents a:visited {
	color: Black;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

#contents a:hover, a:active {
	color: White;
	background-color: #990000;
}

#contents ul li {
	display: list-item;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
}

#footer {
  clear: both;
	color: Black;
	text-align: right;
	background-color: #990000;
	width: 100%;
	font: 0.6em 'Trebuchet MS', Arial, helvetica, sans-serif;
}

#footer a, a:visited {
	color: White;
	background-color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover, a:active {
	color: Black;
	background-color: #eceaec;
	text-decoration: underline;
}

#Rahmen {
	width: 100%;
	height: 26px;
	font: 13px 'Trebuchet MS', Arial, helvetica, sans-serif;
	color: White;
	background-color: #990000;
}

#Rahmen div {
   clear: left;
}

#Rahmen a, a:visited {
	color: White;
	background-color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#Rahmen a:hover, a:active {
	color: White;
	background-color: #990000;
	font-weight: bold;
	text-decoration: none;
}

ul#Navigation {
	margin: 0px 20px 0px 10px;
	padding: 4px 0px 0px 0px;
  text-align: left;
}

ul#Navigation li {
  list-style: none;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  padding: 0 10px 0px 10px;
}

/* Hauptmenü */
ul#Navigation li ul {
	list-style: none;
	float: left;
	position: absolute;
}

ul#Navigation li a, a:visited {
  color: White;
	background-color: #990000;
	font-weight: bold;
	text-decoration: none;
}

ul#Navigation li a:hover, a:active {
  color: Black;
  background-color: #eceaec;
	font-weight: bold;
	text-decoration: none;
}

ul#Navigation li ul {
  margin: 0;
  padding: 4px 0 0 0;
  position: absolute;
  filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
  display: none; /* Unternavigation in modernen Browsern ausblenden */
}

ul#Navigation li:hover ul {
  display: block; /* Unternavigation in modernen Browsern einblenden */
}

ul#Navigation li ul li {
	display: block;
  width: 200px;
  padding: 2px 0px 2px 0px;
  background-color: #990000;
  border-top: 1px solid White;
}

ul#Navigation a, ul#Navigation span {
  display: block;
  color: white;
  background-color: #990000;
  text-decoration: none;
}

#sidebar {
	margin: 0;
	width: 240px;
  height: 100%;
	padding: 57px 20px 20px 40px;
	float:right;
	display:inline;
	font: 0.8em 'Trebuchet MS', Arial, helvetica, sans-serif;
  background-color: White;
}

#sidebar h2 {
	margin: 0;
	padding:5px;
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	text-align: left;
}

#sidebar p {
  font-size: 0.8em;
  color: black;
}

#sidebar ul {
	list-style-type: none;
	padding: 0 0.5em 0 0.5em;
	margin: 0;
  border: 1px solid black;
  background-color: #eceaec;
}

#sidebar ul li {
	margin: 1em 0 1em 0;
	padding: 0 0 0 0;
  font-size: 1em;
  text-align: left;
}

#sidebar li a:link, #sidebar li a:visited {
	color: #990000;
  background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

#sidebar li a:hover {
	color: White;
	background-color: #990000;
	text-decoration: none;
}

#sidebar img { 
  padding: 0 0 3em 0;
}

#hidefromprint { }

#bullets {
  font-weight: normal;
  font-style: italic;
}

#bullets li {
  margin: 0 0 0 2.5em;
  padding: 0.5em 0 0 0.5em;
	display: list-item;
	list-style-position: outside;
	list-style-image:url(pics/peoplebullet.gif);
}

#abstandunten {
  font-weight: normal;
}

#abstandunten li {
  margin-left: -0.75em;
  padding-bottom: 1em;
}
