/* Programming by siteflow.dk */

body {
	background-color: #99FF66;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	/*font-weight: bold;*/
	margin: 0px;
	text-align:center;
}

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

img{
	border:none;
}

#outerbox {
	position:relative;
	text-align:left;
	margin:0px auto;
	background-color: #99FF66;
	height: 600px;
	width: 800px;
/*	border: 1px dashed #000000;*/
}


#top {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #99FF66;
	height: 150px;
	width: 800px;
/*	border: 1px dashed #000000;*/
}

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

#middle {
	position: absolute;
	left: 105px;
	top: 150px;
	background-color: #99FF66;
	height: 450px;
	width: 600px;
/*	border: 1px dashed #000000;*/
}

#images {
	position: absolute;
	left: 57px;
	top: 150px;
	background-color: #99FF66;
	height: 100px;
	width: 700px;
/*	border: 1px dashed #000000;*/
	font-size: 10px;
	font-weight: bold;
	z-index: 2;
}

#image1 {
	position: absolute;
	top: 0px;
	left: 2px;
	
}

#image2 {
	position: absolute;
	top: 0px;
	left: 171px;
	
}

#image3 {
	position: absolute;
	top: 0px;
	left: 340px;
	
}

#image4 {
	position: absolute;
	top: 0px;
	left: 509px;
	
}


#text {
	position: absolute;
	left: 0px;
	top: 240px;
	background-color: #99FF66;
	height: 210px;
	width: 600px;
/*	border: 1px dashed #000000;*/
}



#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;*/
}

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



.image {
	width: 170px;
	text-align: center;
}

.distance {
	position: relative;
	top: 13px;
	
}

#printlogo {
	visibility: hidden;
}

@media print {
#icons{
	visibility:hidden;
}
#middle {
	left:0.2cm;
}

#images {
	left:0.0cm;
	width: 600px;
}

.image {
	width: 145px;
}



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