@charset "utf-8";
/* CSS Document */

a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
}
body {
	background-image: url(../grafikk/bakr1A.gif);
	background-repeat: no-repeat;
	background-color: #6d7cad;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	color: #CCFF33;
}
#main #meny a {
	color: #eeeeee;
}
#main #tekst a:hover {
	color: #CCFF33;
}
#main #meny a:hover {
	color: #333333;
}


p {
	font-size: 0.87em;
	line-height: 1.5em;
}

<style>

body {
	background-attachment: fixed;
	background-image:   url(../grafikk/bakr1A.gif);
	background-repeat: no-repeat;
	background-color: #6d7cad
}
#main {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: 850px;
}
#main #logo {
	width: 150px;
	position: relative;
	float: right;
}

#main #meny {
	width: 880px;
	clip: rect(auto,auto,auto,auto);
	color: #EEEEEE;
	position: relative;
	text-decoration: none;
	font-weight: normal;
}
#main #tekst {
	float: right;
	width: 690px;
	padding-top: 30px;
	padding-right: 0px;
}

</style>#main #tekst a:hover {
	font-weight: bold;
	color: #FFCC33;
}
