/*css Simon Hoegsberg*/


/***forside***/
body {
  margin: 2px 0 4px 0;
  padding: 0;
}


/*default div behaviour*/
div {
  margin: 0;   
  padding: 0; 
  overflow: hidden; 
}



#containerforside, #containerunderside  {
	position: relative; 	
  margin:0;
  padding: 0;
  margin-left: 40px; 
  margin-top: 60px;   
  /*border: 1px solid green; */

}


/*default*/
#logo  {
	position: static; 		
	border: none;
}


/*forside header*/
#contact {	
	position: absolute; 
	top: 2px;
	border: none;
}


#contact {
	left: 546px;	
}

#streger {
	position: relative; 	
	left: -20px;	
	top: -2px; 
	margin-bottom: 28px;
}

#streger2 {
	position: absolute; 	
	left: -20px;	
	top: 20px; 
	margin-bottom: 28px;
}

.spaceStreger  {
	padding: 0; 
	margin: 0; 	
	border:	none; 
	height: 45px; 		
}


#imgspace {
	margin: 0; 
	padding: 0; 
	height: 1px; 		
}



.imglink {
	margin: 0; 
	padding: 0; 	
	border: none; 
	
}


/*columns*/
.column, .columnspace {
	margin: 0; 
	padding: 0; 	
	float: left; 	
}

/*horisontal space bewteen our columns*/
.columnspace {		
	width: 22px; 	
}


.column p  {	
	margin-bottom: 18px; 
	width: 180px; 
	
}


.column a:link, .column a:visited, .maillink a:link, .maillink a:visited {  		
  color: black;
  text-decoration: none; 
}

.column a:hover, .column a:active, .maillink a:hover, .maillink a:active  {
  color: white;
  text-decoration: none; 
  background-color: black; 
}

.spacer18 {
	padding: 0; 
	margin: 0; 	
	border:	none; 
	height: 18px; 
}


/*****font*****/ 

/*default font*/ 
body, p, li, div, h1, h2, h3, span  {
  font-family:  Arial, Georgia, Verdana, Arial,Helvetica ; /**global font. Front and projects*/
  font-size: 11px;
  line-height: 14px; 
}



h1, h2, h3 {
  margin: 0;         
}

/*****links*/

/*default link*/ 
a:link, a:visited {
	 text-decoration: none;
}


a:hover, a:active {
 text-decoration:underline;
}



/***default paragraph**/
p {
  margin: 0; 
  font-weight: normal; 
  padding: 0; 
  /*line-height: 14px; */
}


/****projects****/

/*all project share a container.
However individual projects have different columns width and spacing*/

/**general princip: we emulate a table structure
each project is divided into three rows
- a headerrow (always 90px) 
- an imagerow 
- a textrow
textrows and imagerow vary in height and column widhts..

*/

.project {
	background-color: black; 
}

#containerproject {
	padding-left: 100px; 
	margin: 0; 		
	
}


/*applies to all "tablecell" div's will float
hence we only set width and height..
note any margin settings must use the !important directive*/
#containerproject div div {
	float: left; 	
	margin: 0; 
	padding: 0; 	
}


/*all "tablerows" div's */
#containerproject div {	
	margin: 0; 
	padding: 0; 
}

.intro {
	width: 200px !important; 
}

/**general font**/

/*general project font*/
#containerproject, #containerproject p, #containerproject span { 
	color: rgb(195,195,195); /* !important;   makes a conflict with introrow	*/
	font-size: 11px; 
	font-weight: normal; 
	/*word-spacing: 0.05em;*/ 
	/*letter-spacing: -0.04em;*/
}

/*general project p. in container*/
#containerproject p {
	margin-bottom: 14px; 	
}



#containerproject a, .introlink {
	display: inline !important; 
	line-height: 18px; 
	cursor:pointer;
	color: white; 
}

a.introlink:hover, a.introlink:active, #containerproject a:hover, #containerproject a:active {
	text-decoration: none; 
	line-height: 18px; 
	cursor:pointer;
	color: black; 
	background-color: white; 

}	

