/* Asagidakiler standart html biçimleridir */
/* metin editörlerinde  varsayilan body biçminin yaninda h1, h2, bordo, turuncu, stilleri tanitilabilir*/
* {
	font-size:12px;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	background-attachment: fixed;
	color: #333;
	background-position: top center;
	margin: 0px;
	padding:0px;
	font-family:tahoma;
	font-size:12px;
	letter-spacing:0px;
	text-align: center;
}
p {
	font-family:Tahoma;
	font-size:12px;
	text-align:left;
}
A {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-style:normal;
	font-stretch:normal;
	font-variant:normal;
	color:#333;
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: inherit;
	color: #DDD;
}
img {
	border:0px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:20px;
	font-size:12px;
}
li {
	background:url(images/icon/bullet.gif) top left no-repeat;
	margin:0px;
	padding-left:8px;
	font-size:12px;
}
li a {
	color:#333;
}
li a:hover {
	color: #F60;
}
br {
	font-size:10px
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#c91f03;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f42604;
}
h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#821605;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#C00;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#C00;
}
h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6f1000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family:Tahoma;
	font-size:11px;
}
blockquote {
	margin:15px;
}
/* Asagidakiler özel tanimli biçimlerdir */
.bordo {
	font-family:Tahoma;
	color:#990002;
	font-weight: bold;
}
.bord a {
	font-family:Tahoma;
	color:#990002;
	font-style:normal;
	font-stretch:normal;
}
.sari {
	font-family:Tahoma;
	font-size:11px;
	color:#FFCC00;
}
.byz {
	color:#FFFFFF;
	FONT-WEIGHT: normal;
}
.byz a {
	color:#FFFFFF;
}
.b {
	font-family:Tahoma;
	font-size:11px;
	color:#5E5E5E;
	list-style-position: outside;
}
.b a {
	font-family:Tahoma;
	font-size:11px;
	color:#5E5E5E;
}
.alt_menu {
	font-family:Tahoma;
	color:#442002;
	outline-color: #db9d31;
}
.alt_menu a {
	font-family:Tahoma;
	color:#442002;
	outline-color: #000;
}
.tablo2 {
	background-color: #ffc978;
	border:1px #FFF;
}
.tablo {
	background-color: #f90;
	border: 1px dotted #FFF;
}
.tablo:hover {
	background-color: #eaeaea;
	border: 1px;
}
/*/alanlar/*/

#input {
	width:160px;
	height:21px;
}
#input1 {
	width:134px;
	height:21px;
}
#textarea {
	width:102px;
	height:48px;
	border-width:1px;
	border-style:solid;
	border:none;
	background-color:#F0EAE3;
	overflow:auto;
}
#popupgovde {
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	width:600;
	border:none;
	background-color:#FFFFFF;
}
#yancizgili {
	background:url(images/icon/1.gif) top right repeat-y;
}
#banner {
	padding:0px;
	margin:0px;
	/* background:url(images/banneralt.png) center bottom no-repeat; 
	 width:1010px;
	height:400px; */
 }
#cizgi {
	background:url(images/icon/1.gif) center repeat-x;
	padding-bottom:2px;
	margin-top:2px;
	height:10px;
}
#ustmenu {
	background:url(images/menu.png) center bottom no-repeat;
	padding-bottom:0px;
	margin-top:0px;
	height:120px;
}
#menu {
	background:url(images/menualt.png) top right no-repeat;
	height:50px;
	width:888px;
}
#uyari {
	background:url(images/uyaribg.png) top left no-repeat;
	margin:2px;
	padding:1px 0 2 6;
}
#yukari {
	background:url(images/yukaribg.png) top right no-repeat;
	margin:2px;
	padding:5px 30 5 0;
	font-family:Arial;
	font-size:10px;
	text-align:right;
}
#navigasyon {
	background: #CCC;
	border:1px dotted;
	border-top-color: #666;
	margin:1px;
	padding:10px;
	font-family:tahoma;
	font-size:11px;
	text-align:center;
}
.ozet {
	background: #eee;
	border:1px dotted;
	border-top-color: #666;
	margin:3px;
	padding:10px;
	font-family:tahoma;
	font-size:11px;
	text-align:left;
	width:710px;
	min-height:100px;
}
.ozet_up {
	background: #fff;
	border:1px dotted;
	border-top-color: #666;
	margin:3px;
	padding:10px;
	font-family:tahoma;
	font-size:11px;
	text-align:left;
	width:710px;
	min-height:100px;
}

