@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bakgrunn.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#wrapper {
	width: 800px;
	height: auto
	color: #000000;

	margin-left: 30px;
}

#header {
	height: 140px;
	width: 800px;
	background-image: url(../images/logo_topp.gif);
}

#nav {
	float: left;
	width: 215px;
	height: 560px;
}

#content {
	float: right;
	min-height: 560px;
	width: 585px;
	background-color: #FFFFFF;
}

#top_content {
	min-height: 418px;
	width: 585px;
}

#txt {
	width: 545px;
	min-height: 142px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 10px;
}

#footer {
	clear: both;
	height: 30px;
	width: 585px;
	padding-left: 215px;
	background-image: url(../images/bakgrunn.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
img.thumb {
	border: 1px solid #666666;
	margin-right: 15px;
	}

a:link {
	text-decoration: none;
	color: #A02A2E;
	font-weight: bolder;
	font-weight: strong;
}
a:hover {
	color: #000000;
	font-weight: bolder;
	font-weight: strong;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}

a.gra:link {
	text-decoration: none;
	color: #cccccc;
}
a.gra:hover {
	color: #cccccc;
}
a.gra:visited {
	color: #cccccc;
}
a.gra:active {
	color: #cccccc;
}