@charset "utf-8";
/**
* Reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**
* Genel
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height:1.5em;
	text-align:center;
	background:#EFEFEF url(../img/bg.png) top repeat-x;
	color:#333;
}
* html ul li a {
	height:1em;
}
p {
	padding-bottom:10px;
	text-align:justify;
}
a {
	color:#FF3E00;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#000;
}
a img {
	border: none;
}
.clear {
	clear: both;
	display: block;
	height:1px;
	line-height:.1em;
	font-size:1px;
}
.gizle {
	display:none;
}
.kalin {
	font-weight:bold;
}
.resim {
	float:left;
	margin-right:10px;
}
.border {
	border:1px solid #ccc;	
}
.resimsag {
	float:right;
	margin-left:10px;
}
.zebra {
	background-color:#EAEAEA;
}

.hata,.okey {
	padding:5px;
	background: #F9F5D5 url(../img/error.png) left no-repeat;
	background-position:10px;
	padding-left:30px;
	border-top:1px solid #DFBE4F;
	border-bottom:1px solid #DFBE4F;
	margin-bottom:10px;
	display:block;
	margin-right:1px;
}
.okey {
	background: #BDE2B4 url(../img/okey.png) 5px no-repeat;
	border-top:1px solid #7CBD66;
	border-bottom:1px solid #7CBD66;
}
.hata2 {
	padding:5px;
	background: #F9F5D5 url(../img/uye.png) left no-repeat;
	background-position:10px;
	padding-left:70px;
	border-top:1px solid #DFBE4F;
	border-bottom:1px solid #DFBE4F;
	margin-bottom:10px;
	display:block;
	margin-right:1px;
	height:40px;
	font-size:1.1em;
	padding-top:20px;
}
.hata2 a{

	color: #333;
	text-decoration:underline
	
}
/**********/
#govde {
	width:1006px;
	text-align:left;
	margin:0 auto;
	background:url(../img/ortabg.png) repeat-y;
}
#ust {
	height:189px;
	background:url(../img/ust.jpg) no-repeat;
}
#orta {
	padding:10px 15px;	
}
#spot {
	/* height:299px; */
	height:262px;
	background:url(../img/spot.png) no-repeat;
	margin-bottom:10px;
	padding:10px;
}
#sol {
	width:258px;
	float:left;
	padding-right:10px;
	border-right:1px solid #cecece;
}
#sag {
	width:695px;
	float:right;
	padding-left:10px;
}
#alt {
	width:1006px;
	margin:0 auto;
	height:43px;
	
	background:url(../img/alt.png) no-repeat center;
}
#bayrak {
	width:100px;
	height:99px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/bayrak.gif) no-repeat;
}
/*ustmenu*/
#ustmenu {
	float:right;
	height:24px;
	background:url(../img/ustmenu.png) right no-repeat;
	padding-right:20px;
	margin-right:15px;
}
#ustmenu ul {
	float:left;
	height:24px;
	padding-left:20px;
	background:url(../img/ustmenu.png) left no-repeat;
}
#ustmenu ul li {
	float:left;
	padding-top:2px;
	
}
#ustmenu ul li a {
	color:#fff;	
	padding:0 15px;
	border-left:1px solid #FFD8A4;
}
#ustmenu ul li a.ilk {
	border:none;
}
/***************/
/* arama */
#arama {
	position:absolute;
	top:115px;
	margin-left:828px;
}
#arama #ara {
	float:left;	
}
#arama #kelime {
	float:left;
	width:114px;
	margin-left:10px;
	margin-top:3px;
	border:none;
	color:#999;
	font-size:1em;
	background-color:transparent;
}
/***************/
/* Menu */
#menu {
	padding:0 15px;
	padding-top:119px;
	
	
}
#menu ul {
	
}
#menu ul li {
	float:left;	
	border-left:1px solid #1B6DB8;
	border-right:1px solid #0158A5;
	padding:0 5px;
	padding-top:2px;
	position:relative;
	z-index:100;
}
#menu ul li a {
	float:left;	
	height:40px;
	color:#fff;
	font-size:1.1em;
    cursor:pointer;
}
#menu ul li a span {
	float:left;	
	height:32px;
	margin-left:15px;
	padding-right:16px;
	padding-top:8px;
	
}
#menu ul li a.aktif,#menu ul li a:hover {
	color:#0A5FAB;
	background:url(../img/menu.png) left no-repeat;
}
#menu ul li a.aktif span, #menu ul li a:hover span {
	background:url(../img/menu.png) right no-repeat;
}
#menu ul li#anasayfa {
	border:none;
	padding:0;
}
#menu ul li#anasayfa a {
	width:42px;
	text-indent:-5000px;
}
#menu ul li#anasayfa a:hover {
	background:none;
}
#menu ul li#anasayfa a:hover span {
	background:none;
}
#menu ul li.ilk {
	border-left:none;	
}
#menu ul li.son {
	border-right:none;	
}
#menu ul ul {
	position:absolute;
	display:none;
	left:5px;
	margin-top:40px;
	background:#f1f1f1 url(../img/menualt.png) top repeat-x;
	border:1px solid #E5E5E5;
	border-top:0;
	z-index:100;
}
#menu li.over ul{
	/*display:block;*/	
}
#menu .over .over ul{
	display:block;
}
#menu ul ul li {
	float:none;	
	border:none;
	padding:0;
	position:relative;
}
#menu ul ul a {
	width:204px;
	float:none;
	display:block;
	padding:8px;
	height:15px;
	color:#0A5FAB;
	border-bottom:1px solid #E5E5E5;
	
}
#menu ul ul a span {
	margin:0;
	padding:0;
	float:none;
	border:none;
}
#menu ul ul a:hover {
	background:url(../img/menualthover.png) top repeat-x;
	color:#fff;
}
#menu ul ul a:hover span {
	background:none
}
#menu ul ul ul{
	margin-top:-32px;
	left:219px;
	background:#f1f1f1;
	border-top:1px solid #E5E5E5;
}

