/* CSS Document */

body{
margin:0px;
padding:0px;
background: #722d00 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
}
#kutu{
width:811px;
margin-left:auto;
margin-right:auto;
}
#ust{
width:811px;
height:115px;
}
#logo{
background-image:url(images/logo.jpg);
width:350px;
height:115px;
float:left;
}
#bayrak{
text-align:right;
width:460px;
height:85px;
float:right;
}
#menu{
float:right;
text-align:right;
}
#menu ul{
margin:6px;
padding:0px;

}
#menu ul li{
display:inline;
list-style:none;
margin-left:2px;

}
#menu ul li a{
padding-left:8px;
padding-right:8px;
padding-top:4px;
padding-bottom:4px;
color:#e5c489;
font-weight:bold;
text-decoration:none;
background:url(images/menu_bg.jpg) repeat-y;
font-size:12px;
border-top:3px solid #cb4700;
}
#menu ul li a:hover{
color:#FF9900;
border-top:3px solid #FF9900;
}
#border{
width:811px;
height:16px;
background: url(images/border_bg.jpg) repeat-x;
}
#govde {
width:751px;
background-color:#e9d3a2;
padding:30px;
}
#banner {
background-color:#fce9cb;
width:743px;
height:226px;
padding:5px;
}
#icerik{
width:755px;
margin-top:10px;
background:url(images/icerik-bg.jpg) repeat-y;
}
#solbolme{
width:520px;
margin:10px;
float:left;


}
#sagbolme{
width:200px;
float:right;
}
.indexyazi{
font-size:12px;
color:#493f3a;
}
#footer{
clear:both;
width:755px;
height:30px;
border:8px solid #a43900;
padding:20px;
background-color:#41210e;
text-align:center;
color:#daa953;
font-size:12px;
}
#footer a{
color:#FFFFFF;
text-decoration:none;
}
.baslik{
color:#990000;
font-size:20px;
font-family:"Times New Roman", Times, serif, 00703;
}
.foto{
	width:90px;
	height:60px;
	border-color:#999999;
	padding:4px;
	border-bottom-width:1px;
	}
.input{
background-color:#990000;
color:#FFFFFF;
font-size:11px;
border:1px solid #990000;
}
#info{
display:none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;

}