body {
  background: #fff;         /* Hintergrund: hellblau */
}
#page {
  background: #000;         /* Hintergrund: weiss */
}

h1 {
    color: #fff;
}

a {
    color: #fff;
    text-decoration: underline;
}

#color-setting {
    color: #fff;
}
#toplinkcontainer a.toplink {
    color: #000;
}

#breadcrumb {
    color: #fff;
}
#breadcrumb a{
    color: #fff;
}
#breadcrumb a:focus {
    background: #fff none repeat scroll 0 0;
    color: #000;
}


#content {
    background: #000 none repeat scroll 0 0;
	color: #fff;
}

.adresse {
    background: #000 none repeat scroll 0 0;
	border-top: solid #fff 6px;
    color: #fff;
}
.adresse a {
    color: #fff;
}
.adresse a:focus {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.menubf {
    background: #000 none repeat scroll 0 0;
	border-top: solid #fff 6px;
	border-bottom: solid #fff 6px;
}

ol#horizontal li a {
    color: #fff;
}
ol#horizontal li a.active, ol#horizontal li a:hover, ol#horizontal li a:focus {
    background: #fff none repeat scroll 0 0;
    color: #000;
	text-decoration: underline;
}

#header {
    background: #000 none repeat scroll 0 0;
}
#logo img{
	display: none;
}

#logo {
	background-image: url(images/logo_invers.jpg);
	background-repeat: none;
}
p.bodytext span{
	color: #fff !important;
}