	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,
	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 {
		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;
	}

	a
	{
	text-decoration:none;
	color:#303030;
	}

	body
		{
		background:white;
		font-size:11px;
		font-family:tahoma;
		position:absolute;
		color:black;
		background:url(../images/bg.gif) #1c78cf repeat-y center top;
		width:100%}
	.container
		{
		float:left;
		width:900px;
		}


.sayfalama
{
margin-top:20px;
}

.sayfalama a
{
width:22px;
height:14px;
float:left;
text-align:center;
background:url(../images/sayfalama_bg.gif) left bottom no-repeat;
color:white;
padding-top:1px;
}

.sayfalama a:hover
{
background:url(../images/sayfalama_bg.gif) no-repeat;
color:#e7262d;
}

#aktif
{
background:url(../images/sayfalama_bg.gif) no-repeat;
color:#e7262d;
}

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

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

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

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


.footer
{
float:left;
width:100%;
border-top:solid 3px #ca4c00;
padding-top:5px;
padding-bottom:5px;
}

.icerik
{
float:left;
width:870px;
padding:15px;
padding-top:0px;
line-height:18px;
}

.sayfa_detay a:hover
{
	color:#4a9fff;
	font-weight:bold;
}

.slide
{
float:left;
width:536px;
height:172px;
}

#slide
{
float:left;
width:536px;
height:172px;
border:solid 3px #4a9fff;
z-index:50;
position:absolute;
}

.duyurular
{
float:left;
width:458px;
height:14px;
background:url(../images/duyurular.gif) left center no-repeat;
margin-bottom:10px;
padding-left:83px;
color:#656565;
}

.haberler
{
list-style:none;
padding:0px;
margin:0px;
float:right;
width:260px;
margin-top:22px;
padding-left:60px;
background:url(../images/{.gif) left top no-repeat;
}

.haberler li
{
padding:0px;
margin:0px;
float:left;
width:250px;
padding-top:4px;
padding-bottom:3px;
padding-left:17px;
background:url(../images/haber_ikon.gif) left center no-repeat;
border-bottom:dotted 1px white;
}

.haberler li:hover
{
border-bottom:dotted 1px #00336d;
color:black;
}

.haberler li a
{
color:#00336d;
font-weight:bold;
}

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

.baslik
{
float:left;
width:854px;
padding-top:8px;
padding-bottom:13px;
padding-left:10px;
background:url(../images/baslikbg.gif) no-repeat;
font-size:14px;
font-family:arial;
font-weight:bold;
color:white;
margin-bottom:10px;
}

.ozet
{
padding:0px;
margin:0px;
list-style:none;
float:left;
width:100%;
}

.ozet li
{
float:left;
width:420px;
padding:5px;
border:solid 1px white;
}

.ozet li:hover
{
background:#f3f3f3;
border:solid 1px #dddddd;
}

.ozet li img
{
float:left;
border:solid 3px #c6c6c6;
width:160px;
height:111px;
margin-right:5px;
}

.ozet li h2
{
font-size:14px;
font-family:arial;
font-weight:bold;
margin-bottom:5px;
}


.fotograflar
{
float:right;
width:310px;
height:600px;
overflow:hidden;
}

.fotograflar img
{
float:left;
margin:5px;
border:solid 1px #dddddd;
padding:2px;
}

.fotograflar img:hover
{
background:#dddddd;
}

















/*Menü Style*/
/*** ESSENTIAL STYLES ***/
.sf-menu{
background:url(../images/menubg.jpg) center bottom no-repeat;
width:100%;
float:left;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			200px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	background:black;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
	color:#951e03;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
}

.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu a:hover {
	color:black;
}
.sf-menu li {
padding:8px;
padding-left:6px;
padding-right:6px;
}
.sf-menu li li {
background:#e5e5e5;
border-bottom:solid 1px white;
padding:4px;
}

.sf-menu li li li {
background:#e5e5e5;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:black;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.sf-menu li li:hover {
background:#f2f2f2;
}
/*Menü Style*/

.namaz_vakitleri
{
float:right;
width:100%;
margin-bottom:20px;
}

.namaz_vakitleri td
{border:solid 1px #dddddd;
padding-left:8px;
padding-right:8px;
font-size:11px;
text-align:center;
}

.namaz_vakitleri select
{border:solid 1px #dddddd;
font-size:11px;
width:90px;
}