/* genel html ayarlari####################################################################################### */
* {
	margin: 0;
	padding: 0;
}

/* html yuksekligi  */
html {
	
	height: 100%;
	margin-bottom: 1px;
}
html,body {
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
}

/* Title text */



/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	color:#00A4E3;
}

h3 {
	font-size: 120%;
	color:#FF0000;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

h5 {
	font-size: 160%;
	color: #00A4E3;
}

h6 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #00A4E3;
}

h7 {
	font-size: 180%;
}

h8 {
	font-size: 190%;
}

h9 {
	font-size: 200%;
}

h10 {
	font-size: 250%;
}

h11 {
	font-size: 280%;
}



p {
	margin: 3px 0 15px;
}

ul {
	margin-top: 6px;
	margin-bottom: 15px;
	list-style: none;
}





ul li {
	background: transparent url(../img/dot.png) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 160%;
}






ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #484848;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


#body.f-small {font-size: 11px;}
#body.f-default {font-size: 12px;}
 #body.f-large{font-size: 13px;}
 #body.f-big{font-size: 15px;}
 #body.f-18{font-size: 18px;}
  #body.f-20{font-size: 20px;}
  #body.f-22{font-size: 22px;}
   #body.f-25{font-size: 25px;}
 #body.f-28{font-size: 28px;}
  #body.f-30{font-size: 30px;}
 
body {
	font-family:Georgia, "Times New Roman", Times, serif; /* tekst ailesi arial,helvetica */
	color:#787878;/* yazi rengimiz siyah */
	line-height:160%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
/* Normal link */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0089E9;
}
a:hover {
	text-decoration: none;
}
