@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0
}

.mavi {
	color: #1299d6;
	font-weight: bold;
}
.orange {
	color: #e75d14;
	font-weight: bold;
}
.t11 {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
.baslik {
	font-size: 14px;
	color: #1299d6;
	font-weight: bold;
}
.baslik2 {
	font-size: 14px;
	color: #fc7216;
	font-weight: bold;
}
#colorful {
	position: relative;
	background-color: #0d277b;
	background-attachment: fixed;
	background-image: url(../images/colorful.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#fullcont {
	margin: 0 auto;
	width: 983px;
	text-align: left;
}
#container {
	width: 983px;
	text-align: left;
	background-image: url(../images/cont_bg.png);
	background-repeat: repeat-y;
}
#header {
	background-color: #ffffff;
	margin: 0 16px;
}
#header1 {
	width: 252px;
	float: left;
}
#header2 {
	width: 698px;
	float: left;
}
#naviga {
}
#uyegirisi {
	padding:10px 40px;
}
#loginbox {
	background-image: url(../images/uyegirisi.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 146px;
	margin-left: 10px;
}
#sidebar {
	width: 202px;
	float: left;
	margin-left: 15px;
	padding: 25px;
}
#icerik {
	width: 649px;
	float: left;
	background-image: url(../images/point.gif);
	background-repeat: repeat-y;
	padding: 25px;
}
#icerikmain {
	width: 649px;
	float: left;
	background-image: url(../images/point.gif);
	background-repeat: repeat-y;
}

#mudur {
	overflow-y: scroll;
	scrollbar-base-color: #08a2c8;
	scrollbar-arrow-color: #08a2c8;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #08a2c8;
	scrollbar-shadow-color: #08a2c8;
	scrollbar-track-color: #ffffff;
}
#footerUst {
	width: 982px;
}
#footerAlt {
	width: 982px;
}
#footer {
	width: 942px;
	padding-left: 40px;
	padding-top: 5px;
	background-image: url(../images/cont_bg.png);
	background-repeat: repeat-y;
}
.baslikH1 {
	font-size: 20px;
	color: #1299d6;
	font-weight: bold;
}
hr {
	width:95%;
	color:#d8ecf5;
	height:1px;
	border:1px solid #d8ecf5;
}

textarea.error, input.error{
	border:#FC7216 solid 1px;
}
div.error{
	color:#CC0000;
}