/*
* Menu-Item
*/

.menu_item
{
	width:149px;
	height:20px;
	clear:both;
	float:left;
	padding:5px;
	background-image:url(../img/punkt.jpg);
	background-repeat:no-repeat;
	background-position:5px 0;
	padding-left:30px;
	border-bottom:1px solid #444;
	font-weight:bold;
}

.menu_item_hover
{
	width:149px;
	height:18px;
	clear:both;
	float:left;
	padding:5px;
	background-image:url(../img/punkt_fab.jpg);
	background-repeat:no-repeat;
	background-position:5px 0;
	padding-left:30px;
	border-bottom:3px solid #CC0000;
	font-weight:bold;
	cursor:pointer;
}

/*
* Menu Sub
* @description UnterKategorien
*/

.menu_sub
{
	width:129px;
	height:20px;
	clear:both;
	float:left;
	padding:5px;
	background-image:url(../img/punkt.jpg);
	background-repeat:no-repeat;
	background-position:25px 0;
	padding-left:50px;
	border-bottom:1px solid #444;

}

.menu_sub_hover
{
	width:129px;
	height:18px;
	clear:both;
	float:left;
	padding:5px;
	background-image:url(../img/punkt_fab1.jpg);
	background-repeat:no-repeat;
	background-position:25px 0;
	padding-left:50px;
	border-bottom:3px solid #CC0000;
	cursor:pointer;
}
/*
* Menu Home
* @description Für die Untere Navigation
*/

.menu_home
{
	width:149px;
	height:20px;
	clear:both;
	float:left;
	padding:5px;
	background-image:url(../img/punkt.jpg);
	background-repeat:no-repeat;
	background-position:5px 0;
	padding-left:30px;
	border-bottom:1px solid #444;
}

.menu_home_hover
{
	width:149px;
	height:18px;
	clear:both;
	float:left;
	padding:5px;
	background-image:url(../img/punkt_fab.jpg);
	background-repeat:no-repeat;
	background-position:5px 0;
	padding-left:30px;
	border-bottom:3px solid #CC0000;
	cursor:pointer;
}
/*
* Menu Startseite
* @description Nur für Startseite
*/

.menu_startseite
{
	width:149px;
	height:20px;
	clear:both;
	float:left;
	padding:5px;
	padding:5px;
	padding-left:30px;
	font-weight:bold;
	border-bottom:1px solid #444;
	background-color:#DDD;
}

.menu_startseite_hover
{
	width:149px;
	height:20px;
	clear:both;
	float:left;
	padding:5px;

	padding-left:30px;
	font-weight:bold;
	border-bottom:1px solid #444;
	text-decoration:underline;
	background-color:#EEE;
	cursor:pointer;
}