﻿@charset "utf-8";
/* CSS Document */


* { margin: 0; padding: 0; list-style: none; }
html, body { display: block; width: 100%; height: 100%; }
body { font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana; font-size: 11px; color: #797979; background:#28A754;}
body .main { display: block; position: relative; width: 100%; height: 100%; 	background:url(../_img/bg-default.jpg) no-repeat center top;}
body .submain { display: block; position: relative; width: 100%; height: 100%; 	background:url(../_img/bg-sub.jpg) no-repeat center top;}
a { color: #797979; }
a:hover { color: #3caeb8; }
img { border:none}
.content { position: relative; width: 1000px; margin: auto auto;}


#logo { width:115px; height:115px; position:absolute; z-index:999; left:0px; top:10px;}
#giris { width:330px; height:360px; position:absolute; z-index:999; left:80px; top:80px;}


a {
	color: #797979;
}
a:hover {
	color: #3caeb8;
}




/*head menu*/

#head-menu { width:710px; height:50px; background:url(../_img/head-menu-bg.png) no-repeat right 3px; top:40px; left:210px; position:absolute; z-index:999;}

#hmenu {
	margin:10px 0 0 15px;
	padding: 0px;
	position:relative;
}
#hmenu li.txmenu {
	float:left;
	list-style:none;
	padding:0px;
	margin:3px 12px 0 12px;
	cursor:pointer;
}

#hmenu li.txmenu a span {
	display:none;
}
#hmenu li.txmenu a:link {
	display: block;
}

#hmenu li.home {
	background:url(../_img/h_home.png) no-repeat;
	width: 26px;
	height:26px;
	margin:0px 25px;
}
#hmenu li.home:hover {
	background:url(../_img/ho_home.png) no-repeat;
	width: 26px;
	height:26px;
	margin:0px 25px;
}


#hmenu li.okulumuz {
	background:url(../_img/h_okulumuz.png) no-repeat;
	width: 75px;
	height:26px;
}
#hmenu li.okulumuz:hover {
	background:url(../_img/ho_okulumuz.png) no-repeat;
	width: 75px;
	height:26px;
}


#hmenu li.kadromuz {
	background:url(../_img/h_kadromuz.png) no-repeat;
	width: 76px;
	height:26px;
}
#hmenu li.kadromuz:hover {
	background:url(../_img/ho_kadromuz.png) no-repeat;
	width: 76px;
	height:26px;
}

#hmenu li.siniflarimiz {
	background:url(../_img/h_siniflarimiz.png) no-repeat;
	width: 85px;
	height:26px;
}
#hmenu li.siniflarimiz:hover {
	background:url(../_img/ho_siniflarimiz.png) no-repeat;
	width: 85px;
	height:26px;
}

#hmenu li.kulupler {
	background:url(../_img/h_kulupler.png) no-repeat;
	width: 61px;
	height:26px;
}
#hmenu li.kulupler:hover {
	background:url(../_img/ho_kulupler.png) no-repeat;
	width: 61px;
	height:26px;
}

#hmenu li.ataturk {
	background:url(../_img/h_ataturk.png) no-repeat;
	width: 55px;
	height:26px;
}
#hmenu li.ataturk:hover {
	background:url(../_img/ho_ataturk.png) no-repeat;
	width: 55px;
	height:26px;
}


#hmenu li.iletisim {
	background:url(../_img/h_iletisim.png) no-repeat;
	width: 68px;
	height:26px;
}
#hmenu li.iletisim:hover {
	background:url(../_img/ho_iletisim.png) no-repeat;
	width: 68px;
	height:26px;
}


#hmenu li ul {
	margin: 0px;
	position: absolute;
	visibility: hidden;
	z-index:999;
}

#hmenu li ul.ul-okulumuz{
	top:20px;
	left:50px;
	padding:40px 5px 10px 25px;
	width:440px;
	height:195px;
	background:url(../_img/ul-hover.png) no-repeat;
}

#hmenu li ul.ul-siniflarimiz{
	top:20px;
	left:100px;
	padding:40px 5px 10px 25px;
	width:440px;
	height:195px;
	background:url(../_img/ul-hover.png) no-repeat;
}


#hmenu li ul.ul-kadromuz{
	top:20px;
	left:120px;
	padding:40px 5px 10px 25px;
	width:220px;
	height:191px;
	background:url(../_img/ul-hover-k.png) no-repeat;
}


#hmenu li ul.ul-kulupler{
	top:20px;
	left:320px;
	padding:40px 5px 10px 25px;
	width:220px;
	height:191px;
	background:url(../_img/ul-hover-k.png) no-repeat;
}

#hmenu li ul.ul-ataturk{
	top:20px;
	right:0px;
	padding:40px 5px 10px 25px;
	width:220px;
	height:191px;
	background:url(../_img/ul-hover-k.png) no-repeat;
}


#hmenu li ul.ul-iletisim{
	top:20px;
	right:-20px;
	padding:40px 5px 10px 25px;
	width:220px;
	height:191px;
	background:url(../_img/ul-hover-k.png) no-repeat;
}


