@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	background-color: #AE0001;
	background-image: url(../images/bg/bodybg.png);
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
}
.twoColFixLt #container {
	width: 775px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.nav {
	height: 45px;
	background-image: url(../images/bg/navbg.png);
	background-repeat: no-repeat;
	padding-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav a:hover {
	font-weight: bold;
	color: #F9E1AC;
}


.nav_ {
	float: left;
	padding-top: 6px;
	padding-right: 20px;
}
.nav2_ {
	float: left;
	padding-top: 4px;
}

.logo {
	height: 100px;
	background-image: url(../images/bg/logobg.jpg);
	background-repeat: no-repeat;
}
.flash {
	height: 174px;
	text-align: center;
	padding-right: 1px;
	background-image: url(../images/bg/flashbg.jpg);
}
.govde {
	background-repeat: repeat-y;
	background-image: url(../images/bg/flashbg.jpg);
	height: 330px;
}
.belgeler {
	height: 330px;
	width: 239px;
	float: left;
	padding-left: 50px;
}
.belge_sag {
	height: 330px;
	width: 435px;
	float: left;
	background-image: url(../images/bg/sag.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bel1, .bel2 {
	width: 207px;
	float: left;
	background-image: url(../images/bg/bel.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 5px;
	height: 150px;
}
.cerceve {
	font-size:10px;
	padding: 5px 20px;
	text-align: justify;
}
.cerceve p {
	margin: 5px 0px;
}


.cerceve    li   {
	text-decoration: none;
	background-image: url(../images/bg/lnk.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 15px;


}	
.cerceve a {
	color: #AE0001;
	text-decoration: none;
}
.cerceve a:hover {
	text-decoration: underline;
}
.bell{
	font-size:12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.bell p {
	margin: 0px;
	padding: 0px;
}
.bell a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.bell a:hover {
	text-decoration: underline;
}
.ht {
	padding-left: 25px;
	padding-top: 10px;
	margin-left: 15px;
	background-image: url(../images/bg/lnk.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #C25711;
}
.footer {
	background-image: url(../images/bg/footer_index.png);
	height: 73px;
	float: left;
	width: 775px;
}
.teel {
	float:right;
	padding-top: 70px;
	padding-right: 60px;
	font-size: 12px;
}
.teel a {
	text-decoration: none;
	color: #c25711;
}
.teel a:hover {
	text-decoration: underline;
}
