/* CMS Turk Standart Stil Osman Ungur*/
body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* sol kolonun ozellikleri */
.yankolon {
	width: 175px;
	min-height: 300px;
	float: left;
	padding: 0px;
}
/* sol kolondaki linklerin ozellikleri */
.yankolon a:link, .yankolon a:visited {
	width: 165px;
	border-bottom: 1px solid #E3E6E8;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.yankolon a:hover {
	width: 165px;
	border-bottom: 1px solid #E3E6E8;
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #F5F5F5;
	font-weight: bold;
}
/* icerigin bulundugu bolumun ozellikleri */
.icerik {
	width: 591px;
	min-height: 290px;
	padding: 5px;
	float: left;
	margin-left: 20px;
} 
/* sayfa ust bolumu ozellikleri */
.baslik {
	height: 80px;
	font-size: 36px;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	background-image: url(ust.gif);
	background-repeat: no-repeat;
}
/* sayfa ortaliyoruz ve genisligini belirtiyoruz */
.sayfa {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* sayfanin en altindaki yazinin ozellikleri */
.alt {
	clear: both;
	float: none;
	text-align: center;
	padding: 3px;
}
/* icerik basligi ozellikleri */
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E6E8;
	margin-top: 0px;
	color: #666666;
}
/* sayfadaki normal linklerin ozellikleri */
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}
/* liste elementlerindeki bosluklari ve noktalari kaldiriyoruz */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.code {
	display: block;
	width: auto;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #F5F5F5;
	padding: 10px;
}