﻿/* Farbwelt: DarkGrey #4d4e53 - MidGrey #747679 - LightGrey #d6d6d4 - Link #5f9baf - Active #77c0d9(9bc8d7) */ 
/* 	NUMBER OF COLUMNS: Adjust #primaryItems li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%  */
#primaryItems li {
	width: 250px;
}
/* --------	Top Level --------- */
#primaryItems {
	margin: 50px 0px 0px 10px;
	float: left;
	width: 100%;
}
#primaryItems #start {
	display: block;
	float: none;
	/* background: #ffffff url('images/L1-left.png') center bottom no-repeat; */
	position: relative;
	z-index: 2;
	padding: 0 0 20px 0;
}
#primaryItems li {
	float: left;
	/* background: url('images/L1-center.png') center top no-repeat; */
	padding: 20px 0px 20px 0px;
	margin-top: -30px;
}
#primaryItems li a {
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 10px;
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	color: #5f9baf;
	background: #5f9baf url('images/bg_sitemap_firsttab.gif') top left repeat-x;
	border: 1px solid #d6d6d4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#primaryItems li a:hover {
	background-color: #9bc8d7;
	border-color: #77c0d9;
	color: #77c0d9; 
}
#primaryItems li:last-child {
	/*background: url('images/L1-right.png') center top no-repeat;*/	
}
#primaryItems a:link:before,
#primaryItems a:visited:before {
	/*content: " "attr(href)" ";     <------- Hyperlink anzeigen*/
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#primaryItems li a:link:before,
#primaryItems li a:visited:before {
	color: #77c0d9;
}
/* --------	Second Level --------- */
#primaryItems li li {
	width: 235px;
	clear: left;
	margin: 0px 0px 0px 15px;
	padding: 10px 0 0 0;
	/*background: url('images/vertical-line.png') center bottom repeat-y;*/
}
#primaryItems li li a {
	color: #5f9baf;
	background: #5f9baf url('images/bg_sitemap_firsttab.gif') top left repeat-x;
	border: 1px solid #d6d6d4;
}
#primaryItems li li a:hover {
	background-color: #9bc8d7;
	border-color: #77c0d9;
	color: #77c0d9; 
}
#primaryItems li li:first-child {
	padding-top: 10px;
}
#primaryItems li li:last-child {
	/*background: url('images/vertical-line.png') center bottom repeat-y;*/
}
#primaryItems li li a:link:before,
#primaryItems li li a:visited:before {
	color: #77c0d9;
}
/* --------	Third Level --------- */
#primaryItems li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	/*background: #ffffff url('images/L3-ul-top.png') center top no-repeat;*/
}
#primaryItems li li li {
	/*background: url('images/L3-center.png') left center no-repeat;*/
	padding: 5px 0;
}
#primaryItems li li li a {
	color: #5f9baf;
	background: #5f9baf url('images/bg_sitemap_firsttab.gif') top left repeat-x;
	border: 1px solid #d6d6d4;
}
#primaryItems li li li a:hover {
	background-color: #9bc8d7;
	border-color: #77c0d9;
	color: #77c0d9; 
}
#primaryItems li li li:first-child {
	padding-top: 10px;
	/*background: url('images/L3-li-top.png') left center no-repeat;*/
}
#primaryItems li li li:last-child {
	/*background: url('images/L3-bottom.png') left center no-repeat;*/
}
#primaryItems li li li a:link:before,
#primaryItems li li li a:visited:before {
	color: #77c0d9;
}
/* --------- SubNav --------- */
#subItems {
	margin: 30px 0px 0px 10px;
	float: left;
	width: 100%;
}
#subItems li {
	padding: 20px 0px 20px 0px;
	margin-top: -30px;
	width: 250px;
}
#subItems li a {
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 10px;
	display: block;	
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #5f9baf;
	background: #5f9baf url('images/bg_sitemap_firsttab.gif') top left repeat-x;
	border: 1px solid #d6d6d4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#subItems li a:hover {
	background-color: #9bc8d7;
	border-color: #77c0d9;
	color: #77c0d9; 
}
#subItems li a:link:before,
#subItems li a:visited:before {
	color: #77c0d9;
}
