@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F5F5F5;
}
H1{
	margin:0;
	padding:0;
	font:bolder 1.5em Arial;

}
H2{
	margin:0;
	padding:0;
	font:bolder 12px Arial;
}
H3{
	margin:0;
	padding:0;
	font:bolder 1.2em Arial;
}
p{margin:0;padding:0;}
/*
a{color:#000000;text-decoration:none;}
a:active{color:#000000;text-decoration:none;}
a:hover{color:#333C75;text-decoration: underline;}
*/
/* ////////////////////////////////////////////////////////////////////////////// */
.gmap {
	border: 1px solid rgb(0, 0, 0);
	width: 640px;
	height: 480px;
	clear: both;
}

#main_table{
background-color:#FFF;
border-collapse:collapse;
border-left:2px solid #333;
border-right:2px solid #333;
border-bottom:2px solid #333;
height:100%;
}
#icerik {
margin:0 40px;
/*width:700px;*/
overflow:hidden;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
color:#333;
text-align:left;
}
#icerik_sag{
float:right;
/*position:relative;*/
width:245px;
margin:0;
padding:0;
background-color:#fff;
}
.divider {
display:block;
clear:both;
height:25px;
}
#footer {
font:normal 10px Verdana, Arial, Helvetica, sans-serif;
color:#333;
}
/* ////////////////////////////////////////////////////////////////////////////// */
#menu {
  float:left;
  /*
  width:700px;
  font-size:93%;
  border:1px solid #FF0000;
  background:#DAE0D2 url("../img/bg.gif") repeat-x top;*/
  line-height:normal;
  }
#menu ul {

  margin:0;
  /*padding:10px 10px 0;*/
  padding:0;
  list-style:none;
  }
#menu li {
  border-top:1px solid #999;
  float:left;
  background:url("../img/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#menu a {
  float:left;
  display:block;
  background:url("../img/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font:bold 13px "Trebuchet MS", Arial, Verdana;
  color:#888;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#000;
  /*background-image:url("img/right_on.gif");*/
  }
  
#menu #current {
  background-image:url("../img/left_on.gif");
  }
#menu #current a {
  background-image:url("../img/right_on.gif");
  color:#000;
  padding-bottom:5px;
  text-decoration:underline;
  }
  
/* ///////////////////////////////////////////////////////////////////// */
.imageBox_Container{float:right;}
.imageBox{
	width:116px;	/* Total width of each image box */
	height:79px;	 /*Total height of each image box */
	float:left;
	margin:0px;
	/*float:right;*/
	cursor:pointer;
}
.imageBox_theImage{
	width:110px;	/* Width of image */
	height:72px;	/* Height of image */
	/* 
	Don't change these values *
	*/
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 1px auto;
	margin-bottom:2px;
}
	
.imageBox .imageBox_theImage{
	border:1px solid #aaa;	/* Border color for not selected images */
}
.imageBox_label{
	text-align:center;
	font-family: arial;
	font-size:10px;		
	margin: 0 auto;
}
/* ///////////////////////////////////////////////////////////////////// */