/* genel ayarlamalar */

* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	background:url(resimler/background.jpg) repeat;
	font-size:12px;
	color:#000;
	}

img {
	border:none;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

ul {
	list-style:none;
}

.icerik {
	padding:5px;
	text-align:left;
}

.temizle {
	clear:both;
}

/* genislik */

#genislik {
	margin:auto;
	width:1000px;
  background:#fff;
}

/* ust taraf */

#ust {
	background:url(resimler/ustarka.jpg) no-repeat;
	margin:auto;
	overflow:hidden;
	width:1000px;
	height:311px;
}

#ust .sitelogo {
	float:left;
	width:88px;
	height:92px;
  margin-top:215px;
	}

/* dil blok */

#dilblok {
	position:absolute;
	text-align:right;
	padding-top:10px;
}

#dilblok .tr {
	width:30px;
	height:30px;
	background:url(resimler/tr.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}

#dilblok .en {
	width:30px;
	height:30px;
	background:url(resimler/en.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .de {
	width:30px;
	height:30px;
	background:url(resimler/de.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .gr {
	width:30px;
	height:30px;
	background:url(resimler/gr.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .ru {
	width:30px;
	height:30px;
	background:url(resimler/ru.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}

/* ust menu */

div#logosagmenu {
	float:right;
	margin-top:214px;
  height:96px;
	width:581px;
	background:url(resimler/menuarka.png) no-repeat;

}

div#logosagmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#logosagmenu ul.logosagmenu {
	
}

div#logosagmenu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
	
}
   
div#logosagmenu li:hover>ul {
    left: -2px;
}

div#logosagmenu li div {
	z-index:999;
    list-style: none;
    float: left;
    position: absolute;
    top: 38px;
    left: 0;
    width: 150px;
    visibility: hidden;
    padding: 0 0 9px 7px;
    margin: 0 0 0 -9px;
}

div#logosagmenu li:hover>div {
    visibility: visible;
	z-index:999;
}

div#logosagmenu li.current a {}

/* menu::level1 */
div#logosagmenu a {
	z-index:999;
    position: relative;
    z-index: 10;
    height:39px;
    display: block;
    float: left;	
    padding: 29px 0  0 10px;
    line-height: 20px;
    text-decoration: none;
}
div#logosagmenu span {
    font: normal 14.5px Tahoma, Geneva, sans-serif;
	padding: 4px 15px 4px 15px;
	height:20px;
	text-align:center;
    color: #fff;
	z-index:999;
    display: block;
    cursor: pointer;
    text-transform:uppercase;
		
}
div#logosagmenu ul a:hover span {
  color: #fff;
  background: #014565;
	text-decoration:none;
	
}

/* menu::level2 */

div#logosagmenu ul ul li {
	z-index:999;
	background:#333;
}

div#logosagmenu ul ul li:hover {
	z-index:999;
	background:#666;
}
div#logosagmenu ul ul {
    z-index:999;
    padding: 0;
	width:140px;
    margin-top:-12px;
}
div#logosagmenu ul ul a {
    height: auto;
    float: none;
    display: block;
    background:none;
    margin-bottom: 2px;
    z-index:999;
}

div#logosagmenu ul ul a span {
	padding: 0 10px 0px 0;
    line-height: 20px;
	font-size:12px;
    color: #fff;
    text-transform: none;
    background:none;
	z-index:999;
}

div#logosagmenu ul ul a:hover span {
    color:#fff;
	text-decoration:none;
	z-index:999;
}

div#logosagmenu ul ul li {
    width: 100%;
	z-index:999;
}

/* menu::level3 */
div#logosagmenu ul ul div {
    width: 208px;
    margin: -40px 0 0 190px !important;
    height: auto;
	z-index:999;
}


/* Sol ve Sag Menu */

.agacmenu{
margin: 5px 0;
padding: 0;
width: 190px; 
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.agacmenu a.menuturu{
background: black url(resimler/menu.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
height:22px;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.agacmenu a.menuturu:visited, .agacmenu .menuturu:active{
color: white;
}

.agacmenu a.menuturu .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.agacmenu a.menuturu:hover{
background-image: url(resimler/menuhover.gif);
}

.agacmenu div.altmenu{ /*DIV that contains each sub menu*/
background: white;
}

.agacmenu div.altmenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.agacmenu div.altmenu ul li{
border-bottom: 1px solid blue;
}

.agacmenu div.altmenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.agacmenu div.altmenu ul li a:hover{
background: #DFDCCB;
color: white;
}

/* sol taraf */

#sol {
	float:left;
	margin-top:5px;
	width:200px;
}

#sol .blokust {
	overflow:hidden;
}

#sol .blokust h1 {
	font-size:16px;
  width:200px;
  height:20px;
	color:#fff;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	font-weight:bold;
  text-align:center;
	float:left;
  padding:8px 0 8px 0;
  text-transform: uppercase;
  background:#014464;
}

#sol .blokust .h1sol {
display:none;
}

#sol .blokust .h1sag {
display:none;
}

#sol .blokorta {
	padding-left:10px;
}

#sol .blokalt {
	height:20px;
}

/* sag taraf */

#sag {
	float:right;
	padding-right:10px;
	margin-top:5px;
	width:180px;
}

#sag .blokust {
	height:28px;
	overflow:hidden;
}

#sag .blokust h1 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	height:28px;
	float:left;
	padding:4px 0 0 0;
	width:150px;
}

#sag .blokust .h1sol {
display:none;
}

#sag .blokust .h1sag {
display:none;
}

#sag .blokorta {
	
}

#sag .blokalt {
	height:20px;
}


/* orta taraf */

#orta {
	margin-left:10px;
	float:left;
	width:700px;
}

#orta .h1sol {
display:none;
}

#orta h1 {
	font-size:19px;
	color:#014464;
	font-family:Arial,Tahoma, Geneva, sans-serif;
	text-align:left;
	float:left;
	padding:9px 0 0 0;
	overflow:hidden;
  border-bottom:1px solid #014464;
}

#orta .h1sag {
display:none;
}

/* alt taraf */

#alt {
	height:55px;
	margin:auto;
	overflow:hidden;
	width:1000px;
}

#alt .sayac {
	margin:8px 0 0 20px;
	text-align:left;
	float:left;
}

#alt .reklamlar {
	margin:8px 20px 0 0;
	text-align:right;
	float:right;
}

#alt .reklamlar a {
	color:#000;
	text-decoration:none;
}

#alt .reklamlar a:hover {
	color:#000;
	text-decoration:underline;
}

/* kontroller */

.dogru {
	background:url(resimler/dogru.gif) no-repeat;
	width:16px;
	height:16px;
}

.yanlis {
	background:url(resimler/yanlis.gif) no-repeat;
	width:16px;
	height:16px;
}

.yenile {
	background:url(resimler/yenile.gif) no-repeat;
	width:16px;
	height:16px;
}

.yukleniyor {
	background:url(resimler/yukleniyor.gif) no-repeat;
	width:16px;
	height:16px;
}

/* textler */

.text {
	width:100px;
}

.textkisa {
	width:40px;
}
	
.textareauzun {
	width:130px;
	height:50px;
}

.textarea {
	width:120px;
	height:80px;
}

/* cizik */

.cizik {
	background:#0392ce;
	height:1px;
	width:95%;
	margin:auto;
}

#ortaslayt {
	width:790px;
	height:300px;
	padding:0 0px 0px 0;
  margin-top:5px;
  border-top:15px solid #000;
  border-bottom:15px solid #000;
}

.sayfaanasayfaresim {
	margin:5px;
}



