
/* Template-specific stuff
 *
 * Customizations just for the template—these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
	background-image:url(../images/grey.png);
	background-repeat: repeat;


}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
 
   background-color:#fff; 


}

/* Demonstrate the grids */


.yazi
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

.yazi .baslik
{
	
	
	font-weight: 900;
	font-size:17px;
}

.kutu
{
	
}

.kutu .ust
{
	width: 187px;
	height: 39px;
	background-image: url('../images/kutu-ust.png');
	
	
}
.kutu .orta
{
	
	background-image: url('../images/kutu-orta.png');
	
}
.kutu .alt
{
	width: 187px;
	height: 20px;
	background-image: url('../images/kutu-alt.png');
	
	
}





/*list menu yapımı*/
.menu-liste
{
	
	
}
.menu-liste  ul
{
	list-style:none; /*listedeki baş tagları kaldırdı*/
	margin: auto;
	height: auto;
	
	padding-left: 0px;/*bg imajının soldan uzaklığı*/
}
.menu-liste li
{
/*	float: left;    DİKEY HİZALAMA  yatay hizalama icin burada olacak */
}

.menu-liste ul a {
	background-image: url(../images/link-ust.png);/*ustune gelince degisen fon -asagida devamı var-*/
	background-repeat: no-repeat;
	/*background-position: center;*/
	padding-left: 17px; /*link yazısının soldan uzaklığı*/
	padding-right: 17px;/*link yazısının sağdan uzaklığı -dengelemek icin kullandım-*/
	display: block;
	line-height: 39px; /*linklenecek alan yüksekliği*/
	text-decoration: none;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}
.menu-liste ul a:hover {
text-decoration: none;
color: #ff0;
background-image: url(../images/link-alt-2.png); /*ustune gelince degisen fon*/
}


/*list menu yapımı*  bitiş */





/* YATAY list menu yapımı*/

/* 	YATAYDA ALT BG İMAJI BÜYÜK VERİRSEN UCU KACİRMAZSIN BUNA DİKKAT ET  DENEMELİ*/


.yatay-menu-liste
{
		
	background-image: url(../images/ust-menu-bg.png);
	height: 46px;/*orta kısımdaki menünün dışına taşmak için*/
	padding-top:5px; /* ?DİKEY ORTALAMA?????????? */
	
}
.yatay-menu-liste  ul
{
	list-style:none; /*listedeki baş tagları kaldırdı*/
	margin: auto;
	height: auto;
	width: 1170px; /* yatay menu genislik */ /* DİKKAT BOYDAN BOYA MENÜ OLACAKSA TOPLAM EN BÜYÜKLÜĞÜNÜ BURAYA YAZIOSUN*/
	padding-left: 0px;/*bg imajının soldan uzaklığı*/
	

}
.yatay-menu-liste li
{
	float: left;   /* YATAY HİZALAMA */  /* yatay hizalama icin burada olacak */

}

.yatay-menu-liste ul a 
{
	background-image: url(../images/link-ust.png);/*ustune gelince degisen fon -asagida devamı var-*/
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px; /*link yazısının soldan uzaklığı*/
	padding-right: 17px;/*link yazısının sağdan uzaklığı -dengelemek icin kullandım-*/
	display: block;
	line-height: 35px; /*linklenecek alan yüksekliği*/
	text-decoration: none;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}
.yatay-menu-liste ul a:hover {
text-decoration: none;
color: #F00;
background-image: url(../images/link-alt-2.png); /*ustune gelince degisen fon*/
}


/*  YATAY list menu yapımı*  bitiş */






















p
{
	padding: 5px;

}
.kutu-baslik
{
	color: #fff;
	font-size: 12px;
	margin-left: 28px;
	padding-top: 10px;
}

.font
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#fff;
	font-weight:bold;
}

.font2

{
 color:#000;
 	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	
	font-weight:bold;	
}

.baslikkutu
{
	background-color:#036;height:40px; padding:8px;	
}
.baslik
{
	
color:#FFFFFF;

	}
.baslik:hover
{
		
color: #FF3;
text-decoration:none;
}

.link{
	font-family: Tahoma, Geneva, sans-serif;
	line-height:20px;
	font-size:12px;
	
color:#000;

	}
.link:hover
{
		
color: #0dd;
text-decoration:none;
}





#map-canvas, #map_canvas {
  height: 350px;
  width: 650px;
}
#map-canvas2, #map_canvas2 {
  height: 350px;
  width: 650px;
}
@media print {
  htm, body {
    height: auto;
  }



  }
  
#panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}