#content {
	position				:	absolute;
	left					:	0px;
	top						:	168px;
	/*background-color		:	#FAF8F8; TBD... ist nict in allen Tempaltes! */
	width					:	100%;
	height					:	308px;	
}

.bodytext a:hover{
	color					:	#9BC300;
}

#content, #colNormal, .bodytext {
	line-height				:	15px;
}

.team_text .bodytext {
	line-height				:	2em;
}

.team_text .bodytext a {
	line-height				:	1.4em;
}


#page_title, #page_title_sub_menu_portfolio, .page_title {
	position 				:	absolute;
	width					:	500px;
	left					:	26px;
	top						:	-29px;
	color					:	#6B1F00;
	/*font-weight				:	bold;*/ 
	/*letter-spacing			: 	0.3em;			/* TBD */
	line-height				:	23px;			/* TBD */
	/*font-style:italic; */ 
	 /*border: 1px solid #000000; */
}



.page_title_letter {
	letter-spacing			: 	0.3em;			/* TBD */
}

/*###################### bd_content_01, bd_content_02 */ 

#bd_content_01_text {
	position				:	absolute;
	left					:	282px;		/* TBD */ 
	top						:	-100px;		/* TBD */ 
	width					:	475px;		/* TBD */ 
	height					:	75px;		/* TBD */
	/* border: 1px solid #000000; */
}

#bd_content_01_pic{
	position				:	absolute;
	left					:	0px;		/* TBD */ 
	top						:	0px;		/* TBD */ 
	width					:	100%;
	height					:	308px; 
}

#bd_content_01_backlink {
	position				:	absolute;
	left					:	541px;		/* TBD */ 
	top						:	-25px;		/* TBD */ 
	width					:	280px;
	height					:	20px; 
	text-align				:	right;
}

/*###################### bd_content_03, bd_content_04, bd_content_05 */ 

#bd_content_03_text_left {
	position				:	absolute;
	left					:	26px;		/* TBD */ 
	top						:	9px;		/* TBD */ 
	width					:	350px;
	height					:	281px; 
}

#bd_content_04_text_left {
	position				:	absolute;
	left					:	26px;		/* TBD */ 
	top						:	9px;		/* TBD */ 
	width					:	427px;
	height					:	281px; 
}

#bd_content_03_text_right {
	position				:	absolute;
	left					:	463px;		/* TBD */ 
	top						:	9px;		/* TBD */ 
	width					:	350px;
	height					:	281px; 
}

#bd_content_04_pic_right {
	position				:	absolute;
	left					:	539px;		/* TBD */ 
	top						:	0px;		/* TBD */ 
	width					:	308px;
	height					:	308px; 
}














/* ################## TYPO3 Override */
/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 6px;
	} 
	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 6px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 6px !important;
	}
