﻿body{
	background: #fff url('../Content/images/categories/wzbg.jpg') no-repeat center top fixed;
	min-height: 1000px;
}
/*
.category-menu .category-menu-list .cat_werkzeug{
	background: #FFFD34;
	color: #000000;
}
*/
header li.cat_werkzeug:before{
	height:5px !important;
}
header li.cat_werkzeug .category-menu-div{
	transform:translateY(-3px);
}

.right-menu-header{
    border:dashed 1px #FFFD34;
    -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;



}	

.right-menu-content{
	border: 1px solid #FFFD34;
}

.left-menu-header{
	background: #FFFD34; 
	border:dashed 1px #FFFD34;
-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 #FFFD34;
	-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;
		
}

.left-menu-content li:hover a{
	color: #000000;
	background-color: #FFFD34;
	text-decoration: none;
	
}
.left-menu-content li:hover{
	background-color: #FFFD34;
	
}
.center-menu-header{
	border: 1px solid #FFFD34;
	background: #FFFD34;
}	

.center-menu-content{
	border: 1px solid #FFFD34;
}

#selected_category {
	background-color: #FFFD34;
	color: #000000;
}

#selected_category  a{
	background-color: #FFFD34;
	color: #000000;
}