@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
} 

body 
{
	margin: 0px;
	padding: 0px;
	background: #01335f;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#site
{
	float: left;
	width: 100%;
	background: url(../images/bg.jpg);
}

#golgeleme
{
	width: 100%;
	background: url(../images/bg_giris_baslik.jpg) repeat-x 50% bottom;
}

#giris
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 550px;
	height: 528px;
}

#footer
{
	float: left;
	background: url(../images/footer_border.jpg) repeat-x;
	width: 100%;
	background-color: #053559;
	height: 10%;	
}

.menu
{
	font-size: 12px;
	margin: 0px auto;
	line-height: normal;
	width: 560px;
}

ul
{
	margin: 0px auto;
	list-style-type: none;
}

li
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

a
{
	background-position: left top;
	float: left;
	line-height: 35px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a span
{
	display: block;
	float: left;
	background-image: url(../images/giris_buton.jpg);
	margin-left: 6px;
	width: 105px;
	cursor: pointer;
	color: #ffffff;
	background-repeat: no-repeat;
	height: 36px;
	text-align: center;
}

a span
{
	float: none;
}

a:hover span
{
	color: #fff;
	background-image: url(../images/giris_buton_over.jpg);
}

#copyright
{
	font-size: 12px;
	width: 200px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#w3{margin:0 auto 0 auto;width:180px;}
#w3 .item{float:left;font-size:12px;width:75px;padding-left:10px;text-align:center;}
#w3 .item2{float:left;width:75px;font-size:12px;text-align:center;}
#w3 a{font-weight:bold;color:#14b6c2;}
#w3 a:hover{font-weight:bold;color:#990099;text-decoration:underline;}
.duzeltici{clear:both;font-size:1px;}