@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	background: url(../images/Background.jpg) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#container {
	width: 1020px;
	height: 700px;
	margin: auto;
}

#header {
	width: 1020px;
	height: 280px;
}

.nav1 {
	width: 105px;
	height: 280px;
	background: url(../images/nav1.jpg) no-repeat;
	display: block;
	float: left;
}

.nav2 {
	width: 162px;
	height: 280px;
	background: url(../images/nav2.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;

}

.nav2:hover {
	background: url(../images/nav2_hover.jpg) no-repeat;
}

.nav3 {
	width: 162px;
	height: 280px;
	background: url(../images/nav3.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav3:hover {
	background: url(../images/nav3_hover.jpg) no-repeat;
}

.nav4 {
	width: 162px;
	height: 280px;
	background: url(../images/nav4.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav4:hover {
	background: url(../images/nav4_hover.jpg) no-repeat;
}

.nav5 {
	width: 162px;
	height: 280px;
	background: url(../images/nav5.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav5:hover {
	background: url(../images/nav5_hover.jpg) no-repeat;
}

.nav6 {
	width: 162px;
	height: 280px;
	background: url(../images/nav6.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav6:hover {
	background: url(../images/nav6_hover.jpg) no-repeat;
}

.nav7 {
	width: 105px;
	height: 140px;
	background: url(../images/nav7.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav7:hover {
	/*background: url(../images/nav7_hover.jpg) no-repeat;*/
}

.nav8 {
	width: 105px;
	height: 140px;
	background: url(../images/nav8.jpg) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav8:hover {
	/*background: url(../images/nav7_hover.jpg) no-repeat;*/
}

#soldirek {
	width: 60px;
	height: 350px;
	background: url(../images/sol.jpg) no-repeat;
	display: block;
	float: left;
}

#sagdirek {
	width: 60px;
	height: 350px;
	background: url(../images/sag.jpg) no-repeat;
	display: block;
	float: right;
}

#content {
	width: 884px;
	height: 334px;
	background: url(../images/content.jpg) no-repeat;
	display: block;
	float: left;
	padding:16px 0 0 16px;
	background:#FFF;
}

#content_galeri {
	width: 884px;
	height: 334px;
	background: url(../images/content.jpg) no-repeat;
	display: block;
	float: left;
	padding:16px 0 0 16px;
	background:#FFF;
	overflow:auto;
}

#footer {
	width: 1020px;
	height: 70px;
	background: url(../images/footer.jpg) no-repeat;
}

.text_birST {
	width: 249px;
	height: 289px;
	margin:0 15px 15px 0;
	color:#000;
	background: rgba(0,0,102, 0.2);
	float:left;
	display:block;
	padding: 15px 15px 15px 15px;
}	

.text_ikiST {
	width: 544px;
	height: 289px;
	margin:0 15px 15px 0;
	color:#000;
	background: rgba(0,0,102, 0.2);
	float:left;
	display:block;
	padding: 15px 15px 15px 15px;
}	

.image_dikey {
	width: 280px;
	height: 319px;
	margin:0 15px 15px 0;
	float:left;
}	

.image_yatay {
	width: 575px;
	height: 319px;
	margin:0 15px 15px 0;
	float:left;
}	

.image_kucuk {
	width: 201px;
	height: 152px;
	margin:0 15px 15px 0;
	float:left;
	display:block;

}

h1, h2, h3{
	font-family:Tahoma, Geneva, sans-serif;
	Color:#F33;
}

h1{	font-size:18px;
}
h2{	font-size:14px;
}
h3{	font-size:12px;
}


