* {
	/* display: none;*/	
}

html {
	display: inline;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}
.header {
	width: 680px;
	height: 344px;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}
.subheader {
	width: 680px;
	height: 116px;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}
.header .logo {
	width: 266px;
	z-index: 2;
	position: absolute;
	top: 6px;
	left: 545px;
	margin: 0px;
	padding: 0px;
}
.subheader .logo {
	width: 266px;
	z-index: 2;
	position: absolute;
	top: 6px;
	left: 545px;
	margin: 0px;
	padding: 0px;
}
/******* INDHOLD I VENSTRE SIDE ********************************/
.leftContent {
	float: left;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
}
.subtextContainer {
	float: left;
	width: 680px;
	margin-top: 1px;
	padding-top: 0px;
	margin-left: 2px;
}
.subtextContainer h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20pt;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.subtextContainer h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
.subtextContainer p {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
}
.subtextContainer a:link {
	color: #000000;
	text-decoration: underline;
}
.subtextContainer a:visited {
	color: #000000;
	text-decoration: underline;
}
.subtextContainer a:hover {
	color: #0E5D95;
	text-decoration: none;
}
.subImage {
	display: none;
}
/*--- MENU ---*/
.menu {
	display: none;
}
.submenu {
	display: none;	
}
.sublargeButtonsContainer {
	display: none;
}
/******* INDHOLD I HØJRE SIDE ********************************/

.rightContent {
	display: none;
}