﻿/* Tüm element'lerin sahip olacağı genel özellikler */

*
{	margin: 0;
	padding: 0;
}
	
html
{
}

body
{
	margin: 0;
	padding: 0;
	color: #272727;
	text-align: center;
	background: #002468 repeat-x;
	font: normal 11px verdana, arial, geneva, helvetica, sans-serif;
}

#ilkgiris
{
	margin: 0;
	padding: 25px;
	text-align: center;
	background: #FFF repeat-x;
	width: 640px;
	margin: 0px auto;
	border: 1px #CCC solid;
	margin-top: 45px;
}

a:link, a:visited
{
	color: #464E85;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: none;
}

#container
{
	background: #DDDDDD;
	width: 760px;
	margin: 0 auto;
	padding: 0 1px;
}

#cizgi
{
	height: 20px;
	width: 100%;
	background: #F5F5F5;
}

#content
{
	background: #fff;
	text-align: left;
	display: inline-block;
}

#content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav
{
	float: left;
	background: #fff url(../resimler/bg_nav.gif) 8px 0 no-repeat;
	width: 250px;
	margin: 25px 0 0 0;
	padding: 0 0 200px 0;
	text-align: left;
}

#nav ul#dil span, #directory
{
	position: absolute;
	left: -9999px;
}
#nav ul#dil
{
	list-style-type: none;
	padding: 24px 12px 20px 28px;
}
#nav ul#dil li
{
	float: left;
}
#nav ul#dil li.turkce
{
	margin-right: 12px;
}
#nav ul#dil li.turkce, #nav ul#dil li.turkce a
{
	width: 84px;
	height: 22px;
}
#nav ul#dil li.english, #nav ul#dil li.english a
{
	width: 91px;
	height: 22px;
}
#nav ul#dil li a
{
	display: block;
}
#nav ul#dil li.turkce a
{
	background: url(../resimler/turkce.gif);
}
#nav ul#dil li.english a
{
	background: url(../resimler/english.gif);
}
#nav ul#dil li.turkce a:hover, #nav ul#dil li.turkce a.secili
{
	background-position:  -84px 0;
}
#nav ul#dil li.english a:hover, #nav ul#dil li.english a.secili
{
	background-position:  -91px 0;
}
	
#nav ul#menu
{
	margin: 24px 12px 16px 20px;
	border-top: solid 1px #ededed;
	text-align: left;
	list-style-type: none;
	clear: both;
}
#nav ul#menu a
{
	padding: 9px 10px 9px 43px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #ededed;
	background: #fff url(../resimler/nav.gif) 20px 50% no-repeat;
	color: #424343;
	width: 151px;
}
#nav ul#menu a.aktif
{
	background-color: #f5f5f5;
}
#nav ul#menu li.tanim
{
	padding: 4px 10px 4px 19px;
	background: #FAFAFA;
	color: #999;
	width: 175px;
}
#nav ul#menu li.kapali
{
	display: none;
}
#nav ul#menu a.altnav
{
        color: #424343;
        font-weight: normal;
        font-size: 10px;
        text-decoration: none;
        background: #fff url(../resimler/nav2.gif) no-repeat 20px 50%;
        display: block;
        padding: 4px 10px 4px 43px;
        width: 151px;
        border-bottom: 1px solid #ededed;
}
#nav ul#menu a.altnav.aktif
{
	background-color: #f5f5f5;
}
#nav ul#menu li a.altnav:hover
{
	background: #f5f5f5 url(../resimler/nav2.gif) no-repeat 20px 50%;
}
#nav ul#menu li a:hover
{
 	background: #f5f5f5 url(../resimler/nav.gif) 20px 50% no-repeat;
}

#icnav ul
{
 	text-align: left;
	list-style-type: none;
}
#icnav a
{
 	color: #000;
        font-weight: normal;
        font-size: 10px;
        text-decoration: none;
        background: #fff url(../resimler/nav2.gif) no-repeat 20px 50%;
        display: block;
        margin: 0px;
        padding: 0px 10px 4px 34px;
}
.bold
{
 	font-weight: bold;
 	padding-right: 10px;
}

#kgirisi
{
	margin-left: 30px;
	width: 185px;
}
.formdescr
{
	font-weight: bold;
	font-size: 10px;
	color: #767676;
	text-align: center;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
.formname
{
	font-weight: bold;
	font-size: 9px;
	color: #464E85;
	text-align: left;
	margin: 0px;
	padding: 4px 4px 4px 0px;
}
#inputform
{
	background-color: white;
	padding-left: 4px;
}
#inputform input, textarea
{
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	border: 1px solid;
	border-color: #DDD;
	padding: 2px;
	width: 170px;
}
.button2
{
	margin-top: 10px;
	color: #DDD;
}

#main
{
	width: 490px;
	float: left;
	padding: 45px 0 40px 0px;
	line-height: 170%;
}
	
#logo
{
	margin: 0px 0 0 21px;
	width: 200px;
	height: 100px;
}

h1
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000C64;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 12px;
}
	
	
h2
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	margin-top: 6px;
}

h3
{
	display: block;
	margin: 12px 0 15px 0;
}

h2 span, h3 span
{
	display: none;
}
	
h4
{
	color: #009dea;
	font: bold 11px verdana, arial, geneva, helvetica, sans-serif;
	padding: 10px 1px 2px 1px;
	line-height: 170%;
}
	
h5
{
	color: #424343;
	font: bold 11px verdana, arial, geneva, helvetica, sans-serif;
	padding: 10px 1px 2px 1px;
	line-height: 170%;
}
	
p
{
	padding: 0 1px 12px 1px;
}

#footer
{
	background: #f5f5f5;
	border-top: solid 1px #ededed;
	margin: 0;
	padding: 10px;
	font: normal 10px verdana, arial, geneva, helvetica, sans-serif;
}
	
#footer a
{
	text-decoration: none;
	color: #424343;
}
	
#footer a:hover
{
	text-decoration: none;
	color: #009dea;
}
	
#footer p
{
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
}
#footer p.sag
{
	float: right;
}
#footer p.ser
{
	margin-top: 5px;
}

.ilet
{
 	float: left;
 	padding-left: 10px;
}

.copy
{
 	float: right;
 	padding-right: 10px;
}

#flashintro
{
 	padding-bottom: 15px;
}

/* Clearfix */
	
.iefix:after
{
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.iefix {display: inline-block;}


	.dhtmlgoodies_window{
		width:300px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		position:absolute;
		overflow:hidden;	
		z-index:10000;	
		
		
	}
	.dhtmlgoodies_window div{
		position:relative;
	}
	.dhtmlgoodies_window .dhtmlgoodies_window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;
		
		
	}
	
	.dhtmlgoodies_window .top_buttons{
		float:right;
		z-index:10;
		position:absolute;
		right:0px;
		width:35px;
		
		
	}
	.top_buttons img{
		float:left;
		padding-left:2px;
		
	}
	.dhtmlgoodies_windowMiddle{
		border-left:3px solid #707070;
		
	}
	.dhtmlgoodies_windowContent{
		border-right:3px solid #707070;
		padding-left:5px;
		padding-right:2px;

		height:100%;
		overflow:hidden;
		background-color:#FFF;
	}
	.dhtmlgoodies_window_bottom{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:0px;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_window_bottom img{
		float:right;
	}
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:absolute;
		right:1px;
		bottom:1px;
	}

