/* Body */
img {
	border-style: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	color: black;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: black;
}

h3 {
	font-size: 9px;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: black;
}

p {
	margin: 0px 0px 14px 0px;
}

/* Tekst */
body, td, div {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: black;
}

/* Formularer */
form {
	margin: 0px;
}

/* Links */
a:link, a:visited, a:active {
	color: #4a649f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
	background-color: #4a649f;
	overflow: scroll;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

small {
	font-size: 10px;
	line-height: 13px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

a.menu {
	color: black;
	text-decoration: none;
}

/* Div. elementer */
#site {
	text-align: center;
	width: 100%;
	padding: 15px 0px 15px 0px;
}

#outerframe {
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: #4a649f;
	border: 1px solid white;
	padding: 7px;
}

#outerdiv {
	background-color: white;
	border: 1px solid white;
	width: 930px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 15px;
}

#menuheader {
	width: 930px;
	height: 160px;
}

#menuheader #logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

#menu {
	width: 745px;
	position: absolute;
	top: 108px;
	left: 150px;
	height: 30px;
}

/* Indholdsramme */
#content {
	width: 700px;
	margin-left: 220px;
}

/* Nyhedsboks */
#news {
	position: absolute;
	width: 200px;
}

#news h1 {
	font-size: x-small;
	margin: 5px 0px 0px 0px;
}

#news p {
	font-size: xx-small;
	margin: 0px 0px 15px 0px;
}

#bund {
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
}

/* Menuen */
#menu ul {
	padding: 0px;
	margin: 0px;
	z-index: 9999;
	position: absolute;
}

#menu ul li:hover ul, .menu ul a:hover ul{
	display: block;
}

#menu ul li:hover ul li ul, .menu ul a:hover ul li ul {
	display: none;
}

#menu ul li ul li:hover ul, .menu ul li ul a:hover li ul {
	display: block;
}

#menu ul li {
	cursor: pointer;
	list-style-type: none;
	float: left;
	padding: 0px 15px 0px 15px;
	height: 30px;
	line-height: 28px;
	background-color: #eeeef2;
	margin: 0px 0px 0px 10px;
	color: white;
	position: relative;
}

#menu ul li:hover {
	background-color: #dfdfdf;
	border-bottom: 5px solid gray;
}

#menu ul li, #menu a, #menu a:visited {
	text-decoration: none;
}

#menu ul li, #menu a, #menu a:visited, #menu a:hover {
	color: black;
	font-size: x-small;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul li ul {
	background-color: white;
	min-width: 140px;
	position: absolute;
	display: none;
	z-index: 9999;
	top: 29px;
	left: 8px;
}

#menu ul li ul li, #menu ul li ul li:hover {
	padding: 0px 10px 0px 10px;
	border: 1px solid black;
	list-style-type: none;
	float: none;
	min-width: 140px;
	background-color: white;
	color: black;
	margin: 0px;
}

#menu ul li ul li ul {
	background-color: white;
	min-width: 140px;
	position: absolute;
	display: none;
	text-align: left;
	z-index: 9999;
	top: 1px;
	left: 160px;
}

#netikka {
	position: absolute;
	top: -12px;
	left: 862px;
}