﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;/*vertical-align:baseline;*/
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
#tableebulten { border:1px solid #669ecc; } 
#tableebulten td { height:26px;}
.tekstbaks { border:1px solid #669ecc; }
#tableodemeplani { padding:1px; border:2px solid #669ecc !important;  }
/*caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}*/
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* end of reset.css */

/* typography.css */
body {
	font-size:12px;
	color:#000000;
	background:#fff;
	font-family:Arial, sans-serif;
	line-height:15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color:#FFFFFF;
	font-style:italic;
	margin-bottom:0;
}
h1.mavi, h2.mavi, h3.mavi, h4.mavi, h5.mavi, h6.mavi {
	color:#005daa;
	font-style:italic;
	margin-bottom:0;
}
h1.siyah, h2.siyah, h3.siyah, h4.siyah, h5.siyah, h6.siyah {
	color:#000000;
	font-style:italic;
	margin-bottom:0;
}
h1.turuncu {
	color:#000000;
	font-style:italic;
	margin-bottom:0;
}

h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:18px;
	margin-bottom:5px;
}
h3 {
	font-size:16px;
	line-height:19px;
	margin-bottom:5px;
}
h4 {
	font-size:14px;
	line-height:19px;
	margin-bottom:5px;
}
h4 a {
	color:#FFFFFF !important;
	text-decoration:none;
}
h4 a:hover {
	color:#FFFFFF !important;
	text-decoration:none;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
/*li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}*/
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
/*table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
	background:#C3D9FF;
}
th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E5ECF9;
}*/
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.arial_14 {
	font-size:14px;
	line-height:17px;
	margin-bottom:5px
}
.arial_14b {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	margin-bottom:10px;
}
/* end of typography.css */

/* grid.css */
.container {
	width:980px;
	margin:0 auto;
}
.showgrid {
	background:url(/images/2009/grid.png);
}
body {
	margin:0;
	background:#cadeed url(/images/2009/bg_main.jpg) repeat-x left top;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/* end of grid.css */

/* Dumankaya2009 */
/*
*/
a {
	color:#005daa;
	text-decoration:underline;
}
a:hover, a:focus {
	text-decoration:none;
}
img.right {
	float:right;
}
.devamLink {
	background:url(/images/2009/bullet_mavi.gif) no-repeat 0 5px;
}
/*Padding & Margin*/
/*
*/
.padLeft05 {
	padding-left:5px;
}
.padLeft10 {
	padding-left:10px;
}
.padLeft15 {
	padding-left:15px;
}
.padLeft20 {
	padding-left:20px;
}
/*
*/
.padRight05 {
	padding-right:5px;
}
.padRight10 {
	padding-right:10px;
}
.padRight15 {
	padding-right:15px;
}
.padRight20 {
	padding-right:20px;
}
/*

*/
.padBottom10 {
	padding-bottom:10px;
}


.margLeft05 {
	margin-left:5px;
}
.margLeft10 {
	margin-left:10px;
}
.margLeft15 {
	margin-left:15px;
}
.margLeft20 {
	margin-left:20px;
}
/*
*/
.margRight05 {
	margin-right:5px;
}
.margRight10 {
	margin-right:10px;
}
.margRight15 {
	margin-right:15px;
}
.margRight20 {
	margin-right:20px;
}

.margTop30T { margin-top:-30px;}
/**/
/*Header*/
#headerDiv {
	width:980px;
}
#headerDiv #ustMenu {
	color:#adc3d6;
	width:960px;
	padding:5px 0px 5px 0px
}
#headerDiv #ustMenu a {
	color:#adc3d6
}
#headerDiv #ustMenu a {
	padding-left:15px;
	text-decoration:none;
}
#headerDiv #ustMenu a:hover {
	color:#ffffff;
}
#headerDiv #ustAnaMenu {
	background:url(/images/2009/bg_menu.gif) repeat-x left top;
	width:980px;
	float:left;
	height:62px;
}
#headerDiv #ustAnaMenu #logo {
	width:200px;
	float:left;
	padding-top:5px;
}
#headerDiv #ustAnaMenu #ustMenuEleman {
	width:750px;
	text-align:right;
	padding-top:24px;
	float:left;
}
/**/
/*Content*/
#contentDiv {
	background-color:#FFFFFF;
	width:980px;
	float:left;
	padding-bottom:10px;
	vertical-align:top;
}
#contentDiv #flashArea {
	padding:10px;
	text-align:center;
	float:left;
	width:960px;

}
#contentDiv #nasilYardimciOlabiliriz {
	width:240px;
	float:left;
}
/**/
/* Anasayfa */
#contentDiv #anasayfaHaberler {
	float:left;
}
#contentDiv #anasayfaHaberler #ahImage {
	float:left;
}
#contentDiv #anasayfaHaberler #ahContent {
	padding-top:5px;
	float:left;
	
}
#contentDiv #anasayfaHaberler #ahContent p {
	margin-bottom:5px;
}
#contentDiv #kisayolAnasayfa {
	background:url(/images/2009/bg_kisayol_anasayfa.gif) repeat-x 0 0;
	height:135px;
	width:310px;
	float:left;
}
/**/
/* Yeni Projelerimiz */
#contentDiv #yeniProjelerimiz {
	padding-top:10px;
	background-color:#669ecc;
	float:left;
	width:150px;
	color:#FFFFFF;
	min-height:376px;
}
#contentDiv #yeniProjelerimiz p, #contentDiv #tarihceDegerler p {
	margin-bottom:5px;
}
#contentDiv #yeniProjelerimiz img, #contentDiv #tarihceDegerler img {
	margin-bottom:5px;
	margin-top:5px;
}
#contentDiv #yeniProjelerimiz a {
	background:url(/images/2009/bullet_acik_mavi.png) no-repeat 0 5px;
	padding-left:7px;
	color:#b8d2e7;
}
#contentDiv #yeniProjelerimiz a:hover {
	color:#ffffff;
}
/**/
/*Yeni Projelerimiz V2*/
#contentDiv #yeniProjelerimizv2 {
	padding-top:10px;
	background-color:#669ecc;
	width:150px;
	float:left;
	color:#FFFFFF;
	min-height:376px;
}
#contentDiv #yeniProjelerimizv2 #ahImage {
	width:140px;
	float:left;
}
#contentDiv #yeniProjelerimizv2 #ahContent {
	padding-top:5px;
	float:left;
	width:160px;
}
#contentDiv #yeniProjelerimizv2 #ahContent p {
	margin-bottom:5px;
}
/**/
/* Devam Eden Projeler */
#contentDiv #devamEdenProjeler {
	padding-top:10px;
	width:510px;
	float:left;
	background-color:#b8d2e7;
	min-height:376px;
}
#contentDiv #devamEdenProjeler img {
	margin-bottom:10px;
}
#contentDiv #devamEdenProjeler div {
	float:left;
	width:160px;
	padding-bottom:15px;
	padding-top:5px;
}
/**/
#contentDiv #projeHarita {
	float:left;
	margin-top:25px;
}
#contentDiv #linkBar30 {
	height:27px;
	padding-top:3px;
	background-color:#669ecc;
	width:240px;
}
#contentDiv #tamamlananProjelerimiz {
	width:250px;
	float:left;
	margin-top:20px;
}
/* Proje Tab */
#contentDiv #tabsProje {
	float:left;
	width:700px;
}
#contentDiv #tabsProje #tabsProjeButtons {
	float:left;
	width:700px;
	height:40px;
}
#contentDiv #tabsProje #tabsContentDiv {
	float:left;
	width:690px;
	background-color:#b8d2e7;
	padding-top:10px;
	padding-bottom:10px;
}
#contentDiv #tabsProje #tabsContentDiv p {
	margin-bottom:8px;
}
#contentDiv #tabsProje #tabsBuyukResim {
	padding-top:10px;
	float:left;
	width:400px;
}
#contentDiv #tabsProje #tabsIcerik {
	float:left;
	width:270px;
}
#contentDiv #tabsProje #tabsIcerik p {
	margin-bottom:8px;
}
#contentDiv #tabsProje #detayliBilgi {
	width:180px;
	background-color:#005daa;
	height:25px;
	margin-top:20px;
	padding-top:5px;
}
/**/
#contentDiv #digerProjelerimiz {
	width:250px;
	float:left;
	margin-top:40px;
}
#contentDiv #eBrosur {
	background:transparent url(/images/2009/bg_ebrosur.jpg) no-repeat scroll 0 0;
	float:left;
	height:77px;
	margin-top:29px;
	padding-right:70px;
	padding-top:30px;
	width:180px;
}
/* Medya Merkezi */
#contentDiv #basinBultenleri {
	padding-top:10px;
	float:left;
	background-color:#b8d2e7;
	width:351px;
	height:280px;
}
#contentDiv #basinBultenleri img {
	margin:10px 0;
}
#contentDiv #basinBultenleri p {
	margin-bottom:10px;
}
#contentDiv #basinBultenleri a, #contentDiv #tabsMedya #tabsMedyaIcerik a, #contentDiv #basindaDumankaya a, #contentDiv #tarihceDegerler a, #contentDiv #farkliliklarimiz a, #contentDiv #isbirligiOlanaklari a, #contentDiv #uiloginReminders a, a.mavi_bullet {
	background:url(/images/2009/bullet_koyu_mavi.png) no-repeat 0 5px;
	padding-left:7px;
	color:#005daa;
	display:block;
}
#contentDiv #basinBultenleri ul {
	padding-top:0;
	padding-bottom:0;
}
#contentDiv #basinBultenleri li, #contentDiv #basindaDumankaya li, #contentDiv #tarihceDegerler li, #contentDiv #insanKaynaklari li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:18px;
	display:block;
}
#contentDiv #basinBultenleri li a, #contentDiv #basindaDumankaya li a, #contentDiv #tarihceDegerler li a, #contentDiv #farkliliklarimiz li a, #contentDiv #insanKaynaklari li a, a.siyah_bullet {
	background:url(/images/2009/bullet_siyah.png) no-repeat 0 7px !important;
	color:#000000;
	text-decoration:underline;
	padding-left:7px;
}
#contentDiv #basinBultenleri li a:hover, #contentDiv #basindaDumankaya li a:hover, #contentDiv #tarihceDegerler li a:hover, #contentDiv #farkliliklarimiz li a:hover, #contentDiv #insanKaynaklari li a:hover {
	text-decoration:none;
}
#contentDiv #medyaOrta {
	float:left;
	width:381px;
}
#contentDiv #tabsMedya {
	background-color:#b8d2e7;
	float:left;
	width:371px;
}
#contentDiv #tabsMedya #tabsMedyaImage {
	float:left;
	width:155px;
	padding-top:20px;
	padding-bottom:20px;
}
#contentDiv #tabsMedya #tabsMedyaIcerik {
	width:186px;
	float:left;
	padding-top:20px;
}
#contentDiv #basindaDumankaya {
	padding-top:10px;
	margin-top:0px;
	background-color:#b8d2e7;
	float:left;
	width:298px;
	height:489px;
}
#contentDiv #basindaDumankaya #basindaDumankayaImage {
	float:left;
	width:155px;
	padding-top:11px;
}
#contentDiv #basindaDumankaya #basindaDumankayaIcerik {
	float:left;
	width:300px;
	padding-top:10px;
	display:inline;
}
#contentDiv #basindaDumankaya #basindaDumankayaIcerik ul {
	padding:0px;
	width:290px;
}
#contentDiv #tarihceDegerler {
	width:298px;
	height:400px;
	float:left;
	background-color:#b8d2e7;
	padding-top:10px;
	min-height:438px;
}
#contentDiv #uyelereOzelHaberler {
	width:298px;
	height:400px;
	float:left;
	background-color:#b8d2e7;
	padding-top:10px;
	min-height:480px;
}


