
/* Structure */
body {
				    
	}
div#mainstructure{
	}

div#navcol {
	}

div.produktoversigt{
	margin: 10px 0px 0px 0px;
	width: 315px;
	float: left;
	height: 120px;
}
div.underkategori{
	width: 210px;
	float: left;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

img.produktthumbnail{
	float: left;
	margin: 0px 10px 0px 0px;
	border: 0px;
}
img.produktbilledemedium{
	float: left;
	margin: 0px 10px 0px 0px;
}
img.addtocart{
	border: 0px;
}

/* Left menu*/
div.leftmenu{
    padding:5px;
    text-transform: uppercase;
			}
a.leftmenu{
			    text-transform: uppercase;
    text-decoration:none;
}

a.leftmenu:hover{
			}



/*Top menu*/
div#topmenu {
	
	background-repeat: repeat-x;
		
}

div.topmenusplitter{
  padding-top:7px;
  	height:25px;
  text-align:center;
  background-repeat: no-repeat;
	  background-position:left center;
  width:1px;
  float:left;
}

div.topmenuitem{
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	text-align:center;
}

div.topmenuitemleft{
	background-repeat: no-repeat;
	  float:left;
}
div.topmenuitemmiddle{
	background-repeat: repeat-x;
	  float:left;
}
div.topmenuitemright{
	background-repeat: no-repeat;
		background-position: top right;
	float:right;
}
div.topmenuitemleft_mouseover{
	background-repeat: no-repeat;
		float:left;
}
div.topmenuitemmiddle_mouseover{
	background-repeat: repeat-x;
		float:left;
}
a.topmenu{
	text-decoration:none;
    font-weight:normal;
			    /*text-transform: uppercase;*/
    margin-left:3px;
    margin-right:3px;
}
a.topmenu:hover{
    color:#000000;
}

/* Misc */
div.betalingsstatus{
	margin: 0px 10px 0px 0px;
	float: left;
}

.searchinput{
	width: 175px;
	margin: 0px 0px 5px 0px;
}

label.searchlabel{
	margin: 0px 0px 5px 0px;
	width: 75px;
	text-align: left;
	float: left;
}

label.kundeformlabel{
	clear: both;
	text-align:left;
	width:70px;
	float: left;
	padding:0.2em;;
	margin-top:0.3em;
}

input.kundeforminput{
	margin: 0px 0px 3px 0px;
}

a{
			    text-decoration:none;
}
a:hover{
    color: #000000;
}

div#foot{
			}
 
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
	font-size:0px;
}

.ScrlDiv{
overflow:auto;
	overFlow-x:hidden;
	overflow-y:auto;
	width:100%;
	background-color:Transparent;
	padding:5px;
}
