#wrapper {
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#wrapper a {
	display: block;
	margin-top: 5px;
	padding: 10px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}
.information {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.information p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 28px;
}
.information p span {
	color: #F90;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.information ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.information ul li {
	color: #333;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 24px;

}
.baslikliste{
	list-style-position: inside;
	list-style-image: url(../img/arrow.png);
}
