@charset "utf-8";
.wrapper {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .header {
	height: 100px;
	width: 960px;
}
a {
	color: #003399;
	text-decoration: none;
}
.wrapper .main .giris {
	background-image: url(../images/abone-giris.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 300px;
}
.form {
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: thin solid #666666;
	width: 260px;
	font-weight: bold;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}


.wrapper .main .search-panel {
	background-image: url(../images/search-panel.jpg);
	padding: 0 10px;
	height: 220px;
	width: 620px;
}
.wrapper .main .search-panel select, #kgdesi {
	background-color: #92a7d2;
	height: 18px;
	width: 150px;
	border: thin solid #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
}


.wrapper .menu {
	height: 30px;
	width: 960px;
}
.wrapper .main .page-title {
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
}

.wrapper .footer {
	height: 20px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #FFFFFF;
}
.wrapper .footer .right {
	float: right;
	position: relative;
}
.wrapper .footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.wrapper .footer a:hover {
	text-decoration: none;
}

.wrapper .main {
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}


.wrapper .menu a div {
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	position:relative;
	text-decoration: none;
	height: 23px;
	padding-top: 7px;
	margin-right: 1px;
	margin-left: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
.wrapper .menu a:hover div {
	color: #000000;
	background-image: url(../images/menu-hover.jpg);
	background-repeat: repeat-x;
}
.wrapper .main .search-panel select option {
	background-color: #92a7d2;
	height: 18px;
	margin-top: 2px;
	border: thin solid #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
}
