﻿#liste {
	position:relative;
	margin-left:10px;
	margin-top:-5px;
}
#kontrol {
	position:relative;
	top:-124px;
	float: right;
}
#asagi, #yukari {
	width: 29px;
	height: 30px;
	display: block;
	background: transparent url('../images/kontrol.png') no-repeat;
	cursor: pointer;
}
#yukari:hover {
	background-position: -29px 0px;
}
#asagi {
	background-position: 0px -38px;
}
#asagi:hover {
	background-position: -29px -38px;
}
.baslik {
	width: 200px;
	height:15px;
	display: block;
	font-size:11px;
	font-family:tahoma;
}
.baslik a {
	color: #bbac34;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
}
.aciklama {
	clear: both;
	font-family:tahoma;
	color: #cbcbc9;
	font-size: 12px;
	position:relative;
}
