@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: Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
ol,ul {list-style:none;}
#iskelet {
	width:878px;
	text-align:center;
	position:relative;
}
#baslik {
	width:878px;
	height:427px;
}
#sol {
	width:200px;
	text-align:left;
	display:block;
	float:left;
}
#sag {
	width:660px;
	text-align:left;
	display:block;
	float:right;
}
#icerik {
	width:868px;
	padding:5px 5px 10px 5px;
	text-align:left;
}

#footer {
	width:100%;
	height:50px;
	background-image: url(../images/footer_bg.jpg);
	bottom:0px;
	overflow:hidden;
	text-align:right;
}
/* Yazı Tipleri*/
.onikimavinormal {
	color:#333366;
	font-size:13px;
	font-weight:normal;
}
.onikimavibold {
	color:#333366;
	font-size:13px;
	font-weight:bold;
}
.onikigrinormal {
	color:#666666;
	font-size:12px;
	font-weight:normal;
}
.onikigribold {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.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;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
