.mnu1 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: arial;	
	text-decoration:none;
}

.mnu1:hover {
	color: #FE7E00;
	text-decoration:underline;
}

.txttit {
	font-size: 24px;
	color: #17469E;
	font-family: arial;	
	text-decoration:none;
}

.txt {
	font-size: 12px;
	color: #565D5E;
	line-height: 16px;
	font-family: verdana;	
	text-decoration:none;
}

.txt1 {
	font-size: 13px;
	color: #80889D;
	line-height: 15px;
	font-family: verdana;	
	text-decoration:none;
}

.txt1_2 {
	font-size: 12px;
	color: #80889D;
	font-family: arial;	
	text-decoration:none;
}

.txt2 {
	font-size: 13px;
	color: #4496C7;
	font-family: arial;	
	text-decoration:none;
}

.txt3 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	font-family: verdana;	
	text-decoration:none;
}

.txt3_2 {
	font-size: 12px;
	color: #039C01;
	line-height: 16px;
	font-family: tahoma;	
	text-decoration:none;
}

.txt3_3 {
	font-size: 12px;
	color: #565D5E;
	line-height: 16px;
	font-family: tahoma;	
	text-decoration:none;
}

.txt3_3lnk {
	font-size: 12px;
	color: #FF7F33;
	line-height: 16px;
	font-family: tahoma;	
	text-decoration:underline;
}

.txt3_3lnk:hover {
	color: #565D5E;
	text-decoration:none;
}

.txt3byz {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-family: tahoma;	
	text-decoration:none;
}

.txt4 {
	font-size: 15px;
	color: #677C42;
	line-height: 24px;
	font-family: arial;	
	text-decoration:none;
}

.txt5 {
	font-size: 14px;
	color: #598D29;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:none;
}

.lnk01 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-family: verdana;	
	text-decoration:underline;
}

.sube_tit {
	font-size: 24px;
	color: #F77807;
	font-family: arial;	
	text-decoration:none;
}

.lnk02 {
	font-size: 10px;
	color: #F77807;
	font-family: tahoma;	
	text-decoration:underline;
}

.lnk02:hover {
	color: #90CE3E;
	text-decoration:none;
}

.slogan {
	font-size: 27px;
	color: #FFFFFF;
	font-family: arial;	
	text-decoration:none;
}



.color {
	font-size: 9px;
	color: #949494;
	font-family: verdana;	
	text-decoration:none;
}

.color:hover {
	color: #90CE3E;
	text-decoration:none;
}

H1 {

	FONT-WEIGHT: normal;

	FONT-SIZE: 20px;

	COLOR: #4696C7;

	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;

	MARGIN: 0px 0px 0px 0px;	

}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Mobil uyumluluk için responsive düzenlemeler */
@media (max-width: 800px) {
  body, html {
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
  }
  table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    display: block !important;
    overflow-x: auto !important;
    box-sizing: border-box;
  }
  tr, tbody {
    display: block !important;
    width: 100% !important;
  }
  td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
    max-width: 100vw !important;
  }
  [width], [height] {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: 100vw !important;
  }
  img, table img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .menu_of, .menu_on {
    font-size: 18px !important;
    padding: 12px 0 !important;
    display: block !important;
    text-align: left !important;
    border-bottom: 1px solid #eee;
    background: #fff !important;
  }
  h1, .txttit {
    font-size: 1.5rem !important;
    text-align: left !important;
    margin-top: 1rem;
  }
  .txt, .txt1, .txt2, .txt3, .txt3_2, .txt3_3, .txt3_3lnk, .txt3byz, .txt4, .txt5 {
    font-size: 16px !important;
    line-height: 1.7 !important;
    padding: 0 4px !important;
  }
  .center, [align="center"] {
    text-align: left !important;
  }
  /* Tabloları yatay kaydırılabilir yap */
  .responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}

html, body {
  font-family: 'Poppins', Arial, sans-serif !important;
}

body, html {
  font-size: 16px;
  line-height: 1.7;
  color: #232323;
  background: #fff;
}

.mnu1, .txttit, .txt, .txt1, .txt1_2, .txt2, .txt3, .txt3_2, .txt3_3, .txt3_3lnk, .txt3byz, .txt4, .txt5, .sube_tit, .slogan, .color, h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-weight: 400;
  color: #232323;
}

.txt, .txt1, .txt1_2, .txt2, .txt3, .txt3_2, .txt3_3, .txt3_3lnk, .txt3byz, .txt4, .txt5 {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #232323 !important;
}

h1, .txttit {
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
  color: #232323 !important;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1.1em;
}