﻿/* CSS Document */
body {
	background: #ffffff url(resimler/body_bg.jpg) repeat-x top;
	font: 70%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #000000;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

#popitmenu  {
	position: absolute;
	background-color: #eee ;
	border:1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: gray;
}

#container {
	margin: auto;
	width: 940px;
	height: auto;
}

#header {
	background: url(resimler/bg.jpg) repeat-x #999;
	margin: 0px 0px 10px 0px;
	width: 940px;
	height: 115px;
	border-bottom: 3px solid #666;
}

#header_left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	width: 240px;
	height: 105px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

#header_right {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 690px;
	height: 115px;
}

#header_right_top {
	clear: both;
	float: right;
	background: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	height: 20px;
}

#header_right_top ul{
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#header_right_top ul li{
	display: inline;
	margin: 0; 
	padding: 0; 
	position: relative;
}

#header_right_top ul li a{
	background: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-left: 2px solid gray;
	color: #ffffff;
	font-size: 11px;
}

#header_right_top ul li a:hover{
	color: #999999;
}

#header_right_bottom {
	margin: 67px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 680px;
	height: 50px;
	text-align: right;
}

#header_right_bottom ul{
	margin: 0px 0px 0px 0px;
	padding: 25px 0 5px 0; 
	list-style: none; 
}

#header_right_bottom ul li{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_right_bottom ul li a{
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 5px 11px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-left: 2px solid #ddd;
}

#header_right_bottom ul li a:hover{
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 3px 11px;
	color: #fff;
	border-bottom: 2px solid blue;
	background: #999;
}

#content {
	clear:both;
	width: 940px;
	height: auto;
}

#content_left {
	float: left;
	width: 650px;
	height: auto;
}

#content_left_ust {
	width: 650px;
	height: 150px;
}

#content_left_alt {

	width: 650px;
	height: auto;
	color:#666;
}

#content_left_alt_left {
	float: left;
	background: #ffffff;
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	width: 300px;
	height: 140px;
}

#content_left_alt_right {
	float: right;
	background: #ffffff;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	width: 300px;
	height: 140px;
}

#content_left_reklam {
	margin: auto;
	margin-top: 10px;
	width: 650px;
	height: auto;
}

#content_right {
	float: right;
	width: 280px;
	height: auto;
}

#content_right_arama {
	width: 280px;
	height: 30px;
}

#content_right_orta {
	background: #999;
	width: 280px;
	height: auto;
}

#content_right_orta_ic {
	background: #ffffff;
	margin: auto;
	margin-top: 8px;
	padding: 0;
	width: 263px;
	height: auto;
	border-bottom: 10px solid #999;
}

#content_right_reklam {
	background: #999;
	width: 280px;
	height: auto;
}

#content_right_reklam_ic {
	background: #999;
	margin: auto;

	width: 263px;
	height: auto;
}

#footer {
	clear: both;
	background: url(resimler/footer_bg.jpg) repeat-x;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 940px;
	height: 81px;
	text-align: center;
	font-size: 10px;
	color: #999;
}

#footer ul{
}

#footer ul li{
	display: inline;
	padding: 0px 0px 0px 0px;
}

#footer ul li a{
	padding: 0px 10px 0px 10px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#footer ul li a:hover{
	color: #333;
}