@charset "utf-8";
/************
* Main Navi *
************/
.navi_element_no {
	float: left;
	font-size: 13px;
	height: 20px;
  padding:7px;
  	font-weight:bold;
	color: #FFFFFF;
	}

.navi_element_no a {
	color: #FFFFFF;
	text-decoration: none;
}

.navi_element_no a:hover {
	color: #333333;
	text-decoration: none;
}

.navi_element_act {
	float: left;
	height: 20px;
	font-size: 13px;
	font-weight:bold;
  padding:7px;
	color: #333333;
}

.navi_element_act a {
	color: #333333;
	text-decoration: none;
}

.navi_element_act a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.home_symbol {
width:13px;
height:20px;
float:left;
background-image: url(../images/home_symbol.gif);
background-repeat: no-repeat;
background-position: center center;
margin-left:10px;
padding-top:5px;
padding-bottom:2px;
}

.newsletter_symbol {
width:13px;
height:20px;
float:left;
background-image: url(../images/newsletter_symbol.gif);
background-repeat: no-repeat;
background-position: center center;
margin-left:10px;
padding-top:5px;
padding-bottom:2px;
}

.kontakt_symbol {
width:13px;
height:20px;
float:left;
background-image: url(../images/kontakt_symbol.gif);
background-repeat: no-repeat;
background-position: center center;
margin-left:10px;
padding-top:5px;
padding-bottom:2px;
}

/************
* Konto Menu *
************/
.konto_menu_no {
	float: right;
	font-size: 12px;
	height: 20px;
  font-weight:bold;
	color: #d40032;
	padding-right:25px;
	text-decoration:underline;
	}

.konto_menu_no a {
	color: #d40032;
	text-decoration:underline;
}

.konto_menu_no a:hover {
	color: #333333;
	text-decoration:underline;
}

/************
* Kategorie Menu *
************/
.no_katmenu {
	float: left;
	margin-left:10px;
	display:block;
	background-image:url(../images/no_katmenu.gif);
background-repeat:repeat-x;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
height:28px;
text-decoration:none;
text-align:left;
	}

.no_katmenu a {
	color: #d40032;
text-decoration:none;
}

.no_katmenu a:hover {
	color: #333333;
text-decoration:none;
}

.act_katmenu {
	float: left;
	margin-left:10px;
	display:block;
	background-image:url(../images/act_katmenu.gif);
background-repeat:repeat-x;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
height:28px;
text-decoration:none;
text-align:left;
	}

.act_katmenu a {
	color: #333333;
text-decoration:none;
}

.act_katmenu a:hover {
	color: #d40032;
text-decoration:none;
}


.katmenu {
padding-left:20px;
padding-right:20px;
position:relative;
top:-9px;
	}
