#list {
	font-size: 0.9em;
	}

div.cmDiv
{
	width: 290px;
	font-size: 1.1em;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
	
}
.clickMenu, .clickMenu ul
{
	list-style: none;
	display: table;
	height: 400px;
	/*border: 1px solid red;*/
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	background-color: #eee;
	display: block;
	height: 500px;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 43%;
	float: left;
	display: inline-block;
	/*white-space: nowrap; does not really work in ie */
}

#txt4 #list li{height: 80px!important;}
.produktHovedmeny li {height: 100px!important; }


	#list img {
		display: block;
		margin-left: -3px;
		}

.clickMenu li a {font-weight: normal;}


.clickMenu li.main
{
	padding: 3px 5px;
	//height: 20px; /* for ie */
	text-align: center;
}

.clickMenu li ul {margin-left: 350px; margin-top: -24px; background-color: #ccc;}

.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
	white-space: nowrap;
	padding: 3px 10px;
}
.clickMenu li.hover, .clickMenu li.active
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color:#96bc3c;
	color: #fff;
}

.clickMenu li.main ul li.hover {
	background-color:#96bc3c;
	font-weight: normal;
	color: #fff;
	}
	
.clickMenu li.main ul li a {
	font-weight: normal;
	}

.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
	cursor: default;
	font-weight: normal:
}

.clickMenu a img {border: 1px solid #aaa; height: 62px; }
.IE6 {
	height:60px;
}

/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 0px;
	height: 0;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 0px;
	width: 0;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height:0px;
	width: 0px;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

.undermeny {
	background-image: url(../bilder/undermeny_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
