/*
Site Adı: Bulutomo
Site Adresi: http://www.bulutomo.com
Açıklama: ...
Tasarım&Html&CSS: Pixelizm (pixelizm@gmail.com)
*/
body{
	background:url(../images/bg.png) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	cursor:default;
	overflow-x: hidden; 
}
a{
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
#bulutomo{
	width:940px;
	margin:0 auto;
}
#header{
	width:940px;
	float:left;
	height:100px;
	position:relative;
}
#logo{
	width:133px;
	height:144px;
	overflow:hidden;
	position:absolute;
	top:10px;
	
	z-index:999;
}
#logo img{
	width:133px;
	border:0;
}
#duyuru{
	width:400px;
	position:absolute;
	top:10px;
	left:161px;
	z-index:1000;
	float:left;
}
#duyuru h2{
	width:45px;
	height:14px;
	font:9px/11px tahoma;
	color:#5a5d5e;
	background:url(../images/duyuru.html) no-repeat;
	padding-left:2px;
	padding-top:1px;
	float:left;
}
#duyuru h3 a{
	font:11px/14px tahoma;
	color:#fff;
	padding:0 5px;
	float:left;
	text-shadow:0 1px 0 #026692;
}
#duyuru h3 a:hover{
	text-decoration:underline;
}
#topmenu{
	width:430px;
	position:absolute;
	top:0;
	right:0;
}
#topmenu ul{
	float:right;
}
#topmenu ul li{
	float:left;
	background:url(../images/topmenuayrac.png) right center no-repeat;
}
#topmenu ul li:last-child{
	background:none;
}
#topmenu ul li a{
	float:left;
	padding:4px 8px;
	font:11px/14px tahoma;
	color:#fff;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	margin:0 2px;
}
#topmenu ul li a:hover{
	background:#075476;
}
#menualtbg{
	width:940px;
	height:59px;
	z-index:998;
	position:absolute;
	top:38px;
	left:0;
	background:url(../images/menugolge.html) center top no-repeat;
}
#dil{
	width:86px;
	height:30px;
	position:absolute;
	top:38px;
	right:-20px;
	z-index:1000;
}
#dil img{
	width:29px;
	overflow:hidden;
	padding-right:5px;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
    height: 27px;
}
#dil img:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#manset{
	width:940px;
	margin-top:-1px;
	height:369px;
	float:left;
	border-bottom:3px solid #075476;
	position:relative;
}
#ortaalan{
	width:938px;
	float:left;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
}
#dortlualan{
	width:938px;
	height:290px;
	border-bottom:1px solid #dedede;
	float:left;
	background:url(../images/dortlubg.html) repeat-x;
}
.dortlu{
	width:234px;
	height:290px;
	float:left;
	background:url(../images/dortluayrac.png) right center no-repeat;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	position:relative;
	z-index:999;
}


.dortlu:hover{
	background:url(../images/dortluayrac.png) #ae4a84 right center no-repeat;
}
.dortlu:hover .dortluresim{
	
}
.dortlu:hover h2, .dortlu:hover p{
	color:#fff;
}
.dortluresim{
	width:137px;
	height:137px;
	float:left;
	overflow:hidden;
	margin-left:40px;
	margin-top:25px;
	border:none
	margin-right:auto;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
    text-align: center;
	
}
.dortluresim img{
	width:127px;
	height:127px;
	border:0;
	
}
.dortlu h2{
	width:200px;
	float:left;
	font-size:12px;
	color:#075475;
	font-weight:bold;
	margin-top:18px;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	text-align:center
}
.dortlu p{
	width:200px;
	float:left;
	font-size:11px;
	line-height:13px;
	color:#3e4040;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	margin-top:15px;
	margin-left:20px
}






.dortlu2{
	width:223px;
	height:348px;
	float:left;
	background:url(../images/dortluayrac.png) right center no-repeat;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	position:relative;
	z-index:999;
    top: 0px;
    left: 22px;
}