#hmenu li ul li {
	float: left;
	list-style:none;
	padding:4px 0;
	background:url(../_img/txmenu-arrov.gif) no-repeat 4px 6px;
	padding-left:25px;
	font-size:12px;
	width:105px;
}
#hmenu li ul li a {
	width: auto;
	color:#069;
	padding:0px;
	margin:0px;
}
#hmenu li ul li a:hover {
	color:#006;
	padding:0px;
	margin:0px;
}


/*r-colon*/

#rcolon {
	width:471px; 
	height:382px; 
	background:url(../_img/bg-r-colon.png) no-repeat; 
	position:relative;
	left:480px;
	top:100px;
	z-index:10;
	
	}
	
	
#rcolon #dFotogaleri{ width:370px; height:77px; position:absolute; left:50px; top:230px;}	
#rcolon #dVideoGaleri{ width:136px; height:30px; position:absolute; left:50px; top:380px;}	
#rcolon #dVideoGaleri span{ display:none;}	
#rcolon #dVideoGaleri a{ display:block; width:138px; height:29px; background:url(../_img/btn_videoGaleri.gif) no-repeat 0px 0px;}
#rcolon #dVideoGaleri a:hover{ display:block; width:138px; height:29px; background:url(../_img/btn_videoGaleri.gif) no-repeat  -138px 0;}

#rcolon #dOkulOncesi{ width:166px; height:30px; position:absolute; left:200px; top:380px;}	
#rcolon #dOkulOncesi span{ display:none;}	
#rcolon #dOkulOncesi a{ display:block; width:167px; height:29px; background:url(../_img/btn_okul_oncesi.gif) no-repeat 0px 0px;}
#rcolon #dOkulOncesi a:hover{ display:block; width:167px; height:29px; background:url(../_img/btn_okul_oncesi.gif) no-repeat  -168px 0;}

#rcolon #haberList  { width:190px; height:150px; position:absolute; left:60px; top:66px;}
.ul-haberlist li { font-size:12px; letter-spacing:-1px; padding:0 0 3px 10px; border-bottom:dotted 1px #CF9; background:url(../_img/dfhaberler-arrov.gif) no-repeat 0 5px;}
.ul-qMenu li{ font-size:12px; letter-spacing:-1px; padding:0 0 3px 10px; border-bottom:dotted 1px #CF9; background:url(../_img/dfqMenu-arrov.gif) no-repeat 0 5px;}
.ul-haberlist li a, .ul-qMenu li a{ text-decoration:none; color:#666;}
.ul-haberlist li a:hover, .ul-qMenu li a:hover{ text-decoration:none; color:#F60}

#rcolon #qMenuList { width:120px; height:150px; position:absolute; left:300px; top:66px;}




/*sub content*/

#sub-content { width:1000px; min-height:550px; background:url(../_img/bg-subtop.png) no-repeat center top; position:absolute; left:0px; top:20px;}
#sub-content-repeter { width:1000px; background:url(../_img/bg-sub-content-rep.png) repeat-y center top; position:relative; left:0px; top:320px;}
#sub-content-repeter #sub-container{ width:600px; padding:0px 20px 0px 320px; min-height:310px;}
#sub-content-repeter #sub-container p{ padding-bottom:10px;}


#sub-content-left-bar { width:275px; min-height:550px; position:absolute; left:20px; top:170px;}
#sub-content-left-bar #leftbar-top{ width:275px; min-height:550px; background:url(../_img/bg-sub-leftbar-top.png) no-repeat center top; position:relative; padding-top:122px}
#sub-content-left-bar #leftbar-top #leftbar-content { width:275px; background:url(../_img/bg-leftbar-content.png) repeat-y; position:absolute; z-index:9;}
#sub-content-left-bar #leftbar-top #leftbar-content div.textre{padding:20px 0 0 60px;}
#sub-content-left-bar #leftbar-top #leftbar-content div.leftbar-footer{ background:url(../_img/bg-sub-leftbar-footer.png) no-repeat; width:275px; height:84px;}

#sub-content-left-bar #leftbar-top #leftbar-content div.textre ul li {
	list-style:none;
	padding:4px 0;
	background:url(../_img/txmenu-arrov.gif) no-repeat 4px 6px;
	padding-left:25px;
	font-size:12px;
	width:105px;
}
#sub-content-left-bar #leftbar-top #leftbar-content div.textre ul li a {
	width: auto;
	color:#069;
	padding:0px;
	margin:0px;
}
#sub-content-left-bar #leftbar-top #leftbar-content div.textre ul li a:hover {
	color:#006;
	padding:0px;
	margin:0px;
}

div.fotograflar { padding:20px;  }
div.fotograflar div.foto-cat { padding-bottom:25px;}
div.fotograflar ul.y-fotograf { overflow:hidden;}
div.fotograflar ul.y-fotograf h2 { font-size:14px; padding:0 0 10px 10px; color:#F00; text-decoration:none;}
div.fotograflar ul.y-fotograf li { width:80px; height:50px; float:left; margin:5px 10px; margin-top:5px;}
div.fotograflar div.link { padding:10px 0 0 10px; clear:both; width:100%;}
