/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.png) #000;
	font:normal 12px "Trebuchet MS";
	overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}

/*-----------------------------Div Bölümü---------------------------------------------*/
#divPage{
	position:relative;
	margin:0px auto 0px auto;
	width:960px;
	color:#fff;
}
#banner{
	width:960px;
}
.menu{
	height:35px;
	width:97%;
}
/*-----------------------------Haber Bölümü---------------------------------------------*/
#haber{
	position:relative;
	display:block;
	padding:10px 0px 0 15px;
	font: 11px "Trebuchet MS";
	text-align:left;
	left: 0px;
	top: 200px;
	color:#fff;
}
#haber ul{
	display:block;
	width:255px;
	background:url(../images/haber_bg.gif) repeat-y;
	list-style:none;
	margin:-5px 0 0 0;
	padding:15px 0 12px 15px;
	text-align:justify;
}
#haber ul li{
	list-style-image:url(../images/arrow.gif);
	background:url(../images/dotted.gif) repeat-x bottom;
	margin:0 20px 8px 20px;
	padding:3px 0 10px 0;
}

/*-----------------------------Site içi UL -------------------------------------------------*/
#maddeler{
	position:relative;
	display:block;
	font:bold 13px "Trebuchet MS";
	text-align:left;
	color:#fff;
}
#maddeler ul{
	list-style:none;
	text-align:justify;
	margin-bottom:-9px;
}
#maddeler ul li{
	list-style-image:url(../images/arrow2.gif);
}


/*-----------------------------Site Elementleri Bölümü---------------------------------------------*/
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
td{
	color:#000;
	text-align:left;
	vertical-align:top;
}
th{
	text-align:center;
	vertical-align:bottom;
	padding-right:40px;
}
.img{
	float:left;
	padding-left:4px;
}
.img2{
	float:right;
	padding-left:4px;
}
.imgBorder{
	border:1px solid #ccc;
	margin:5px;
}
p{
	font: normal 12px "Trebuchet MS";
	color:#000;
	text-decoration:none;
	text-align:justify;
	padding:0px 29px 0 14px;
	margin:5px 0 0px 0;
}
.copyright{
	font: normal 11px "Trebuchet MS";
	margin:5px;
	text-align:center;
}
textarea {
	color: #000;
	font: normal 11px "Trebuchet MS";
	width:250px;
	height:75px;
	border-top: 1px solid #D27C7C;	
	border-left: 10px solid #D27C7C;
	border-bottom: 1px solid #D27C7C;
	border-right: 1px solid #D27C7C;
	text-indent:5px;
}
.input {
	color: #000;
	font: normal 11px "Trebuchet MS";
	width:250px;
	height:18px;
	border-top: 1px solid #D27C7C;	
	border-left: 10px solid #D27C7C;
	border-bottom: 1px solid #D27C7C;
	border-right: 1px solid #D27C7C;
	text-indent:5px;
}
select {
	background:#efefef;
	color: #000;
	font: normal 11px "Trebuchet MS";
	width:250px;
	height:18px;
	border-top: 1px solid #D27C7C;	
	border-left: 10px solid #D27C7C;
	border-bottom: 1px solid #D27C7C;
	border-right: 1px solid #D27C7C;
	text-indent:5px;
}

/*-----------------------------Table Bölümü---------------------------------------------*/
.table{
	/*background:#fff;*/
	margin-top:-4px;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
.table3{
	width:350px;
	border-bottom:1px dotted #d8d8d8;
}
.table2{
	background:#fff;	
	width:98%;
	margin:3px;
	padding:3px;
	border:1px solid #d8d8d8;
}

/*-----------------------------Site içi Metinler için CSS---------------------------------------------*/
.siyah{
	color:#000;
	padding:2px 15px 0 15px;
	font: normal 11px "Verdana";
	text-decoration:none;
}
.siyahKucuk{
	background:#efefef;
	color:#000;
	font: bold 10px "Verdana";
}
.siyahKalin{
	color:#000;
	font: bold 11px "Verdana";
}
.beyaz{
	color:#fff;
	font: bold 10px "Verdana";
}

