﻿body{
	margin: 0px;
	padding: 0px;
	background-image: url('arkaplan.jpg');
	position: relative;
}
.fon {
	/*default */
		background: url('fon.jpg');
	position: absolute;
	z-index: 1;
	font-family: Tahoma;
	font-size: small;
	padding-left: 20px;
	width: 500px;
	padding-right: 10px;
	font-weight: bold;
	text-align: justify;
	left: 180px;
	top: 140px;
	margin-left: 20px;
	height:650px;

}
#banner {/*default */
	position: relative;
	background-image: url('banner2.jpg');
	height: 150px;
	background-repeat: no-repeat;
}
.menu {
	/*default */
		position: relative;
	background-image: url('Images/menu1.gif');
	height: 490px;
	background-repeat: no-repeat;
	z-index: 0;
	left: 0px;
	top: -604px;
	width: 120px;
}
.solayasli {/*default */
	text-align: left;
}
.sagayasli {/*default */
	text-align: right;
}
h1 {
	font-family: Tahoma;
	text-align: right;
	font-size: x-large;
}

.baslik {
	background-attachment: fixed;
	background: url('Images/baslikfon.jpg') no-repeat;
	background-position: center;
	font-family: Tahoma;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	font-size: medium;
	z-index: 10;
}
.index{
	font-family: Tahoma;
	font-size: small;
	letter-spacing: 3px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 50px;
}


.foto {
	width: 82px;
	position: relative;
	left: 135px;
	top: -11px;
	text-align: center;
	}
.ggg1 {
	font-family: Tahoma;
	font-size: small;
	position: relative;
	left: 88px; 
}

.ggg2 {
	font-family: Tahoma;
	font-size: small;
	font-style: italic;
	text-align: justify;
	font-weight: lighter;
	width: 353px;
	position: relative;
	left: 123px;
	padding-bottom: 20px;
}

.ggg3{
	font-family: Tahoma;
	font-size: small;
	text-align: right;
	word-spacing: 10px;
	padding-bottom: 10px;
}

.style17 {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}


.imza {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: url('Images/sadiye.gif') no-repeat;
	text-align: center;
	width: 530px;
	font-size: small;
	font-weight: bold;
	height: 50PX;
	padding-top: 10px;
	position: relative;
}

a.nav:link {
	color: #000000;
	font-family: Tahoma;
	text-decoration: underline;
}
a.nav:visited {
	color: #990000;
	font-family: Tahoma;
	text-decoration: underline;
}
a.nav:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: bolder;
}

.arrowlistmenu{
width: 450px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

