body {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.menuitem, .contentitem, .submenuitem, .selektivitem, .bigcontentitem, .contentitemgray, .bigcontentitemgray, .bigbiggray, .menuitemaktiv {
	float: left;
	width:21%;
	margin:0px 2%;
}
.menuitem {
	height:23px;
	background-color:black;
	text-align:center;
	color:white;
	font-weight:bold;
	border-top: 4px #CCCCCC solid;
	padding-top:8px;
}
.menuitemaktiv {
	height:23px;
	background-color:white;
	text-align:center;
	color:black;
	font-weight:bold;
	border-top: 4px #CCCCCC solid;
	padding-top:8px;
}
.contentitem {
	height:100%;
	background-color:white;
}
.submenuitem {
	height:23px;
	background-color:#CCCCCC;
	text-align:center;
	color:black;
	font-weight:bold;
	padding-top:8px;
}
.selektivitem {
	height:30px;
	background-color:white;
	text-align:center;
	color:black;
	font-weight:bold;
	padding-top:8px;
}
.bigcontentitem {
	height:420px;
	width: 46%;
	background-color:white;
}
.contentitemgray {
	height:100%;
	background-color:#CCCCCC;
}
.bigcontentitemgray {
	height:100%;
	width: 46%;
	background-color:#CCCCCC;
}
.bigbiggray {
	height:100%;
	width: 71%;
	background-color:#CCCCCC;
}

a.block{
	height: 23px;
	color: white;
	background: black;
	text-align: center;
	width: 189px;
	text-decoration: none;
	padding-top: 8px;
	border-top: 4px #CCCCCC solid;
	text-transform: none;
}	
a.block2{
	height: 23px;
	color:black; 
	background:#CCCCCC; 
	text-align:center; 
	width:189px;
	text-decoration:none; 
	padding-top:8px; 
	text-transform: none;
}	
a.block3{
	color:black; 
	background:white; 
	text-align:center; 
	width:189px;
	text-decoration:none; 
	padding-top:8px; 
	text-transform: none;
}	
img {
	border-width: 0px;
}

a, a:hover, a:active {
	text-decoration:none;	
}
.productcount {
	height:20px; 
	background-color:black; 
	color:white; 
	padding-left:5px;	
}

.productcount a {
	color:white;
}

div.goto {
	float:left;
	margin:3px 4px 0px 4px;
	font-size: 10px;
}
.productdesk {
	padding-left:5px;	
}