#contentDiv #ortakDegerler {
	width:351px;
	padding-top:10px;
	float:left;
	background-color:#b8d2e7;
	height:316px;
	min-height:350px;
}

#contentDiv #farkliliklarimiz {
	width:351px;
	padding-top:10px;
	float:left;
	background-color:#b8d2e7;
	height:340px;
	min-height:480px;
}
#contentDiv #farkliliklarimiz table td {
	padding-bottom:4px;
}
#contentDiv #farkliliklarimiz li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:block;
}
#contentDiv #insanKaynaklari {
	background:url(../images/2009/bg_sag_ik.jpg) no-repeat right 30px;
	width:241px;
	float:left;
	margin-top:25px;
}
#contentDiv #isbirligiOlanaklari {
	width:231px;
	float:left;
	background-color:#cadeed;
	margin-top:24px;
	padding-top:10px;
	height:87px;
}
#contentDiv #uilogin {
	width:241px;
	background:#b8d2e7 url(../images/2009/bg_uilogin.gif) repeat-x 0 0;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
}
#contentDiv #uilogin ul {
	margin-left:20px;
}
#ULogin1_txtUUsername, #ULogin1_txtPassword {
	border:#b8d2e7 1px solid;
	height:19px;
	width:139px;
}
#contentDiv #uilogin strong {
	color:#FFFFFF;
}
#contentDiv #uiloginItems {
	width:231px;
	float:left;
	padding-top:10px;
}
#contentDiv #uiloginReminders {
	float:left;
	width:150px;
	font-size:10px;
}
#contentDiv #uiloginButton {
	float:left;
	width:81px;
	text-align:right;
}
#contentDiv .button {
	width:60px;
	height:30px;
	background:url(../images/2009/button_giris.gif) no-repeat 0 0;
	text-indent:-10000px;
	border:none;
	cursor:pointer;
	margin-right:13px;
}

