
html,body{
	
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
    background-color: #ffffff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin:0;
	padding:0;


 
}
#banner-cerceve{
    background-repeat:no-repeat;
    width: 1000px;
    height: 180px;
    margin: 0 auto;    
    margin-bottom: 30px;
}

#banner{
    background: url('../images/banner.png');
    background-repeat:no-repeat;
    width: 1000px;
    height: 180px;
    margin: 0 auto;    
    float: left;
}
#bayrak{

    width: 150px;
    height: 150px;
	float:left;
    margin: 0 auto; 
}

#haberler-sol{
	width: 100px;
	height: 85px;
	border: 1px solid #4DB0FF;
	float: left;
}
#haberler-sag{
	width: 390px;
	height: 85px;
	float: left;
	margin-left: 5px;
}
#haberler-sag h3{
	margin: 0;
}



#menucerceve{
	margin: 0 auto;
	width: %100;
	height:50px; 
	background: url('../images/menu-cer.png');
	margin-top: -30px;
	
}
#menu{
	margin: 0 auto;
	width: 1000px;
	height: 60px;
	margin-top: -40px;
	list-style:none;
}
#menu ul{
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
#menu li{
	font-size:16px; 
	font-family:calibri;
	line-height:21px;
	text-align:left;
	font-weight:500;
	background-color: #FBFBFB;
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:8px;
	margin-top:-12px;
	border:none;
	border-radius: 0.5em;

}
a:link {color:#008ACB; text-decoration: none;}      /* unvisited link */
a:visited {color:#008ACB; text-decoration: none;}  /* visited link */
a:hover {color:#000000; text-decoration: none;}  /* mouse over link */

.resim{
	border:#CCCCCC solid 10px;
}

.resim:hover{
	border:#000000 solid 10px;
}

#orta{
	width: 1000px;
	margin: -25px auto;
	overflow:auto;
}

#sol-menu{
	margin: 0 auto;
	width: 206px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	
	
}
#sol-menu-baslik{
	width: 206px;
	height: 42px;
	background: url('../images/sol-menu-baslik.png');
	background-repeat: no-repeat;
}
#sol-menu-icerik{
	width: 204px;
	border-style: solid; 
	border-color: #93D3FF;
	border-width:1px;	
}


#sag-taraf{
	width: 750px;
	height: auto;
	float: left;
	border-width:1px;	
	margin-left: 8px;
	padding-bottom:10px;
	overflow:auto;
	padding-left: 15px;
	padding-right: 10px;

}

#sol{
	width:555px;
	margin: 0 auto;
	float: left;
	margin-left: -15px;
}

#sag{
	width:200px;
	margin-left: 8px;
	float: left;
}

#havadurumu{
	
}


#footer{
	width: %100;
	height:35px; 
	background: url('../images/menu-cer.png');
	margin-top: 20px;
	padding-top: 15px;


}
#footer-yazi{
	margin: 0 auto;
	width: 1000px;
	
}

#cssmenu {
  width: 204px;
  border-size: 1px;
  border-width: 1px;
}
#cssmenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#cssmenu li a {
  height: 32px;
  height: 24px;
  text-decoration: none;
  font-weight: normal;
}
#cssmenu li a:link,
#cssmenu li a:visited {
  color: #0e69be;
  display: block;
  background: url('../images/v3.png');
 
  padding: 8px 0 0 10px;
}
#cssmenu li a:hover {
  color: #0e69be;
  background: url('../images/v3.png') 0 -32px;
  padding: 8px 0 0 10px;
}
#cssmenu li a:active {
  color: #0e69be;
  background: url('../images/v3.png') 0 -64px;
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
#sayfa-sol-li{
	color: #333333;
	background: url(../images/ok1.png) no-repeat;
	padding-left: 22px;
	text-decoration: none;
	font-size: 16px;
	list-style: none; 
	line-height:150%;
}
.input-text {padding:3px; font:100%/1.5 "arial", sans-serif;}

input[type=submit] {
  padding: 0 18px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

input[type=reset] {
  padding: 0 18px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #FF0000;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F0F0F0);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=reset]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

#uyari{
	height: 20px;
	color:red;
	border-radius: 1em;
	background-color: #FFFACD;
	padding: 3px 3px 3px 3px;
	padding-left: 20px;

}
#haberler{
	text-align: justify;
	width: 510px;
	height:110px;
	border:1px solid red;
	background-color:#FAFAF5;
	border:1px solid #0099FF;
	margin-bottom: 5px;
	border-radius: 0.5em;
	padding: 6px 10px 5px 10px;
}
#haberler h4{
	margin: 0;
}

.duyurubaslik{
	width:550px;
	height:42px;
	background: url('../images/baslik.png');
	border-width: 1px;
	border-style: solid;
	border-color: #029FEB;
}
.duyurubaslik h2{
	
	margin-left: 15px;
	margin-top: 3px;
	color:#C43335;
	
}

.havabaslik{
	width:200px;
	height:42px;
	background: url('../images/baslik.png');
	border-width: 1px;
	border-style: solid;
	border-color: #029FEB;
}
.havabaslik h3{	
	margin-left: 10px;
	margin-top: 7px;
	color:#C43335;
	
}

