@charset "iso-8859-9";
/* CSS Document */
body {
	font-family:Tahoma;
	font-size: 11px;
	color:#CCC;
	margin:0 auto;
	text-align:center;
	background:#333;
	
}

a {	font-family:Tahoma;	}
a:link {
	text-decoration:none;
	color:#CCC;
}
a:visited {
	text-decoration:none;
	color:#CCC;
}
a:hover {
	text-decoration:none;
	color:#FFF;
}


h1 {
	font-family:Tahoma;
	font-size:11px;
}

h2 {
	font-family:Tahoma;
	font-size:12px;
}

h3 {
	font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.white_title {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
}

.yellow_title {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FECB66
}

.yellow_title:link{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FECB66;
	text-decoration:none;
}
.yellow_title:visited{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FECB66;
	text-decoration:none;
}
.yellow_title:hover{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}


.releated_link {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#fff
}

.releated_link:link{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}
.releated_link:visited{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}
.releated_link:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}

form {
	margin:0;
	padding:0;
}

form .submit {
	width:99px;
	height:30px;
	border:none;
	background:url(../images/submit_bt_bg.png) no-repeat;
	font-size:12px;
	color:#FFF;
	
}

form input,textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;	
	padding:4px;
}


#container {
	margin:0 auto;
	width:972px;
	color:#ccc;
	min-height:600px;; 
	height:auto;
	background:#999 ;
	
	

}

.top_header {
	background-image:url(../images/top_header.png);
	background-repeat:no-repeat;
	width:972px;
	height:84px;
	margin:0 auto;
	
}

.top_header .top_link {
	display:block;	
	position:relative;
	width:330px;
	height:84px;
	float:left;
}

.top_header .top_link span {
	display:none;	
}

.top_header .top_menu {
	float:left;
	width:auto;
	height:auto;
	position:relative;
	top:52px;
	z-index: 1000;
	margin-left:67px;
}


/* GRY BOX MODEL */
.dark_gry_bg {
	background:#333;
}

.box_model_properties {
	margin:3px;
	
}
.dark_gry_box_lt_corner {
	background:url(../images/drk_gry_box_lt_corner.png) no-repeat left top;
	width:7px;
	height:7px;
}.dark_gry_box_rt_corner {
	background:url(../images/drk_gry_box_rt_corner.png) no-repeat right top;
	width:7px;
	height:7px;
}
.dark_gry_box_lb_corner {
	background:url(../images/drk_gry_box_lb_corner.png) no-repeat left bottom;
	width:7px;
	height:7px;
}
.dark_gry_box_rb_corner {
	background:url(../images/drk_gry_box_rb_corner.png) no-repeat right bottom;
	width:7px;
	height:7px;
}
/* GRY BOX MODEL */

/* GRY BORDER #999 NO PADDING 2 PX */
.gry_border_no_padding {
	border:2px #999 solid;
	width:auto;
	height:214px;
}

/* GRY BORDER #999 NO PADDING 2 PX */

#home_yelkenk_box img {
	margin:0 0 5px 0;	
}
#home_jimnastik_box img {
	margin:0;	
}

.small_box_hd {
	background:#333;
	color:#FFF;
	text-align:left;
	height:32px;
	padding-left:4px;
	
}

.small_box_content {
	background:#454545;
	padding:10px;
	text-align:left;
	height:100%;
}

.small_box_linkage_content {
	background:url(../images/linkage_bg.png) repeat-x;
	padding:10px;
	text-align:left;
	height:125px;
	
	
}

#poll_form label {
	display:block;
	
}

.linkage_ul {
	padding:0;
	margin:0;
	margin-left:15px;
	
	
	
}

.linkage_ul li {
	list-style-image:url(../images/arrow_yellow.png);
	list-style-type:none;
	color:#FFF;
	padding:3px 0;
	
	
	
	
}

.linkage_ul li .selected{
	list-style-image:url(../images/arrow_yellow.png);
	list-style-type:none;
	color:#FFF;
	padding:3px 0;
	background:url(../images/category_selected_bg.png) no-repeat;
	margin-left:4px;
	display:block;
	
}


.div_home_gry_box {
	background:url(../images/home_drk_gry_box.png) no-repeat;
	width:194px;
	height:197px;
}

.div_home_gry_box_hd {
	font-family:Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:left;
	padding:5px;
}

.div_home_gry_box_content {
	padding:12px;
	text-align:left;
}
.border_yellow_1px {
	border:#FC3 1px solid;	
}
.border_gry_1px {
	border:#CCC 1px solid;	
}
.border_gry_2px {
	border:#CCC 2px solid;	
}

.thumbnail_image {
	border:#999 1px solid;
	margin-top:2px;
	padding:2px;
	position:relative;
}

.teknik_kadro_image {
	margin-right:4px;	
}

.takim_liste_tbl {
	background:none;	
}
.takim_liste_tbl th {
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FECB66;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	border-top:1px #666 solid;
	border-bottom:1px #666 solid;
	background:#4D4D4D;	
}
.takim_liste_tbl td {
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
}

.error {
	color:#FECB66;	
}

.galery_box {
	/*border:1px #E8E8E8 solid;*/
	width:160px;
	height:178px;
	text-align:center;
	background:url(../images/galery_box_bg.png) repeat-x;
	margin-bottom:2px;
	margin-right:5px;
	margin-left:4px;
}
.galeri_resim {
	margin-top:2px;
	border:3px #FFFFFF solid;
}
