
/*dance*/
.dance {
	width: 15846px; /*adjust for each project*/		
	width: 15948px; /*to solve IE 5 og 5.5*/		
}	



.dance_image_row {
	height: 524px;
}

.dance_image_row img {
	margin-right: 36px;
}

/*textrow height*/
.dance_text_row {
	height: 140px;

/*real height 144px*/
}

/*text cols*/
/*222 width text cols*/
/******we test width wider cols to fix a problem
original is 172 and 20 space*********/
.col, .colm1, .colm2, .colm3, .colm4, .colm3 {	
	width: 173px; 	
}

/*col width 2*/
.col2, .col2m1, .col2m2, .col2m3, .col2m4, .col2m3 {	
	width: 173px; 	

}


.space {
	width: 20px; 	
}

.spaceCol {
	width: 18px; 	
}

.colm1, .col2m1 {
	margin-top: -140px !important;			
}

.colm2, .col2m2 {
	margin-top: -280px !important;			
}

.colm3, .col2m3 {
	margin-top: -420px !important;			
}

.colm4, .col2m4 {
	margin-top: -540px !important;			
}


/*last posts. Special classes*/
/*container for whole post*/


/*top position names. Override global rule*/
/*special positioning for img title*/
.headerrow1 p {
  position: relative; 
  top: 46px; 
  margin: 0; 
}

/*first headerblock and text post is hor. pos. with an inline style*/
/*the rest is spaced by this class*/
.headerBlock, .contLast {
	width: 590px; 	
	
}

/*set height headline block*/
.headline {
	height: 56px !important;
	width: 556px; 	
	margin: 0;
}

/*eliminate IE 6 font-size problem*/
.headline, h4 {
	font-size: 11px !important;
	margin: 0; 
}


/*set width for col1 and headline*/
.contLast .c1, .headline {
	width: 172px; 	
}

/*set width for col2*/
.contLast .c2 {
	width: 158px;
	width: 172px; /*cols must be equal width for margin-trick to work!*/ 	
	margin-top: -84px !important;	
}

/*set height for col1 and col2 container*/
.subPost {
	height: 84px;
	/*border: 1px solid green;*/ 	
}

