/* CSS Sıfırlama */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/*CSS Sıfırlama Bitiş*/

 
	body
	{
		background:url(../images/bg.gif) center top repeat-y white;
				font-size:11px;
		font-family:tahoma;
	}

	a
	{
		text-decoration:none;
		color:white;
	}

	.container
	{
		float:left;
		width:925px;
		padding-bottom:30px;
	}

	.logo
	{
		float:left;
		width:420px;
		height:68px;
		background:url(../images/logo.gif) no-repeat;
		margin-left:250px;
		margin-right:290px;
	}

	.ana_baslik
	{
		float:left;
		margin-left:90px;
		font-family: Georgia, serif;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		color:white; margin-bottom:5px;
	}

	.ana_baslik:hover
	{
		text-decoration:line-through;
	}

	.ana_iframe
	{
		float:left;
		height:350px;
		width:908px;
		border:solid 7px #484848;
		background:#e6e6e6;
	}

	.iframeler
	{
		float:left;
		width:747px;
		margin-left:90px;
	}

	.iframeler li
	{
		float:left;
		width:362px;
		margin:5px;
	}

	.iframeler li img
	{
		float:left;
		width:350px;
		height:175px;
	}

	.iframeler h1
	{
		font-family: Georgia, serif;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		color:white; 
		margin-bottom:5px;
		margin-top:15px;
	}

	.iframeler h1:hover
	{
		text-decoration:line-through;
	}

	.sayfalama
	{
		float:left;
		margin-top:20px;
	}

	.sayfalama a
	{
		float:left;
		padding:2px;
	}

	.sayfalama a:hover
	{
		background:white;
		color:black;
	}

	#aktif
	{
		background:white;
		color:black;
	}