/**special position**/
.headerrowIntro h5 {
  position: absolute; 
  /*top: 44px; */
  bottom: 12px;
  margin: 0; 
  color: white;   
}



#containerproject img {
	float: left; 		
}

#containerproject h5 { 
	color: white; 
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	font-weight: normal; 		
}

#headline {
	margin-top: 4px; 		
}

/*these styles for project hadlines*/

/*main container */
.mainHcCont, #mainHcCont {
	position: relative; 
	overflow: visible;
}

.headercontainer, .hcCont {
	background-color: white; 
	border-bottom: 1px solid black; 
	display: inline; 
	position: relative; 
	top: 3px; 
	padding-right: 5px !important; 

}

h3 {
	/*position: relative; */
	/*top: 5px;	*/
	font-size: 26px; 
	color: black; 		
	font-weight: normal; 	
	padding: 0;	
	margin: 0; 
	line-height: 28px; 
	display: inline; 	
	font-family: Georgia, Arial; 		
}


/*to fix IE 7 problem we add this id to the second line of headline*/
#hc2 {
	position: absolute;
	top: 32px; 
	left: 0; 
}


/***headerrow***/
/*these classes should be general for all projects!
1 is for one line headertext
2 is for two lines headertext*/
.headerrow1, .headerrow2, .headerrow3, .headerrowIntro {	
	height: 88px; /***should be 90???*/	
	position: relative; 	
}

/*special positioning for img title*/
.headerrow1 p {
  position: relative; 
  top: 62px; 
  margin: 0; 
}

.headerrow2 p {
  position: relative; 
  top: 44px; 
  margin: 0; 

}

.headerrow3 p {
  position: relative; 
  top: 30px; 
  margin: 0; 
}


/*class for img-header aligning*/
.push74 {	
	left: 74px; 
	position: absolute;	
}

/*override overflow hidden in headerrow*/
.headerrow1 div, .headerrow2 div, .headerrow3 div {
	overflow: visible !important; 	
}

/*non float*/
/*are we using this class?*/
 .w200h210  {
	margin: 0; 
	padding: 0; 	
}

/*various widths*/
.col225, .col225m1 {
	width: 225px;
}

.col470 {
	width: 470px;
}


.col82 {
	width: 82px;
}


.col148 {
	width: 148px;
}

.col495 {
	width: 495px;
}

.empty420 {
	width: 420px; 
}

.empty210 {
	width: 210px; 
}


.empty230 {
	width: 230px; 
}

.space10 {
	width: 10px; 	
}

.space14 {
	width: 14px; 	
}

.space20 {
	width: 20px; 	
}

.space25 {
	width: 25px; 	
}

.space30 {
	width: 30px; 	
}


/****imagerows*****/
/*faces/*/
.imagerow320 {
	margin: 0; 
	padding: 0; 	
	height: 320px;	
}

/*we hardwire right-margin*/
.imagerow320 img {
	margin-right: 10px; 
}

/*bluelights/Lot fat Diaries/ */
.imagerow210space10, .imagerow210space14 {
	height: 210px;
}

/*Copenhagen-Istan  */
.imagerow230space14 {
	height: 230px;
}

/*bluelights*/
.imagerow210space10 img {
	margin-right: 10px; 
}

/*copenhagne -istanbul*/
.imagerow210space14 img {
	margin-right: 14px; 
}

/*sunday*/
.imagerow330space14 {
	height: 330px; 
}


.imagerow330space14 img {
	margin-right: 14px; 
}

/*professional*/
.imagerowProf img {
	margin-right: 25px; 
}

/*Babel*/
.imagerowBabel img {
	margin-right: 30px; 
}

#fury_headline_box {
	height: 341px;
	position: relative;
	
}


#fury_headline {
	position: absolute;
	bottom: 0; 
	
}


.imagerowProf  {
	height: 355px; 
}

/*******textrows*******/

.row504 {
	height: 504px; 	
}


.row322 {	
	height: 322px; 	
}


