body{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:936px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background:url(images/bg.gif) repeat-x #f2f2f2;
	font-size:11px;
	font-family:tahoma;
}

img{
	border:none;
	border:0;
	}

a{
	text-decoration:none;
}

#mainWrapper {
	margin:0px auto;
	padding:0px;
	width:936px;
}

.container{
	width:936px;
	background:url(images/ortabg.gif) repeat-y;
	min-width: 936px;
}


.header{
	float:left;
	width:936px;
	height:282px;
	background:url(images/header.jpg) no-repeat;
}

.orta{
	padding:15px 0px;
	height:100%;
	width:936px;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:100%;			/* width of whole page */
	overflow:hidden;
}

.footer{
	width:936px;
	height:40px;
	background:url(images/footer.jpg) no-repeat;
	padding-top:120px;
	text-align:center;
	font-weight:bold;
}

.footer a{
	color:gray;
}

.footer a:hover{
	background:#00b0d6;
	color:white;
}

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

.topmenu a{
	color:#d3ecb4;
	font-weight:bold;
	padding:2px;
	padding-left:20px;
	float:left;
	margin-left:3px;
}

.topmenu a:hover{
	color:gray;
}

.cikis{
	color:#d3ecb4;
	font-weight:bold;
	padding:2px;
	padding-left:20px;
	float:right;
	margin-left:3px;
}

.cikis:hover{
	color:gray;
}


.loginpanel{
	margin-right:20px;
	margin-top:5px;
	float:right;
}

.logininput{
	border:solid 1px #c9c9c9;
	height:16px;
	width:103px;
	float:left;
	margin-left:10px;
	padding-left:23px;
	color:#b9b9b9;
}

.headeralt{
	width:936px;
	height:30px;
	position:relative;
	margin-top:255px;
}

.sol{
	width:188px;
	margin-left:25px;
	float:left;
	display:block;
	height:100%;
	position:relative;
	left:0px;
}

.solblok{
	float:left;
	width:181px;
	border:solid 1px #e5e5e5;
	border-top:none;
	margin-bottom:15px;
}

.solmenu a{
	float:left;
	width:143px;
	height:18px;
	line-height:18px;
	background:url(images/menubg.gif)  no-repeat left center;
	font-size:15px;
	font-family:arial;
	color:#ff2400;
	font-weight:bold;
	padding-left:20px;
	margin-left:15px;
	margin-top:3px;
	margin-bottom:3px;
}

.solmenu a:hover{
	color:#00b0d6;
}

.duyurubaslik{
	float:left;
	font-size:11px;
	font-family:tahoma;
	color:#4e4e4e;
	margin:3px;
	margin-left:0px;
	margin-bottom:5px;
	font-weight:bold;
	padding-left:17px;
	background:url(images/duyuruikon.gif) left top no-repeat;
}


.sag { 	
	float:left;
	width:188px;
	display:block;
	position:realtive;
	top:-5px;
	margin-top:-5px;
}

.blok{
	float:left;
	position:relative;
	padding:18px;
	background:url(images/blokbg.jpg) no-repeat;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	margin: 0;
	padding-bottom:4px;
	font-size: 22px;
	color: #005a8a;
	text-align:center;
	background:#F2F2F2;

}

.icerik {
	float:left;
	position:relative;
	width:52%;
	height:100%;
	margin:0 5px;
	max-width:510px;
	min-width:480px;
	padding-left:10px;
	padding-right:10px;
	padding:0px 10px;
}
.icerikfoto{
	padding:2px;
	border:solid 1px #005a8a;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.icerikfoto:hover{
	background:#005a8a;
}

.input{
	width:250px;
}

.icerik a{
	color:#00b0d6;
}

.icerik a:hover{
	background:#00b0d6;
	color:white;
}

.clear {
	clear: both;
}