#contentDiv #projeHaberler {
	padding-top:10px;
	width:230px;
	float:left;
	background-color:#b8d2e7;
	min-height:500px;
}

#contentDiv #projeKomsunuzuTaniyin {
	padding-top:10px;
	padding-right:10px;
	width:265px;
	float:left;
	background-color:#b8d2e7;
	min-height:500px;
}

#contentDiv #projeyeOzel {	float:left; width:144px;}
#contentDiv #projeyeOzel img { margin-bottom:10px;}

#contentDiv .UserInfo { background-color:#669ecc; margin:0px 0px 10px 10px; color:#FFFFFF; width:960px; }
#contentDiv .UserInfo td { padding:5px;}
#contentDiv .UserInfo a, a:link a:visited a:hover { color:#FFFFFF; text-decoration:none;}
 
#contentDiv #yardim { width:261px; float:left; margin-top:-17px}

#contentDiv #projeReklamTanitim {
	width:231px;
	background-color:#cadeed;
	margin-top:10px;
	padding:10px;
}

#contentDiv #HizmetMerkeziLeft {
 width:270px;
 padding:46px 0px 0px 0px;
 margin:10px 10px 10px 10px;
  float:left;

}

#contentDiv #HizmetMerkeziLeft a, a:link a:visited a:hover { text-decoration:none; color:#000; }
#contentDiv #HizmetMerkeziRight a, a:link a:visited a:hover { text-decoration:none; color:#000; }
#contentDiv #HizmetMerkeziLeft img { margin-right:8px}
#contentDiv #HizmetMerkeziLeft h2 { font-size:15px; width:250px}

