* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
    background-image: url(../images/bg.jpg);
    background-color: #7c8089;
    background-repeat:repeat-x;
}

#box
{
	margin: auto;
	margin-top:25px;
	width:982px;
}

#box-top-left
{
	float:left;
	width:4px;
	height:4px;
	background-image: url('../images/box_top_left.png');
}
#box-top
{
	float:left;
	width:982px;
	height:4px;
	background-image: url('../images/box_top.png');
	background-repeat: repeat-x;
}
#box-top-right
{
	float:right;
	width:4px;
	height:4px;
	background-image: url('../images/box_top_right.png');

}

#box-middle
{
	background-color: white;
	float:left;
	width:982px;
	background-image: url('../images/middle_bg.png');
}

#box-bottom-left
{
	float:left;
	width:4px;
	height:4px;
	background-image: url('../images/box_bottom_left.png');

}
#box-bottom
{
	float:left;
	width:974px;
	height:4px;
	background-image: url('../images/box_bottom.png');
	background-repeat: repeat-x;

}
#box-bottom-sub
{
	float:left;
	width:994px;
	height:4px;
	background-image: url('../images/box_bottom.png');
	background-repeat: repeat-x;
	margin-left:4px;

}#box-bottom-right
{
	float:right;
	width:4px;
	height:4px;
	background-image: url('../images/box_bottom_right.png');

}

#mavihat
{
	float:right;
	width:131px;
	height:58px;
	margin-top: 0px;
	cursor: pointer;	
}

#blueline
{
	float:right;
	width:84px;
	height:21px;
	margin-top: 20px;
	cursor: pointer;
	
}

#mainpage
{
	float:right;
	width:84px;
	height:21px;
	margin-top: 20px;
	cursor: pointer;
	

}

#mainpage1 {
	float:right;
	width:74px;
	height:21px;
	margin-top: 20px;
	cursor: pointer;
	

}


#news 
{
	float:left;
	background-color: #d8d8d8;
	height:28px;
	width:948px;
}
#newsleft 
{
	float:left;
	width:3px;
	height:28px;
	background-image: url('../images/news_left.png');
	background-repeat: no-repeat;
}
#newsright
{
	float:left;
	width:3px;
	height:28px;
	background-image: url('../images/news_right.png');
	background-repeat: no-repeat;
}

#KVKK {
  float: right;
  width: 81px;
  height: 21px;
  margin-top: 24px;
  cursor: pointer;
  color: #2ea6d4;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background-image: url('../images/kvkk.png');
}

#left2
{
	float:left;
	height:28px;
	margin-left:10px;
	color:#272252;
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 6px;

}
#right
{
	float:left;
	margin-left:-1px;
	margin-top:1px;
	width:126px;
	height:25px;
	cursor: pointer;

}

#footer
{
	background-color: white;
	height:30px;
	color:#a0a0a0;
	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
	padding-top:5px;
	position: relative;
}

#footer2
{
	height:30px;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
	padding-top:5px;
	position: relative;
}

.mLink
{
	color:#272252;
	font-family:tahoma;
	font-size:16px;
	text-decoration:none;
	line-height:26px;
}

.mLink:hover
{
	color:#7873a9;
}

.mpLink
{
	color:#272252;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
}

.mpLink:hover
{
	color:#7873a9;
}

.content
{	
	//padding-left: 18px;
	float:left;
	width:565px;
	margin-left:7px;
	height:324px;
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-y;
	background-position: left center;
	
}


.subLeft ul
	{
		list-style: none;
		padding: 0;
		margin: 0;

	}
.subLeft ul li
	{

		text-align: left;
		vertical-align: middle;
		background-repeat: no-repeat;

	}

.subLeft ul li a
	{
	color:#272252;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	line-height:20px;	
	}
.subLeft ul li a:hover
	{
color:#7873a9;
	}
	
#print {
	float:right;
	width:71px;
	height:21px;
	margin-top: 20px;
	cursor: pointer;
	

}

#search {
	margin-top:25px;	
	float:right;
	width:100px;
	height:33px;
}
#searchBtn {
	margin-top: 10px;
	float:right;
	width:40px;
	height:33px;
	cursor: pointer;
	

}
.search-result-item
{
	margin-top:20px;
}

#breadcrumb 
{
    padding-left: 5px; 
    padding-bottom: 20px;
}
#breadcrumb .breadcrumb-seperator
{
    font-size: 14px;
    
}
#breadcrumb a
{
    font-size: 12px;
    font-family: verdana;
}
#breadcrumb .breadcrumb-selected-item
{
    color: #EDB855;
    
}

#subMenu ul
{
display:none;
}

#defaultContentArea ul
{
	padding-left: 40px;
}
#defaultContentArea ol
{
	padding-left: 40px;
}
