﻿@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-position:center top;
	background-repeat: no-repeat;

}
.back {
	background-position:center top;
	background-image: url(images/intro_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}.logo {
	height: 241px;
	width: 301px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.otuz {
	height: 91px;
	width: 157px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	clear: both;
}
.otuz2 {
	height: 65px;
	width: 111px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	clear: both;
}

.intro {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 131px;
	width: 780px;
}
.ekran {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 716px;
	width: 940px;
	position: relative;
	top: -40px;
}
.dil {
	clear: both;
	height: 9px;
	width: 97px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.icerik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bababa;
	clear: both;
	height: 450px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: center;
	line-height: 27px;
}
#nav-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bababa;
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 30px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: 12em;
display: block;
text-decoration: none;
text-align: center;
color:#bababa;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu li a:hover
{
	font-weight: bold;
	color:#FFFFFF;
	
}
#nav-menu li a.current
{
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF;
}

a
{
height: 2em;
line-height: 2em;
width: 100%;
display: block;
text-decoration: none;
text-align: center;
color:#bababa;
}

/* Hide from IE5-Mac \*/
a
{
float: none
}
/* End hide */

a:hover
{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;	
}
a.current
{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}
