/* Special placering af blokke på forsiden */

/* Block 1 

.fieldblock.type1{
	padding: 0px;
	margin: 0px;
	background-color: #999;
	position: absolute;
	top: 95px;
	left: 0px;
	width: 230px;
	height: 190px;
}
.fieldblock.type1 h4{
}*/

/* Block 2 
.fieldblock.type2{
	padding: 0px;
	margin: 0px;
	background-color: #0f0;
	position: absolute;
	top: 95px;
	left: 235px;
	width: 205px;
	height: 190px;
}
.fieldblock.type2 h4{
}*/

/* Block 3 
.fieldblock.type3{
	padding: 0px;
	margin: 0px;
	background-color: #00F;
	position: absolute;
	top: 95px;
	left: 445px;
	width: 160px;
	height: 190px;
}
.fieldblock.type3 h4{
}*/

