/* CSS Document */

body{
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:14px;
	color:#000;
	text-align:left;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	}
p{
	font-family:tahoma;
	font-size:14px;
	color:#000;
	}
#sayfa{
	width:800px;
	height:1000px;
	background-color:#fff;
	}
#ust{
	width:800px;
	height:150px;
	}
#ust_sol{
	width:200px;
	height:125px;
	float:left;
	background-image:url(images/ust_logo.bmp);
	background-repeat:no-repeat;
	}
#ust_sag{
	width:590px;
	height:125px;
	float:right;
	background-color:#fff;
	}
#ust_menu{
	width:800px;
	height:110px;
	}
#orta{
	width:800px;
	height:275px;
	background-color:#fff;
	}
#orta_sol{
	width:200px;
	height:275px;
	float:left;
	background-image:url(images/orta_sol.bmp);
	background-repeat:no-repeat;
	}
#orta_sag{
	width:700px;
	height:275px;
	float:right;
	background-image:url(images/orta_sag.gif);
	background-repeat:no-repeat;
	}
#icerik{
	width:800px;
	background-color:#fff;
	}
#icerik_sol{
	width:250px;
	float:left;
	background-color:#fff;
	}
#icerik_sag{
	width:600px;
	float:right;
	background-image:url(images/icerik_sag_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	background-color:#fff;
	}
#icerik_sag_alt{
	width:650px;
	float:right;
	background-image:url(images/icerik_sag_bg2.jpg);
	background-repeat:no-repeat;
	text-align:left;
	background-color:#fff;
	}
#icerik_sag_icerik{
	width:600px;
	text-align:left;
	margin-top:5px;
	}
#alt{
	width:800px;
	height:100px;
	float:left;
	background-image:url(images/alt.bmp);
	background-repeat:no-repeat;
	background-color:#fff;
	}
#biliyormu_bg{
	background-image:url(images/biliyormu_05.gif);
	width:500px;
	height:316px;
	}

/* Yazı Stilleri */
.ust_menu_yazisi{
	font-family:tahoma;
	font-size:17px;
	color:#335c7f;
	}
.icerik_sag_yazisi{
	font-family:tahoma;
	font-size:14px;
	color:#000;
	text-align:left;
	}
.icerik_sag_baslik_yazisi{
	font-family:tahoma;
	font-size:25px;
	color:#335c7f;
	text-align:left;
	}
.icerik_sag_altcizgi__yazisi{
	font-family:tahoma;
	font-size:14px;
	color:#000;
	text-align:left;
	text-decoration:underline;
	}
.beyaz_yazisi{
	font-family:tahoma;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-decoration:underline;
	}
.icerik_sag_kirmizi__yazisi{
	font-family:tahoma;
	font-size:14px;
	color:#a60000;
	text-align:left;
	}
.icerik_sag_baslik_kirmizisi_yazisi{
	font-family:tahoma;
	font-size:25px;
	color:#a60000;
	text-align:left;
	}
.alt_yazisi{
	font-family:tahoma;
	font-size:10px;
	color:#000;
	text-align:center;
	}
.kucuk_yazisi{
	font-family:tahoma;
	font-size:10px;
	color:#000;
	}
.kirmizi_yazisi{
	font-family:tahoma;
	font-size:10px;
	color:#a60000;
	}
.icerik_beyaz_yazisi{
	font-family:tahoma;
	font-size:14px;
	color:#fff;
	text-align:left;
	}
	
/* Link Stilleri */
a:link{
	text-decoration:none;
	color:#000;
	}
a:visited{
	text-decoration:none;
	color:#000;
	}
a:hover{
	text-decoration:none;
	color:#335c7f;
	}
a:active{
	text-decoration:none;
	color:#000;
	}
	
#ust_menu a:link{
	text-decoration:none;
	color:#335c7f;
	}
#ust_menu a:visited{
	text-decoration:none;
	color:#335c7f;
	}
#ust_menu a:hover{
	text-decoration:none;
	color:#000;
	}
#ust_menu a:active{
	text-decoration:none;
	color:#335c7f;
	}
	
.icerik_sag_kirmizi__yazisi a:link{
	text-decoration:none;
	color:#a60000;
	}
.icerik_sag_kirmizi__yazisi a:visited{
	text-decoration:none;
	color:#a60000;
	}
.icerik_sag_kirmizi__yazisi a:hover{
	text-decoration:none;
	color:#335c7f;
	}
.icerik_sag_kirmizi__yazisi a:active{
	text-decoration:none;
	color:#a60000;
	}
	
/* Form Elemanları */
.form_elemani{
	border:#ccc 1px solid;
	font-family:tahoma;
	font-size:12px;
	color:#000;
	background-color:#fff;
	font-weight:bold;
	}