/* 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
	{
		font-size:11px;
		font-family:tahoma;
		background:url(../images/header.jpg) center top no-repeat; 
	} 


	.container
	{
		float:left;
		width:726px;
	}

	.header
	{
		float:left;
		width:100%;
		padding-top:50px;
	}

	.logo
	{
		float:left;
		width:192px;
		height:18px;
		line-height:1000px;
		overflow:hidden;
		background:url(../images/logo.gif) no-repeat;
	}

	.tr
	{
		float:right;
		width:16px;
		height:11px;
		line-height:1000px;
		overflow:hidden;
		background:url(../images/tr.gif) no-repeat;	
	}

	.en
	{
		float:right;
		width:16px;
		height:11px;
		line-height:1000px;
		overflow:hidden;
		background:url(../images/en.gif) no-repeat;	
		margin-left:10px;
		margin-right:1px;
	}


	.menu
	{
		float:left;
		width:605px;
		height:20px;
		background:url(../images/menu_bg.gif) no-repeat;
		padding-left:120px;
	}

	.menu a
	{
		float:left;
		height:16px;
		background:url(../images/menu_icon.gif) left center no-repeat;
		text-decoration:none;
		color:#414747;
		font-weight:bold;
		padding-left:8px;
		padding-top:4px;
		margin-right:10px;
	}

	.menu a:hover
	{
		background:url(../images/menu_icon_hover.gif) left center no-repeat;
		color:#ff0000;
	}

	.slide
	{
		float:left;
		width:725px;
		height:256px;
		margin-top:5px; 
	}

	#slide
	{
		float:right;
		width:725px;
		height:256px;
		overflow:hidden;
	}

	.icerik
	{
		float:left;
		width:695px;
		min-height:200px;
		background:#666666;
		padding:15px;
	}

	.blok
	{
		float:left;
	}

	.blok li
	{
		float:left;
		width:222px;
		margin-left:2px;
		margin-bottom:20px;
		background:url(../images/blok_cizgi.gif) right top no-repeat; 
		overflow:hidden; 
		margin-right:11px;
	}

	.blok li h2
	{
		float:left;
		width:85%;
		height:17px;
		padding-top:2px;
		padding-left:20px;
		background:url(../images/blok_baslik_bg.gif) no-repeat; 
		font-size:11px; margin-top:0px;
		color:white;
		margin-top:5px;
	}

	.blok li img
	{
		float:left;
		margin-bottom:0px;
		height:100px;
	}

	.blok li a
	{
		float:left;
		width:100%;
		text-decoration:none;
		color:white;
		margin-top:4px;
	}

	.blok li a:hover
	{
		text-decoration:underline;
	}

	.sayfa_detay
	{
		float:left;
		color:white;
	}

	.baslik
	{
		float:left;
		width:100%;
		border-bottom:dotted 1px #0d3353;
		font-size:18px;
		font-family:arial;
		font-weight:normal;
		padding-top:5px;
		padding-bottom:10px;
		margin-bottom:10px;
	}



	.yazilar
	{
		float:left;
		width:100%;
	}

	.yazilar li
	{
		float:left; 
		width:50%;
	}

	.yazilar li img
	{
		float:left; 
		margin-right:5px;
	}

	.yazilar li a
	{
		text-decoration:none;
		color:white;
	}

	.yazilar li a:hover
	{
		color:black;
	}



	.footer_menu
	{
		color:white;
		text-align:center;
		margin-bottom:20px;
	}

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

	.footer_menu a:hover
	{
		text-decoration:underline;
	}


	.sayfa_baslik
	{
		float:left;
		width:100%;
		font-size:18px;
		font-family:arial;
		font-weight:normal;
		border-bottom:dotted 1px white;
		color:white;
		padding-bottom:5px;
		margin-bottom:5px;
	}

	.sayfa_detay
	{
		float:left;
		width:100%;
		background:url(../images/sayfa_bg.jpg) repeat-y;
		color:black;
	}



.fotograflar
{
float:left;
width:100%;
}

.fotograflar img
{
float:left; 
padding:1px;
border:solid 1px #1b2d45;
margin-right:2px;
margin-bottom:5px;
}

.fotograflar img:hover
{
background:#1b2d45;
}

.form
{
float:left; 
width:50%
}

.form input[type="text"]
{
border:solid 1px #dddddd;
width:250px;
margin-bottom:10px;
}

.form textarea
{
border:solid 1px #dddddd;
width:250px;
margin-bottom:10px;
height:80px;
}

.form input[type="submit"]
{
border:solid 1px #dddddd;
background:white;
display:block;
width:120px;
}
