body{
	margin: 0;
	padding: 0;

}

.top_1{
	height: 10px;
	background-color: #222222;
	background-image: url('../images/top_1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.top_2{
	height: 1px;
	background-color: #A0CCF9;
}

.logo{
	height: 147px;
	background-image: url('../images/logobg.jpg');
	background-repeat: repeat-x;
}

.bar{


}
.menu{
	font-family:Tahoma,Arial,sans-serif;
	font-size:0.7em;
	color: #FFF;
	font-weight: bold;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height:1.7em;
	width: 100px;
}

.menu a{
	color: #FFF;
	text-decoration: none;
}

.menufooter{
	font-family:Tahoma,Arial,sans-serif;
	font-size:0.6em;
	color: #FFF;

	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height:1.7em;
	width: 70px;
}

.menufooter a{
	color: #FFF;
	text-decoration: none;
}

/* Slider Effect Burada */
#s3slider {
   width: 625px; /* important to be same as image width */
   height: 230px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 13px 12px;
   width: 600px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 15px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

.wsh {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #656565;
	line-height:1.7em;
	margin-left:15px;
	margin-right:15px;
}

.altkategori{
	font-family:Tahoma,Arial,sans-serif;
	font-size:0.7em;
	color: #3088E7;
	font-weight: bold;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height:1.7em;
	width: 100px;
}

.altkategori a{
	color: #3088E7;
	text-decoration: none;
}

.icerik { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; line-height: 160%; text-align: justify; }