#menu a.menualt{
	background:url(../img/menuok.gif) 200px center no-repeat;	
}

/**************/
/*spot*/
#spotsol {
	width:930px;
	height:202px;
	float:left;
	padding:10px;
	overflow:hidden;
}
#spotsol h1 {
	padding:13px;
	color:#fff;
	font-size:1.4em;
}
#spotsol div {
	padding:10px;	
}
.buton {
	float:left;
	background:url(../img/buton.gif) left top no-repeat;
	padding-left:10px;
	height:23px;
	color:#fff;
    cursor:pointer;
}
.buton span {
	display:block;
	background:url(../img/buton.gif) right -23px no-repeat;
	height:21px;
    float:left;
	padding-right:10px;
	padding-top:2px;
}
.buton:hover {
	background-position:left -46px;
	color:#fff;
}
.buton:hover span {
	background-position:right -69px;
}
#spotsag {
	width:557px;
	height:262px;
	float:left;
	margin-left:8px;
	overflow:hidden;
	
}
#duyurular {
	clear:both;
	overflow:auto;
    padding-top:20px!important;
	padding-top:3px;
   
}
#duyurular h2 {
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
	width:160px;
	float:left;
}
#duyurular ul {
	float:left;
	width:724px;
}
#duyurular li {
	display:inline;	
}
#duyurular li a {
	color:#333;	
	font-weight:bold;
}
#duyurusol, #duyurusag {
	float:left;
	width:25px;
	height:25px;
	cursor:pointer;
}

/**************/

/* Uye girisi */
#uyegirisi {
	background:url(../img/uyegirisi.png) top no-repeat;	
}
#uyegirisi-alt{
	background:url(../img/uyegirisi.png) bottom no-repeat;
	height:20px;
}
#sol h1,#sag h1.baslik{
	background:url(../img/maviok.gif)	 left no-repeat;
	padding:8px;
	padding-left:18px;
	color:#0159A5;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
