#ramme {
	height:800px;
	width: 805px;
	padding: 5px;
	background-color: #5B5E77;
	border: medium solid #333333;
}
#topp {
	background-color: #5B5E77;
	clear: both;
	float: left;
	height: 125px;
	width: 804px;
	background-image: url(deisgn/topplilla2.jpg);
}
#meny {
	background-color: #CCCBD9;
	clear: none;
	float: right;
	height: 40px;
	width: 624px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(design/meny.jpg);
	padding-top: 5px;
}

#venstre {
	clear: left;
	float: left;
	height: 560px;
	width: 150px;
	background-color: #5B5E77;
	background-position: center;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(design/venstre3.jpg);
}
#main {
	clear: none;
	float: right;
	height: 510px;
	width: 611px;
	background-color: #FFFFFF;
	overflow: scroll;
	padding: 7px;
}
#botn {
	height: 20px;
	width: 624px;
	background-color: #5B5E77;
	float: right;
}
h1 {
	font-size: 24px;
	font-style: italic;
	color: #5C5E77;
}

a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 14;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

