body {
	font-family: Tahoma;
}

td {
	font-family: Tahoma;
}

th {
	font-family: Tahoma;
}


.kutu1 {
background:#dcdcdc;
font-family:Tahoma;
font-size:20px;

}

.kutu2 {
background:#cdcdcd;
font-family:Tahoma;
font-size:20px;
color:#000000;
}

.style2 {
font-size: 12px;
line-height:16px;
color:#000000;

}

.style2 a{
font-size: 12px;
line-height:16px;
text-decoration:none;
color:#000000;

}

.style2 a:hover{
font-size: 12px;
line-height:16px;
text-decoration:none;
color:#666666;
}
.style3 {
font-size: 12px;
color: #d5323a;
}

.style3 a{
font-size: 12px;
color: #d5323a;
text-decoration:none;
}

.style3 a:hover{
font-size: 12px;
color: #000000;
text-decoration:none;
}

.buyuktimes {
font-family:Tahoma;
font-size:70px;

}

.solbaslik {
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

.solbaslik a{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.solbaslik a:hover{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#d5323a;;
text-decoration:none;
}

.yarayan {
font-family:Tahoma;
font-size:20px;
font-weight:bold;
}

.bizkimiz {
font-size:40px;
font-family:Tahoma;
color:#FFFFFF;
}

.ozgecmis {
font-size:12px;
font-family: Tahoma;
color:#000000;
}

.gorev {
font-size:18px;
font-family: Tahoma;
color:#ffffff;
}




		.accordion_toggle {
			display: block;
			height: 30px;
			width: 380px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
			text-align:center;
			
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
				
			}

		.horizontal_accordion_toggle {

			float: left;
			display: block;
			height: 400px; /* yükseklik */
			width: 25px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border: 1px solid #999999;
			cursor: pointer;
			margin: 0 0 0 0;
			background:#CCCCCC;
			text-align:center;
			line-height:2em;
			vertical-align: middle;
		}
		
		.horizontal_accordion_toggle_active {
			border: 1px solid #999999;
			background:#666666;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 400px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 250px; /* içerik genislik*/
				line-height: 150%;
				padding: 5px 5px 5px 5px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 10px 0 20px 0;
      width: 602px;   
      height: 400px;    
    }