#contentDiv #HizmetMerkeziLeft .t_gayrimenkul_degerlendirme {
	margin:10px 0px 10px 0px;
	padding:60px 5px 10px 5px; width:260px; height:130px; background:url(../images/2009/hizmet_merkezi/t_gayrimenkul_degerlendirme.jpg) no-repeat;
}
#contentDiv #HizmetMerkeziRight .t_3d_dizayn {
	margin:10px 10px 10px 0px;
	padding:60px 5px 10px 5px; width:230px; height:130px; background:url(../images/2009/hizmet_merkezi/t_3d_dizayn_destek.jpg) no-repeat;
	float:left;
}
#contentDiv #HizmetMerkeziRight .t_sadakat_sistemi {
	margin:10px 10px 10px 0px;
	padding:60px 5px 10px 5px; width:199px; height:130px; background:url(../images/2009/hizmet_merkezi/t_sadakat_sistemi.jpg) no-repeat;
	float:left;
}
#contentDiv #HizmetMerkeziRight .t_musteri_hizmetleri {
	margin:10px 0px 10px 0px;
	padding:60px 5px 10px 5px; width:201px; height:130px; background:url(../images/2009/hizmet_merkezi/t_musteri_hizmetleri.jpg) no-repeat;
	float:left;
}
#contentDiv #HizmetMerkeziRight .t_musteriler_ormani {
	margin:10px 10px 10px 0px;
	padding:60px 5px 10px 5px; width:199px; height:130px; background:url(../images/2009/hizmet_merkezi/t_musteriler_ormani.jpg) no-repeat;
	float:left;
}
#contentDiv #HizmetMerkeziLeft .t_daire_sahiplerine_ozel {
	background-color:#CBDEED;
	padding:5px;
	margin-bottom:10px;
	height:90px;
	
}

