@charset "utf-8";
body  {
	font: 100% Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#735c34 url(../images/bckg_brs.jpg) no-repeat center fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#menu{
	background: url(../images/but_bckg_01.jpg);
	width:100%;
	height:40px;
	float:left;
	margin-top:0px;
}
#pencere{
	background:#FFFFFF; 
	border: 1px solid #CCCCCC;
}
#logo{
	width:960px;
	height:120px;
	float:left;
	padding: 0px 0px 0px 0px;
}
#flash1{
	width:960px;
	float:right;
	margin-right:0px;
	margin-top:0px;
}
#index_alt {
	background:#FFFFFF;
	border-top:#726434 solid 1px;
	height:30px;
	padding-top:7px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	width:950px;
	float:left;
}
.brs #container { 
	width: 960px; 
	margin: 0 auto; 
	text-align: left;
} 
.brs #header {
	padding: 0;
} 
.brs #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.brs #sidebar1 {
	width: 200px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:20px;
	float:left;
}
.brs #mainContent1 {
	float:left;
	width:960px;
	background: #FFFFFF url(../images/bckg_mainc.jpg) repeat-x top;
}
.brs #mainContent {
	padding-top:20px;
	float:left;
	width:510px;
	margin-left:12px;
	margin-bottom:10px;
}
.brs #mainContent2 {
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	width:100%px;
}
.brs #mainContent .cerceve{
	background:#FFFFFF; 
	border: 1px solid #D7CC9E;
}
.brs #mainContent .cerceve2{
	background:#FFFFFF;
	height:100%;
	border: 1px solid #D7CC9E;
}
.brs #mainContent .baslik{
	background-color: #D7CC9E;
	width:488px;
	height:25px;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	padding-left:20px;
	padding-top:8px;
}

.brs #mainContent .icerik{
	background-color: #FFFFFF;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.brs #mainContent .icerik2{
	background-color: #FFFFFF;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.brs #sidebar2 {
	width: 200px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:2px;
	padding-top:20px;
	float:right;
}
.brs #sidebar2 .box{
	background-color: #F5F5F5;
	border:1px solid #D7CC9E;
	width: 180px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	float:center;
	margin-top:5px;
}
.brs #footer {
	height:70px;
	padding-top:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	background: url(../images/bckg_footer.jpg) repeat-x;
	width:950px;
}
.brs #mdylogo {
	height:10px;
	float:left;
	width:960px;
}
.brs #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* ************************************************************** */
/* ************************** MENU CSS ************************** */
/* ************************************************************** */

.mlddm
{	margin: 0;
	padding: 0}
	

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		width:137px;
		font-size:12px;
		font-weight:bold;
		background:url(../images/but_bckg_01.jpg) repeat-x;
		height:40px;
		}

	.mlddm li a
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #FFF;
		padding: 11px 5px;
		margin: 0;
		width: auto;
		text-decoration: none;
		background:url(../images/but_bckg_01.jpg) repeat-x;
	}

	.mlddm li a:hover
	{	
		color: #FFF;
		background:url(../images/but_bckg_02.jpg) repeat-x;
	}
	
	.mlddm li:hover
	{	
		color: #FFF;
		background:url(../images/but_bckg_02.jpg) repeat-x;
	}

		.mlddm ul
		{	z-index: 100;
			margin: 2px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #F4D849;
			color:#333;
			border:solid 1px #735F00;
		}
		
		.mlddm ul li
		{	float: none;
		}

		.mlddm ul li a
		{	width: auto;
			padding: 9px 15px;
			text-align: left;
			background: transparent ;
			color:#414141;
			font-weight:normal;
			padding-left:30px;
			padding-right:30px;
		}

		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 9px 15px;
			border-width: 1px 0px;
			padding-left:30px;
			padding-right:30px;
		}
		
		.mlddm li ul li
		{	
			background:transparent;
		}

		.mlddm .hsub
		{	}

		.mlddm .hsub:hover
		{	}

/* ************************************************************** */
/* ************************** IMAGES **************************** */
/* ************************************************************** */

div.img
  {
  margin:2px;
  border:1px solid #dfdfdf;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  margin-right: 6px;
  margin-left:2px;
  }
div.img img
  {
  display:inline;
  margin:5px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid  #990000;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
.ziyaretciadi{
	font-family: Tahoma, Verdana;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	width:470px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	float:left;
	background: url(../indentbg.gif) repeat-x;
	margin-top:10px;
	margin-bottom:3px;
	
	}
.ziyaretciaciklama{
	font-size:12px;
	width:100%;
	float:left;
	display:block;
	margin-bottom:10px;
	}