/* Bölümler
	1 - Genel Yapı
	2 - HTML Etiketleri
	3 - Sabit Değerler
	4 - Üst Kısım
		4.1 - İlk Üst Kısım
		4.2 - İkinci Üst Kısım
	5. İçerik Kısmı
	6. Alt Kısım
*/
/* ******************************************* */
/* 1 - Genel Yapı ******************************* */

body { 
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:%76;
	font-size:0.8em;
	color:#444444;
	text-align:center;
	background: url(site-resimleri/arkaplan.jpg) top left repeat-x;
}

#govde {
	width:980px;
	background-color:#ffffff;
	text-align:left;
	margin: 0 auto; 
}

/* 1 - Üst ************************** */

#ust {
	width:100%;
	height:234px;
	background: url(site-resimleri/ust.jpg) top left no-repeat;
	position:relative;
	margin-bottom:10px;
	clear:both;
}
.dil {
	position:absolute;
	top:0px;
	left:880px;
	width:47px;
	height:20px;
}
ul.menu {position:absolute;}
.ust {left:385px;top:20px;}
.alt{left:260px; top:207px;}
ul.menu li {float:left;}
ul.menu li a{
	display:block;
	padding-top:6px;
	padding-right:5px;
	padding-left:5px;
	margin-right:5px;
	height:21px;
	text-decoration:none;
	color:#ffffff;
}
ul.menu li a:hover{
	background:url(site-resimleri/menu-arka.gif) top left repeat-x;
	text-decoration:none;
	color:#ffffff;
}
.degisen {
	position:absolute;
	left:225px;
	top:47px;
	height:159px;
	width:530px;
	
}

/* 3 - Sol ************************** */
#sol {float:left; width:200px;margin-left:15px;}
.solbaslik {
	background:url(site-resimleri/solbaslik.jpg) no-repeat;
	color:#d35906;
	font-weight:bold;
	padding-top:13px;
	padding-left:30px;
	width:170px;
	height:33px;
}
ul.yan{width:200px;margin-bottom:20px;}
ul.yan li a{
	width:170px;
	height:23px;
	display:block;
	text-decoration:none;
	padding-top:11px;
	padding-left:30px;
	color:#36444e;
	background:url(site-resimleri/yan-arka.jpg) top left repeat-x;
}
ul.yan li a:hover{
	background:url(site-resimleri/yan-arka.jpg) top left repeat-x;
	text-decoration:underline;
}
/* 4 - Orta ************************** */
#orta {float:left; width:530px;margin:0px 10px;}
.ortakutu {
	clear:both;
	padding-bottom:15px;
	background:url(site-resimleri/orta-alt-genis.jpg) bottom center no-repeat;
	margin-bottom:10px;
}
.ortakutu p{
	padding:10px;
	line-height:1.6em;
}
.ortakutu ul {
	line-height:1.6em;
	margin-left:30px;
	list-style-type:disc;
} 
.ortabaslik {
	background:url(site-resimleri/orta-arka-genis.jpg) no-repeat;
	color:#36444e;
	font-weight:bold;
	font-size:1.2em;
	padding-top:13px;
	padding-left:40px;
	width:490px;
	height:30px;
}
.ortakucuk {
	width:250px;
	float:left;
	padding-bottom:15px;
	background:url(site-resimleri/ortakucuk-alt.jpg) bottom center no-repeat;
}
.o2 { margin-left:30px; }
.ortakucukbaslik {
	background:url(site-resimleri/ortakucuk-baslik.jpg) no-repeat;
	color:#36444e;
	font-weight:bold;
	font-size:1.2em;
	padding-top:13px;
	padding-left:40px;
	width:250px;
	height:39px;
}
.ortakutu table {width:100%;margin:5px 0px; line-height:1.4em;}
.ortakutu table.proje {}
.ortakutu th { background-color:#eeeeee; }
.ortakutu th, td {padding:5px 5px; border:1px solid #dddddd;}
.ortakutu tbody td a:hover {color:#d35906;}
.ortakutu th.no {text-align:center;width:20px; }
.ortakutu th.isveren {width:190px;}
.ortakutu th.isinadi {width:190px;}
.ortakutu th.isinyeri {width:130px;}
.resimler {clear:both; float:left;}
.resim_kutu { padding:3px; border:1px solid #dddddd; float:left; margin:5px; }
.haberbaslik {
	background:url(site-resimleri/icon_ok.png) no-repeat;
	padding:0px 15px;
	font-size:1.3em;
	font-weight:bold;
}

/* 5 - Sag ************************** */
#sag {float:left; width:200px;}
.sagkutu {
	background:url(site-resimleri/yankutu-arka.jpg) bottom repeat-x;
	margin-bottom:20px;
	text-align:right;
	padding-bottom:10px;
}
.sagbaslik {
	text-align:right;
	background:url(site-resimleri/sagbaslik.jpg) no-repeat;
	color:#d35906;
	font-weight:bold;
	padding-top:13px;
	padding-right:30px;
	width:170px;
	height:33px;
}
.sagkutu p {
	padding:5px;
	line-height:1.4em;
}

.referans {
	text-align:center;
	line-height:1.4em;
	font-size:1.2em;
	margin-bottom:5px;
	padding:5px;
	font-weight:normal;
}


/* 6 - Alt ************************** */
#altgovde {
	width:980px;
	height:23px;
	clear: both;
}
#alt {
	clear: both;
	width:980px;
	height:23px;
	padding-top:20px;
	font-size:0.9em;
	background:url(site-resimleri/altarka.gif) no-repeat;
}
#alt a{
	text-decoration:none;
	color:#484c4f;
	font-weight:bold;
}
#alt a:hover {
	text-decoration:underline;
}
.alt1 {float:left;}
.alt2{float:left; margin-left:300px;}
.alt3{float:right;}


/* 2 - HTML Etiketleri ************************** */
h1 {
	font-size:1.4em;
	margin-bottom:5px;
	padding:5px;
	font-weight:normal;
}
h2 {
	font-size:1.1em;
	color:#017878;
	font-weight:bold;

}

a{
	text-decoration:none;
	color:#2f798c;
}

a:hover{
	text-decoration:underline;
	color:#aaaaaa;
} 


/* 8 - Dier Seiciler *************************** */

.clear { clear:both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
 
.clearfix {display: block;}
/* End hide from IE-mac */