﻿*	{
	margin:0;
	padding:0;
}

body	{
	border-top:solid 2px #4e4a4a;
	background: #fff url(../imajlar/arkaplan.jpg) repeat-x top center;
	text-align: center;
}

#ortalayici	{
	width:930px;
	height:auto;
	margin:0 auto;
	}

#header	{
		height: 116px;
		width: 930px;
		font: bold 12px Arial, Helvetica, sans-serif;
}

	#header #logo {
		background: url(../imajlar/logo.png) no-repeat;
		height: 82px;
		margin: 0px auto;
	}
	
	#header #hosgeldiniz	{
		float:left;
		text-align:center;
		color:#fff;
		
	}

	#header #aramaFormu {
		float:right;
		margin:10px;
		width: 210px;
		height: 39px;
		overflow: hidden;
		background: url(../imajlar/arkaForm.png) no-repeat;
	}
	
		#header #aramaFormu input {
			color:#b2c6d2;
			width: 148px;
			height: 21px;
			padding: 0;
			margin: 10px 0 0 8px;
			float: left;		
			border: none;
			background: #fff;
			font: normal 13px Verdana
		}
		
		#header #aramaFormu button {
			width: 40px;
			height: 29px;
			margin: 3px 7px 0 0;
			float: right;
			text-indent: -9999px;
			border: none;
			background: #fff url(../imajlar/arkaButon.png) no-repeat;
			cursor: pointer
		}
	
	#menu {
		text-align: center;
		margin-top:7px;
		_margin-top:9px;
		line-height: normal;
	}
	

	
		#menu ul	{
			list-style: none;
			margin: 0 3px;
			padding: 0px;
		}


		#menu ul li {
			float: left;
			margin: 0 3px;
		}
	
		
				#menu ul li a {
					background-color:#6fa2bb;
					color:#bdd5e0;
					display: block;
					text-decoration: none;
					padding: 0px 10px 0px 10px;
					line-height: 25px;
				}
				
				#menu ul li a:hover {
					background-color:#fff;
					color:#423c3c;
				}
				
				#menu ul .aktif a {
					background-color:#fff;
					color:#423c3c;
					display: block;
					text-decoration: none;
					padding: 0px 10px 0px 10px;
					line-height: 25px;
				}
				
				#menu ul .panel a {
					background:#fff url(../imajlar/ok.jpg) no-repeat center right;
					color:#035B7F;
					display: block;
					text-decoration: none;
					padding: 0px 25px 0px 10px;
					line-height: 25px;
				}
				#menu ul .panel a:hover  {
					background:#035B7F url(../imajlar/ok-hov.jpg) no-repeat center right;
					color:#fff;
					display: block;
					text-decoration: none;
					padding: 0px 25px 0px 10px;
					line-height: 25px;
				}
				
				#menu ul .panel2 a  {
					background:#035B7F url(../imajlar/ok-hov.jpg) no-repeat center right;
					color:#fff;
					display: block;
					text-decoration: none;
					padding: 0px 25px 0px 10px;
					line-height: 25px;
				}
				
				#menu ul .yukle a {
					background:#f29606 url(../imajlar/up.jpg) no-repeat center left;
					color:#fff;
					display: block;
					text-decoration: none;
					padding: 0px 10px 0px 25px;
					line-height: 25px;
				}
				
				#menu ul .yukle a:hover {
					background:#fff url(../imajlar/up-hov.jpg) no-repeat center left;
					color:#f29606;
					display: block;
					text-decoration: none;
					padding: 0px 10px 0px 25px;
					line-height: 25px;
				}
				
	#header #more {
		clear:both;
		width:900px;
		font-size:11px;
		font-weight:normal;
		margin-top:0px; 
		text-align: right;
		line-height: normal;
	}
			#header #more ul	{
				clear:both;
				background:#035B7F;
				list-style: none;
				float: right;
				margin: 0 3px;
				padding: 5px;
			}

				#header #more li {
					float: left;
					margin: 0 3px;
					white-space: nowrap;
				}
				
				#header #more a {
					border-right:solid 1px #fff;
					padding-right:10px;
					padding-left:5px;
					color:#fff;
					display: block;
					text-decoration: none;
				}
				
	#hosgeldiniz {
		clear:both;
		font-size:11px;
		color:#bcbcbc;
		font-weight:normal;
		margin-top:5px; 
		text-align: center;
		line-height: normal;
	}
	
