/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:
http://ryanfait.com/sticky-footer/layout.css

*/


.wrapper {
	width: 100%;
	/*text-align: left;*/
}
.header {
	position:relative;
	width: 100%;
	height: 230px;
	background-color:#FFFFFF;
	/*background:  url(../images/site/cross.jpg);*/
	/*background-repeat: repeat-x,y;*/
	/*border-bottom: 1px solid #d1c4dd;	*/
}
.topMenu 
{
    padding-top:6px;
    padding-bottom:0px;
	width: 100%;
	height: 45px;
	border-top:1px solid #b6a696;
	border-bottom:1px solid #b6a696;
	text-align:center;
	vertical-align:top;
	align:center;
	display: inline;
	
}

.topMenu:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.topMenu {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .topMenu {right: 1%;} 
.topMenu {display: block;} 
/* IE-mac bu bolumu saklama artik */ 


.bebek{
	width:460px;
	text-align:left;
	float:left;
	margin-right:15px;
	position:relative;
	z-index:1;
}

.bebek_baslik{
	width:452px;
	text-align:left;
	height:36px;
	position:relative;
	top:0px;
	z-index:1;
}

.bebek_footer{
	width:452px;
	text-align:left;
	height:36px;
	border-top:1px #e7e1eb solid; 
	position:relative;
	top:20px;
	z-index:1;
}

.bebek_footer_noborder{
	width:452px;
	text-align:left;
	height:36px;
	position:relative;
	top:20px;
	z-index:1;
}

.bebek_box {
	width:452px;
	height:160px;
	border-top:1px #e7e1eb solid;
	padding:8px;
}

.bebek_kart {
	width:452px;
	height:150px;
	border:1px #e7e1eb solid;
	padding:8px;
	margin-top:20px;
	z-index:1;
	position:relative;
}

.fotolar {
	width:452px;
	border:1px #e7e1eb solid;
	margin-top:40px;
	z-index:1;
	position:relative;
	padding:12px;
}

.mesajlar {
	width:452px;
	border:1px #e7e1eb solid;
	background-color:#f8f6e9;
	margin-top:40px;
	z-index:1;
	position:relative;
	padding:12px;
}

.mesaj_mujde {
	width:452px;
	border:1px #e7e1eb solid;
	margin-top:40px;
	z-index:1;
	position:relative;
	padding:12px;
}

.bebek_kart:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.bebek_kart {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .bebek_kart {right: 1%;} 
.bebek_kart {display: block;} 
/* IE-mac bu bolumu saklama artik */ 

.bebek:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.bebek {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .bebek {right: 1%;} 
.bebek {display: block;} 
/* IE-mac bu bolumu saklama artik */ 

.fotolar:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.fotolar {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .fotolar {right: 1%;} 
.fotolar {display: block;} 
/* IE-mac bu bolumu saklama artik */ 

.burc{
	width:75px;
	height:75px;
	z-index:2;
	position:absolute;
	left:350px;
	top:-30px;
	border:1px #e7e1eb solid;
}

.kart{
	z-index:1;
	position:absolute;
	left:0px;
	top:5px;
}

.bebek:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.bebek {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .bebek {right: 1%;} 
.bebek {display: block;} 
/* IE-mac bu bolumu saklama artik */ 


.kare {
	width:16px;
	height:16px;
	margin-top:1px;
	margin-left:2px;
	margin-right:10px;
	float:left;
}

.daire {
	width:16px;
	height:16px;
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	background-image:url(/images/site/daire.jpg);
}

.yonetim {
	width:600px;
	margin-top:15px;
	border-bottom:1px solid #dcd1dd;
	font-family:"Trebuchet MS", Tahoma;
	font-size:12px;
	color:#020202;
	font-weight:300;
	padding-bottom:15px;
}

.yonetimResim {
	padding-top:10px;
	width:180px;
	height:220px;
	float:left;
	margin-right:15px;
}

.topMenuL1 {
	position:relative;
	top:15px;
	height: 24px;
	/*border:1px solid #000000;*/
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding:10px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	font-style:italic;
	color:#42392F;
	font-weight:300;
	display: inline;
}

.seritler_top {
	width: 100%;
	height: 20px;
	background:  url(/images/site/bg.jpg);
	background-repeat: repeat-x;	
}

.seritler_bottom {
	width: 100%;
	height: 8px;
	background:  url(/images/site/bg.jpg);
	background-repeat: repeat-x;	
}

.content {
	position:relative;
	width: 100%;
	margin-top: 0px;
	vertical-align: top;
}


.container{	
	position:relative;
	width: 860px;	
	text-align:left;
	margin: 0 auto;
	cursor:default;
}

.container:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.container {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .container {height: 1%;} 
.container {display: block;} 
/* IE-mac bu bolumu saklama artik */ 

.anaResimBg {
	position:absolute;
	width:860px;
	height:128px;
	background-color:#0099FF;
	background:url(/images/site/1pxcream.jpg);
	top:27px;
	z-index:1;	
}

.anaResim {
	position:absolute;
	top:5px;
	left:30px;
	width:830px;
	height:175px;
	z-index:2;
	float:left;

}

.anaResimBaslik {
	position:absolute;
	width:320px;
	top:120px;
	left:520px;
	height:30px;
	z-index:3;
	float:left;
	text-align:left;
}

.XX {
	position:absolute;
	width:42px;
	height:60px;
	background:#ffffff;
	top:0px;
	z-index:4;
	left:780px;
	text-align:center;
	float:left;
}


.anaAnim {
	position:absolute;
	top:33px;
	left:0px;
	width:860px;
	height:310px;
	z-index:2;
	float:left;

}

.anaAnimBg {
	position:absolute;
	width:835px;
	height:358px;
	background-color:#0099FF;
	background:url(/images/site/1pxcream.jpg);
	top:22px;
	left:25px;
	z-index:1;
/*	float:right;	*/
}

.guncel {
   	position:absolute;
	top:360px;
	left:40px;
	width:800px;
	height:40px;
	z-index:2;
	float:left; 
}

.guncel:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.guncel {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .guncel {right: 1%;} 
.guncel {display: block;} 
/* IE-mac bu bolumu saklama artik */ 


.miniUyeMenu {
	width: 270px;
	height: 100px;
	background-color:#FFF;
	text-align:left;
	float:left;
	position:relative;
	left:350px;
	padding:15px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#020202;
	font-weight:300;
	
}

.UyeLogin {
	width: 340px;
	height: 240px;
	background-color:#FFF;
	text-align:left;
	float:right;
	padding:12px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#020202;
	font-weight:300;
	border:1px #e7e1eb solid;
	margin-right:20px;
	
}

.ara {
margin-top:60px;
margin-left:90px;
}

.logo{
	width:220px;
	height:80px;
	position:relative;
	top:30px;
	left:300px;
	float:left;
}

.menuButton {
	width: 220px;
	height: 20px;
	background-color:#f8f6e9;
	text-align:left;
	text-indent:15px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:3px;
	font-family:"Trebuchet MS", Tahoma;
    font-size:12px;

}


.leftSutun {
	position:relative;
	left:0px;
	width: 225px;
	float:left;
}


.L1 {
	position:relative;
	width: 225px;
	height: 38px;
	float:left;
	top:0px;
}

.L2 {
	position:relative;
	width: 191px;
	margin-left:19px;
	float:left;
	top:0px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:12px;
	color:#949494;
	padding:10px 0px 0px 15px;

	
}

.menuRenkL1 {
width:15px;
margin-left:5px;
height:38px;
float:left;
}

.baslikL1 {
width:180px;
height:23px;
background:url(../images/site/point_bg.jpg);
background-repeat:repeat-x;
font-family:"Trebuchet MS", Tahoma;
font-size:13px;
color:#949494;
font-weight:100;
padding: 15px 0px 0px 10px;
float:left;
}

.arrow {
width:11px;
margin-left:0px;
height:38px;
float:left;
cursor:hand;
}

.rightSutun {
	text-align:left;
	width:630px;
	float:left;
	
}


.rightSutun:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.rightSutun {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .rightSutun {right: 1%;} 
.rightSutun {display: block;} 
/* IE-mac bu bolumu saklama artik */ 

 

.rightSutun_front {
	text-align:left;
	width:680px;
	float:left;

}
 



.rightSutun_front:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
.rightSutun_front {display: inline-block;} 
/*IE-mac de bu bolumu sakla \ */ 
* html .rightSutun_front {right: 1%;} 
.rightSutun_front {display: block;} 
/* IE-mac bu bolumu saklama artik */ 


.icerik_front{
width:300px;
margin-left:6px;
float:left;
text-align:left;


}

.icerik{
margin-right:15px;
margin-left:20px;
margin-bottom:20px;
text-align:justify;
float:left;
}

.galeri{
width:205px;
height:150px;
float:right;
}


.iliskiliLink{
width:205px;
height:150px;
margin-top:40px;
float:right;
}



.rightL1 {
	position:absolute;
	right:0px;
	top:0px;
}


.interaktif {
	position:relative;	
	width:270px;
	border:1px #d5cce1 solid;
	height:45px;
	float:left;
	margin-top:20px;
	margin-bottom:30px;
	margin-right:10px;
	padding:15px 0px 0px 10px;
}

.interaktif_front {
	position:relative;	
	width:300px;
	border:1px #d5cce1 solid;
	height:45px;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:20px;
}

.galeri_mini {
	position:relative;	
	width:175px;
	border:1px #d5cce1 solid;
	height:155px;
	float:left;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:0px;
}



tr.level1{
	background-color:#f6f3f8;
	background-image:url(/images/site/bg_l1.jpg)	;
	background-repeat:repeat-x;
}
tr.level2{
	background-color:#fbfaf4;	
}

/* Special */

li {
font-family:"Trebuchet MS", Tahoma;
font-size:12px;
color:#949494;
font-weight:100;
list-style-image:url(/images/site/sq.gif);
list-style-type:square;
line-height:22px;
margin-left:35px
}

img.tn {
margin-top:8px;
margin-right:8px;
float:left;
border:1px #006699 solid;
}

img.tn_bebek {
margin-top:4px;
margin-right:8px;
float:left;
border:1px #006699 solid;
}

fieldset {
	padding: 1em;
	font-family: Tahoma, "Trebuchet MS";
	width:800px;
	font-size: 13px;
	border: 1px solid #e2e2e2;
  	width: 960px;
}
  
legend {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 1.2em;
	font-weight:bold;
	color: #00a6d8;
	margin-right:0.5em;
	margin-left:0.5em;	
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ffffff;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #a7998b;
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#a7998b;
	font-weight:100;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	padding:10px;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: normal;
	color: red;
	margin: 3px 8px;
}

marquee {
	font-family:"Trebuchet MS", Tahoma;
	font-size:12px;
	color:#020202;
	font-weight:300;
	width:680px;
	padding-left:30px;
	padding-right:20px;
	float:left;
}

/* font ayarlari */

.topMenuFont{
font-family:"Trebuchet MS", Tahoma;
font-size:12px;
color:#896a93;
}

.footerFont{
font-family:"Trebuchet MS", Tahoma;
font-size:11px;
color:#d3c8d9;
line-height:22px;
}

.bolumBaslik{
font-family:"Trebuchet MS", Tahoma;
font-size:15px;
color:#946799;
}

.hugebolumBaslik{
font-family:"Trebuchet MS", Tahoma;
font-size:20px;
font-style:italic;
font-weight:300;
color:#946799;
}

.minibold{
font-family:"Trebuchet MS", Tahoma;
font-size:11px;
color:#020202;
font-weight:600;
}

.minibold_kahve{
font-family:"Trebuchet MS", Tahoma;
font-size:11px;
color:#a7998b;
font-weight:600;
}

.mini_kahve{
font-family:"Trebuchet MS", Tahoma;
font-size:11px;
color:#a7998b;
font-weight:300;
}

.mini_hata{
font-family:"Trebuchet MS", Tahoma;
font-size:11px;
color:#FF0000;
font-weight:300;
}

.med_kahve{
font-family:"Trebuchet MS", Tahoma;
font-size:13px;
color:#a7998b;
font-weight:300;
}

.medfont {
font-family:"Trebuchet MS", Tahoma;
font-size:14px;
color:#949494;
font-weight:100;

}

.deffont {
font-family:"Trebuchet MS", Tahoma;
font-size:12px;
color:#020202;
font-weight:300;

}

.defbaslik {
font-family:"Trebuchet MS", Tahoma;
font-size:13px;
color:#946799;
font-weight:600;

}

.minifont {
font-family:"Trebuchet MS", Tahoma;
font-size:11px;
color:#020202;
font-weight:300;

}


/* form ögeleri */

input.box150 {
	font-family:"Trebuchet MS", Tahoma;
	font-size: 12px;
	color: #a698c7;
	background-color: #FFFFFF;
	height: 26px;
	width: 150px;
	text-indent:2px;
	border:1px solid  #a698c7;
	
}

input.boxara {
	font-family:"Trebuchet MS", Tahoma;
	font-size: 12px;
	color: #a698c7;
	background-color: #FFFFFF;
	height: 22px;
	width: 150px;
	text-indent:2px;
	border:1px solid  #e7e1eb;
	
}

input.loginbox {
	font-family:"Trebuchet MS", Tahoma;
	font-size: 14px;
	color: #a698c7;
	background-color: #FFFFFF;
	height: 26px;
	width: 130px;
	text-indent:2px;
	padding-top:6px;
	border:2px solid  #e7e1eb;
	
}


textarea.msg {
	font-family:"Trebuchet MS", Tahoma;
	font-size: 14px;
	color: #a698c7;
	background-color: #FFFFFF;
	height: 56px;
	width: 240px;
	text-indent:2px;
	padding-top:6px;
	border:2px solid  #e7e1eb;
	
}


.button {
	font-family:"Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight:600;
	color: #FFF;
	background-color: #896993;
	background-image:url(/images/site/buttonbg_45.jpg)
	height: 42px;
	width: 43px;
	text-indent:2px;
	padding-top:6px;
	padding-left:10px;
	border: 0px solid ;
}

.buttonAra {
	font-family:"Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight:600;
	color: #FFF;
	background-color: #896993;
	height: 34px;
	width: 64px;
	border: 0px solid #896993;
	background-image:url(../images/site/buttonAra.jpg);
	margin-left:2px;
	margin-top:2px;
}



.disabledarea { background-color: #f8f6e9; opacity: .65; filter: alpha(opacity=65); -moz-opacity: 0.65; }

/* link ayarlari */

A.altlink:link				{text-decoration: none; color: #4D88E8; }
A.altlink:visited			{text-decoration: none; color: #4D88E8; }
A.altlink:hover				{text-decoration: underline; color: #0F4B96; }

A:link						{text-decoration: none; color: #791573; }
A:visited					{text-decoration: none; color: #675597; }
A:hover						{text-decoration: underline; color: #886993; }

a.imglink:link				{border: 0px solid #791573;}
a.imglink:visited			{border: 0px solid #675597;}
a.imglink:hover				{border: 0px solid d3b8b00;}			

A.menulink:link				{text-decoration: none; color: #9a8fb5; cursor:hand;}
A.menulink:visited			{text-decoration: none; color: #9a8fb5; cursor:hand;}
A.menulink:hover			{text-decoration: none; color: #807896; cursor:hand;}

A.qmenulink:link			{text-decoration: underline; color: #764390; }
A.qmenulink:visited			{text-decoration: underline; color: #764390; }
A.qmenulink:hover			{text-decoration: underline; color: #a49cc5; }

A.agaclink:link				{text-decoration: underline; color: #a7b8c2; }
A.agaclink:visited			{text-decoration: underline; color: #a7b8c2; }
A.agaclink:hover			{text-decoration: underline; color: #d1dce3; }