.dortlu2:hover{
	background:url(../images/dortluayrac.png) #ae4a84 right center no-repeat;
}
.dortlu2:hover .dortluresim{
	
}
.dortlu2:hover h2, .dortlu:hover p{
	color:#fff;
}
.dortluresim2{
	width:137px;
	height:137px;
	float:left;
	overflow:hidden;
	margin-left:40px;
	margin-top:25px;
	border:none
	margin-right:auto;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
    text-align: center;
	
}
.dortluresim2 img{
	width:127px;
	height:127px;
	border:0;
	
}



.dortlu2 h2{
	width:200px;
	float:left;
	font-size:12px;
	color:#075475;
	font-weight:bold;
	margin-top:18px;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	text-align:center
}
.dortlu2 p{
	width:200px;
	float:left;
	font-size:11px;
	line-height:13px;
	color:#3e4040;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	margin-top:15px;
	margin-left:20px
}






.sondorlu{
	background:none;
}
#ortaalan1{
	width:641px;
	margin-top:10px;
	float:left;
	margin-left:30px;
}
#ortaalan2{
	width:170px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#ortaalan3{
	width:250px;
	float:left;
	margin-top:10px;
    height: 208px;
}
.resim1{
	width:213px;
	height:243px;
	border:1px solid #ddd;
	overflow:hidden;
	float:left;
}
.resim2{
	width:170px;
	height:245px;
	float:left;
	overflow:hidden;
	position:relative;
}
.resim2 h2 a{
	position:absolute;
	width:150px;
	padding:10px;
	bottom:2px;
	left:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	z-index:999;
	text-align:center;
}
.resim2 h2 a:hover{
	text-decoration:underline !important;
}
.resim3{
	width:170px;
	height:168px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-top:10px;
}
.resim3 h2 a{
	position:absolute;
	width:150px;
	padding:10px;
	bottom:0;
	left:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	z-index:999;
	text-align:center;
}
.resim3 h2 a:hover{
	text-decoration:underline !important;
}
.resim4{
	width:170px;
	height:145px;
	overflow:hidden;
	float:left;
	margin-top:10px;
}
.cokokunan{
	width:213px;
	border:1px solid #ddd;
	float:left;
	margin-top:10px;
}
.cokokunan ul{
	float:left;
	background:url(../images/cogolge.html) top 2px center no-repeat;
	padding-top:10px;
}
.cokokunan ul li{
	width:213px;
	float:left;
	border-bottom:1px solid #dedede;
}
.cokokunan ul li:last-child{
	border-bottom:0;
}
.cokokunan ul li a{
	width:188px;
	float:left;
	padding:8px 5px 8px 20px;
	font-size:12px;
	color:#4e4e4e;
	background:url(../images/cook.png) left 10px center no-repeat;
}
.cokokunan ul li a:hover{
	background:url(../images/cookhover.html) #063e5d left 10px center no-repeat;
	color:#fff;
}
.cokokunan h2{
	width:193px;
	background:url(../images/cobaslikbg.png) repeat-x;
	padding:7px 15px 5px 5px;
	font-size:14px;
	color:#fff;
	float:left;
	font-weight:bold;
}
.cokokunan h2 img{
	padding-top:0;
	margin-right:5px;
	float:left;
}
.haberler{
	width:250px;
	float:left;
}
.haberler h2{
	width:250px;
	background:url(../images/cobaslikbg.png) repeat-x;
	padding:7px 15px 5px 5px;
	font-size:14px;
	color:#fff;
	float:left;
	font-weight:bold;
}
.haberler h2 img{
	padding-top:0;
	margin-right:5px;
	float:left;
}
.haberleric{
	width:250px;
	background:url(../images/haberlergolge.html) center top 2px no-repeat;
	float:left;
}
.haber{
	width:250px;
	height:92px;
	float:left;
	
	border-bottom:1px solid #dedede;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
}
.haber:hover{
	background:#f2f2f2;
}
.haberresim{
	width:0px;
	height:0px;
	float:left;
	overflow:hidden;
	border:1px solid #145070;
	margin-left:10px;
	margin-top:11px;
	margin-right:10px;
}
.haberresim img{
	border-style: none;
    border-color: inherit;
    border-width: 0;
width:65px;
	height: 47px;
}
.haber h3{
	width:250px;
	margin-top:15px;
	float:left;
	font-size:14px;
	color:#145070;
	font-weight:bold;
}
.haber p{
	width:250px;
	margin-top:3px;
	float:left;
	font-size:11px;
	color:#4f4f4f;
}
.haber b{
	font-weight:normal;
	color:#000;
}
#footer{
	width:100% !important;
	float:left;
	height:80px;
	margin-top:20px;
	background:url(../images/footerbg.png) repeat-x;
}
#footeric{
	width:940px;
	margin:0 auto;
	height:80px;
}
.footermenu{
	width:940px;
	float:left;
}
.footermenu ul{
	float:left;
}
.footermenu ul li{
	background:url(../images/footerayrac.png) right center no-repeat;
	float:left;
}
.footermenu ul li a{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	float:left;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	padding:16px 15px;
}
.footermenu ul li a:hover{
	background:url(../images/footermenugolge.html) #fff top center no-repeat;
	color:#002e47;
}
.footermenu ul li:last-child{
	background:none;
}
#footeric h2{
	width:550px;
	float:left;
	border:1px solid #165679;
	color:#fff;
	background:#023755;
	font-size:11px;
	padding:5px 10px;
	margin-top:20px;
}
.copy{
	font:11px/14px 'tahoma';
	color:#fff;
	text-align:left;
	width:350px;
	float:left;
	margin-right:15px;
	margin-top:25px;
    height: 11px;
}
.design{
	width:102px;
	float:right;
	margin-top:10px;
	margin-right:1px;
    height: 24px;
}
.design img{
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
}
.design img:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#icresim{
	width:940px;
	margin-top:-1px;
	height:214px;
	float:left;
	border-bottom:3px solid #075476;
	position:relative;
}
.band{
	width:auto;
	width:500px;
	float:left;
	position:absolute;
	top:0;
	left:150px;
	background:#fff;
	-webkit-border-radius: 0 0 25px 25px;
	-moz-border-radius: 0 0 25px 25px;
	-o-border-radius: 0 0 25px 25px;
	-ms-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
	padding:0 20px;
}
.band h2 a{
	font-size:11px;
	color:#333;
	float:left;
	padding:3px 10px 5px 10px;
	background:url(../images/menuok.html) right center no-repeat;
}
.band h2 a:hover{
	text-decoration:underline;
}
.band h3{
	font-size:11px;
	color:#999;
	float:left;
	padding:3px 10px 5px 10px;
}
#icortaalan{
	width:938px;
	float:left;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	background:url(../images/icbg.html) repeat-x;
}
#icortaalan h1{
	width:910px;
	color:#4f4f4f;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 15px;
	border-bottom:1px solid #dedede;
}
.solresim{
	float:left;
	margin:5px 10px 5px 0;
}
.sagresim{
	float:right;
	margin:5px 0 5px 10px;
}
.hakkimizda{
	width:910px;
	float:left;
	padding:10px 15px;
}
.hakkimizda h2{
	font-size:12px;
	width:206px;
	padding:10px 0;
	float:left;
	color:#1678a2;
	text-transform:uppercase;
}
.hakkimizda p{
	font-size:13px;
	line-height:18px;
	color:#595959;
	padding:10px 0;
	text-align:justify;
	text-justify:distribute;
}
.ichaberler{
	width:250px;
	float:left;
	padding:10px 10px;
}
.ichaber{
	width:213px;
	float:left;
	height:205px;
	margin:8px;
}
.khaberresim{
	width:213px;
	height:129px;
	overflow:hidden;
	float:left;
}
.khaberresim img{
	width:213px;
	border:0;
}
.ichaber h2{
	width:213px;
	font-size:14px;
	color:#1678a2;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	padding:5px 0 0;
}
.ichaber p{
	width:213px;
	font-size:11px;
	color:#606060;
	float:left;
}
.ichaber:hover h2, .ichaber:hover p{
	text-decoration:underline;
}
.sayfalama{
	width:900px;
	text-align:center;
	padding:10px 0 10px 0;
	float:left;
}
.sayfalama a{
	padding:8px 8px;
	color:#1678a2;
	font:14px/16px tahoma;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
	margin:1px;
}
.sayfalama a:hover{
	padding:8px 8px;
	color:#fff;
	background:#1678a2;
	font:14px/16px tahoma;
	text-decoration:none;
}
.sayfalama b{
	padding:8px 8px;
	color:#fff;
	background:#1678a2;
	font:14px/16px tahoma;
	text-decoration:none;
	border:0;
	margin:1px;
}
.video{
	width:213px;
	float:left;
	height:165px;
	margin:8px;
}
.khaberresim{
	width:213px;
	height:129px;
	overflow:hidden;
	float:left;
}
.khaberresim img{
	width:213px;
	border:0;
}
.video h2{
	margin-top:1px;
	width:203px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	padding:7px 5px;
	background:#1678a2;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
}
.video:hover h2{
	background:#000;
}
.adres{
	padding-top:60px;
	width:450px;
	height:200px;
	float:left;
	font-family:Arial, Geneva, sans-serif;
	font-size:14px;
	background:url(../images/iletisimayrac.html) center right no-repeat;
}
.adres h2{
	float:right;
	width:280px;
	padding:5px 5px 5px 20px;
	font-weight:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#525352;
	text-transform:none !important;
}
.home{
	background:url(../images/home1.html) left center no-repeat;
	position:relative;
}
.home span{
	position:absolute;
	top:20px;
	right:60px;
}
.tel1{
	background:url(../images/tel1.html) left center no-repeat;
}
.fax{
	background:url(../images/fax.html) left center no-repeat;
}
.mail{
	background:url(../images/mail.html) left center no-repeat;
}
.iletisimform{
	margin-top:0px;
	width:290px;
	padding:15px;
	float:left;
	padding-left:30px;
}
.konu{
	width:150px;
	padding:8px 10px;
	float:left;
	background:#1678a2;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:0px;
	margin:5px;
}
.mesaj{
	width:280px;
	height:80px;
	padding:5px 10px;
	float:left;
	background:#1678a2;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:0px;
	margin:5px;
}
.gonder{
	float:left;
	width:100px;
	padding:5px;
	text-align:center;
	background:#000;
	color:#fff;
	border:0px;
	margin:5px;
	cursor:pointer;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
}
.gonder:hover{
	color:#fff;
	background:#1678a2;
}
.harita{
	width:940px;
	position:relative;
	float:left;
	margin-bottom:30px;
}
.mapgolge{
	position:absolute;
	width:940px;
	height:11px;
	background:url(../images/mapgolge.html) center top no-repeat;
}
.iletisim{
	width:940px;
	float:left;
}
.listeleme{
	width:940px;
	float:left;
}
.liste{
	width:940px;
	float:left;
	border-bottom:1px solid #dedede;
	transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari and Chrome */
    -o-transition: 0.3s; /* Opera */
    -ms-transition: 0.3s;
}
.liste:hover{
	background:#f2f2f2;
}
.liste:hover h2 a, .liste:hover h3, .liste:hover h4, .liste:hover h5, .liste:hover h6{
	color:#063E5D;
}
.liste h2, .liste h3, .liste h4, .liste h5, .liste h6{
	padding:8px 10px;
	color:#666;
	float:left;
	font-size:11px;
	border-right:1px solid #dedede;
}
.liste h2 a{
	color:#1678A2;
}
.liste h2 a:hover{
	text-decoration:underline;
}
.liste h2{
	width:250px;
}
.liste h3{
	width:130px;
	
}
.liste h4{
	width:450px;
}
.liste h5{
	width:120px;
}
.liste h6{
	width:120px;
	border-right:0;
}
.siyah h2, .siyah h3, .siyah h4, .siyah h5, .siyah h6{
	color:#1678A2;
	text-transform:uppercase;
}
.assakay{
	margin-top:20px;
	margin-bottom:10px;
}
#menu{
	position:absolute;
	width:680px;
	height:59px;
	top:20px;
	left:210px;
	z-index:999;
}
/* Menu */
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}
#qm0{	
	text-align:left;
	list-style-type:none;
}
#qm0 li{
	background:url(../images/menuayrac.png) no-repeat right center;
}
#qm0 li:hover{
	background:url(../images/menuayrac.png) no-repeat right center;
}
#qm0 li:last-child{
	background:none;
}
#qm0 a{
	padding:30px 10px 23px 10px;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	float:left;
	margin:0 4px 0 1px;
	color:#2f3030;
	font-family:Tahoma, Geneva, sans-serif;
}
#qm0 a:hover{	
	text-decoration:none;
}
body #qm0 .qmvisited, body #qm0 .qmvisited:hover{	
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
}
/*anahover*/
#qm0 li:hover a{ 
	text-decoration:none;
	color:#fff;
	background:url(../images/menuhover.png)  left top repeat-x;
}
#qm0 div, #qm0 ul{
	padding:10px 10px 10px 0;
	margin:-1px 0px 0px 2px;
	text-align:left;
	width:127px;
	background:url(../images/acilirmenuhover.html) #fff top 1px center no-repeat;
}
#qm0 div a, #qm0 ul a{
	width:91px;
	padding:3px 5px 3px 22px;
	margin:0px 0px 0px 5px;
	color:#2f3030 !important;
	text-align:left;
	float:left;
	font-size:11px;
	font-weight:normal;
	background:url(../images/menuok.html) center left 10px no-repeat !important;
	text-transform:none;
}
#qm0 div a:hover, #qm0 ul a:hover{	
	color:#2f3030 !important;
	text-decoration:underline;
	background:url(../images/menuok.html) center left 10px no-repeat !important;
	text-align:left;
}
body #qm0 div .qmvisited, body #qm0 div .qmvisited:hover{	
	color:#264060;
	text-decoration:none;
	text-align:left;
}
.hakkimizdabaslik { width:650px; height:auto; float:left; color:#06043b; font-family:calibri; font-size:24px}
.hakkimizdaresim { width:650px; height:200px; float:left; background-image:url(../images/kurumsalresim.jpg); margin-top:10px}
.hakkimizdayazi { width:auto; height:auto; float:left; font-family:calibri; font-size:15px; margin-top:10px; color:#303031}
.haberbaslik { font-family:calibri; font-size:24px; color:#1a617f}
.haberleralan {width:250px;
	float:left;
	
    height: 159px;
	border: #CCC 5px solid
}
.duyurular {}
.duyurular { margin-left:10px;}
.duyurular a { color:#6c6c6b; font-size:13px; font-family:Arial; font-weight:bold;}
.duyurular a:hover {color:#91918e}
.duyurular li { margin-bottom:20px; border-bottom:1px solid #bfaa90;}
.duyurular img { vertical-align:middle; margin-top:7px; margin-right:5px; float:left;}

}
.hakkimizda2{
	width:auto;
	float:right;
	padding:10px 15px;
	margin-left:10px;
	margin-right:5px;
}
.hakkimizda2 h2{
	font-size:18px;
	width:auto;
	padding:10px 0;
	float:left;
	color:#1678a2;
	text-transform:uppercase;
}
.hakkimizda2 p{
	font-size:13px;
	line-height:18px;
	color:#595959;
	padding:10px 0;
	text-align:justify;
	text-justify:distribute;
}
#yanmenu { float:left; width:250px; height:180px; border:#ededed 5px solid; padding:5px; margin-top:5px}
#yanmenu li{ height:40px; width:auto}
#yanmenu a { color:#666666}
#yanmenu a:hover { text-decoration:underline; }
#yanmenu img { vertical-align:middle; margin-right:3px}
#hakkimizdaalan{ width:613px; 
border: #e2e2e2 5px solid; height:150px; padding-right:10px; margin-top:2px; padding-top:10px; padding-left:5px;
}
.hakkimizdabaslik { font-family:calibri; font-size:24px; color:#1a617f; margin-top:-34px;}