html, body {
	color: #ddd;
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	background: #000;
	}

#hoved h1 {
	text-align: right;
/*	color: #cc0;	*/
	color: #c14646; 
	font-family: Verdana, Trebuchet, sans-serif;
	font-size: 1.8em;
	margin: 15px 20px 30px 15px;
	}

#hoved h2 {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #ff0;
	}

#container {
	width: 960px;
	height: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}

#venstremeny {
	margin-top: 30px;
	float: left;
	width: 230px;
	}

#hoved {
	margin-top: 30px;
	float: right;
	width: 660px;
	background: url("maler/g/ramme_s.jpg");
	background-repeat: no-repeat;
	height: 520px;
	overflow: hidden;
	padding: 20px 35px 0px 30px;
	text-align: justify;
	line-height: 1.2em;
	}

#hoved td {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	}

#hoved_inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	height: 440px;
	overflow: auto;
	padding-right: 10px;
	}

#hoved a {
	text-decoration: none;
	color: #2dd7a1;
	}

#hoved a:hover {
	background-color: #fff;
	color: #000;
	color: #111;
	}

#footer {
	font-size: 0.7em;
	color: #bbb;
	text-align: center;
	}

.left { float: left; }

.right {float: right;}



