@charset "utf-8";
@import url(html.css);

* {
	font-family: arial, tahoma, sans-serif;
}
body {
	margin:0px;
	padding:0px;
	color:#333333;
	background-color:#F0F0F0;
	font-size:9pt;
}

.error_text {
	color:#FF0000;
	font-weight:bold;
}

#main-menu {
	background:url(../pics/web/menu-arkaplan2.gif) left top repeat-x;
	font-family: arial;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}
#main-menu a {
	color:#FFFFFF;
	padding:5px 2px;
}
#main-menu a:hover {
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
}
ul.sub-menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.sub-menu li {
	float:none;
	width: auto;
	background: url("../pics/web/liste_ok.gif") left 10px no-repeat;
	padding:5px 0px 5px 10px;
	border-bottom:1px solid #cccccc;
	line-height: 12pt;
}
#sayfa-ustu {
	margin-bottom:10px;
}
#sayfa-alti {
	margin-top:10px;
	padding-top:10px;
	background:url(../pics/web/yatay-cizgi.gif) left top repeat-x;
}
#sayfa-icerik-sol {
	width:180px;
	background:url(../pics/web/dikey-cizgi.gif) right top repeat-y;
}
#sayfa-icerik-sag {
	width:180px;
	background:url(../pics/web/dikey-cizgi.gif) left top repeat-y;
}
#sayfa-icerik-orta {
}
.panel {
	margin:10px 10px;
	text-align:justify;
}
.panel:first-child {
	margin-top:0px;
}
.panel h1 {
	color:#002e87;
	margin:0px -5px;
	margin-bottom:10px;
	padding-bottom:3px;
	background:url(../pics/web/yatay-cizgi.gif) left bottom repeat-x;
	font-size:10pt;
}