@charset "utf-8";
/* CSS Document for Diyarbakr Kilisesi Web Site*/
/* genel görünüm */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left: 0px;
	margin-right: 0px;
}
p,td {
	margin: 0 0 0.33em 0;
}

.menurow1 {
	margin: 0.25em 0 0 0;
	margin-left: 12.5em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0.33em 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color:#000000;
	margin: 1em 0 0.33em 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin: 0.33em 0 0.33em 0;
}

/* Resimlerin yazıtipleri ve arka plan renkleri */
.pictcaptbkg {
	background-color: #CC9933;
}
.picturecaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	
}

/* Linklerin renkleri vs. */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC9933;
}
a:active {
	text-decoration: underline;
	color: #999999;
}

/* Sayfanın dibindeki hakların yazıtipleri */
.comndisc {
	font-size: 7pt;
}

/* Paragrafların arasında daha geniş boşluk birakmam için */
.genisbosluk {
	margin: 1.5em 0 0.33em 0;
}

/* Metin içindeki başlıkların yazıtiplerini değiştir */
.metinbaslik {
	font-size: 16pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.kucukmetinbaslik {
	font-size: 13pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1.33em;
}

/* Ayetleri göstermek için bir yazı stili */
.ayetler {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* Linkler Sayfasındaki linkleri güzel bir şekilde göstermek için */
.graylinks {
	font-size: 9pt;
	color: #999999;
	font-weight: bold;
}

/* Dipnotları tanımlamak için küçük harfler */
.dipnot {
	font-size: 7pt;
	vertical-align: super;
}

.dipnotmetin {
	font-size: 9pt;
}