@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.dis {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
}
.banner {
	height: 120px;
	background-color: #999;
}
.menu {
	height: 35px;
	background-color: #999;
}
.icerik_alani {
	background-color: #CCC;
	height: 600px;
}
.icerik {
	width: 700px;
	background-color: #0CF;
	height: 600px;
	float: left;
}
.kategori {
	height: 600px;
	width: 200px;
	background-color: #0F9;
	float: left;
}
.footer {
	background-color: #0FF;
	height: 30px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.menu ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.menu ul li {
	list-style-type: none;
	float: left;
}
.menu ul li a{
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #090;
	padding: 2px;
	background-color: #333;
}
.menu ul li a:hover {
	background-color: #000;
	border: 1px solid #C03;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
