@charset "iso-8859-9";

*{
	padding:0;
	margin:0;
}


body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	margin: 0px;
	padding: 0px;
    color:#333;
}

#ustmenu{
	width:900px;
	margin:auto;
	height:40px;
	background: url(resimler/sitebg.jpg) repeat-x;
}

#ustmenu a{
    color:#333;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#ustmenu ul{
	list-style-type:none;
}

#ustmenu ul li{
	float:left;
	line-height:20px;
	padding:5px 10px;
}

#ustmenu li a{
	font-size:16px;
	text-decoration:none;
	display:block;
	color:#FFF;
	padding:5px;
}

#banner{
	width:900px;
	margin:auto;
	height:150px;
}

#icerik{
	width:900px;
	margin:auto;
}

.blok{
	background:#FFF;
	margin-top:10px;
}

.icusol{
	background:url(resimler/blkusol.jpg) no-repeat top left;
}

.icusag{
	background:url(resimler/blkusag.jpg) no-repeat top right;
}

.icasol{
	background:url(resimler/blkasol.jpg) no-repeat bottom left;
}

.icasag{
	background:url(resimler/blkasag.jpg) no-repeat bottom right;
	padding:10px;
}

.icust{
	background:url(resimler/blkust.jpg) repeat-x top;
}

.icsag{
	background:url(resimler/blksag.jpg) repeat-y right;
}

.icsol{
	background:url(resimler/blksol.jpg) repeat-y left;
}

.icalt{
	background:url(resimler/blkalt.jpg) repeat-x bottom;
}

.blok .blbaslik{
	color:#9C6;
	padding:5px;
	font-size:18px;
}

.blok .blicerik{
	color:#333;
	padding:5px;
}


#alt{
	width:900px;
	margin:10px auto 0px auto;
	height:42px;
}

.altsol{
	background:url(resimler/altsol.jpg) no-repeat top left;
	height:42px;
}

.altsag{
	background:url(resimler/altsag.jpg) no-repeat top right;
	height:42px;
	padding:10px;
}

.altic{
	background:url(resimler/altbg.jpg) repeat-x top right;
	height:42px;
}
	
#alt a{
    color:#222;
    text-decoration: none;
}
