body {
	font-family: verdana, arial, sans-serif;
	/*color: #69a45b;*/
	font-size: 10pt;
	background-image: url("images/site/baggrund2.gif");
}

table {
	font-size: 10pt;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	/*text-decoration: none;*/
	color: #669666;
}

/* main menu-table */
.menuTbl {
	border-style: dotted;
	border-width: 2px;
	border-color: #666666;
	background-color: #deefde;
	background-image: URL("images/site/menu_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	height: 146px;
}

/* main data-table */
.mainTbl {
	border-style: dotted;
	border-width: 2px;
	border-color: #666666;
}

/* Footer styles */
.footerTbl {
	height: 122px;
}

/* main headline style */
.headline {
	font-size: 14pt;
	font-weight: bold;
}

.splitter {
	height: 2px;
	border: 0px;
	width: 520px;
	color: green;
	background-color: green;
}

/* til sider med en enkelt indholdsbox... */
.oneFloating {
	position: relative;
	top:0px;
	left: 8px;
}

/** Til sider med left og right "floating" box'e... **/
.leftFloating {
	position: relative;
	top: 0px;
	left: 8px;
	float: left;
	width: 340px;
}

.rightFloating {
	position: relative;
	top: 0px;
	right: 8px;
	float: right;
	width: 400px;
}

.leftFloatingSub {
	position: relative;
	left: 16px;
}

.rightFloatingSub {
	position: relative;
	right: 16px;
}
/******************* End of float *******************/


/* popupOverMouse js box'e */
.dhtml_dek {
	position: absolute;
	visibility: hidden;
	z-index: 200;
}

/* Menu-style til OneFloat-sider med menu... */
#pageNav {
	position: relative;
	float: left;
	top: 6px;
	width: 154px;
	border-color: #216c21;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
}

/* Left-float style til forside */
#pageNavMain {
	position: relative;
	float: left;
	top: 6px;
	width: 174px;
	border-color: #216c21;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
}

/* Sub class til pageNav (-> __Description__) */
.pageNavText {
	margin-left: 12px;
	font-size: 8pt;
}

.go_hidden {
	display: none;
}

