a { color: #000000; text-decoration: none; font-family: Arial; font-size:12px;}
a:hover { color: #CC0000; text-decoration: none; font-family: Arial; font-size:12px;}
a.sondakika { color: #FFFFFF; text-decoration: none; font-weight:bold; font-family: Arial; font-size:13px;}
a.sondakika:hover { color: #FFFFFF; text-decoration: none; font-weight:bold; font-family: Arial; font-size:13px;}
a.sondakikaalt { color: #333333; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.sondakikaalt:hover { color: #333333; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.baslik1 { color: #333333; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.baslik1:hover { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.baslik2 { color: #333333; text-decoration: none; font-weight:bold; font-family: Arial; font-size:14px;}
a.baslik2:hover { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:14px;}
a.katkucuk { color: #FFFFFF; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.katkucuk:hover { color: #FFFFFF; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.sagbaslik { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.sagbaslik:hover { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:11px;}
a.yazarad { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:12px;}
a.yazarad:hover { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:12px;}
a.yazarbaslik { color: #000000; text-decoration: none; font-weight:normal; font-family: Arial; font-size:12px;}
a.yazarbaslik:hover { color: #000000; text-decoration: underline; font-weight:normal; font-family: Arial; font-size:12px;}
a.kucukbaslik { color: #000000; text-decoration: none; font-weight:normal; font-family: Arial; font-size:10px;}
a.kucukbaslik:hover { color: #000000; text-decoration: underline; font-weight:normal; font-family: Arial; font-size:10px;}
a.tepe { color: #666666; text-decoration: none; font-weight:normal; font-family: Arial; font-size:11px;}
a.tepe:hover { color: #666666; text-decoration: underline; font-weight:normal; font-family: Arial; font-size:11px;}
a.kucuk { color: #000000; text-decoration: none; font-weight:normal; font-family: Arial; font-size:11px;}
a.kucuk:hover { color: #000000; text-decoration: underline; font-weight:normal; font-family: Arial; font-size:11px;}
a.tepe2 { color: #FFFFFF; text-decoration: none; font-weight:normal; font-family: Arial; font-size:11px;}
a.tepe2:hover { color: #FFFFFF; text-decoration: underline; font-weight:normal; font-family: Arial; font-size:11px;}
a.blogyazarad { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:18px;}
a.blogyazarad:hover { color: #CC0000; text-decoration: underline; font-weight:bold; font-family: Arial; font-size:18px;}
a.blogyazibaslik { color: #5E4085; text-decoration: none; font-weight:bold; font-family: Arial; font-size:16px;}
a.blogyazibaslik:hover { color: #5E4085; text-decoration: underline; font-weight:bold; font-family: Arial; font-size:16px;}
a.analizyazibaslik { color: #CE7B00; text-decoration: none; font-weight:bold; font-family: Arial; font-size:16px;}
a.analizyazibaslik:hover { color: #CE7B00; text-decoration: underline; font-weight:bold; font-family: Arial; font-size:16px;}
a.katmanbas{ color: #333333; text-decoration: none; font-weight:bold; font-family: Arial; font-size:18px;}
a.katmanbas:hover { color: #000000; text-decoration: underline; font-weight:bold; font-family: Arial; font-size:18px;}
a.katmanbasw{ color: #FFFFFF; text-decoration: none; font-weight:bold; font-family: Arial; font-size:18px;}
a.katmanbasw:hover { color: #FFFFFF; text-decoration: underline; font-weight:bold; font-family: Arial; font-size:18px;}
a.katmanozet { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 12px;}
a.katmanozet:hover { color: #000000; text-decoration:underline; font-family: Tahoma; font-size: 12px;}
a.katmanozetw { color: #FFFFFF; font-family: Tahoma; text-decoration: none; font-size: 12px;}
a.katmanozetw:hover { color: #FFFFFF; text-decoration:underline; font-family: Tahoma; font-size: 12px;}
a.linkk2 { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 12px;}
a.linkk2:hover { color: #000000; text-decoration:underline; font-family: Tahoma; font-size: 12px;}
a.altmansetbas { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:14px;}
a.altmansetbas:hover { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:14px;}

#reklam{
position: fixed;
width: 160px;
left: 920px;
top: 10px;
background-color: #EEEEEE;
border: 0px solid black;
padding: 0px;
}
 
 
* html #reklam{ 
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px");
}


.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 40px;
	height: 40px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

p {line-height:130%;}

div.transbox
  {
  position:absolute;
  width:575px;
  height:44px;
  margin:256px 0px;
  background-color:#FFFFFF;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }

div.transboxbig
  {
  position:absolute;
  width:575px;
  height:65px;
  margin:235px 0px;
  background-color:#FFFFFF;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }

div.transboxa
  {
  position:absolute;
  width:575px;
  height:44px;
  margin:256px 0px;
  border:0px solid black;
  }

div.transboxabig
  {
  position:absolute;
  width:575px;
  height:65px;
  margin:235px 0px;
  border:0px solid black;
  }

.transboxa h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: Tahoma;
	color:#000000;
	margin: 0 0 0px;	padding: 7px;
}

.transboxabig h2 {
	font-size: 26px;
	font-weight: bold;
	font-family: Tahoma;
	color:#000000;
	margin: 0px 0px 3px 7px;	padding: 0px;
	}


.transboxabig h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
	color:#000000;
	margin: 3px 0px 0px 8px;	padding: 0px;
}

div.transboxleft
  {
  position:absolute;
  width:575px;
  height:44px;
  margin:0px 0px;
  border:0px solid black;
  }

div.transboxright
  {
  position:absolute;
  width:575px;
  height:44px;
  margin:0px 415px;
  border:0px solid black;
  }

div.biolinkbox
  {
  position:absolute;
  width:300px;
  height:20px;
  margin:190px 0px;
  border:0px solid black;
  background-color:#FFFFFF;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }


#pup {position:absolute; visibility:hidden; z-index:200; width:130; }
#mans {z-index:1;}