* {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url(../images/bg.png) top center #fff
}

.clear {
	clear: both
}

ul li {
	list-style: none;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.header {
	width: 100%;
	height: auto;
}
.header .header_content{
	width:100%;
	height:75px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header .ust_bolum {
	width: 960px;
	height: 70px;
	margin: 0px auto;
}

.header .ust_bolum .logo {
	width: 230px;
	height: 47px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.header .ust_bolum .ust_iletisim {
	width: 358px;
	height: 80px;
	float: right;
	display: none;
}

.header .ust_bolum .ust_iletisim .ui_yazi {
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #666;
	float: left;
	width: 170px;
	margin-left: 15px;
	margin-top: 15px;
	font-weight: bold
}

.header .ust_bolum .ust_iletisim .ui_bilgi {
	width: 150px;
	float: right;
	margin-top: 14px;
	margin-right: 16px;
}

.header .ust_bolum .ust_iletisim .ui_bilgi strong {
	font-size: 21px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #666;
	font-family: 'Roboto Condensed', sans-serif;
}

.header .ust_bolum .ust_iletisim .ui_bilgi strong span {
	font-size: 15px;
	margin-right: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #666;
	font-family: 'Roboto Condensed', sans-serif;
}

.header .orta_bolum {
	width: 960px;
	height: 255px;
	margin: 10px auto 20px auto;
}

.header .orta_bolum .slider {
	width: 555px;
	height: 250px;
	border: 1px solid #D8D8D8;
	float: left;
	position: relative;
}

.header .orta_bolum .slider .slider_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.header .orta_bolum .slider .s_cerceve {
	width: 555px;
	height: 250px;
	border: 1px solid #D8D8D8;
	position: absolute;
	z-index: 1;
}

.header .orta_bolum .slider .s_resim {
	width: 427px;
	height: 240px;
	background: #fff;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	display: none;
}

.header .orta_bolum .slider .s_resim img {
	width: 545px;
	height: 240px;
}

.header .orta_bolum .slider .s_resim:first-child {
	display: inline;
}

.header .orta_bolum .sec_alan {
	width: auto;
	height: 19px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
}

.header .orta_bolum .sec_alan .sec_aktif {
	border: 1px solid #D8D8D8;

	width: 19px;
	height: 19px;
	margin-left: 5px;
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7b7b7 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */

	float: left;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0px;
	text-decoration: none;
	display: block;
}

.header .orta_bolum .sec_alan .sec_pasif {
	width: 19px;
	height: 19px;
	margin-left: 5px;
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7e7e7 0%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7e7e7 0%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7e7e7 0%,#fdfdfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #D8D8D8;
	float: left;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0px;
	text-decoration: none;
	display: block;
}

.header .orta_bolum .sec_alan .sec_pasif:hover {
	border: 1px solid #D8D8D8;

	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7b7b7 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */

	text-decoration: none;
}

.header .orta_bolum .left_bilgi {
	width: 385px;
	height: 250px;
	float: right;
}

.header .orta_bolum .left_bilgi .duyuru {
	width: 385px;
	height: 250px;
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.header .orta_bolum .left_bilgi .duyuru .d_baslik {
	width: 370px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:8px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fbd326 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header .orta_bolum .left_bilgi .duyuru .d_baslik a {
	color: #000;
}

.header .orta_bolum .left_bilgi .duyuru .icerik {
	width: 370px;
	height: 180px;
	margin-top: 13px;
	margin-left: 10px;
	font-size: 12px;
	color: #666666;
	padding-top: 6px;
	overflow: hidden;
}

.header .orta_bolum .left_bilgi .duyuru .icerik a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
}

.header .orta_bolum .left_bilgi .bulten_btn {
	width: 92px;
	height: 73px;
	background: url(../images/bulten_bg.png);
	float: right;
	margin-top: 18px;
}

.header .menu_alani {
	width: 960px;
	height: 0;
	background: url(../images/eleman.png) 1000px 407px;
	padding-top: 18px;
}

.header .menu {
	width: 960px;
	height: 42px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbd326 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header .menu li {
	float: left;
	color: #fff;
}

.header .menu li a {
	float: left;
	color: #000;
	font-size: 12px;
	text-align: center;
	background: url(../images/cubuk.jpg) center right no-repeat;
}

.header .menu li:last-child a {
	background: none;
}

.menu-a {
	padding: 0 32px;
	height: 42px;
	line-height: 42px;
}

.menu2 {
	width: 85px !important;
	height: 35px !important;
	padding-top: 7px;
}

.menu3 {
	width: 107px !important;
	height: 35px !important;
	padding-top: 7px;
}

.menu4 {
	width: 75px !important;
	height: 35px !important;
	padding-top: 7px;
	background: none !important;
}

.menu5 {
	width: 69px;
	height: 42px;
	line-height: 42px;
}

.continer {
	width: 960px;
	height: auto;
	margin-top:3px;
	background: url(../images/icerik_orta.jpg) top center repeat-y;
}

.ana {
	width: 880px !important;
	padding: 0px 40px !important;
}

.continer p span, .continer p {
	font-size: 13px !important;
	color: #555 !important;
	line-height: 22px;
	font-weight: normal;
}

.continer .icerik_left {
	width: 380px;
	height: auto;
	float: left;
}

.continer .kisa_left {
	width: 325px !important;
}

.continer .icerik_right {
	width: 580px;
	height: auto;
	float: right;
}

.continer .uzun_right {
	width: 590px !important;
	margin-right: 40px;
}

.continer .icerik_left .il_baslik {
	width: 380px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background: url(../images/eleman.png) 760px 555px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
}

.continer .icerik_left .il_icerik {
	width: 380px;
	height: auto;
	background: #F00;
}

.continer .icerik_left .il_icerik .bayrak_left {
	width: 230px;
	height: auto;
	float: left;
	margin-left: 45px;
	padding-top: 10px;
}

.continer .icerik_left .il_icerik .bayrak_left a {
	width: 150px;
	height: 24px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/eleman.png) 754px 447px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	line-height: 24px;
}

.continer .icerik_left .il_icerik .bayrak_left a:hover {
	background: url(../images/eleman.png) 583px 447px;
	text-decoration: none;
}

.continer .icerik_left .il_icerik .bayrak_right {
	width: 160px;
	height: auto;
	float: left;
	padding-top: 10px;
	margin-left: 7px;
}

.continer .icerik_left .il_icerik .bayrak_right a {
	width: 150px;
	height: 24px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/eleman.png) 754px 447px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	line-height: 24px;
}

.continer .icerik_left .il_icerik .bayrak_right a:hover {
	background: url(../images/eleman.png) 583px 447px;
	text-decoration: none;
}

.continer .icerik_left .il_icerik .bayrak_right a span, .continer .icerik_left .il_icerik .bayrak_left a span {
	float: left
}

.continer .icerik_left .il_icerik .bayrak_right a img, .continer .icerik_left .il_icerik .bayrak_left a img {
	width: 16px;
	height: 13px;
	border: 0px;
	margin-top: 6px;
	margin-right: 8px;
	float: left
}

.vize_islem {
	width: 425x;
	height: 220px;
	background: url(../images/vize_bg.png);
	position: relative;
	padding: 20px;
}

.vize_islem li {
	background: url(../images/my.png) left center no-repeat;
	padding-left: 15px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #dfdfdf;
}

.vize_islem li:last-child {
	border-bottom: 0px !important;
}

.vize_islem li:first-child {
	border-top: 0px !important;
}

.vize_islem li .vi_link {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
}

.vize_islem .vi_baslik {
	width: 276px;
	height: 49px;
	margin-left: 0px;
	line-height: 67px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
	padding-left: 20px;
}

.vize_islem .vi_icerik {
	width: 420px;
	height: 40px;
	color: #666666;
	font-size: 12px;
	margin-top: 15px;
}

.vize_islem .vi_alan {
	width: 405px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.vize_islem .vi_alan span {
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	color: #666666
}

.vize_islem .vi_alan font {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
}

.vize_islem .vi_alan .vi_select {
	width: 267px;
	height: 30px;
	float: left;
	outline: none;
	border: 0px;
	padding: 5px;
	background: url(../images/eleman.png) 573px 496px;
	color: #666;
	font-size: 12px
}

.vize_islem .vi_alan .vi_btn {
	width: 110px;
	height: 39px;
	background: url(../images/eleman.png) 518px 746px;
	float: left;
	border: 0px;
	position: absolute;
	right: 52px;
	bottom: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #999;
	color: #fff;
	cursor: pointer;
}

.tum-meslekler-a {
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #999;
	color: blue;
	cursor: pointer;
}

.meslek-ul {
	margin: 10px 0;
}
.meslek-ul li {
	list-style-type: decimal;
	margin-left: 40px;
}

.vize_islem .vi_alan  .vi_btn:hover {
	background: url(../images/eleman.png) 394px 746px;
}

.continer .icerik_right .vize_bilgi {
	width: 530px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
}

.continer .icerik_right .vize_bilgi h1 {
	width: 530px;
	height: auto;
	font-size: 22px;
	color: #333;
	line-height: 26px;
}

.continer .icerik_right .vize_bilgi h3 {
	width: 530px;
	height: auto;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.continer .icerik_right .vize_bilgi p {
	width: 530px;
	height: auto;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.continer .icerik_right .vize_bilgi span {
	width: 530px;
	height: auto;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal !important;
}

.continer .icerik_right .orta_ulke {
	width: 530px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
}

.continer .icerik_right .orta_ulke .ou_baslik {
	width: 530px;
	height: auto;
	font-size: 24px;
	text-shadow: 1px 1px 1px #999;
	color: #1187cc;
	margin-bottom: 10px;
	font-weight: bold;
}

.continer .icerik_right .orta_ulke .bayrak_alan {
	width: 530px;
	height: auto;
}

.continer .icerik_right .orta_ulke .bayrak_alan a {
	width: 56px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.continer .icerik_right .orta_ulke .bayrak_alan a:hover {
	text-decoration: none;
}

.continer .icerik_right .orta_ulke .bayrak_alan a img {
	width: 48px;
	height: 36px;
	border: 0px;
}

.continer .icerik_right .orta_ulke .bayrak_alan a span {
	width: 56px;
	height: 24px;
	font-size: 9px;
	color: #666666;
	margin-top: 2px;
	display: block;
}

.footer {
	position:relative;
	width: 920px;
	height: 10px;
	background: url(../images/eleman.png) 960px 53px;
	margin-bottom: 20px;
}
.footer #footer_hex{
	width:175px;
	height:50px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #E8E8E8 0%, #A6A6A6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8E8E8), color-stop(100%,#A6A6A6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E8E8E8 0%,#A6A6A6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E8E8E8 0%,#A6A6A6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E8E8E8 0%,#A6A6A6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E8E8E8 0%,#A6A6A6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#A6A6A6',GradientType=0 ); /* IE6-9 */
	position:absolute;
	right:15px;
	bottom:-50px;
	border-bottom-left-radius:75px;
	-webkit-box-shadow: 2px 4px 11px 1px rgba(161,161,161,1);
	-moz-box-shadow: 2px 4px 11px 1px rgba(161,161,161,1);
	box-shadow: 2px 4px 11px 1px rgba(161,161,161,1);
}
.footer .copy {
	width: auto;
	height: 20px;
	color: #333333;
	font-size: 11px;
	margin-top: 25px;
	float: left;
	margin-left: 10px;
}

.footer .iwt {
	width: 100px;
	height: 26px;
	background: url(../images/iwt.png) center bottom no-repeat;
	display: block;
	float: right;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	margin-top: 14px;
	margin-right:55px;
}

.footer .iwt:hover {
	text-decoration: none
}

.il_ic .il_ic_baslik {
	width: 315px;
	height: 49px;
	margin-left: 0px;
	line-height: 49px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 100;
	color: #000;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.il_ic .il_ic_icerik {
	width: 275px;
	height: auto;
	margin-left: 35px;
}

.il_ic .il_ic_icerik .il_link {
	width: 250px;
	height: 24px;
	margin-top: 7px;
	background: url(../images/eleman.png) 278px 493px;
	display: block;
	color: #333;
	text-shadow: 1px 1px 1px #f9f9f9;
	font-size: 12px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	margin-left: 0px;
	overflow: hidden;
}

.il_ic .il_ic_icerik .il_link:hover {
	background: url(../images/eleman.png) 268px 582px;
	text-decoration: none;
}

.il_ic_icerik_orta {
	width: 245px;
	height: auto;
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	background: #eeeeee;
	margin-left: 0px;
	font-size: 12px;
	color: #111;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

.il_ic_icerik_orta a {
	color: #111;
}

.il_ic_icerik_alt {
	width: 267px;
	height: 9px;
	background: url(../images/eleman.png) 267px 755px;
	height: 9px;
	margin-left: 0px;
}

.il_ic .il_ic_baslik .pdf {
	position: absolute;
	right: 15px;
	top: -3px;
}

.il_ic_icerik_orta .pdf_ic {
	width: 245px;
	height: auto;
}

.il_ic_icerik_orta .pdf_ic li {
	background: url(../images/pdf2.png) left center no-repeat;
	padding-left: 30px;
	width: 215px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.il_ic_icerik_orta .pdf_ic li a {
	font-size: 12px;
	color: #000000;
	font-weight: bold
}

.ic_vize_islem {
	width: 323px;
	height: 253px;
	background: url(../images/eleman.png) 446px 341px;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
}

.ic_vize_islem .ivi_baslik {
	width: 296px;
	height: 49px;
	background: url(../images/eleman.png) 356px 554px;
	margin-left: 0px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
	margin-left: 13px;
}

.ic_vize_islem .ivi_icerik {
	width: 296px;
	height: auto;
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 11px;
}

.ic_vize_islem .ivi_icerik .ivi_icerik_yazi {
	width: 296px;
	height: 35px;
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.ic_vize_islem .ivi_icerik .vi_alan {
	width: 305px;
	height: 30px;
	margin-bottom: 5px;
}

.ic_vize_islem .ivi_icerik .vi_alan span {
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	color: #666666
}

.ic_vize_islem .ivi_icerik .vi_alan font {
	width: 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
}

.ic_vize_islem .ivi_icerik .vi_alan .vi_select {
	width: 227px;
	height: 30px;
	float: left;
	outline: none;
	border: 0px;
	padding: 5px;
	background: url(../images/eleman.png) 992px 450px;
	color: #666;
	font-size: 12px
}

.ic_vize_islem .ivi_icerik .vi_alan  .vi_btn {
	width: 110px;
	height: 39px;
	background: url(../images/eleman.png) 518px 746px;
	float: left;
	border: 0px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #999;
	color: #fff;
	cursor: pointer;
	margin-left: 192px;
	margin-top: 7px;
}

.ic_vize_islem .ivi_icerik .vi_alan  .vi_btn:hover {
	background: url(../images/eleman.png) 394px 746px;
}

.ic_right_menu {
	width: 300px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}

.ic_right_menu .irm_baslik {
	background: url(../images/eleman.png) 994px 506px;
	width: 300px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
}

.ic_right_menu .irm_icerik {
	width: 276px;
	height: 50px;
}

.irm_link {
	width: 250px;
	height: 54px;
	margin-top: 5px;
	background: url(../images/eleman.png) 267px 638px;
	display: block;
	color: #333;
	text-shadow: 1px 1px 1px #f9f9f9;
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 0px;
}

.irm_link:hover {
	background: url(../images/eleman.png) 538px 638px;
	text-decoration: none;
}

.irm_link2 {
	width: 250px;
	height: 24px;
	margin-top: 5px;
	background: url(../images/eleman.png) 278px 493px;
	display: block;
	color: #333;
	text-shadow: 1px 1px 1px #f9f9f9;
	font-size: 12px;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 0px;
}

.irm_link2:hover {
	background: url(../images/eleman.png) 268px 582px;
	text-decoration: none;
}

.continer .icerik_right .ic_bayrak {
	float: left;
	margin: 20px 10px 10px 0px;
}

.continer .icerik_right .vize_bilgi2 {
	width: 450px;
	height: auto;
	margin-right: 33px;
	margin-top: 20px;
	float: right;
}

.continer .icerik_right .vize_bilgi2 h1 {
	width: inherit;
	height: auto;
	font-size: 24px;
	text-shadow: 1px 1px 1px #999;
	color: #1187cc;
}

.continer .icerik_right .vize_bilgi2 span {
	width: auto;
	height: auto;
	color: #333;
	font-size: 13px;
	line-height: 16px;
}

.video_alan {
	width: 560px;
	height: 315px;
	background: #CCC;
	margin-left: 30px;
	margin-top: 20px;
}

.alt_bayrak {
	width: 960px;
	height: auto;
	margin-top: 10px;
}

.alt_bayrak .ab_baslik {
	width: 296px;
	height: 49px;
	background: url(../images/eleman.png) 356px 554px;
	margin-left: 0px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
}

.alt_bayrak .ab_icerik {
	width: 900px;
	margin-left: 30px;
	height: auto;
	margin-top: 10px;
}

.alt_bayrak .ab_icerik .b_alan {
	width: 180px;
	height: 350px;
	float: left;
}

.alt_bayrak .ab_icerik .b_alan a {
	width: 150px;
	height: 24px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/eleman.png) 754px 447px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	line-height: 24px;
}

.alt_bayrak .ab_icerik .b_alan a:hover {
	background: url(../images/eleman.png) 583px 447px;
	text-decoration: none;
}

.alt_bayrak .ab_icerik .b_alan a img {
	width: 16px;
	height: 13px;
	border: 0px;
	margin-top: 6px;
	margin-right: 8px;
	float: left;
}

.continer ul li, .continer div, #bbir li, #buc div strong, #buc div, #bbir ul li {
	color: #666;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal !important;
}

#bsayfa p a span {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#bsayfa p a:hover {
	color: #333;
}

.continer h3 {
	margin-top: 15px;
	font-size: 14px;
	color: #333
}

.continer h1 {
	font-size: 20px;
	padding-bottom: 10px;
	color: #333
}

.daha_fazla_ulke {
	display: block;
	width: 873px;
	border-top: solid 1px #268cc5;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #268cc5;
	font-size: 12px;
	font-weight: bold;
}

#vizrejim {
	padding: 20px;
	margin-left: 0px;
	margin-top: 10px;
	border: solid 1px #999 !important;
}

.yok, .var {
	line-height: 30px;
}

.yok:hover, .var:hover {
	background: #f5f5f5;
}

.vize_islem2 {
	width: 536px;
	height: 223px;
	background: url(../images/eleman.png) 993px 325px;
	margin-left: 13px;
	position: relative;
	float: left;
	margin-left: 50px;
}

.vize_islem2 .vi_baslik2 {
	width: 276px;
	height: 49px;
	background: url(../images/eleman.png) 356px 554px;
	margin-left: 0px;
	line-height: 49px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
	padding-left: 20px;
}

.vize_islem2 .vi_icerik2 {
	width: 480px;
	height: 40px;
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}

.vize_islem2 .vi_alan2 {
	width: 355px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.vize_islem2 .vi_alan2 span {
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	color: #666666
}

.vize_islem2 .vi_alan2 font {
	width: 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
}

.vize_islem2 .vi_alan2 .vi_select2 {
	width: 267px;
	height: 30px;
	float: left;
	outline: none;
	border: 0px;
	padding: 5px;
	background: url(../images/eleman.png) 573px 496px;
	color: #666;
	font-size: 12px
}

.vize_islem2 .vi_alan2  .vi_btn2 {
	width: 110px;
	height: 39px;
	background: url(../images/eleman.png) 518px 746px;
	float: left;
	border: 0px;
	position: absolute;
	right: 44px;
	bottom: 25px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #999;
	color: #fff;
	cursor: pointer;
}

.vize_islem2 .vi_alan2  .vi_btn2:hover {
	background: url(../images/eleman.png) 394px 746px;
}

.ip {
	margin-left: 320px;
}

.continer p iframe {
	width: 880px;
	height: 300px;
	border: 0px;
}

.ilet_from_baslik {
	font-size: 16px;
	color: #333;
}

.form_ilet_alan {
	margin-left: 0px;
}

.ilet_ad {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	width: 170px;
	height: 40px;
	line-height: 40px;
}

.ilet_input {
	width: 250px;
	height: 40px;
	border: solid 1px #ccc;
	outline: none;
	padding: 0px 10px;
	border-radius: 3px;
}

.ilet_input2 {
	width: 70px;
	height: 40px;
	border: solid 1px #ccc;
	outline: none;
	padding: 0px 10px;
	border-radius: 3px;
}

.ilet_area {
	width: 250px !important;
	height: 100px;
	border: solid 1px #ccc;
	outline: none;
	padding: 10px;
	border-radius: 3px;
}

.ilet_btn {
	width: 275px;
	height: 40px;
	color: #FFFFFF;
	background: #0066CC;
	float: left;
	line-height: 40px;
	border-radius: 3px;
	border: 0px;
	cursor: pointer;
}

.ilet_btn:hover {
	background: #00478F
}
strong {
	font-weight: bold
}

.ust_tel {
	width: 200px;
	height: 50px;
	float: right;
	color: #000;
	font-size: 24px;
	margin-top: 10px;
	background: url(../images/tel_bg2.png) left center no-repeat;
	padding-left: 50px;
	line-height: 50px;
}

.ust_tel span {
	color: #000;
	font-size: 20px;
}

.vize_bilgi ul li a {
	color: #333333;
}

.subeler {
	background: url(../images/subeler.png);
	width: 217px;
	height: 351px;
	float: left;
}

.subeler .subeler_baslik {
	width: 205px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}

.subeler .subeler_icerik {
	width: 190px;
	height: auto;
	margin-left: 10px;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 23px;
}

.duyuru_satir {
	width: 340px !important;
	height: auto !important;
	border-bottom: solid 1px #c7c7c7;
	padding: 8px 0px;
	margin-left: 0px;
	overflow: hidden;
}

.duyuru_satir a {
	white-space: nowrap;
}

.yeni-prev {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	background: url(../images/ok.png) left top no-repeat;
	top: 130px;
	z-index: 5;
	border: 0px;
	outline: none;
	cursor: pointer;
}

.yeni-next {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	background: url(../images/ok.png) left bottom no-repeat;
	border: 0px;
	top: 150px;
	z-index: 5;
	border: 0px;
	outline: none;
	cursor: pointer;
}

.duyurular_link {
	width: auto;
	height: auto;
	float: left;
}

.duyurular_link a {
	color: #333333;
	font-size: 14px;
}

#fadiniz, #fkonu, #femail {
	width: 250px;
	height: 30px;
	outline: none;
	margin-bottom: 10px;
	padding: 0px 5px;
	color: #333333;
}

#fmesaj {
	width: 350px !important;
	height: 70px;
	outline: none;
	margin-bottom: 10px;
	padding: 5px;
	color: #333333;
}

.guv_kod {
	width: 50px;
	height: 30px;
	outline: none;
	margin-bottom: 10px;
	padding: 0px 5px;
	color: #333333;
}

.form_gonder {
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #333333;
	float: left;
	border: 0px;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.form_gonder:hover {
	background: #666
}

.ad_form {
	text-align: left;
}

.sol_bayrak {
	width: auto;
	height: 16px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.alt_bayrak {
	width: 590px;
	height: auto;
}

.alt_bayrak_baslik {
	width: 510px;
	height: 42px;
	margin-left: 20px;
	padding-left: 20px;
	color: #000 !important;
	font-size: 14px !important;
	line-height: 42px !important;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	box-shadow: 2px 2px 5px 0px rgba(161,161,161,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alt_bayrak_icerik {
	width: 590px;
	height: auto;
}

.alt_bayrak_icerik .bayrak_orta_alan {
	width: 71px;
	height: 80px;
	float: left;
	display: block;
	margin: 10px 0px 0px 20px;
}

.alt_bayrak_icerik .bayrak_orta_alan:hover {
	text-decoration: none;
}

.alt_bayrak_icerik .bayrak_orta_alan img {
	width: 71px;
	height: auto;
}

.alt_bayrak_icerik .bayrak_orta_alan strong {
	width: 71px;
	height: 20px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	display: block;
	word-wrap: break-word;
	line-height: 12px;
	font-weight: normal;
}

.bayrak_orta_alan:hover strong {
	color: #666
}


/* basvuru formu */
.form_dis {
	width: 575px;
	height: auto;
}

.form_dis .form_baslik {
	width: 565px;
	height: 45px;
	background: #323232;
	color: #FFF;
	line-height: 45px;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.form_dis .form {
	width: 575px;
	height: auto;
}

.form_dis .form .form_ic {
	width: 575px;
	height: auto;
	margin-bottom: 20px;
}

.form_dis .form .form_ic .yazi {
	width: 130px;
	height: 30px;
	float: left;
	line-height: 30px;
	color: #7e7e7e;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}

.form_dis .form .form_ic .form_nokta {
	width: 5px;
	height: 30px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 25px;
}

.form_dis .form .form_ic .text {
	width: 250px;
	height: 26px;
	outline: none;
	border: solid 1px #d1d1d1;
	margin-bottom: 5px;
	font-size: 11px;
	color: #7e7e7e;
	padding-left: 5px;
}

.form_dis .form .form_ic .alternatif {
	width: 140px;
	height: 30px;
	float: right;
	color: #939393;
	font-size: 11px;
	line-height: 30px;
}

.form_dis .form .form_ic .select {
	width: 80px;
	height: 30px;
	font-size: 12px;
	outline: none;
	color: #7e7e7e;
	border: solid 1px #d1d1d1;
	margin-bottom: 10px;
	margin-right: 5px;
}

.form_dis .form .form_ic .tahmin {
	width: 200px;
	height: 20px;
	color: #999;
	font-size: 11px;
	margin-left: 170px;
}

.form_dis .form .form_ic .form_hata {
	width: 200px;
	height: 20px;
	color: #E02828;
	font-size: 11px;
	margin-left: 170px;
	margin-bottom: 15px;
	display: none;
}

.form_dis .form .form_ic .yas_text {
	width: 60px;
	height: 26px;
	outline: none;
	border: solid 1px #d1d1d1;
	margin-bottom: 10px;
	color: #7e7e7e;
	padding-left: 5px;
	font-size: 12px;
}

.form_dis .form .form_ic .talep {
	width: 325px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.form_dis .form .form_ic .talep .talep_ic {
	width: 325px;
	height: auto;
	margin-top: 8px
}

.form_dis .form .form_ic .talep .talep_ic .checkbox {
	width: 15px;
	height: 15px;
	border: solid 1px #d1d1d1;
	float: left;
	margin-top: 3px
}

.form_dis .form .form_ic .talep .talep_ic .talep_yazi {
	width: 235px;
	height: 20px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	margin-left: 5px;
}

.form_dis .form .form_ic .ek {
	margin-top: 50px;
}

.form_dis .form .form_ic .ek_nokta {
	margin-top: 50px;
}

.form_dis .form .form_ic .not {
	width: 350px;
	height: 130px;
	outline: none;
	border: solid 1px #d1d1d1;
	padding-left: 5px;
	color: #7e7e7e;
	padding-top: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}

.form_dis .form .form_ic .talep_sec {
	width: 65px;
	height: 25px;
	float: left;
	font-size: 12px;
	color: #7e7e7e;
	outline: none;
	border: solid 1px #d1d1d1;
}

.form_dis .form .form_ic .button {
	width: 125px;
	height: 45px;
	background: #212121;
	color: #FFF;
	border: solid 1px #979797;
	margin-left: 170px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
}