.ust2 {
	background:#185661;
	background:url(../images/bg.png) center top #52a301; 
	height:150px;
	width:100%;
	position:relative;
	border-bottom:1px solid rgba(255,255,255,.5);
	box-shadow:0px 0px 1px rgba(0,0,0,0.5)
}
.ust3 {
	width:1000px;
	height:150px;
	margin:0 auto;
	position:relative
}
.ust4 {
	margin:-20px auto
}
#sayfaBasligi {
	position:absolute;
	color:#fff;
	right:13px;
	bottom:42px;
	font-size:22pt
}

/*---------------------------------------------------------------------------------------------------*/
.icerik {
	height:auto;
}
.solBolum {
	width:225px;
	float:left;
	padding-top:10px;
	background:url(../images/bgSol.png) repeat-x bottom;
	border-right:1px solid #eee;
}
.solBolum p {padding-bottom:10px}
.solBolum h1 {font-size:13pt;font-family:Tahoma;padding-bottom:10px;color:#c00;padding-left:10px;border-bottom:1px dashed #d1d1d1;}
.solBolum .icon1 {position:absolute;height:48px;width:48px;top:-15px;left:-15px;}

.solBolum ul { width:100%; padding:13px 0 20px 0;  }
.solBolum ul li { text-align:left; line-height:24px; height:30px; background:url(../images/next.png) no-repeat left; padding-left:30px;padding-top:6px; font-weight:bold;border-bottom:1px solid #eee;border-top:1px solid #fff}
.solBolum ul li a { color:#c00; text-decoration:none;height:24px }
.solBolum ul li:hover {background:#c00 url(../images/next2.png) no-repeat left;}
.solBolum ul li:hover a {color:#fff}

.sagBolum {
	width:774px;
	float:left;
	background:#fff;
}
.sagBolum p {padding:10px;color:#333}
.sagBolum h1 {padding-left:10px;margin-top:-9px;padding-bottom:9px;border-bottom:1px dashed #f1f1f1;color:#c00;font-size:13pt}
#mytable {width:95%;margin-bottom:15px;box-shadow:0px 0px 7px rgba(0,0,0,0.3);}
#mytable th {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #fff;
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	border-top: 1px solid #c00;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #fff url(../images/bg_header.jpg) repeat-x;
}
#mytable td {
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #971414;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
#mytable td:first-child {border-left:1px solid #c00;}
#mytable a {color:#c00;text-decoration:none}
#mytable a:hover {color:#F60;}

#mytable2 {box-shadow:0px 0px 7px rgba(0,0,0,0.3);margin:16px;width:96%}
#mytable2 td {padding:6px}
#mytable2 h1 {border:none;margin:0}
#mytable3 {width:100%;border-collapse:collapse}
#mytable3 td {color:#222;font-weight:bold}
#mytable3 td:nth-child(3) {font-weight:bold;color:#C00}
#mytable3 td {border-bottom:1px solid #eee}
#mytable3 tr:last-child td {border-bottom:none}

#haberler {margin:15px;min-height:300px}
#haberler li {border-bottom:1px dashed #ccc;height:20px;padding:4px;background:url(../images/hnext.png) left no-repeat;text-indent:20px}
#haberler li a {color:#c00;font-weight:bold;text-decoration:none;}
#haberler li a:hover {color:#222}
#haberler li span {color:#666}
.iltsm {border-collapse:collapse}
.iltsm tr:hover {background:#eee}

#bilgiForm {border-collapse:collapse;border:none;width:100%;}
#bilgiForm td {padding:6px;font-size:11px;font-family:Tahoma, Geneva, sans-serif;letter-spacing:1px}
#bilgiForm tr {border-bottom:1px solid #eee}
#bilgiForm td:last-child {color:#c00;font-size:10px;}
input[type=text],select {
	padding:6px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #ccc;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2) inset;
	background:#f9f9f9;
	color:#666;
	width:250px
}
textarea {
	padding:6px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #ccc;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2) inset;
	background:#f9f9f9;
	color:#666;
	width:250px;
	height:100px;
	resize:none;
}
input[type=submit],input[type=button]{
	background:#c00;
	padding:6px;
	border:none;
	color:#fff;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}
input[type=submit]:hover,input[type=button]:hover {background:#900;cursor:pointer}
#formSonuc {padding:6px;font-weight:bold}

#cizgisiz {border:none;margin-top:10px;font-size:11pt}
.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e6e6e6;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#474747 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#474747),
		to(#000000));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
		letter-spacing:0
}
.css3button:hover {background:#c00;cursor:pointer;color:#fff}
.css3button a:hover {color:#fff}
#mytable th {color:#fff;padding:10px}
#mytable th a {color:#fff;font-size:11px;font-weight:bold;font-family:Tahoma, Geneva, sans-serif}

#mytable4 {box-shadow:0px 0px 7px rgba(0,0,0,0.1) inset;margin:16px;width:96%;border:1px solid #eee}
#mytable4 td {padding:6px}
#mytable4 h1 {border:none;margin:0}
#mytable4 td {border-bottom:1px solid #eee}
#mytable4 tr:last-child td {border-bottom:none}
#mytable4 td:nth-child(3) {font-weight:bold;color:#c00}
#mytable4 td:nth-child(2) {font-weight:bold}
#mytable4 td:nth-child(1) {font-weight:bold}

.proFoto2 img {
	width:125px;
	margin:10.5px;
	border:4px solid #c00;
}