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

/* Reset */

html {
	font: 12px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #131313;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

sup {
	font-size: 60%;
}

a:link, a:visited {
	color: blue;
}

a:hover, a:focus {
	color: red;
}

#pencere {
}

#ust-cizgi {
	background: #3a4c79;
	height: 5px;
}

#sayfa {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	min-height: 500px;
	/*border: 1px solid #608eca;*/
	/*padding: 5px;*/
	padding: 10px 0;
}

#icerik {
	width: 730px;
	margin-right: 20px;
	float: left;
}

#paneller {
	width: 200px;
	float: left;
}

#baslik {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

.safya-basligi {
	font-size: 300%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 50px;
	/*text-shadow: 0.06em 0.06em 0.06em #2c447b;*/
}

.safya-basligi .sol {
	color: #2c447b;
}

.safya-basligi .sag {
	color: #4c76b1;
}

.dil {
	background: #3a4c79;
	position:absolute;
	top: 0;
	right: 0;
	font-size: 75%;
	padding: 0 10px;
	height: 15px;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.dil a:link, .dil a:visited {
	color: #fff;
	text-decoration: none;
}

.sayfa-menu {
	/*background: #3a4c79;*/
	background:#eceef4;
	line-height: 20px;
	padding: 0;
	font-size: 100%;
}

.sayfa-menu div {
	width: 950px;
	margin: 0 auto;
	height: 24px;
}

.sayfa-menu a:link, .sayfa-menu a:visited{
	color:#0c3c8c;
	text-decoration: none;
	margin: 4px 4px 0 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 80px;
	background: #d9e6f4;
}

.sayfa-menu a:hover, .sayfa-menu a:focus {
	color: #fff !important;
    background-color: #9dbce3 !important;
}

.sayfa-menu .psk_active {
    color: #fff !important;
    background-color: #608eca !important;
}

#altbilgi {
	font-size: 80%;
	color: #151515;
	text-align: center;
	padding: 20px;
	clear: both;
}

.panel-basligi {
	/*
	background: #608eca;
	text-align: center;
	line-height: 24px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #0c3c8c;
	color: #fff;
	*/
	color: #131313;
	border-top: Solid 1px #BBBCC1;
	border-bottom: Solid 1px #D8D9DE;
	background-color: #DFE3EB;
	padding: 6px 10px 5px 10px;
}

.panel {
	/*
	border: 1px solid #608eca;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
	font: 9pt Verdana;
	color: #131313;
	padding: 5px 10px;
	background-color: #E9ECF3;
	border-bottom: Solid 1px #BBBCC1;
	margin-bottom: 10px;
}

.menu a:link, .menu a:visited {
	display: block;
	text-decoration: none;
	color: #0c3c8c;
	line-height: 18px;
}

.menu a:hover, .menu a:focus {
	text-decoration: underline;
}

.menu .psk_active {
    color: #131313 !important;
}

.sayac span {
	display: block;
	font-size: 95%;
}

.sayac span span {
	float: right;
}

#icerik h1 {
	font-weight: normal;
	color: #fff;
	background: #4C76B1;
	padding: 5px;
}

.baslik-alani {
	
}

.baslik-alani h1 {
	font-size: 190%;
	font-weight: normal;
	border-bottom: Solid 1px #BBBCC1;
	padding: 5px 0 10px 0;
	line-height: 30px;
	margin-bottom: 10px;
}

.yol {
	color: #131313;
	border-top: Solid 1px #BBBCC1;
	border-bottom: Solid 1px #D8D9DE;
	background-color: #efefef;
	padding: 6px 10px 5px 10px;
	margin-bottom: 10px;
}

.duyuru {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.duyuru img {
	float: left;
}

.duyuru h1 {
	margin: 10px 0 0 60px;
	font-weight: normal;
	color: #4C76B1 !important;
	background: #fff !important;
}

.duyuru ul {
	margin-left: 35px;
}

.duyuru ul li {
	margin: 0 0 0.5em 0;
	list-style-type: square;
}

.duyuru a:link, .duyuru a:active {
	color: #407EC4;
}

.duyuru a:visited {
	color: #999;
}



