@charset "utf-8";
/* CSS Document */

#body{
	padding: 0px;
	margin: auto;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

#wrap{
	background: #fff;
	color: #000;
	width: 800px;
	padding: 0px;
	margin-top: 20px; 
}

#header{
	height: 100px;
	width: 100%;
	background: url('design/header.jpg');
}

#meny{
	width: 100%;
	height: 30px;
}

#meny a:link{
	text-decoration: none;
	color: #009;
	margin-right: 20px;
	margin-bottom: 20px;
}

#meny a:hover{
	text-decoration: none;
	color: #000;
	margin-right: 20px;
}

#meny a:visited{
	text-decoration: none;
	color: #009;
	margin-right: 20px;
}

#innhold{
	width: 100%;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding-top: 10px;
	text-align: left;
	}

#clear{
	clear: both;
}

#right{
	width: 300px;
	float: right;
}

#left{
	width: 480px;
	float: right;
}
