@charset "utf-8";
/*Temel Setler*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #ECECEC;
	line-height: 150%;
}
img {
	border: 0;
}
a img {
	border:none;
}
p {
	margin:0;
	margin-bottom: 10px;
	padding:0;
	line-height: 150%;
}
.clear {
	clear: both;
}




/*Başlıklar*/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0;
}
h3 {
	color: #FF6600;
	font-size: 10pt;
	margin-right: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #FF6600;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
h5 {
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
h6 {
	font-size: 8pt;
	font-weight: bold;
	color: #CCC;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}



/*Temel Tasarım*/

.headerline {
	position: relative;
	background-image: url(../_imgs_4/_temel/head_zemin.png);
	background-repeat: repeat-x;
	margin-bottom: 25px;
}
.header {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.head_logo {
	height: 100px;
	width: 200px;
	float: left;
}
.head_dil {
	height: 30px;
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
}
.head_menu {
	height: 30px;
	width: 750px;
	float: right;
	margin: 30px 0 0 0;
	text-align: right;
}
.menuline {
	height: 34px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	background-color: #8092a2;
}


.icerik {
	height: auto;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	clear: both;
}
.solicerik {
	width: 220px;
	height: auto;
	float: left;
	clear: left;
	padding-bottom: 100px;
}
.sagicerik {
	width: 635px;
	float: right;
	clear: right;
	padding: 40px 35px 40px 45px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDD2D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD2D7;
	background-color:#FFF;
}
.sayfabaslik {
	width: 100%;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
}
.sagfulresim {
	width: 715px;
	float: right;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDD2D7;
	background-color:#999;
}
.soldaresim {
	width: auto;
	float: left;
}

.grupbox {
	padding: 25px 0 50px 0;
	margin: 0 0 30 0;
	border-bottom: 1px solid #F0F0F0;
}

.sagdametin {
	width: 475px;
	float: left;
	margin-left: 30px;
}
.cerceveliresim {
	padding:2px;
	border: 1px solid #F0F0F0;
	float: left;
	margin-right: 20px;
}



.footerline {
	height: 100px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	padding-top: 10px;
}
.footer {
	width: 960px;
	margin: 0 auto;
}
.footer_firma {
	height: 20px;
	width: 400px;
	float: left;
	color: #E9E6DA;
	font-size: 10px;
}
.footer_sigma {
	height: 20px;
	float: right;
	width: 100px;
	text-align: right;
}

/*Sunum sayfası için*/

.sunum_box {
	clear: both;
	margin-bottom: 30px;
}
.sunum_resim {
	float: left;
	margin-right: 20px;
	margin-bottom:50px;
}
.sunum_bilgi {
	float: left;
	margin-right: 20px;
	margin-bottom:5px;
	width: 480px;
	height: 60px;
}
.sunum_not {
	float: left;
	background-color: #FFE888;
	margin-right: 20px;
	margin-bottom:5px;
	width: 360px;
	height: 15px;
	padding: 7px;
}
.sunum_buton {
	float: left;
	margin-right: 20px;
	margin-bottom:5px;
	width: 300px;
	height: 35px;
}

