﻿@charset "utf-8";
/* CSS Document */
/* global text and image classes */
* {
	padding:0;
	margin:0;
}
/* 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
*/

/* Temel Yapılar*/
body {
	margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
ol,ul {list-style:none;}
#iskelet {
	width:800px;
	text-align:center;
	position:relative;
}
#baslik {
	width:800px;
	height:153px;
}
#sol {
	width:175px;
	text-align:left;
	display:block;
	float:left;
}
#sag {
	background-image: url(../images/sag_bg.gif);
	background-repeat:no-repeat;
	width:613px;
	min-height:380px;
	text-align:left;
	display:block;
	float:right;
	padding:5px 5px 5px 5px;
}
#sag2 {
	background-image: url(../images/sag_bg.gif);
	background-repeat:no-repeat;
	width:623px;
	min-height:390px;
	text-align:left;
	display:block;
	float:right;
}
#alt {
	background: #262727 url(../images/alt_bg.gif) no-repeat;
	width:785px;
	min-height:211px;
	text-align:left;
	display:inline-block;
	padding:0 5px 0 10px;
}
#rf {
	background: #262727 url(../images/alt_bg.gif) no-repeat;
	width:785px;
	min-height:211px;
	text-align:left;
	display:inline-block;
	padding:0 5px 0 10px;
	}
#icerik {
	width:800px;
	text-align:left;
}

#footer {
	width:785px;
	height:35px;
	padding:10px 10px 5px 5px;
	background-image: url(../images/footer.jpg);
	bottom:0px;
	overflow:hidden;
	text-align:right;
}
/* Yazı Tipleri*/

.onikibeyaznormal {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
.ondortmavibold {
	color:#333366;
	font-size:14px;
	font-weight:bold;
}
.ondortgribold {
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.ondortbeyazbold {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.onaltimavibold {
	color:#333366;
	font-size:16px;
	font-weight:bold;
}
.onaltigribold {
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

/* İmaj Özellikleri*/
.cercevesizimaj{
margin:3px;
border:none;
}
.cerceveliimaj{
margin:3px;
border:1px solid #006699;
}

/* Hizalama Özellikleri*/
.solafloat{
float:left;
}
.sagafloat{
float:right;
}

/* Boyut Özellikleri*/
.en300{
width:300px;
}
.en420{
width:420px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
table {
	border-collapse: collapse;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #666666;
}
tr.row-b {
	background: #333333;		
}
/* end - table */

