table.mainmenu
{
	margin: 0;
	padding: 0;
	
}

table.mainmenu a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
}

table.mainmenu td.home a {
	width: 39px;
	background-image: url("../images-public/koydo-icons/home_neu.png");
	background-repeat: no-repeat;
}

table.mainmenu td.home-active a {
	width: 39px;
	background-image: url("../images-public/koydo-icons/home_neu.png");
	background-position: 0 -44px;
	background-repeat: no-repeat;
}

/*

table.mainmenu td.break {
	width: 2px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/menu.png");
	background-position: 0 -44px;
	background-repeat: no-repeat;
}
*/
table.mainmenu td.break {
	width: 1px;
	height: 44px;
}

table.mainmenu td.item-start {
	width: 11px;
	height: 42px;
	background-image: url("../images-public/koydo-icons/menu_neu.png");
	background-repeat: no-repeat;
	background-position: 0 9px;
}


table.mainmenu td.item a {
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("../images-public/koydo-icons/menu_neu.png");
	background-position: 0 -38px;
	background-repeat: repeat-x;

}

table.mainmenu td.item-end {
	width: 11px;
	height: 42px;
	background-image: url("../images-public/koydo-icons/menu_neu.png");
	background-position: 0 -87px;
	background-repeat: no-repeat;
	
}

table.mainmenu td.item-active-start {
	width: 11px;
	height: 40px;
	background-image: url("../images-public/koydo-icons/menuactive_neu.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

table.mainmenu td.item-active a {
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("../images-public/koydo-icons/menuactive_neu.png");
	background-position: 0 -41px;
	background-repeat: repeat-x;
}

table.mainmenu td.item-active-end {
	width: 11px;
	height: 42px;
	background-image: url("../images-public/koydo-icons/menuactive_neu.png");
	background-position: 0 -87px;
	background-repeat: no-repeat;
}


/*
table.mainmenu td.end {
	width: 21px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/menuend.png");
	background-repeat: no-repeat;
}

table.mainmenu td.active-end {
	width: 19px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/menuactive.png");
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
*/





/*registrieren button*/

table.mainmenu td.green-start {
	width: 11px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/green.png");
	background-repeat: no-repeat;
	background-position: 0 11px;
}

table.mainmenu td.green-item a {
	line-height: 48px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("../images-public/koydo-icons/green.png");
	background-position: 0 -34px;
	background-repeat: repeat-x;
}

table.mainmenu td.green-end {
	width: 11px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/green.png");
	background-position: 0 -88px;
	background-repeat: no-repeat;
}

table.mainmenu td.green-active-start {
	width: 10px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/menuactive.png");
	/*background-position: 0 -45px*/;
	background-repeat: no-repeat;
}

table.mainmenu td.green-active-item a {
	line-height: 48px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("../images-public/koydo-icons/menuactive.png");
	background-position: 0 -44px;
	background-repeat: repeat-x;
}

table.mainmenu td.green-active-end {
	width: 14px;
	height: 44px;
	background-image: url("../images-public/koydo-icons/menuactive.png");
	background-position: 0 -88px;
	background-repeat: no-repeat;
}
.menuText{
	padding-top:6px;
}



/*============new Div base nav =============*/


.nav{
	float: left;
    list-style: none outside none;
    margin-top: 5px !important;
    width: 100%;
}
.nav li{
	float:left;
	width:auto;
	margin-right:1px;
}
.navLeft{
	float:left;
	width:11px;
	height:36px;
	background:url("../images-public/koydo-icons/leftNavBG.png") no-repeat;
}
.navCenter{
	float:left;
	width:auto;
	height:36px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	background:url("../images-public/koydo-icons/centerNavBG.png") repeat-x;
}
.navCenter a{
	text-decoration:none;color:#fff;
}
.navCenter img{
	text-decoration:none;color:#fff;
	border:none;
	margin-top:9px;
}
.navRight{
	float:left;
	width:12px;
	height:36px;
	background:url("../images-public/koydo-icons/rightNavBG.png") no-repeat;
}



.navSelected{
	float: left;
   
    margin-top: -8px !important;
}
.navSelected .navLeft{
	float:left;
	width:12px;
	height:44px;
	background:url("../images-public/koydo-icons/selectedLeftBG.png") no-repeat;
}
.navSelected .navCenter{
	float:left;
	width:auto;
	height:44px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:56px;
	background:url("../images-public/koydo-icons/selectedCenterBG.png") repeat-x;
}
.navSelected .navCenter a{
	text-decoration:none;color:#fff;
}
.navSelected .navCenter img{
	text-decoration:none;color:#fff;
	border:none;
	margin-top:16px!important;
	
}
.navSelected .navRight{
	float:left;
	width:14px;
	height:44px;
	background:url("../images-public/koydo-icons/selectedRightBG.png") no-repeat;
}



.greenNavLeft{
	float:left;
	width:11px;
	height:34px;
	background:url("../images-public/koydo-icons/greenLeftBG.png") no-repeat;
}
.greenNavCenter{
	float:left;
	width:auto;
	height:34px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:36px;
	background:url("../images-public/koydo-icons/greenCenterBG.png") repeat-x;
}
.greenNavCenter a{
	text-decoration:none;color:#fff;
}
.greenNavCenter img{
	text-decoration:none;color:#fff;
	border:none;
	margin-top:9px;
}
.greenNavRight{
	float:left;
	width:12px;
	height:34px;
	background:url("../images-public/koydo-icons/greenRightBG.png") no-repeat;
}
.margin10{margin-bottom:7px !important;}
.navLeft_new{height:27px;}
.navCenter_new{height:27px;line-height:33px;}
.navRight_new{height:27px;}
.navSelected .navLeft_new{height:33px;}
.navSelected .navCenter_new{height:33px;line-height:43px;}
.navSelected .navRight_new{height:33px;}
.navSelected_new{margin-top:-6px !important;}
.single-fidden-manue{margin-top:-21px !important;}