.row210 {	
	height: 210px; 	
}

/*copenhagen*/
.row20 {	
	height: 20px; 	
}

/*240 cols*/
.col240, .col240m1, .col240m2, .col240m3, .col240m4, .col240m5, .col240m6, .col240m7 {	
	width: 240px; 	
}


/*200 cols*/
.col200, .col200m1, .col200m2, .col200m3, .col200m4, .col200m5, .col200m6, .col200m7 {	
	width: 200px; 	
}

/*I get clothes*/
.col356 {
	width: 356px; 
}

.igetclothes {
	width: 1710px;
}

/*don't why this is neccessary both the header a few pixels too low on default*/
.igetclothes .headercontainer {
	top: 0;
}


/*babel*/
.babel {
	width: 8528px; 
}


.we_are_all {
	width: 80800px; 
}

.we_are_all img {
	margin: 0; 
	float: left; 
}


/*topmargin is 2px smaller than default*/
.we_are_all .headerrow3 {	
	height: 86px; /***should be 90???*/	
}

/*sunday */
.sunday {
	width: 5055px; 
}


/*professional*/
.professional {
	width: 12370px;
}

.rowProf {
	height: 126px;
}

.rowProf .col225m1, #fury_2_intro_col {
	margin-top: -126px !important; 
}


/**new design december 2008. Special id for introtext margining. */


/*lowfat*/
.lowfat {
	width: 5541px; 
}


.rowLowfat {	
	height: 308px; 	
}

.rowLowfat .col250m1 {
	margin-top: -308px !important;			
}
.rowLowfat .col250m2  {
		margin-top: -616px !important;			
} 

.rowLowfat .col250m3  {
		margin-top: -924px !important;			
} 


.col250, .col250m1, .col250m2, .col250m3, .col250m4 {
	width: 250px;
}

/*copenhagen*/
.copenhagen {
	width: 4380px; 
}

.rowCopenhagen {	
	height: 322px; 	/*original*/
	height: 294px;
	/*border-bottom: 1px solid red; */
}

.rowCopenhagen .col240m1 {
	margin-top: -294px !important;			
}


.rowCopenhagen .col240m2  {
		margin-top: -588px !important;			
}

.rowCopenhagen .col240m3  {
		margin-top: -882px !important;			
} 

.roedstreg {
	border-bottom: 1px solid rgb(222,38,71); 
	width: 11px;
	position: relative; 
	left: 4290px; 
	top: -17px; 
	z-index: 1000; 
}






.row322 {	
	height: 322px; 	
}


.row322 .col240m1 {
	margin-top: -322px !important;			
}


.row322 .col240m2  {
		margin-top: -644px !important;			
}

.row322 .col240m3  {
		margin-top: -966px !important;			
} 



/*new york*/
.newyork {
	width: 8600px; /*adjust for each project*/		
}

.row210 .col200m1 {
	margin-top: -210px !important;			
}

.row210 .col200m2 {	
	margin-top: -420px !important;		
	padding-bottom: 300px !important; 
}	
	
/*blue lights*/
.bluelight {
	width: 7430px; /*adjust for each project*/		
}	

.row322 {	
	height: 322px; 	
}

.row322 .col200m1 {	
	margin-top: -322px !important;			
}

.row322 .col200m2 {	
	margin-top: -644px !important;			
}

.row322 .col200m3 {	
	margin-top: -966px !important;			
}

.row322 .col200m4 {	
	margin-top: -1288px !important;			
}

.row322 .col200m5 {	
	margin-top: -1610px !important;			
}

.row322 .col200m6 {	
	margin-top: -1932px !important;			
}

.row322 .col200m7 {	
	margin-top: -2264px !important;			
}

/*qualifier*/
#containerproject p.white, #containerproject.white {
	color: white !important; 
	  
}



/*new color for introtext col added dec 2008*/
/*****check line 214 for complications*/
#containerproject span.intro_text, .intro_text, h5.intro_text {
	color: #908890 !important; 		
	/*border: 1px solid red; */
}


