/* CSS Document */
*
	{
		font-family:"Trebuchet ms", Tahoma, verdana, arial;
		font-size:12px;
	}
body
	{
		margin:0px;
		background:url(images/bck.jpg) repeat-x;
	}
a
	{
		color:#20b1f4;
	}
a:hover
	{
		color:red;
		text-decoration:none;
	}
/********************************************************/	
.top
	{
		height:48px;
		background:url(images/bck_top.jpg) no-repeat;
		width:960px;
	}
.top td
	{
		padding-left:10px;
		padding-right:10px;
	}
.top span{background-color:#86c3e8;color:white; padding-right:4px; padding-left:4px;}
.top a{color:#dcdbdb; text-decoration:none}
.top a:hover{color:#20b1f4;}
/********************************************************/
.banner
	{
		height:202px;
		background:url(images/bck_banner.jpg) no-repeat;
		width:960px;
	}
/********************************************************/
.ara
	{
		width:81px;
		height:23px;
		bordeR:none;
		color:white;
		background:url(images/bckAra.jpg) no-repeat;
		cursor:pointer;
	}	
/********************************************************/	
.banner2
	{
		height:29px;
		background:url(images/bck_under_banner.jpg) no-repeat;
		width:960px;
	}
.banner2 td
	{
		padding-right:10px;
		padding-top:10px;
	}
/********************************************************/	
.container
	{
		height:100%;
		background:url(images/bck_container.jpg) repeat-y;
		width:960px;
	}
.container tr
	{
		vertical-align:top;
		color:#2a464a;
	}
/********************************************************/	
.footer
	{
		height:84px;
		background:url(images/bck_footer.jpg) no-repeat;
		width:960px;
	}
.footer td
	{
		text-align:center;
		color:#909090;
		font-size:10px;
	}
.footer a{ font-size:10px; color:#20b1f4;}
.footer a:hover{ text-decoration:none;}
/**************************************************SUB PAGES******************************************************/
.egitmenler
	{
		width:100%;
	}
.egitmenler a
	{
		color:#20b1f4;
	}
.egitmenler a:hover
	{
		color:red;
	}
.egitmenler div
	{
		z-index:1;
		position:absolute; 
/*		margin-top:30px;*/
		vertical-align:middle;
		height:430px;
		border:1px solid black;
		padding:60px;
		background-color:black;
		background:url(images/egitmenler/bckDiv.png);
		color:white;
		width:930px;
	}
.egitmenler div b
	{
		font-size:16px;
	}
.egitmenler div span
	{
		width:726px;
	}
.egitmenler div a{color:#cfe9f8;}
.egitmenler div a:hover{color:#20b1f4}
.egitmenler div div
	{
		position:absolute; 
		margin-top:-40px;
		right:4px;
		top:45px;
		padding:0px;
		background:url(images/egitmenler/bckDiv.png);
		color:white;
/*		width:1%;*/
	}
/***************************************************************************************/
.galeri
	{	
		width:100%;
	}
.galeri td
	{
		text-align:center;
	}
/****************************************************************************************/
.programFieldset
	{
		padding:10px;
		padding-top:20px;
	}
.programFieldset legend
	{
		color:red;
		padding:4px;
		margin-left:-8px;
		margin-bottom:10px;
		font-size:14px;
	}
.program
	{
		border-collapse:collapse;
		width:100%;
	}
.program thead td
	{
		text-align:center;
		font-weight:bold;
		background-color:#20b1f4;;
		color:white;
		background:url(images/theadBck.jpg);
	}
.program tbody td
	{
		vertical-align:middle;
	}
.program tbody #0{color:black; text-align:center;}
.program tbody #1{background-color:#ffff00;}
.program tbody #2{background-color:#ff9900;}
.program tbody #3{background-color:#ff0000;}
.program tbody #4{background-color:#0000ff;color:white;}
.program tbody #5{background-color:#339966;}
.program tbody #6{background-color:#cc99ff;}
.program tbody #7{background-color:#ff99cc;}
.program tbody #8{background-color:#ccffcc;}
.program tbody #9{background-color:#ccffff;}

