#kontrast-alles .contrast {
    display: none;
}
.contrast02 {
    display: block;
}
#kalender .outlook, #dynamischeListe2 .weiterlesenNews, .descriptionOpenCloseBlock span, #outlookCal .fc-event, #popUp:hover, .image-caption, #quicklinks .ql .qlicon:hover {
    background: #444 none repeat scroll 0 0;
}
#quicklinks .ql .qlicon::after {
    box-shadow: 0 0 0 4px #444;
}
 .nav_responsive_activate, .nav_responsive_active, #kalenderOption .kalenderBtn{
    background-color: #9c9c9c;
}
#quicklinks .ql#ql5 .qlicon::before {
    background: url(../images/ql5hover.png) center no-repeat;
}
#contentbereich .headline a {
	color:#000!important;
}
 #kalenderOutlook span.calTextDetailOrganizerPre, #kalenderOutlook span.calTextDetailLocationPre {
    color: #444;
}
#kalenderOutlook .calTextDetailTitleOutlook {
    border-color: #9c9c9c;
}
#outlookCal .fc-event {
    border-color:#444;
}
.kasten .frame-default h4 a, #menue ul li:hover a, #menue ul li a:hover, #menue ul li.menueebene0Active a, #menue ul li.menueebene0Active a:hover, #menue ul li.menueebene1Active a, #menue ul li.menueebene1Active a:hover, #menue ul li.menueebene2Active a, #menue ul li.menueebene2Active a:hover, #menue ul li.menueebene3Active a, #menue ul li.menueebene3Active a:hover, #menue ul li.menueebene4Active a, #menue ul li.menueebene4Active a:hover, #kalender .headline, #footer h4, #footer, #footer a, #contentbereich .firstFont h4, #breadcrumb a:last-child, #kalender .month, #kalender .day, .fc-toolbar h2, #menue ul li a, #kalenderOutlook .calTextDetailTitleOutlook, #kalenderOutlook #mainHeadlineOutlook.calTextMainHeadlineOutlook {
	color:#000;
}
#dynamischeListe2 .weiterlesenNews a, #quicklinks .ql .qlicon p, #quicklinks .ql .qlicon p a  {
	color:#fff;
}
.btnDownloadIcal {
    background: #9c9c9c none repeat scroll 0 0!important;
}
#kalenderOption .kalenderansichtBtn.btnActive, #kalenderOption .listenansichtBtn.btnActive, #kalenderOption .kalenderBtn:hover {
	background-color:#444;
	 box-shadow: 0 0 0 2px #444 inset;
	 color:#fff;
}
input.sucheStartenBtn {
	background:#444!important;
}
#suchbereich, #imagefilm p, #tourismus p,#fb p {
	background:#fff;
}

 #kalenderCube .fc-toolbar {
	background:#bcbcbc;
}

.outside a.bx-prev, .outside a, #subnavi ul li a:hover, #subnavi ul li.active a.menueText1, #subnavi ul li.active a.menueText1:hover{
    background-color: #444;
}

#contentbereich a {
	color:#000;
	text-decoration:underline;
}
#schrift a {
    background:  url("../images/schriftcontrast.png") no-repeat scroll right top;
 }
 #resp a {
    background: url("../images/respcontrast.png") no-repeat scroll right 3px;
}

#suchbereich .sucheAbsenden {
    background: url("../images/suchecontrast.png") no-repeat scroll center center;
}
#imagefilm a {
    background: url("../images/imagefilmcontrast.png") no-repeat scroll 18px center;
}
#tourismus a {
    background: url("../images/tourismuscontrast.png") no-repeat scroll 18px center;
}


.home #quicklinks .ql .qlicon::before {
    background: url("../images/ql1homehover.png") no-repeat scroll center center;
}

.home #quicklinks #ql3.ql .qlicon::before {
    background: url("../images/ql2homehover.png") no-repeat scroll center center;
}

#quicklinks .ql .qlicon {
    background: #797979 none repeat scroll 0 0;
}
#nachOben a {
    background: #fff url("../images/topcontast.png") no-repeat scroll center center;
}
#drucken a {
    background: #fff url("../images/druckencontrast.png") no-repeat scroll center center;
}
.infobox {
    background: #909090;
}

#quicklinks .ql .qlicon::before {
    background: url("../images/ql1hover.png") no-repeat scroll center center;
}

#quicklinks #ql3.ql .qlicon::before {
    background:  url("../images/ql2hover.png") no-repeat scroll center center;
}
#quicklinks #ql4.ql .qlicon::before {
    background: url("../images/ql3hover.png") no-repeat scroll center center;
}

#subnavi ul li ul li.act, #subnavi ul li ul li:hover {
    background: #c0c0c0 url("../images/li.png") no-repeat scroll 8% 9px;
}

#subnavi ul li ul li ul li a:hover, #subnavi ul li ul li ul li a.menueebeneActive, #subnavi ul li ul li ul li a.menueebeneActive:hover, #subnavi ul li ul li ul li a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}
$(function(){
    $('a[href=#top]').click(function(){
        $('html, body').animate({scrollTop:0}, 'slow');
        return false;
    });
});