body {
	margin:0px;
	behavior: url("/css/csshover.htc");
}
.Background {
	width: 749px;
	z-index: 1;
	background-image: url(images/background-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: auto;
	background-attachment: scroll;
}

#content p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	width: 500px;
	color: #333333;
	z-index: 2;
	overflow: auto;
	background-attachment: scroll;
	position: static;
	padding-left: 40px;
	padding-top: 10px;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	width: 450px;
	color: #0F783F;
	z-index: 2;
	visibility: visible;
	padding-left: 40px;
	padding-top: 30px;
}
.Contact-kop {
	font-family: Arial;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	visibility: visible;
	width: 219px;
	position: absolute;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 13pt;
}
.Header_Historie {
	background-image: url(images/headers/header-historie.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 3;
	background-position: left top;
	height: 181px;
	width: 749px;
	overflow: hidden;
	background-attachment: fixed;
}
.Contact-tekst {
	font-family: Arial;
	font-size: 11px;
	font-variant: normal;
	color: #FFFFFF;
	visibility: visible;
	width: 219px;
	position: absolute;
	font-weight: bold;
	padding-left: 10px;
	line-height: 13pt;
	padding-top: 10px;
}
.submenu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	height: 15px;
	width: 250px;
	left: auto;
	top: 5px;
}
.copyright {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#headers ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#left-content, #right-content {
	float:left;
	display:inline;
	overflow:hidden;
	width:300px;
}
#right-content {
	width:400px;
}

A {
	color:#CC3333;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}




ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height:66px;
}
li {
	position:relative;
	float:left;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
li img {
	display:block;
}

li:hover{
	background-color:#CCCCCC;
	z-index: 1;
	cursor: pointer;
}

li a {
	display:block;
}
 
ul ul{
	position:absolute;
	float:left;
	display: none;
	left: 5px;
	top: 42px;
	width:400px;
}
 
li:hover ul ul {
	display: none;
}

li li {
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#FF0000;
	margin-top:3px;
	padding-left:5px;
	padding-right:20px;
}
 
li:hover ul, li:hover li:hover ul{
	display: block;
}