@charset "utf-8";
/* CSS Document */

body{
	background:#808080;
	font:0.75em Arial, Helvetica, sans-serif;
	color:#3e3b37;
	text-align:center;
	}
	
p{
	margin:12px 0;
	}
	
a{
	text-decoration:none;
	color:#3e3b37;
	}
	a:hover{
		text-decoration:underline;
		}	
	
h1{font-size:1.7em; margin:0 0 12px 0;}	
	
div#container{
	width:899px;
	background:#d9d5ce;
	margin:0 auto;
	text-align:left;
	}	
	
div#header{
	height:155px;
	background:#816f59;
	}
	
div#wrapper{
	padding:30px 0 0;
	width:899px;
	overflow:hidden;
	}	
	
	
div#content{
float:left;
width:611px;
padding:0 73px 0 0;
}	
	
div#menu{
	width:215px;
	float:left;
	}
	div#menu ul{
		list-style:none; 
		margin:0; 
		padding:0;
		}
		div#menu ul li{
			margin:0 0 5px;
			}
			div#menu ul li a{
				display:block;
				background:url(../images/styles/bg_menu.gif) top left no-repeat #a69c8c;
				color:#fff;
				width:146px;
				height:22px;
				padding:5px 10px;
				text-decoration:none;
				}
				div#menu ul li a:hover{text-decoration:underline;}
				
div#footer{
	padding:20px 0 20px 215px;
	}
	
	
table#personal{
	width:634px;
	border:0;
	}
	table#personal td{
		width:317px;
		padding:0 0 15px;
		vertical-align:top;
		}
		
table#produkter{
	width:634px;
	border:0;
	}
	table#produkter td{
		width:33%;
		}
		table#produkter td img{border:1px solid #fff;}
		
		
img.float_right{float:right;margin:0 0 10px 10px; border:1px solid #666;}			