﻿html {
	overflow-y: scroll;
}
html,body {
	background-color: black;
	margin-top: 0px;
	padding: 0px;
}
img {
	border: 0;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 1396px;
	border: 2px #018a21 solid;
	padding: 2px;
}
#content {
	border: 1px #018a21 solid;
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}
.kolonne-left {
	width: 504px;
}
.kolonne {
	width: 378px;
}
.kolonne-right {
	width: 504px;
}
#left {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#midt {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#right {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
.link {
	width: 126px;
	height: 56px;
	text-align: center;
}
#logo {
	height: 112px;
	text-align: center;
}
.søgebox {
	text-align: center;
	height: 56px;
}
.søgebillede {
	vertical-align: bottom;
}
.box {
	width: 201px;
	font-weight: 700;
}
.knap {
	 font-family: Verdana;
	 font-size: 10pt;
	 color: #FFD700;
	 font-weight: 700;
	 background-color: #000000;
}
textarea {
	color: #018a21;
	font-size: 10px;
	border: 1px solid #1c5180;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	padding: 5px;
	width: 300px;
}
.highlightit img {
	border: 1px solid #000000;
}
.highlightit:hover img {
	border: 1px solid #ffffff;
}
.highlightit:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

