

/*************************************************************************************************************/
/*reset.css baslangici*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}


ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*reset.css sonu*/
/****************************************************************************************************************/
body {
  background:#FFF;
  text-align: center;    /*IE hack for centering*/
  color: #000;
  font-size: 15px;
  line-height:1.5;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

a {text-decoration:none;}
p {font-size:12px;}
strong {font-weight:bold;}

#default div#container {width: 960px;margin: 0 auto;}
#default div#header {float: left;background-color: #eee;padding: 5px;width: 950px;}
#default div#main {float: left;width:960px;padding-top: 5px;padding-bottom: 5px;}
#default div#yield {background-color: #eee;margin-left: 205px;margin-right: 205px;}
#default div#left {float: left;width: 190px;background-color: #eee;padding: 5px;}
#default div#right {float: right;width: 190px;background-color: #eee;padding: 5px;}
#default div#footer {float: left;width: 950px;background-color: #eee;padding: 5px;}


/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }


thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




/****************************************/
/*HEADER*/
div.title {display:none;}

/*LEFT*/
#default div#left div.widget {margin-bottom: 10px;}
#default div#left div.widget div.title {font-weight: bold;}
#default div#left div.widget ul{padding-left: 5px;}

/*YIELD*/

#default div#yield div.widget_1 div.title {display:none;}
#default div#yield div.widget_1 div.post div.title {display:block;}/* başlıkları göstermek istemezseniz bu satırı kaldırın*/
#default div#yield div.widget_1 div.post div.info {}
#default div#yield div#index {background-color: #fff;}
#default div#yield div#index div.post {background-color: #eee;margin-bottom: 5px;padding: 10px;}
#default div#yield div#index div.post_last{margin-bottom: 0px;}
#default div#yield ol {list-style-type: decimal;margin-left: 30px;}
#default div#yield strong {font-weight: bold;}

/*RIGHT*/
#default div#right div.widget {margin-bottom: 10px;}
#default div#right div.widget div.title {font-weight: bold;}
#default div#right div.widget ul{padding-left: 5px;}

/*FOOTER*/
#default div#footer div.widget ul li {display: inline;padding-left: 20px;}
#default div#footer div.widget {/* margin-bottom: 10px;*/}
#default div#footer div.widget div.title {display: none;}
#default div#footer div.widget ul{/*padding-left: 5px;*/}
#default div#footer div.widget_1 {float:right;color:#0069A1;font-size:0.8em}

/****************************************/
/*Posts*/
#default div#post {padding:10px;}
#default div#post div.content {margin-top: 10px;}
#default div#post div.info {}
#default div#post div.related div.title {font-size: 1em;font-weight: bold;}
/****************************************/
/*Categories*/
#default div#category {background-color:#fff;float:left;width:100%;}
#default div#category div.static {background-color:#eee;}
#default div#category div.post {background-color: #eee;margin-bottom: 5px;width:100%;}
#default div#category div.post_last {margin-bottom:0px;}
#default div#category div.row {float:left;width:100%;}
#default div#category div.row div.post {width:50%;float:left;background-color:#eee;margin-bottom:5px;}
/****************************************/
/*Pages*/
#default div#page {padding:10px;}
/****************************************/
/*Tabs*/

#tabmenu {padding:3px 0;margin-left: 0px;border-bottom: 1px solid #000000;line-height:normal;}
#tabmenu li {list-style: none;margin: 0px;display: inline;}
#tabmenu li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}
#tabmenu li a.tab_active {background:#eeeeee none repeat scroll 0 0;border:1px solid black;border-bottom:1px solid #eeeeee;}

/*#tabmenu a:hover {background:#ADC09F none repeat scroll 0 0;}*/
/*#tabmenu li.tab_active:hover {background:#eeeeee none repeat scroll 0 0;}*/
.tab_content {
  height: 250px;
  background:#eeeeee none repeat scroll 0 0;
  /*border-color:-moz-use-text-color black black;*/
  border-color: #000;
  border-style:none solid solid;
  border-width:medium 1px 1px;
  padding:20px;
  text-align:justify;
  overflow:hidden;
}

/****************************************/

