html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 color:#292929;
} 
 
#sayfa{ 
 width:850px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 margin-top:10px;
} 
 
#bilgilendirme_baslik{
 position:relative; 
 height:140px; 
 background-color:#FFFFFF; 
 width:100%;
} 
 
#bilgilendirme_sol{
 width:280px; 
 float:left; 
 position:relative; 
 }
 
#bilgilendirme_icerik{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:504px; 
 padding: 16px;
 border: 1px solid;
 border-color: #a0e0f0;
 margin:0px;
 text-align:justify;
 line-height:22px;
 }
 
#bilgilendirme_kutucuk{background-color: #FFF8FF;
 float: left;      
 display:inline;    
 position: relative;
 width:280px;  
 height:96px;
 padding: 0px;
 border: 1px solid;
 border-color: #208090;
 margin: 0 0 10px 0;
 }
#bilgilendirme_kutucuk a:hover{text-decoration:none;}
#bilgilendirme_kutucuk:hover{background-color:#E8E8E8;}

h2 {color:#204080;font-size:15pt;font-family:trebuchet,helvetica,arial;}
#bisol {color:#406090;font-size:11pt;font-family:trebuchet,helvetica,arial;}
#biyazi {color:#212121;font-size:10pt;font-family:trebuchet,helvetica,arial;}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