#contentDiv #HizmetMerkeziLeft .t_satis_sonrasi_hizmetler {
	background-color:#EDEACB;
	padding:5px;
	margin-bottom:10px;
	height:90px;
}

#contentDiv #HizmetMerkeziLeft .t_siz_sorun {
	margin:10px 0px 10px 0px;
	padding:50px 5px 10px 5px; width:260px; height:45px; background:url(../images/2009/iletisim_merkezi/t_siz_sorun.jpg) no-repeat;
}
#contentDiv #HizmetMerkeziLeft .t_size_nasil {
	margin:10px 0px 10px 0px;
	padding:55px 5px 10px 5px; width:260px; height:45px; background:url(../images/2009/iletisim_merkezi/t_size_nasil.jpg) no-repeat;
}
#contentDiv #HizmetMerkeziLeft .t_sikca_sorulan {
	margin:10px 0px 10px 0px;
	padding:55px 5px 10px 5px; width:260px; height:45px; background:url(../images/2009/iletisim_merkezi/t_sikca_sorulan.jpg) no-repeat;
}
#contentDiv #HizmetMerkeziRight .t_webden_ara {
	margin:10px 10px 10px 0px;
	padding:60px 5px 10px 5px; width:325px; height:70px; background:url(../images/2009/iletisim_merkezi/t_webden_ara.jpg) no-repeat;
	float:left;
}
#contentDiv #HizmetMerkeziRight .t_ara {
	margin:10px 0px 10px 0px;
	padding:60px 5px 10px 5px; width:325px; height:70px; background:url(../images/2009/iletisim_merkezi/t_ara.jpg) no-repeat;
	float:left;
}


#contentDiv #HizmetMerkeziLeft .t_teslimat_sonrasi {
	background-color:#CAEDE6;
	padding:5px;
	height:90px;
}

#contentDiv #HizmetMerkeziRight {
 width:680px;
 padding:0px;
 margin:10px 0px 0px 0px;
 float:left;
}

#icerikResim {
	float:left;
	width:699px;
	height:146px;
	padding-top:10px;
}
#icerikDiv {
	float:left;
	width:689px;
}
#icerikProjeDiv {
	width:960px;
}
#icerikProjeDiv #icerik {
	width:960px;

}

