/* CSS Dokument */

/* Hier wird der Hintergrund für die linke UnterNavigation definiert */

.naviback {
	background-attachment: fixed;
	background-image: url(../grafik/layout/titel_navi_leer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FCF0D7;
	scrollbar-3dlight-color:fcf0d7;
	scrollbar-arrow-color:643e95;
	scrollbar-base-color:fcf0d7;
	scrollbar-darkshadow-color:fcf0d7;
	scrollbar-face-color:ffd787;
	scrollbar-highlight-color:fcf0d7;
	scrollbar-shadow-color:fcf0d7;
	scrollbar-track-color:fcf0d7;
}
.navibackan {
	background-attachment: scroll;
	background-image: url(../grafik/layout/titel_navi_voll.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FCF0D7;
	scrollbar-3dlight-color:fcf0d7;
	scrollbar-arrow-color:643e95;
	scrollbar-base-color:fcf0d7;
	scrollbar-darkshadow-color:fcf0d7;
	scrollbar-face-color:ffd787;
	scrollbar-highlight-color:fcf0d7;
	scrollbar-shadow-color:fcf0d7;
	scrollbar-track-color:fcf0d7;
}

