body {
	background: #00794C url(/design/theme/public/images/trondelag-pattern.jpg);	
	background-repeat: repeat;
}


#header {
	width: 796px;
	height: 128px;
}

a #frontphoto, #header a img {
	width: 796px;
	height: 128px;
	border-bottom: 2px solid #FFFFFF
}

#wrap {
	width: 796px;
	color: black;
	border: 2px solid #fff;
	background-color: #fff;
	background-image: url(/design/theme/public/images/trondelag-background.jpg);
	background-repeat: repeat-y;
}

#rightmenu img {
	margin: 0.5em;
}


/***** Link text *****/
a {
	/*background-color:  denne fjernes helt */
	/*color: #990000; opprinnelig rød farge */
	color: #003300;
	text-decoration: none;
}

a:visited, a:active {
	/*color: #990000; opprinnelig rød farge */
	color: #003300;
}

a:hover {
	/*color: #007749; opprinnelig farge */
	color: #009900;
	text-decoration: underline;
}


