@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B0B0B0;
	font-family:Tahoma;
	font-size:11px;
	color:#555555;
	line-height:15px;
}

a:link {
	color: #800000; text-decoration:none;
}
a:visited {
	color: #800000; text-decoration:none;
}
a:hover {
	color: #553dc1; text-decoration:none;
}
a:active {
	color: #800000; text-decoration:none;
}

.modulbaslik {
	font-family:"Arial Narrow";
	font-size:19px;
	font-weight:600;
	letter-spacing:0px;

	color:#303030;
}

.beyaznormal {
    color:#FFFFFF;
}

.modulbaslik:link		{color:#303030; text-decoration:none;}
.modulbaslik:hover		{color:#553dc1; text-decoration:none;}
.modulbaslik:active		{color:#303030; text-decoration:none;}
.modulbaslik:visited	{color:#303030; text-decoration:none;}

.hizmetbaslik {
	font-family:Tahoma;
	font-size:15px;
}

.firmakoyu {
	color:#000000;
}

.sektortext {
	font-family:Tahoma;
	font-size:12px;
}

.hizmet_bg {
	background-repeat:no-repeat;
	background-position:right top; 
}

.haber_baslik {
	font-family:"Arial Narrow";
	font-size:18px;
	color:#7e7e7e;
	font-weight:bold;
}

.haber_ic_baslik {
	font-family:Tahoma;
	font-size:18px;
	color:#0066FF;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

.haber_ic_ozet {
	font-family:Tahoma;
	font-size:14px;
	color:#800000;
	font-style: normal;
	font-weight: bold;
}


.haber_tarih:link		{color:#7e7e7e; text-decoration:none;}
.haber_tarih:hover		{color:#553dc1; text-decoration:none;}
.haber_tarih:active		{color:#7e7e7e; text-decoration:none;}
.haber_tarih:visited	{color:#7e7e7e; text-decoration:none;}

.haber_tarih {
	font-family:"Tahoma";
	font-size:10px;
	color:#7e7e7e;
}

.transbox
  {
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  }
