body {
	font-family:'lucida grande','lucida sans unicode','bitstream vera sans', 'trebuchet ms',arial,sans-serif;
	font-size:12px;
	background-color: #BFD9F7;
	}
html {
	margin: 40px;
	padding: 0;
	}

p {
	font: 11px verdana;
	}

p#bottom {
	padding-left: 10cm;
}

ul#meny {
	padding-top: 20px;
	font: 12px verdana;
	line-height: 200%;
}
li {
	list-style-type: circle;
}
h1 {
	font: 13px verdana;
	font-weight: bold;
	color: #000066;
}

h2 {
	font: 11px verdana;
	font-weight: bold;
	color: #000066;
}

h3 {
	font: 9px verdana;
	font-weight: bold;
}

h4 {
	font: 9px verdana;
}

/*linker*/
a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #333366;
	text-decoration: none;
	}
	
/* tabell */
.tabell {
	width: 800px;
	height: 500px;
	border: none;
	}

.title {
	background: URL(bilder/bakgrunntopp.png);
	width: 800px;
	height: 118px;

	}
.menu {
	background-color: #BFD9F7;
	width: 187px;
	height: 340px;
	vertical-align: top;
	}
.main {
	background-color: #BFD9F7;
	width: 613px;
	height: 340px;
	vertical-align:top;
	}	
.bottom {
	background-color: #BFD9F7;
	width: 800px;
	height: 42px;
	}

.newsTop {
	background-color: #A2C5EE;
	border-collapse: separate
}
.newsBottom {
}
.news {
	width: 550px;
	
	vertical-align:top;
}
/*forms*/
.form {
	font-size: 9px;
	}
input {
	background-color: #C4D0E0;
	font-size: 9px;
	}