#uyegirisi label {
	width:80px;
	float:left;
	margin:3px;
}
#kullaniciadi, #sifre {
	background:url(../img/input.png) left no-repeat;
	border:1px solid #98AAC0;
	margin:3px;
	width:155px;
}
#benihatirla {
    margin-left:90px;
}
.baslik2{
	padding:5px 0;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.uyealani {
	padding-left:10px;
}
#sol .uyealani a {
	color:#0159A5;
}
/*****************/
/* hava durumnu */
#havadurumu {

}
#havadurumu span {
    display:block;
}
#havadurumu #derece{
    font-weight:bold;
    color:#0159A5;
    font-size:2.5em;
    padding:5px 0;
}
#havasonuc {
	background-color:#fff;
}
.e-okul {
    font-weight:bold;
    text-align:center;
}
.e-okul a {
    color:#333;
}
.e-okul img {
    display:block;
    margin:0 auto;
    padding:10px;
}
/**********************/
/* haberler */
#haberler {
    overflow:hidden;
    margin-bottom:10px;
}
#haber {
    background-color:#E1E1E1;
    border:1px solid #CECECE;
    width:320px;
    height:346px;
    padding:12px;
    float:left;
}

#haber a{
    color:#333;
}

#haber img {
    width:318px;
    height:238px;
    border:1px solid #CECECE;
}
#haber h1#haberbaslik {
    font-weight:bold;
    font-size:1.1em;
    padding:5px 0;
    
}
#haber #habermetin {
    text-align:justify;
}
#haberliste {
    float:left;
    width:347px;
}
#haberliste li {
    display:block;
    border-bottom:1px solid #cecece;
}
#haberliste li.haberaktif a{
    background:url(../img/haberliste.png) left top no-repeat;
    border-right:1px solid #CECECE;
    border-left:none;
    position:relative;
    padding-left:26px;
    margin-left:-1px;
    
}
#haberliste li a{
    display:block;
    font-weight:bold;
    color:#333;
    padding:5px;
    padding-left:25px;
    height:20px;
    background:url(../img/turuncuok.gif) 10px 10px no-repeat;
    overflow:hidden;
    line-height:180%;
}
#haberliste .hmetin,#haberliste .hresim {
	display:none;
}
#reklam {
    margin-bottom:10px;
    display:block;
}

/*#sag img {
	border:1px solid #ccc;
	padding:5px;
}*/
/**************/
/* kutu */
.kutu {
    margin-bottom:10px;
}
.kutu h1{
    font-weight:normal;
    font-size:1.3em;
    color:#fff;
    height:18px;
    padding:8px;
    background:url(../img/baslik-mavi.png) repeat-x center;
    border:1px solid #055CA9;
}
.kutu.turuncu h1{
    background:url(../img/baslik-turuncu.png) repeat-x center;
    border-color:#FF7B02;
}
.kutuic{
    background:url(../img/kutubg.png) top repeat-x;
    border:1px solid #cecece;
    padding:10px;
}
.haber {
    width:342px;
    float:left;
}
.kutu li {
    padding:3px 0;
    height:20px;
    border-bottom:1px solid #E5E5E5;
    background:url(../img/mavitekok.gif) left 8px no-repeat;
    padding-left:15px;
    overflow:hidden;
	line-height:150%;
}
.turuncu li {
    background:url(../img/turuncutekok.gif) left 8px no-repeat;
}

.kutu li a{
   color:#333;
}
.kutu li a:hover{
   color:#055CA9;
}
.kutu.turuncu li a:hover{
   color:#FF7B02;
}

#map {
    width:463px;
    float:left;
    margin-right:10px;
}
#map .harita {
    padding:3px;
    border:1px solid #cecece;
    border-bottom:none;
}
#map .kutuic {
    overflow: auto;
	height:55px;
	padding:5px 10px;
}
#map span {
    float:left;
    width:110px;
}
#map span strong {
    display:block
}
#map span.maporta {
    border-left:1px solid #cecece;
    border-right:1px solid #cecece;
    margin:0 5px;
    padding:0 5px;
}
.anket {
    width:220px;
    float:left;
}
.anket li {
	height:auto;
}
.anket p {
	padding-bottom:5px;
}
/**********************/
/* altmenu */
#alt {
    padding:10px;
}
#altmenu li{
    display:inline;
    padding:0 5px;
    border-right:1px dotted #999;
}
#alt a {
    color:#666;
}
#altmenu .son {
    border:none;
}
#altmenu ul {
    display:none;
}
#alt p {
    padding:5px;
    color:#999
}
#alt .copy {
    width:500px;
    float:left;
}
#alt .tasarim {
    width:300px;
    float:right;
    text-align:right;
}
#alt a:hover {
    text-decoration:underline;
}

