@charset "utf-8";
/* CSS Document */

/* tüm element lere*/
*{
	margin:0px;
	padding:0px;
}
/*############# banner ######################################################################*/
#page_kab{
	position:relative;
	width:519px;
	margin:0px 0px 0px 1px;

	font: 11px Arial, Helvetica, sans-serif;
}

#banner{
	position:relative;width:518px;height:209px;

}


/*
	########################################################################################
			BOX MODEL V2
	########################################################################################
*/
#firma_hakkinda , #dunden_bugune , #temsilcilikler{
	width:220px;
	background-color:#f3d0d1;
	margin-bottom:10px;
}

#firma_hakkinda .boxModel_V2 , #dunden_bugune .boxModel_V2 , #temsilcilikler .boxModel_V2{
	position:relative;
}
#firma_hakkinda .boxModel_V2_LT , #dunden_bugune .boxModel_V2_LT , #temsilcilikler .boxModel_V2_LT {
	background:url(images/top.png) no-repeat;
	
	position:absolute;
	width:16px;
	height:15px;
	top:0px;
	left:0px;
	z-index:2;
}
#firma_hakkinda .boxModel_V2_BR , #dunden_bugune .boxModel_V2_BR , #temsilcilikler .boxModel_V2_BR{
	background:url(images/bottom.png) no-repeat;
	
	position:absolute;
	width:16px;
	height:15px;
	bottom:0px;
	right:0px;
	z-index:2;
}

/*########################################################################################*/
#firma_hakkinda .boxModel_V2_icerik , #dunden_bugune .boxModel_V2_icerik , #temsilcilikler .boxModel_V2_icerik{
	padding:10px 10px 20px 10px;
}
/*
	########################################################################################
		END	BOX MODEL V2
	########################################################################################
*/


#firma_hakkinda_dunden_bugune_KAB{
	margin-top:10px;
}
#firma_hakkinda_dunden_bugune_KAB a{
	text-decoration:none;
	color:#ff0000;
}
#firma_hakkinda_dunden_bugune_KAB a:hover{
	color:#ff8282;
}
/*==================================================================================*/
/*     firma hakkında */		
/*==================================================================================*/
#firma_hakkinda{
	float:left;
	width:274px;
	margin-right:10px;
}
#firma_hakkinda_resim{
	float:left;
	border:2px solid #FFFFFF;
	background:url(images/firma_hakkinda.jpg) no-repeat left top;
	width:85px;  height:85px;
	margin:0px 10px 0px 0px;
}
#firma_hakkinda_baslik{
	font-size:18px;
	font-weight:bold;	
}
/*==================================================================================*/
/*     dunden bugune*/		
/*==================================================================================*/
#dunden_bugune{
	float:right;
	width:232px;
}
#dunden_bugune_resim{
	float:left;
	border:2px solid #FFFFFF;
	background:url(images/dunden_bugune.jpg) no-repeat left top;
	width:85px;  height:85px;
	margin:0px 10px 0px 0px;
}
#dunden_bugune_baslik{
	font-size:18px;
	font-weight:bold;
}
/*==================================================================================*/
/*     temsilcilikler */		
/*==================================================================================*/


#temsilcilikler{
	width:518px;
}
#temsilcilikler .boxModel_V2_icerik{
	position:relative;
	top:0px;
	left:4px;
	padding:10px 10px 2px 10px;
}
#temsilcilikler .boxModel_V2_icerik img{
	margin:0px 4px 4px 0px;
	border:none;
}
