﻿/* CSS Document */

body {
	background-color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

hr {
	border:1px dotted #000;
}

#container {
	width:840px;
	background-color:#FFCC00;
	margin-left:auto;
	margin-right:auto;
}

#meny {
	width:100%;
	margin-bottom:20px;
	border: 1px dotted #000;
	height: 30px;
	padding-top: 10px;
}
#meny ul {
	margin: 0;
	padding: 0
}
#meny li {
	float: left;
	list-style-type: none;
	text-align: center;
}

li.vanlig {	width:180px; }
li.stor { width: 300px; }

#content {
	border:1px dotted #000;
	padding:10px;
}

#content img {
	float:right;
	padding:5px;
}

#content a img {
	border:0;
}

#venstre {
	width:400px;
	float:left;
}

#hoyre {
	margin-left:460px;
}
