html, body {
    height: 100%;
}
body {
	background-image: url(/img/back2.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-color: #D2E0E4;
	width:100%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999;
}
#topbar{
	position:absolute;
	left:0;
	right:0;
	top:0;
	color:#8CDEF6;
	height:21px;
	z-index:1;
	width:99%;
	text-align:left;
	padding: 4px 5px;
}
#topbar .r{
	float:right
}
#topbar .r a{
	color: #FFF;
	text-decoration: none;
}	
#topbar .r a:hover{
	text-decoration: underline;
}
#container{
	background-image: url(/img/backbot.jpg);
	background-repeat: repeat-y;
	background-color: #CCDFE3;
	width: 800px;
	height:100%;
	margin-left: auto ;
	margin-right: auto ;
	text-align:left;

}
#inner {
	background-image: url(/img/back.jpg);
	background-repeat: no-repeat;
	height:600px;
	width:800px;
	position:absolute;
}
#content{
	padding-top:180px;
}
#content .boxes{
	width: 492px;
	margin:auto;
	position:relative;
}
.h50{height:50px;}
#content .boxes .l{
	position:absolute;
	left:0;
	top:0;
	width: 358px;
	height: 44px;
	padding:0 0 0 5px;
}
#content .boxes .r{
	position:absolute;
	right:0;
	top:0;
}
.search{
	width: 358px;
	height: 36px;
	background:#FFF;
	border:0;
	font-size:23px;
	color: #00A6D0;
	padding: 8px 10px 0 10px;
	background:url(/img/sl.gif) no-repeat top left;
}
.cont{
	background-color:#FBFDFE;
	position:relative;
	margin-left:4px;
}
.cont .metin{
	padding:12px 9px 9px 9px;
}
.cont  .tl,.cont  .tr,.cont  .bl, .cont  .br{position:absolute;width:16px;height:16px;font-size:0}
.cont .tl{left:0;top:0;background:url('/img/b_tl.gif') top left;}
.cont  .tr{right:0;top:0;background:url('/img/b_tr.gif') top right;}
.cont .bl{left:0;bottom:0;background:url('/img/b_bl.gif') bottom left;}
.cont  .br{right:0;bottom:0;background:url('/img/b_br.gif') bottom right;}
.reklam{padding:8px 0;}
.title{
	border-bottom: 1px solid #E3E3E3;
	padding:5px 0 3px 20px;
	background-position: center left;
	background-repeat: no-repeat;
	color:#006699;
	font-size:18px;
}
.title em{
	font-size:10px;
	color: #AAA;
	font-style:normal;
	padding-left:5px;
}
.desc{
	padding:5px;
	border-bottom: 1px solid #E3E3E3;
}
.fltr{background-image:url(/img/tr.gif);}
.flen{background-image:url(/img/gb.gif);}
.flde{background-image:url(/img/de.gif);}
.norm{
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #E3E3E3;
	background-position: center left;
	background-repeat: no-repeat;
}
.norm a{
	color:
	color: #006699;
	color: #006699;
	font-size: 10px;
	text-decoration: none;
}