/* galeri */
ul.galeri {
	overflow:hidden;
	margin:0;
}

.galeri li {
	float:left;	
	margin:3px;
	list-style:none;
}

.galeri a {
	position:relative;
	color:#000;
	display:block;
	height:120px;
	float:left;
	border:1px solid #ccc;
	padding:5px;
}
.galeri a:hover {
	border:1px solid #999;
}
#sag .galeri a img {
	border:none;
	padding:0;
}

.galeri a span {
	height:35px;
	width:130px;
	position:absolute;
	bottom:0;
	text-align:center;
	left:0;
	overflow:hidden;
	background-color:#e2e2e2;
	padding-top:3px;
	line-height:130%;
	border-top:1px solid #ccc;
	display:none;
	font-weight:bold;
}
.sayfalar {
	padding-top:10px;
	text-align:center
	
}
.sayfalar span {

}
.sayfalar a {
	padding:0 8px;
	border:1px solid #ccc;
	color:#333;
	font-weight:bold;
	margin:2px;
}
.sayfalar a:hover {
	background-color:#ccc;	
	color:#000;
}

/**/
ol {
	list-style:decimal
}
.aramasonuc li {
	margin-left:25px;
	padding:2px;
}
label.error {
	color:red;
	padding-left:15px;
}
span.error { color:red; }
input.error,textarea.error {
	border:1px solid red;
	background-color:#FCD1D1
}
input.valid,textarea.valid {
	border:1px solid #95E693;
	background-color:#DFF7DB
}
.tablo {
	width:100%;
}
.tablo td {
	padding:5px;
}
.ankett p {
	line-height:100%;
	padding-bottom:2px;
	
}
.anketoy{
	display:block;
	border:1px solid #ccc;
	background-color:#e5e5e5;
	padding:1px;
}
.anketoy span {
	display:block;
	background:url(../img/baslik-turuncu.png) center repeat-x;
	height:12px;

	
}
#sag table {
	width:100%;
}
td {
	vertical-align:middle;
	padding:3px;
}

.altmenu li {
    width:320px;
 /*   float:left; */
}

.altmenu li ul {
	margin-left:30px;
}

.altmenu  a:hover{
    background:url(../img/haberliste.png) left top no-repeat;
    border:1px solid #CECECE;
    position:relative;
    padding-left:26px;
    margin-left:-1px;
    
}
.altmenu li a{
    display:block;
    color:#333;
    font-weight:bold;
    padding:5px;
    padding-left:25px;
    height:20px;
    background:url(../img/turuncuok.gif) 10px 10px no-repeat;
    overflow:hidden;
    line-height:180%;
     border:1px solid #fff;
}
.ft-title { padding: 10px 10px; width: 537px; text-align: left;font-size:1.1em; font-weight:bold }

#katman1 {
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	width:100%;
	z-index:100;
}
#sinav {
	position:absolute;
	width:950px;
	background:#fff;
	top:50px;
	left:50%;
	margin-left:-475px;
	z-index:1000;
	border:1px solid #000;
}
#sinav p {
	text-align:right;
	padding:10px;
	font-weight:bold;
}


.items {float:left;position:relative;overflow:hidden;width:9000px;height:202px;}
.items .title{font-size:12px;color:#657C9C;text-align:center;width:150px;display:block;font-weight:bold;height:35px;}

.items li{float:left;margin:15px;margin-top:25px;width:150px;display:block;border:1px dotted #CCC;}
.items li img{margin:auto;width:120px;display:block;}
.items li a:hover .title{color:#f86300;}

#altmenu2 li {
    width:320px;
   float:left;
}
#goonex {
height:142px;
right:20px;
overflow:hidden;
position:fixed;
bottom:20px;
width:172px;
z-index:999;

}