.ltr {direction:ltr;}
.rtl {direction:rtl;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a.rss {display:block; background: url(/images/rss.gif) no-repeat; padding-left: 20px;}

/*Multi Category View*/
#default div.multi_category_view {float:left;}
#default div.multi_category_view div.row {float:left;width:100%;}
#default div.multi_category_view div.row div.category {width:50%;float:left;background-color:#eee;margin-bottom:5px;}
#default div.multi_category_view div.category {float:left;background-color:#eee;margin-bottom:5px;width:100%;}
#default div.multi_category_view div.category div.content p.left {float:left;padding:5px;}
#default div.multi_category_view div.category div.content p.right {float:right;padding:5px;}
#default div.multi_category_view div.category div.content p.center {padding:5px;width:100%;text-align:center;}

/* Auto Complete */
.ac_results {padding: 0px;border: 1px solid black;background-color: white;overflow: hidden;z-index: 99999;}
.ac_results ul { width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;
        /*width: 100%;*/
        font: menu;
        font-size: 12px;
        /*
        it is very important, if line-height not setted or setted
        in relative units scroll will be broken in firefox
        */
        line-height: 16px;
        overflow: hidden;
}
.ac_loading { background: white url('/images/indicator.gif') right center no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #778ec8;color: white;}

/*IMAGE*/
#gallery {float:left;background-color:#eee;}
#gallery .image {float:left;padding:2px;}

.galleria{list-style:none;width:450px;
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:450px} /* MSIE bug */

#main_image{float:left;margin:0 auto 30px auto;height:350px;width:450px;background:#eee;}
#main_image img{margin-bottom:10px;}

div.galleria_thumbnails {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 145px;
  width: 450px;
  /* Add scroll-bars */
  overflow: auto;
}

div#gallery .prev_image {float:left;background-image:url(/images/arrow_left.png);}
div#gallery .prev_image a {width:16px;height:16px;display:block;}
div#gallery .next_image {float:left;background-image:url(/images/arrow_right.png);}
div#gallery .next_image a {width:16px;height:16px;display:block;}

/****************************************/
/*File Management*/
#document{width:1000px;position:relative;margin:0 auto;}
#document .wrapper{width:600px;padding-top:10px;margin:0 auto;}
#document .notice{margin-bottom:20px;font-size:24px;color:red}
#document .wrapper form{padding-top:58px;margin-left:50px;position:relative;}
#document .elements{height:235px;background-color:khaki}
#document .wrapper .textfield{width:345px;font-size:18px;font-family:"00360" ,Helvetica, Arial, sans-serif;padding:3px 0;}
#document .wrapper label{float:left;width:140px;margin-top:2px;display:block;}
#document .wrapper form p{font-size:18px;margin-bottom:38px;clear:both;}
#document .button{width:100px;height:37px;font-size:16px;font-family:"00360" ,Helvetica, Arial, sans-serif;left:408px;top:173px;margin-left:140px;}



/****************************************/
#container {margin:0 auto;width:960px;}

div#yield {background:#FFFFFF none repeat scroll 0 0;
margin-left:150px;
margin-right:150px;}


.ltr {direction:ltr;}
.rtl {direction:rtl;}
#defualt .langbar li {float:left; display:inline; text-indent: -999px; margin-top:5px;}

#defualt  .langbar .tr {background:transparent url(i/tr.png) no-repeat scroll 0 0;
height:31px;
  width:137px;}

 
#defualt  .langbar .de {background:transparent url(i/de.png) no-repeat scroll 0 0;
height:31px;
  width:163px;}

a.rss {display:block; background: url(/images/rss.gif) no-repeat; padding-left: 20px;}


/*******MASTER**********************************************************************/
#wrapper {width:100%;overflow:hidden;padding-bottom: 250px;}
#headwrap {background:#248fda;width:100%; overflow:hidden;}
.middle {width:940px;margin:0 auto;padding:0 10px;}

#logo {float: left;
    margin-right: 20px;
    padding: 30px 0 17px;}
#logo a {color:#fff;}

#logo h2 a {font-size: 17px;
    line-height: 15px;}
#logo h5 a {font-size: 13px;
    font-weight: normal;}


#menu {}
#menu li {border-left:1px solid #66b1e5;float:left;}
#menu li a { border-bottom: 5px solid #66B1E5;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 24px 15px;}
#menu li:hover,#menu li.current {border-left:1px solid #fff;}
#menu li a:hover,#menu li.current a {border-bottom: 5px solid #fff;}

#dil {float:left;width: 42px;}
#dil li {border:1px solid #66b1e5;}
#dil li a {color: #66B1E5;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 11px;}
#dil li a:hover,#dil li.current a {color: #fff;}
#dil .en {border-bottom:none;}


#main {margin-top:30px;}
#main .title {border-bottom: 1px solid #000000;
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 6px;}
.box {width:100%;float:left;margin-bottom:40px;}

.sol {float: left;
    width: 475px;}
.sag {float: left;
    width: 462px;}
.img { clear: both;}
.img img{margin-right: 18px;
    margin-top: 20px;}

#main p {margin-bottom:12px;}
#main a {color: #248FDA;}

#iletisim {margin-bottom:100px;}

#topcontrol {z-index:1000;}


.en #menu {
    border-right: 1px solid #66B1E5;
    float: left;
}

#main li { font-size: 12px;
    list-style: disc outside none;
    margin-bottom: 12px;
    margin-left: 15px;
}

.mon {margin-left:80px;}

.en #sinema,
.en #ceviri,
.en #thanks {display:none;}












/****************************************/
