﻿body{
	background: #fff url('../Content/images/categories/wpbg.jpg') no-repeat center top fixed;
	min-height: 1000px;
}
/*
.category-menu .category-menu-list .cat_werkpackungen{
	background: #DB3D18;
	color: #FFFFFF;
}
*/
header li.cat_werkpackungen:before{
	height:5px !important;
}
header li.cat_werkpackungen .category-menu-div{
	transform:translateY(-3px);
}

.left-menu-content li:hover{
	color: #ffffff;
	background-color: #DB3D18;
}
.left-menu-content a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #DB3D18;
}

.right-menu-header{
    border:dashed 1px #DB3D18;
    -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 #DB3D18;
}

.left-menu-header{
	/* border: 1px solid #95F82F;*/
	/* Box mit abgerundeter Ecke oben rechts - Peter */
	text-shadow: 1px 1px 2px #555;
	background: #DB3D18; 
	border:dashed 1px #DB3D18;
-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;
	
}	

.left-menu-content{

	border:solid 1px #DB3D18;
	-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: #FFFFFF;
		
}


.left-menu-content li:hover a{
	color: #FFFFFF;
	background-color: #DB3D18;
	text-decoration: none;
	
}
.left-menu-content li:hover{
	background-color: #DB3D18;
	
}


.center-menu-header{
	border: 1px solid #DB3D18;
	background: #DB3D18;
}	

.center-menu-content{
	border: 1px solid #DB3D18;
}

#selected_category {
	background-color: #DB3D18;
	color: #FFFFFF;
}

#selected_category  a{
	background-color: #DB3D18;
	color: #FFFFFF;
}