/* @group Generelt */

* {
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	background: #4B6243 url(/img/bg.gif) repeat-x;
	margin-top: 0;
}

body,td,div {
	font-size: 11px;
	line-height: 1.5em;
}

table.main {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.main td {
	padding: 0;
}

td.main {
	background-color: white;
}

/* @end */

/* @group Meny */

table.main td.menu {
	background-color: white;
	padding: 10px;
}

table.main td.menu li {
	list-style-type: none;
	padding: 0 4px;
	text-decoration: none;
	line-height: 2.0em;
	color: #587482;
	font-size: 12px;
	cursor: pointer;
}

table.main td.menu li:hover {
	background-color: #efb61b;
	color: #ffffff;
}

table.main td.menu li ul {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Hovedområde */

table.main td.main {
	background-color: white;
	padding: 10px;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	font-style: normal;
	color: #4b6243;
	margin: 0 0 15px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	color: #4b6243;
	margin: 0 0 15px;
}

a {
	color: blue;
	text-decoration: none;
}

/* @end */


