/* CSS Document */
@import url(wsstyles.css);
body {
	background:#fff;
	
	}

#navigation li {
	
	background: url(../images/left.gif) no-repeat left top;
	
	}
	#navigation a {
		background: url(../images/right.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:#D70040 repeat-x left top;
	
	}
	#navigation2b {
	
	background:#D70040 repeat-x left top;
	
	}
	H2{
	margin:15px 0px 4px 0px;/* top, right, bottom and left */
	font-size:17px;
	color:#797979;
	font-weight:normal;
	line-height:18px;
	}
	/*.content_links
	{
	width:270px;
	font-size: 12px;
	background:#eee;
	border:0px;
	line-height: 18px;
	text-align:right;
	padding:0px 29px 0px 0px;/* top, right, bottom and left 
	} */
	
	.weiss
	{
	background:#efefef;
	} 
	
	
