body { 
} 
a { color: #000000; font-family: arial; text-decoration: none; font-size:12px;}
a:hover { color: #CC0000; font-family: arial; text-decoration: none; font-size:12px}
a.mansetbas { color: #000000; text-decoration: none; font-weight:bold; font-family: tahoma; font-size:26px;}
a.mansetbas:hover { color: #CC0000; text-decoration: none; font-weight:bold; font-family: tahoma; font-size:26px;}
a.menu { color: #CCCCCC; font-weight:bold; text-decoration: none; font-size:11; font-family: Tahoma;}
a.menu:hover { color: #FFFFFF; font-weight:bold; font-size:11; font-family: Tahoma;}
a.menu2 { color: #FFFFFF; text-decoration: none; font-size:11; font-family: Tahoma;}
a.menu2:hover { color: #FFFF00; font-size:11; font-family: Tahoma;}
a.link { color: #CC0000; text-decoration: none font-size:12; font-family: Tahoma;}
a.link:hover { color: #000000; text-decoration: underline font-size:12; font-family: Tahoma;}
a.linkk { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 11}
a.linkk:hover { color: #CC0000; font-family: Tahoma; font-size: 11;}
a.linkk2 { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 11}
a.linkk2:hover { color: #000000; text-decoration:underline; font-family: Tahoma; font-size: 11;}
a.linkk3 { color: #000000; font-family: Arial; text-decoration: none; font-size: 12}
a.linkk3:hover { color: #000000; text-decoration:underline; font-family: Arial; font-size: 12;}
a.linkk4 { color: #CC0000; font-family: Tahoma; text-decoration: none; font-size: 11}
a.linkk4:hover { color: #CC0000; text-decoration:underline; font-family: Tahoma; font-size: 11;}
a.mansetb { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 11}
a.mansetb:hover { color: #CC0000; text-decoration:none; font-family: Tahoma; font-size: 11;}
a.ozet { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 12}
a.ozet:hover { color: #7D6644; font-family: Tahoma; font-size: 12;}
a.manset { color: #000000; font-family: Tahoma; text-decoration: none; font-weight:bold; font-size: 18}
a.manset:hover { color: #7D6644; font-family: Tahoma; text-decoration:underline; font-size: 18; font-weight:bold;}
a.mansetozet { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 12}
a.mansetozet:hover { color: #7D6644; font-family: Tahoma; text-decoration:underline; font-size: 12;}
a.habbas { color: #000000; font-family: Tahoma; text-decoration: none; font-size: 12; font-weight:bold;}
a.habbas:hover { color: #7D6644; font-family: Tahoma; text-decoration:underline; font-size: 12; font-weight:bold;}
a.altmansetbas { color: #CC0000; text-decoration: none; font-weight:bold; font-family: Arial; font-size:14px;}
a.altmansetbas:hover { color: #3B5B97; text-decoration: none; font-weight:bold; font-family: Arial; font-size:14px;}
a.yazarad { color: #CC0000; text-decoration: none; font-weight:none; font-family: Arial; font-size:14px;}
a.yazarad:hover { color: #CC0000; text-decoration: none; font-weight:none; font-family: Arial; font-size:14px;}
a.yazi { color: #000000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.yazi:hover { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.video { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.video:hover { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.yazar { color: #FFFFFF; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.yazar:hover { color: #FFFF00; font-weight:bold; font-size:11px; font-family: Tahoma;}
a.katbas { color: #9EC8F2; font-weight:bold; text-decoration: none; font-size:16px; font-family: Arial;}
a.katbas:hover { color: #9EC8F2; font-weight:bold; text-decoration: none; font-size:16px; font-family: Arial;}
a.katbas2 { color: #CC0000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.katbas2:hover { color: #3B5B97; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.cok { color: #0A3B6C; font-weight:normal; text-decoration: none; font-size:12px; font-family: Arial;}
a.cok:hover { color: #0A3B6C; font-weight:normal; text-decoration: none; font-size:12px; font-family: Arial;}
a.tepe { color: #CCCCCC; font-weight:normal; text-decoration: none; font-size:11px; font-family: Arial;}
a.tepe:hover { color: #FFFFFF; font-weight:normal; text-decoration: none; font-size:11px; font-family: Arial;}
.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: 50px;
	height: 50px;

	/*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:615px;
  height:44px;
  margin:256px 0px;
  background-color:#FFFFFF;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }
.transbox h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: Tahoma;
	color:#000000;
	margin: 0 0 0px;	padding: 7px;
}

div.transboxleft
  {
  position:absolute;
  width:615px;
  height:44px;
  margin:0px 0px;
  border:0px solid black;
  }

div.transboxright
  {
  position:absolute;
  width:615px;
  height:44px;
  margin:0px 455px;
  border:0px solid black;
  }
