
/* reset css */
* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
}

img {
	display: block;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2, .content-main .aoverskrift, .content-main .overskrift {
	font-size: 0.85em;
	font-weight: bold;
}

.date {
	color: gray;
}

.content-main {
	padding: 20px;
	font-size: 0.85em;
	text-align: justify;
	width: 570px;
}

.content-main h1 {
	margin-bottom: 10px;
}

.content-main p {
	margin-bottom: 10px;
}

.content-main .billeder {
	margin-left: 10px;
	margin-bottom: 10px;
}

#content-inner h2 {
	font-weight: normal;
	margin-top: 5px;
}

table.default th {
	background-color: #005900;
	color: white;
	text-align: left;
}

table.default td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

table.default {
	width: 100%;
	font-size: 0.95em;
	margin-bottom: 20px;
}

.navigation-top, .navigation-top2, .navigation-bottom  {
	position: absolute;
	font-size: 0.85em;
	text-align: right;
}

.navigation-top {
	right: 10px;
	top: 5px;
}

.navigation-top2 {
	right: 10px;
	top: 19px;
}

.navigation-bottom {
	right: 10px;
	bottom: 20px;
}

.subtitle {
	font-size: 0.85em;
	font-weight: normal;
	font-style: italic;
	color: gray;
}

#content-right, #content-right h2, #content-right h1, #content-right .subtitle {
	font-size: 0.85em;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #005900;
}

.more {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 5px;
}

#content-left img {
	border-width: 3px;
	border-style: solid;
	border-color: #005900;
}

.content-category-img {
	background-image: url(../img/logoitem.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 4px;
}

#top-menu, #top-menu a, #top-search {
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	color: White;
}

.submenu, .submenu a {
	font-size: 0.85em;
	text-decoration: none;
	color: #ffffff;
}

input.ongreen {
	background-image: url(../img/inputongreen.gif);
	background-repeat: no-repeat;
	border-style: none;
	border-color: transparent;
	width: 103px;
	height: 17px;
	color: Gray;
	font-size: 0.7em;
	padding-left: 2px;
	padding-right: 3px;
	float: left;
}

input.onwhite {
	background-image: url(../img/inputonwhite.gif);
	background-repeat: no-repeat;
	border-style: none;
	border-color: transparent;
	width: 115px;
	height: 17px;
	color: Gray;
	font-size: 1em;
	padding-left: 3px;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#right {
	font-size: 0.6em;
}

#right a {
	text-decoration: none;
	color: #005900;
}

#banner a{
	color: white;
}

#banner {
	width: 330px;
	background-color: #005900;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#banner-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005900;
	margin-bottom: 10px;
}
#export-link{
	float: right;
}