/* CSS Document */
@import url(wsstyles.css);
body {
	background:#ffb900;
	
	}

#navigation li {
	
	background: url(../images/left_orange.gif) no-repeat left top;
	
	}
	#navigation a {
		background: url(../images/right_orange.gif) no-repeat right top;
	
	}
	#navigation a:hover {
	background-image: url(../images/right_on.gif);
	
	}
	#navigation #current {
	background-image: url(../images/left_on.gif);
	}
	#navigation #current a {
	background-image: url(../images/right_on.gif);
	
	}
#navigation2 {
	
	background:#ffb900 repeat-x left top;
	
	}
	#navigation2b {
	
	background:#ffb900 repeat-x left top;
	
	}
	.weiss
	{
	
	background:#fee7aa;
	
	} 
	
