@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;
	font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
	background-color: #ededed;
}
#iskelet {
	background-image:url(../images/ibg.png);
	background-repeat: repeat-y;
	width:900px;
	text-align:center;
	position:relative;
	background-color: #EDEDED;
}
#baslik {
 width::900px;
	padding:0 5px 0 0;
}
#sol {
	width:200px;
	text-align:left;
	float:left;
	padding:5px 0 5px 10px;
}
#sag {
	width:660px;
	text-align:left;
	float:right;
	padding:5px 5px 5px 15px;
}
#icerik {
	width:900px;
	padding-top:2px;
	text-align:left;
}
#footer {
	width:900px;
	height:40px;
}
.uvideo{
	width:150px;
	float:left;
	height:150px;
	margin:5px;
	border:2px dotted #EE46DD;
}
.uvideo img{
	height:95px;
	width:120px;
}

.rgaleri{
	width:165px;
	float:left;
	height:160px;
	margin:5px;
	border:2px dotted #EE46DD;
}
.rgaleri img{
	height:120px;
	width:150px;
}
.arkaplanlisagkutu {
	width:235px;
	overflow:hidden;
}
.arkaplanlisagkutu .icerik {
	background-image:url(../images/kutu_back.png);
	background-repeat: repeat-y;
	padding:15px;
}
.sagkutu {
	padding:5px;
}
/* Navigasyon*/

.onikimavinormal {
	color:#333366;
	font-size:12px;
	font-weight:normal;
}
.onikimavibold {
	color:#333366;
	font-size:12px;
	font-weight:bold;
}
.ondortmavinormal {
	color:#333366;
	font-size:14px;
	font-weight:normal;
}
.onaltimavinormal {
	color:#333366;
	font-size:16px;
	font-weight:normal;
}
.onaltimavibold {
	color:#333366;
	font-size:16px;
	font-weight:bold;
}
.ondortmavibold {
	color:#333366;
	font-size:14px;
	font-weight:bold;
}
.ondortgrinormal {
	color:#333333;
	font-size:14px;
	font-weight:normal;
}

.ondortgribold {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

.onikigrinormal {
	color:#333333;
	font-size:12px;
	font-weight:normal;
}
.onikigribold {
	color:#333333;
	font-size:12px;
	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: 4px 0;
	padding: 0;
	width: 199px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu a.menuitem {
	background: black url(../gm/glossyback.gif) repeat-x bottom left;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 4px 22px;
	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(../gm/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 #FF0000;
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 10px "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;
}

