/* @group Generelt */

body,td,div {
	font: 11px/1.2em verdana, arial, helvetica, sans-serif;
	margin: 10 0 0 0px;
	padding: 0;
}

body {
	background: #5D5D5D url(/file/59502102ab2/bg.gif) repeat-x;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

/* @end */

/* @group Hovedtabell */

table.main {
	width: 760px;
}

table.main td.hoved {
	border: 1px solid gray;
}

table.main td.topp {
	background-color: #000;
	color: #6d6d6d;
	font-size: 10px;
	padding: 3px;
}

table.main td.bunn {
	background-color: silver;
	color: black;
	font-size: 10px;
	padding: 3px;
}

/* @end */

/* @group meny */

td.meny {
	background-color: gray;
	width: 180px;
}

td.meny a {
	color: white;
	text-decoration: none;
}

td.meny div {
	background-color: #a7a7a7;
	padding: 4px 8px;
	margin: 0;
	border: 1px solid gray;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

td.meny div:hover {
	background-color: #d8d8d8;
	color: #525252;
}

td.meny div a {
	font-weight: bold;
}

td.meny ul li {
	color: silver;
}

td.meny ul {
	list-style-type: square;
	padding: 0px;
	margin: 0 0 0px 25px;
}

td.meny ul a {
	line-height: 1.5em;
}

td.meny ul a:hover {
	color: silver;
}


/* @end */

/* @group Bunnmarg */

td.bunnmarg {
	background-color: gray;
	padding: 3px;
	text-align: center;
}



/* @end */

/* @group Hovedområde */

td.hoved {
	background-color: white;
	padding: 10px;
	line-height: 1.3em;
}



/* @end */