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