td img {display: block;}

html,body {
	margin-left: 50px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Muli', sans-serif;
	line-height: 26px;
	height: 100%;
	overflow-x: hidden;	
	}
	
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1016px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;z-index: -5;
		}
		
		@media screen and (max-width: 1016px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

		#page-wrap { position: relative; width: 100%; margin: 0px auto; padding: 0px;height: 100% }
		p { }



#hg1 {
	position:absolute;
	width: 100%;
	z-index: 5;
	height: 198px;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(images/Kopievonimg_r1_c1.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#hg2 {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 313px;
	left: 0px;
	top: 315px;
}

#hg3 {
	position: absolute;
	width: 70%;
	z-index: 6;
	right: 0px;
	top: 315px;
}

#hg4 {
	position:fixed;
	width: 169px;
	z-index: -4;
	min-height: 100%;
	height:auto !important;
	height:100%;
	top:0;
	left:100px;
	background-color: #000000;
}
#fix {
	position:absolute;z-index: 6;
}
a {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9C7E57;
}
ul
 {
	list-style-image: url('images/liste1.jpg');
	padding-left:13px;
	font-size: 14px;
 }
 
#logo{
	position:fixed;
	width: 196px;
	height: 118px;
	right:10px;
	bottom:10px;
	background-color: #000;
	z-index: 1000;
	}
	#footer span{padding-left:20px;}
	/* f�r ie6*/
	* html #footer{
		position:absolute;
		top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
	} 
