body .iframe {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	height: 100%;
	width: 264px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(../images/header.png);
	z-index:50;
}
.header h1 {
	display: block;
	padding: 0px;
	float: left;
	width: 250px;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header h1 a img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header .nav {
	width: 100%;
	height: 260px;
	margin-top: 50px;
	float: left;
}
.ikon
{
    position:absolute;
    top:50px;
    right:50px;
    z-index:200;
    }
.nav ul li {
	font-size: 16px;
	color: #FFF;
	
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
}
.nav ul li a:hover {
	color: #f9b195;
}


.nav ul li a {
	color: #0a83c3;
	padding-left: 30px;
	height: 15px;
	float: left;
	width: 260px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size:11pt;
}
.nav ul li:hover {
	background-color: #FFF;
	border:1px solid silver;
}

.nav ul li a span {
	margin: 0px;
	padding: 0px;
	width: 260px;
	font-size: 9pt;
	height: 20px;
	float: left;
	color: #CC6633;
}
.social {
	padding: 0px;
	height: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.social .face {
	padding: 0px;
	height: 32px;
	width: 36px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 85px;
}
.social .twit {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 50px;
}
.social .twit a
{
    height: 32px;
    width: 36px;
    background-image: url('../images/twitter_off.png');
    background-repeat: no-repeat;
}
.social .twit a:hover
{
    height: 32px;
    width: 36px;
    background-image: url('../images/twitter_over.png');
    background-repeat: no-repeat;
}.social .face a
{
    background-image: url('../images/facebook_off.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 36px;
}
.social .face a:hover
{
    background-image: url('../images/facebook_over.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 36px;
}
.header h3 {
	float: left;
	height: 30px;
	font-size: 14px;
	width: 260px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.header h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.header h3 a {
	color: #CCC;
	font-weight: normal;
	float: left;
	padding-left: 10px;
}
.header .form {
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.header .form .textarea {
	height: 22px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	font-size: 12px;
	color: #999;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.header .form .button {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 25px;
	background-image: url(../images/formbuton.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}
.header h5 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 260px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	color: #CCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.header h5 a {
	float: left;
	width: auto;
	color: #CCC;
	font-weight: normal;
	font-size: 13px;
	padding-left: 15px;
}
.header h5 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.content_wrapper
{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-image: url('../images/_black_bg.png');
    background-color: #CCCCCC;
}
.content
{
    position:absolute;
    left:280px;
    top:0px;
    height:100%;
    width:800px;
    z-index:30;
    }
    
    .content h2
{
    width: 670px;
    padding-left:20px;
    border-bottom: 1px solid white;
    color: white;
    font-family: Arial;
    border-bottom-color: #FFF;
    padding-top:5PX;
}
.content p {
	color: #CCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content img {
	float: left;
	width: 250px;
	margin: 10px;
}

.iletisim {
	width: 700px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.iletisim .iletisim_bilgileri {
	float: left;
	width: 680px;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:15px;
}
.iletisim .iletisim_bilgileri h4 {
	color: #CCC;
	font-size: 13px;
	float: left;
	width: 100px;
	height: 10px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.iletisim .iletisim_bilgileri p {
	color: #CCC;
	font-size: 13px;
	float: left;
	width: 240px;
	height: auto;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.iletisim .form {
	width: 700px;
	padding: 0px;
	margin: 0px;
	margin-bottom:30px;
}
.iletisim .form div {
	width: 280px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 15px;
	padding-left: 15px;
	height: 270px;
	padding-top: 10px;
}
.iletisim .form .noborder {
	border:none;
}
.iletisim .form .label {
	width: 280px;
	display: block;
	float: left;
	color: white;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	line-height: 25px;
	height: 25px;
}
.iletisim .form .texbox {
	width: 280px;
	height: 25px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.iletisim .form .texarea {
	width: 280px;
	float: left;
	height: 100px;
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	resize: none;
	color: #CCC;
	background-color: #333;
}
.iletisim .form .jumpMenu2
{
    width: 280px;
    height: 25px;
    float: left;
    padding: 0px;
    border: 1px solid #CCC;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: Black;
    cursor: pointer;
    background-color: transparent;
}
.iletisim .form .texarea2 {
	width: 280px;
	float: left;
	padding: 0px;
	height: 86px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #CCC;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	margin: 0px;
}
.iletisim .form .button {
	float: right;
	width: 130px;
	height: 30px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	cursor: pointer;
}

.iletisim .form .clear {
	clear: both;
}


.gal
{
    width:220px;
    height:150px;
    overflow:hidden;
    float:left;
    margin:5px;
    }
    .gal a img
{
    width:220px;
    height:150px;
    }
    
    
    
    .haberler {
	width: 800px;
	left: 200px;
	top: 0px;
	background-color: #000;
}
.haberler ul{
	width:700px;
	list-style-type:none;
}
.haberler ul li{
	width:800px;
	list-style-type:none;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid White;
}
.haberler ul li img{
	width:200px;
	float:left;
}
.haberler ul li p.baslik{
	width:550px;
	float:left;
	color:White;
	font-weight:bold;
	margin-left:10px;
}
.haberler ul li p.haber{
	float:left;
	color:white;
	margin-left:10px;
}
.maps
{
    width:600px;
    float:left;
    margin-top:20px;
    }
    .nav ul li:hover .sub {
	display:inline;
}
     .nav ul li .sub
{
    width: 300px;
    position: absolute;
    list-style-type: none;
    left: 260px;
    top: 0px;
    padding-bottom: -5px;
    z-index: 10000;
    display: none;
    background-image: url('../images/header.png');
}  
              .nav ul li .sub li
        {
           width:297px;
        padding-left:3px;
        padding-bottom:5px;
        height:18px;
        float:left;
            }    
               .nav ul li .sub li:hover
        {
          background-color:#E6E4DD;
            } 
                .nav ul li .sub li:hover a
        {
          color:#2A2A2F;
            } 
               .nav ul li .sub li a
        {
        color:#0a83c3;
            }
            .popup
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
    background-image: url('../images/_black_bg.png');
}  
                  .popup .iletisim
            {
               margin-left:280px;
               float:left;
                }  
                      .popup .close
            {
                width:50px;
               float:left;
                }   
                 .popup .close img
            {
                width:50px;
                }   
                  .popup .iletisim p
            {
                width:650px;
                }
                    .popup .iletisim h2
            {
               color:White;
               font-family:Arial;
                }