@import url("/css/artikler.css");
@import url("/css/meny.css");

body {
	background-color: #999080;
	margin: 0px 0px;
}

a {
	
}

hr {
	color: white;
	background-color: white;
	border: 0px;
	border-bottom: 2px solid #999080;
}

table.Prisliste td { 
         border-bottom: 1px solid #000; }



img {
	border: 0px;
}

div#headerContainer {
	height: 14px;
	border-bottom: 1px solid #7e7673;
	background-color: #999080;
}

div#siteContainer {
	background-color: white;
}

div#pageContainer , div#footerInsideContainer {
	width: 935px;
	margin: 10px auto;
}

div#pageContainer {
	background-image: url("/gfx/leftbg.jpg");
	background-position: 223px top;
	background-repeat: repeat-y;
}

div#leftContainer {
	width: 225px;
	min-height: 300px;
	float: left;
	
}

div#contentContainer {
	margin-left: 225px;
	margin-right: 20px;
	min-height: 300px;
}

body#body1 div#contentContainer {
	margin-right: 200px;
}

div#contentInsideContainer {
	padding: 5px 20px 20px 20px;
}

div#menuContainer {
	margin: 20px 0px;
	min-height: 100px;
	background-color: white;
}

div#snarveiContainer {
	margin-bottom: 20px;
	min-height: 50px;
}

div#footerContainer {
	border-top: 1px solid #7e7673;
	background-color: #999080;
	background-image: url("/gfx/footerbg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 160px;
}

div#footerInsideContainer {
	color: #dcd6cc;
	font-size: 11px;
}

div#footerInsideContainer a {
	color: #dcd6cc;
}

div#footerInsideContainer ul {
	margin:0px 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}