@charset "iso-8859-9";
@import url("slider.css");
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font:14px Arial, Helvetica, sans-serif;
	line-height:21px;
	background-color:#F0F0F0;
	background-attachment: fixed;
	background-image: url(img/back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.temizle{
	clear:both;
}
#ust{
	height:150px;
	width:100%;
	position:fixed;
	z-index:2;
	background-image: url(img/ust-back.png);
	background-position: center center;
}
#logo{
	width:435px;
	height:150px;
	background: url(img/logo.png) no-repeat;
	margin-left:50px;
	float:left;
}
#menu{
	margin-top:100px;
}
.menu{
	overflow:auto;
}
.menu a{
	display:block;
	text-indent:-9999px;
	height:34px;
	margin-right:7px;
	float:left;
	cursor:pointer;
	background: url(img/menu.png) no-repeat;
}
#anasayfa{
	background-position:0px 0px;
	width:80px;
}
#anasayfa:hover,#anasayfa.hover{background-position:0 -34px;}

#hakkimizda{
	background-position:-80px 0px;
	width:80px;
	}
#hakkimizda:hover,#hakkimizda.hover{background-position:-80px -34px;}

#goruntu{
	background-position:-160px 0px;
	width:74px;
	}
#goruntu:hover,#goruntu.hover{background-position:-160px -34px;}

#surus{
	background-position:-234px 0px;
	width:95px;
	}
#surus:hover,#surus.hover{background-position:-234px -34px;}

#bilgi{
	background-position:-329px 0px;
	width:96px;
	}
#bilgi:hover,#bilgi.hover{background-position:-329px -34px;}

#sinav{
	background-position:-425px 0px;
	width:43px;
	}
#sinav:hover,#sinav.hover{background-position:-425px -34px;}

#iletisim{
	background-position:-468px 0px;
	width:73px;
	}
#iletisim:hover,#iletisim.hover{background-position:-468px -34px;}

#ortala{
	background: url(img/trans.png);
	width:900px;
	margin:0px auto;
}
.yuksek{
	padding-top:150px;;
}
.yuksek h1{
	font-size:16px;
	background-color:#FFF;
	padding:20px;
}
.round  {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	}
.metin{
	padding:0px 20px;
}
#araba{
	width:270px;
	height:131px;
	background: url(img/araba.png);
	position:fixed;
	top:0;
	right:0;
	z-index:99;

}
#alt{
	clear:both;
	position:fixed;
	background:transparent url(img/alt.png) repeat-x;
	width:100%;
	height:40px;
	bottom:0;
	z-index:99;
}
