﻿body
{
	/*background-color: #F5F3F3;*/
	/*background-color: #FDFAED;*/
	padding: 0px;
	margin-right:0%;
	overflow: auto;
	background-color:#F5F5F5;
	/*
	border-left: 3px solid #4192EB;
	border-top: 3px solid #346BA8;
	*/
	border-left: 0px solid #5B798C;
	border-top: 0px solid #C2CDD4;

}
 
.anasayfa
{
	margin: 0px;
	padding: 0px;
	width: 100%; /* sayfanÄ±n geniÅŸliÄŸi  */
	height: 768px; /* sayfanÄ±n yÃ¼ksekliÄŸi  */	
}
.header
{
	margin: 0px;
	padding: 0px;
	overflow: auto;
	width:100%;
	height:120px;
}
.content 
{
	 width : 74%;
	 height: 648px;
	 float: right;
	 background-color:White; 
	 padding-left:1%;
	 padding-right:1%;
	 
	}
	.sidebar
	{
		float: left; /* yer belirleme*/
		width :23%;
		height: 648px;
	    background-color:#F5F5F3;
	  		
	}
	.sidebarmenu
	{
		border-style:solid;
		border-top: 1px gray;
		border-left: 1px gray;
		border-right:1px gray;
		border-bottom:1px gray;
		background-color:CaptionText;
		font-weight:bold;
	  
	

text-align:left;
}
.sidebariletisim
{
	  width:100%;
		border-style:solid;
		border-top: 1px gray;
		border-left: 1px gray;
		border-right:1px gray;
		border-bottom:1px gray;
		background-color:CaptionText;
		text-align:center;
	}
.siderbarmenubaslik
{  
	width :100%;
	text-align:center;
	border:1px solid black;
	background-color:Orange;
	font-family:Arial;
	font-size: medium;
	Font-Variant:inherit;
	font-weight:bold;
	
}
.sidebartalep
{
	border-style:solid;
		border-top: 1px gray;
		border-left: 1px gray;
		border-right:1px gray;
		border-bottom:1px gray;
		text-align:center;
		background-color:CaptionText;
}
	.footer
	{
		background-color:#dcdcdc;
		width:100%;
	 font-family:Arial;
	 font-size:small;
	 text-align:center;
		border-style:solid;
		border-top: 1px black;
		border-left: 1px black;
		border-right:1px black;
		border-bottom:1px black;
		
	}
	
	.footersag
	{
		float: right;
		background-color:#dcdcdc;
		width:100%;
	}
	
	A:link
{
	color:black;
	text-decoration:none;
	
}
A:hover
{

	color:Navy;
	 text-decoration: overline;
	
}

a
{
	color:black;
	text-decoration:none;
}
a:active 
{
	color:Blue;
	text-decoration:none;
}
a.mailto:link {color:Blue; text-decoration :none; background-color :Transparent}
a.mailto:visited {color:Blue; text-decoration :none; background-color :Transparent}
a.mailto:hover { text-decoration :underline; color:Red; background-color :Transparent} 
a.mailto:active { text-decoration :underline; color:Red; background-color :Transparent}	

a.ortalink:link{color:Blue;	text-decoration:none;background-color:transparent}
a.ortalink:visited {text-decoration:none;color:blue;background-color:transparent}
a.ortalink:hover   {text-decoration:underline;color:blue;background-color:transparent}
a.ortalink:active  {text-decoration:underline;color:blue;background-color:transparent}



