﻿/*
.category-menu .category-menu-list .cat_restposten{
   	background: #ffec00;
	color: #000000;
}
*/
header li.cat_restposten:before{
	height:5px !important;
}
header li.cat_restposten .category-menu-div{
	transform:translateY(-3px);
}

.left-menu-content li:hover{
	color: #000000;
	background-color: #ffec00;
}
.left-menu-content a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #ffec00;
}

.right-menu-header{
	border:dashed 1px #ffec00;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:16px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:16px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	color: #000000;


}	



.left-menu-content li:hover a{
	color: #000000;
	background-color: #ffec00;
	text-decoration: none;
	
}
.left-menu-content li:hover{
	background-color: #ffec00;
	
}
.right-menu-content{
	border: 1px solid #ffec00;
}

.left-menu-header{
	background: #ffec00; 
	border:dashed 1px #ffec00;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright:34px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:34px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:6px;
border-top-right-radius:34px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
padding-top: 3px;
color: #000000;
	
}	

.left-menu-content{
	border:solid 1px #ffec00;
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
color: #000000;
		
}

.center-menu-header{
	border: 1px solid #ffec00;
	background: #ffec00;
}	

.center-menu-content{
	border: 1px solid #ffec00;
}

#selected_category {
	background-color: #ffec00;
	color: #000000;
}

#selected_category  a{
	background-color: #ffec00;
	color: #000000;
}