#breadcrumb {
	float:left;
	width:689px;
	height:39px;
	border-bottom:1px solid #669ecc;
}
#icerik {
	padding-top:10px;
	text-align:left;
	width:689px;
	float:left;
	padding-bottom:20px;
}
#icerik h2 {
	font-size:16px;
	font-style:italic;
	font-family:"Myriad Pro", arial, sans-serif;
	line-height:18px;
}
#icerik img {
	margin-right:10px;
	margin-bottom:10px;
}
#icerik p {
	margin-bottom:10px;
}
#icerik table td {
	padding:5px;
}
#icerik ul {
	list-style:none;
}
#icerik li {
	background:url(../images/2009/bullet_siyah.png) no-repeat 0 5px;
	padding-left:10px;
	margin-left:5px;
	margin-bottom:4px;
}
.tabloBas {
	background-color:#669ecc;
	color:white;
}
.tabloBas2 {
	background-color:#80c0f5;
	color:white;
}
.tabloZebra01 {
	background-color:#dfebf4;
	border-bottom:1px solid #fff;
}
.tabloZebra02 {
	background-color:#eef7fe;
}
.tabloZebra03 {
	background-color:#eef7fe;
}
#sagAlan {
	margin-top:10px;
	width:251px;
	float:left;
	padding-bottom:20px;
}
#uyeInfo {
	width:689px;
	height:20px;
	color:#FFFFFF;
	background-color:#669ecc;
	float:left;
	margin-top:-10px;
	margin-bottom:10px;
	margin-right:270px;
}
/*Daire Sahiplerine Özel */
#DSOHaberler {
width:220px;
	height:369px;
	float:left;
	background-color:#b8d2e7;
	padding-top:10px;
	}
#DSOOrtaKolon {
width:275px;
	padding-top:10px;
	float:left;
	background-color:#b8d2e7;
	height:370px;
	}
#DSOprojenizeOzel {
	width:144px;
	float:left;
	background-color:white;
	height:370px;
	}
#DSOreklamTanitim {
	background-color:#b8d2e7;
	width:241px;
	float:left;
	margin-top:10px;
	}
/*Footer*/
#footerDiv {
	color:#005daa;
	width:980px;
}
#footerDiv #footerCopyright a {
	color:#005daa;
	text-decoration:underline;
}
#footerDiv #footerCopyright a:hover {
	text-decoration:none;
}

/* */
@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
}
 @media print {
.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}
.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
.sIFR-active h1, .sIFR-active h3 {
	visibility: hidden;
	font-family: Verdana;
}
.sIFR-active h1 {
	padding-bottom: 0;
	font-size:18px;
	color:#333333;
	margin-left:-1px;
}
/*.sIFR-active h2 {
	font-size: 12px;
	color:#4776bb;
}*/
.sIFR-active h3 {
	font-size: 16px;
}
}
/* Accordion jquery class */
#list1b { margin-top:10px;}
#list1b a.listbaslik { display:block; cursor:pointer;  text-decoration:none; border-bottom:1px solid #15204A; margin-bottom:8px; } 
#list1c { margin-top:10px;}
#list1c a.listbaslik { display:block; cursor:pointer; text-decoration:none; border-bottom:1px solid #15204A; margin-bottom:8px; padding-bottom:10px; padding-top:10px; } 
/* Accordion jquery class */
/***************** lightbox *******************/

.bluedream table {
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	background-color: #e6e6e6;
}
.bluedream {
	background-color: #e6e6e6;
}
.bluedream caption { border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 
 text-transform:uppercase;
}
.bluedream td, th {
	padding:.4em;
}
.bluedream tr { border:1px dotted gray;
}
.bluedream thead th, tfoot th {
	background:#cfd8df;
	color:#5f6160;
	padding:3px 10px 3px 10px;
	
	text-transform:uppercase;
}
.bluedream tbody td a { color:#363636;
 text-decoration:none;
}
.bluedream tbody td a:visited { color:gray;
 text-decoration:line-through;
}
.bluedream tbody td a:hover { text-decoration:underline;
}
.bluedream tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
.bluedream tbody{ background-color:e6e6e6}
.bluedream tbody th a:hover { color:#363636;
}
.bluedream tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
.bluedream tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
.bluedream tbody th, tbody td { 
 vertical-align:top;
}
.bluedream tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
.zebrabludream01 {
	background-color: #f3f3f3;
}

.bluedream tbody tr:hover { background:#b2cee4;
 border:1px solid #03476F;
 color:#000000;
}

.dkmobil-flash { display:none; visibility:hidden; }




#pannneeelll2, #pannneeelll3, #pannneeelll4 { display:none; }

#tabmain { background:#fff;}
.tab { border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; height:230px; }
   