@charset "utf-8";
/* CSS Document */

/* NAVIGATION CLASSES */
/* MAIN MENU */

.mainmenu {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}
.mainmenu a {
	color:#000000;
	text-decoration:none;
}
.mainmenu a:link {
	color:#000000;
	text-decoration:none;
}
.mainmenu a:visited {
	color:#000000;
	text-decoration:none;
}
.mainmenu a:hover {
	color: #666666;
	text-decoration:none;
}
/* SUB MENU */
.submenu {
	padding:8px;
	color:#000000;
}
.submenu a{
	color:#000000;
	text-decoration:none;
}
.submenu a:link{
	color:#000000;
	text-decoration:none;
}
.submenu a:visited{
	color:#000000;
	text-decoration:none;
}
.submenu a:hover{
	color:#666666;
	text-decoration:none;
}
.submenu li {
	list-style:none;
}
/* SERVICE MENU */
.servicemenu {
	color:#707070;
	font-size:9px;
}
.servicemenu a {
	color:#707070;
	text-decoration:none;
	padding:3px;
	padding-bottom:4px;
	margin-right:3px;
	background-color:#ffffff;
}
.servicemenu a:link {
	color:#707070;
	text-decoration:none;
	background-color:#ffffff;
}
.servicemenu a:visited {
	color:#707070;
	text-decoration:none;
	background-color:#ffffff;
}
.servicemenu a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#efefef;
}

/* BREADCRUMBS */
.breadcrumb {
	font-size:9px;
	color:#949494;
}
.breadcrumb a {
	font-size:9px;
	color:#949494;
}
.breadcrumb a:link {
	color:#949494;
}
.breadcrumb a:visited {
	color:#949494;
}
.breadcrumb a:hover {
	color:#949494;
}

/* Language Select Menu */ 
.language_select form
{
	padding: 0px 0 0; 
	width: 151px; 
	height: 19px; 
	background: #fff no-repeat 0 100%; 
	color: #fff;
	font-size:10px;
}

.language_select_form_select 
{ 
	width: 151px; 
	opacity: 0;
	font-size:10px;
	/*filter: alpha(opacity=0);*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.language_select_form_submit {
	width:28px;
	font-size:10px;
	height: 19px;
}

.form_submit {
	font-size:10px;
	height: 19px;	
}

/* Sitemap */

/* ###################################   Sitemap klassen   ######################################### */

.sitemap_list_lvl_2 a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.sitemap_list_lvl_2 a:hover {

}

.sitemap_list_lvl_2 {
	list-style-type: none;
}

.sitemap_item_lvl_2 {
	left: 32px;
	margin-bottom:18px;
}

.sitemap_list_lvl_3 a {
	font-size: 10px;
	font-weight: bold;
	color: #737373;
}
.sitemap_list_lvl_3 {
	left: 52px;
	position: relative;
}

.sitemap_item_lvl_3 {
	list-style-type: none;
}

.sitemap_list_lvl_4 {
	left: 80px;
	position: relative;	
}
.sitemap_item_lvl_4 {
	list-style-type: none;
}

.sitemap_list_lvl_5 {
	left: 80px;
	position: relative; 
}
.sitemap_item_lvl_5 {
	list-style-type: none;
}

.sitemap_list_lvl_6 {
	left: 80px;
	position: relative; 
}
.sitemap_item_lvl_6 {
	list-style-type: none;
}

