/* Programming by siteflow.dk */

body {
	background-color: #99FF66;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	text-align:center;
	border:none;
}


a {
	text-decoration: none;
	color: #000000;
	border:none;
	outline: none;
	text-shadow: none;
}


a:hover {
	border:none;
	outline: none;
	text-shadow: none;
	text-decoration: none;
}

#middle a:hover, #menuText a:hover {
	text-decoration: underline;
}

img {
	border:none;
	text-decoration: none;
}
#outerbox {
	position:relative;
	text-align:left;
	margin:0px auto;
	background-color: #99FF66;
	height: 600px;
	width: 800px;
	border:none;
	text-decoration: none;
}


#top {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #99FF66;
	height: 150px;
	width: 800px;
	border:none;
}


#left {
	position: absolute;
	left: 0px;
	top: 150px;
	background-color: #99FF66;
	height: 450px;
	width: 105px;
	border:none;
}


#middle {
	position: absolute;
	left: 105px;
	top: 150px;
	background-color: #99FF66;
	height: 450px;
	width: 410px;
	border:none;
}

#right {
	position: absolute;
	left: 525px;
	top: 150px;
	background-color: #99FF66;
	height: 450px;
	width: 285px;
	border:none;
}



#menuImages {
	position: absolute;
	left: 95px;
	top: 0px;
	background-color: #99FF66;
	height: 450px;
	width: 50px;
	border:none;
}

#menuImages img {
	margin-bottom: 17px;
	border:none;
}

#menuText {
	position: absolute;
	left: 145px;
	top: 0px;
	background-color: #99FF66;
	height: 450px;
	width: 140px;
	border:none;
}


#logo {
	position: absolute;
	left: 515px;
	bottom: 65px;
	background-color: #99FF66;
/*	border: 1px dashed #000000;*/
}

#logo img {

}

#icons {
	position: absolute;
	left: 20px;
	bottom: 65px;
	background-color: #99FF66;
/*	border: 1px dashed #000000;*/
border:none;
}

#icons img {
	margin-right: 17px;
	border: none;
}


#businessLink {
	position: absolute;
	top: 20px;
	/*top: 86px;*/

}

#companyLink {
	position: absolute;
	top: 86px;
	/*top: 156px;*/

}

#adressesLink {
	position: absolute;
	top: 226px;

}

#adressesUnderLink {
	position: absolute;
	top: 250px;
}

#adresseUnderLinkText {
	position: absolute;
	top: 249px;
	left: 20px;
}

#consultancyLink {
	position: absolute;
	/*top: 20px;*/
	top: 156px;

}

#consultancyUnderLink {
	position: absolute;
	top: 110px;
}

#consultancyUnderLinkText {
	position: absolute;
	top: 109px;
	left: 20px;
}

#menupunkt {
	visibility:hidden;
}

#printlogo {
	visibility: hidden;
}

.boldFont {
	font-weight: bold;
}


/* On paper -------------------------------------- */
@media print{
body {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	margin: 0cm;
}

#right {
	visibility: hidden;
}

#icons {
	visibility: hidden;
}

#middle {
	position: absolute;
	left: 1.5cm;
	top: 5cm;
	width:12cm;
	visibility: visible;
}	

#logo {
	visibility: hidden;
}

#printlogo {
	position: absolute;
	top: 0.5cm;
	left: 12cm;
	visibility: visible;
}

#menupunkt {
	position: absolute;
	visibility: visible;
	top: 3.5cm;
	margin-left: 1.5cm;
	color: #000000;
	font-weight: bold;
	font-size: 14pt;
	
}

}
