﻿body, td, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
}
body {
	background-color: #006666;
}

h1, h1 a, h2 a:link, h2 a:visited {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

h2, h2 a, h2 a:link, h2 a:visited {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
h3, h3 a, h3 a:link, h3 a:visited {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
a, a:link, a:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: gray;
	text-decoration: underline;
}
a:hover {
	color: gray;
	text-decoration: none;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
img {
	border: 0;
	color: #006666;
}
img.right {
	float: right;
}
address {
	margin-left: 20px;
}
td {	
	vertical-align: top;
}

#container {
	border-style: solid; 
	border-width: 2px; 
	background-color: #FFFFFF;
	width: 760px;
	margin: auto auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 540px;
}
#mainTable {
	width: 720px;
	position: relative;
	margin: auto auto;
	border: 0;
	height: 100%;
}
#mainTable td, #mainTable tr {
	padding: 0;
}
.header {
	background-color: #003333;
	height: 110px;
}

#Logo {
	float: left;
}
span.pagetitle {
	color: white;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 24px;	
	text-align: center;
	padding-top: 40px;
	display: block;
	float: left;
	width: 550px;
}
.content {
	vertical-align: top;
}
tr.content {
	height: 360px;
}
#contentdiv {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	height: 360px;
	padding-right: 20px;
	padding-left: 20px;
}
table#mainTable tr.content td.content {
	background-color: transparent;
	background-image: url('../images/baggrund.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}
/* Menu */
td.topmenu {
	background-color: #339900;
	color: white;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	vertical-align: top;
}
a.itemtopmenu, span.itemtopmenu_selected {
	text-decoration: none;
	color: white;
	padding-right: 30px; /* Ret denne for at få plads til færre/flere punkter i topmenuen n*/
	padding-left: 22px;
	margin-top: 18px;
	font-size: 13px;
	font-weight: bold;
}
a.itemtopmenu:hover {
	text-decoration: underline;
}
#leftmenucontainer {
	background-color: #0B6A56;
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	width: 80px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 360px;
	overflow: auto;
}
#leftmenucontainer a, #leftmenucontainer .itemleftmenu_selected {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: white;
	text-decoration: none;
}
