body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
	font-size: 12px;
	overflow-X: hidden;
	scrollbar: hidden;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


.banner
{
 margin-top: 10px;
}

.hovedside
{
 font-size: 14px;
 width: 798px;
 height: 378px;
 overflow: auto;
}

.hovedramme
{
 border: 3px double #FFFFFF;
 width: 1023px;
 margin: 2px;
 min-height: 580px;
 background-color: #100058;
}

.hovedtekst
{
 background-color: #FFFFFF;
 font-size: 14px;
 margin: 10px;

 text-align: left;
 padding: 10px;
 width: 580px;
 float: left;
}

.meny
{
padding: 10px;
}

.hmeny
{
 margin: 10px;

 width: 380px;
}

/* ///////////////////     * Linker     //////////////// */

a:link
{
	text-decoration: none; 
	font-weight: bold;
	color: #100058;
}
a:active
{
	text-decoration: underline; 
	color: #100058; 
	font-weight: bold;
}
a:visited
{
	text-decoration: none; 
	color: #100058; 
	font-weight: bold;
}
a:hover
{
	text-decoration: underline; 
	font-weight: bold;
}

.nylink
{
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
