/**
*	SITEMAP 		begin
*/

.csc-sitemap {
	padding-left:30px;
}

.csc-sitemap li, .csc-sitemap ul {
	padding-left:0px;
	margin-left:15px;
}

.csc-sitemap li {
	margin-top:15px;
}

.csc-sitemap li li {
	margin-top:5px;
}

.csc-sitemap li a:link, .csc-sitemap li a:visited { 
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana;
	margin-left: 5px;
	text-decoration: underline;
}

.csc-sitemap li a:hover, .csc-sitemap li a:active { 
	text-decoration: none;
}

.csc-sitemap li li a:link, .csc-sitemap li li a:visited { 
	color: #000000;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, Verdana;
	margin-left: 5px;
	margin-top: 10px;
	text-decoration: underline;
}

.csc-sitemap li li a:hover, .csc-sitemap li li a:active { 
	text-decoration: none;
}
/**
*	SITEMAP 		end
*/



#menu dl, #menu dt, #menu dd, #menu ul, #menu li, #submenu dl, #submenu dt, #submenu dd, #submenu ul, #submenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* HAUPT-MENUES */
#menu, #submenu {
	width: 100%;
}

#menu dl, #submenu dl {
	clear:both;
	width: 100%;
	height:20px;
	margin: 0 1px;
}
#menu dt, #submenu dt{
	float: left;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	min-width: 128px;
	height:20px;
	border-right:1px solid #FFFFFF;
	vertical-align:middle;
}
/*IE FIX*/
* html #menu dt, * html #submenu dt{
	width:129px;
}

#menu dt a, #submenu dt a, #menu dt.menuACT a, #submenu dt.menuACT a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
	border: 0 none;
	font-weight: bold;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}

#menu dt.menuACT a, #submenu dt.menuACT a { 
	background-color:#000000;
}

#menu dt a:link, #menu dt a:visited, #submenu dt a:link, #submenu dt a:visited {

}

#menu dt a:hover, #menu dt a:active, #submenu dt a:hover, #submenu dt a:active  {
	background-color:#000000;
}


/* LINKES MENUE */

#leftmenu {
	width:122px;
}

* html #leftmenu {
	width:130px;
}

#leftmenu dl {
	clear:both;
	width: 100%;
	height:20px;
	margin: 0 4px;
	text-align:right;
}

#leftmenu dt {
	cursor: pointer;
	font-weight: bold;
	width:100%;
	height:20px;
	border:0;
	margin: 4px 0px;
}

#leftmenu dt a, #leftmenu dt.menuACT a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-right:5px solid #000;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	height:16px;
}

#leftmenu dt a:hover, #leftmenu dt a:active, #leftmenu dt.menuACT a {
	color: #FFFFFF;
	background-color:#000000;
	border:1px solid #FFFFFF;
	padding-right:9px;
}
