/* Pozitif Reaksiyon İnteraktif Bilişim */

/* Genel */

*{
	margin:0;
	padding:0;
	list-style:none;
}


body	
	{
		font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
		font-size: 11px;
 	 	color:#666666;
		margin: 3px auto;
		width:945px;
		background:#F4F4F4 url(body.png) top center repeat-y fixed;
	}

/* Link */

a
	{
		Text-Decoration: None;
		Color: #666666;
	}

a:hover
	{
		Color: #669900;
		Text-Decoration: Underline;
	}

/* Tablo */

table
	{
		Font-Family: Tahoma;
		Font-Size: 11px;
	}

/* Form */

input
	{
		Font-Family: Tahoma;
		Font-Size: 11px;
	}

/* İçerik */

.baslik
	{
		Font-Family: Tahoma;
		Font-Size: 12px;
		padding-left: 5px;
		font-weight: bold;
	}

.icerik
	{
		background: url(icerikbg.gif) ; 
		Font-Family: Tahoma;
		Font-Size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}

.icerikalt
	{
		padding-left: 450px;
	}

/* Bizden Haberler */
	

.HaberKaydir {
	width: 205px;
	height: 105px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.DikeyKaydir {
	width: 205px;
	height: 105px;
	display: block;
	list-style: none;
}


.DikeyKaydir li {
	display: block;
	width: 205px;
	height: 20px;
	line-height: 5px;
	text-align: left;
	font-size: 11px;
	float: left;
	border-color:white white #e1e1e1 white;
	border-width:1px;
	border-style:solid;
	padding-top: 5px;
	text-indent: 2px;
}


.DikeyKaydir li div img {
	vertical-align:middle;
	margin-right:4px;
	margin-bottom:3px;
	float:center;
}


