@charset "utf-8";
/* CSS Document */


body {
	background-color:#fcf8ec;
	 
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:hover {
	color: #C00;
}

.orta {
	text-align: left;
}


.listebaslik{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-stretch:semi-condensed;
	font-weight: bold;
	text-align:left;
}

.icerikbaslik{
	color:   #360;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-stretch:semi-condensed;

	font-weight: bold;
	text-align:left;
}

.icerikbaslik2{
	color: #006D4E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-stretch:semi-condensed;
	font-weight: bold;
	text-align:center;
	font-style:italic;
}

.icerikyazi{
	color:  #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	text-align:left;
}



.footer {
	color: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.footer2 {
	color: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.siyah {
	color: #333;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	
		 
}

.siyah2 {
	color: #000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
		 
}



.head {
	color:  #816B45;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	font-style:italic;
		 
}

.ic-basliklar {
	color: #900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	font-weight: bold;
		 
}

.ic-basliklar3 {
	color:  #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	font-weight: bold;
		 
}

.ic-basliklar2{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: semi-condensed;
	font-weight: bold;

}

#container {
	width: 262px;
	padding: 0px;
	padding-left: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#example {
	width: 262px;
	height: 70px;
	position: relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:262px;
	height:70px;
	
	left:-30px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:262px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:262px;
	height:70px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 230px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	padding-left:10px;
	
	
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	padding-bottom:0px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;

	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
