/* @group Generelt */

* {
	margin: 0;
	padding: 0;
}

body,td,div {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 1.4em;
}
body {
	background-color: #2F2C6F;
}
a {
	color: #0000ff;
	text-decoration: none;	
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 25px;
	color: #2F2C6F;
	margin-top: 5px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

table td {
	padding:0px;
}

/* @end */

/* @group Meny */

td.meny {
	padding: 15px;
	background-color: #f9f9f9;
	vertical-align:top;
	width: 150px;
}

td.meny ul {
	list-style-type: none;
}

td.meny li {
	margin-bottom: 10px;
	border-bottom: thin dotted #e1e1e1;
	padding-bottom: 3px;
}

/* @end */

/* @group Hovedfelt */

td.hovedfelt {
	padding: 15px;
	background-color: #ffffff;
	vertical-align:top;
}

td.hovedfelt ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 5px;
}

/* @end */


