  img, div {behavior: url("iepngfix.htc");} /*IE6+ png dosyalarının çalışmasını sağlar.*/
  
  *{
    margin:0px;
    padding:0px;
  }
  #sol, #alt {
    font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    color:#181818;
  }
  body {
  background: url(../images/bk_body.jpg) repeat #999;
  }

  #sol li{
    list-style:none;
  }
  #sol ul, #sol ol {
    margin:0;
  }
  
  .buyuk{
    font-size:25px;
  }
  
  img{
  border:medium solid #CCC;
  text-align: center;
  }

  .well h4 {
    margin-top:10px;
    margin-bottom:8px;
  }
  
  .eventreg_combo {
    width:auto;
  }

/* Bootstrap Overrides */

.form-actions {
padding: 0;
margin-bottom: 4px;
padding-top: 18px;
}

.dl-horizontal dd {
  margin-left:45px;
}

.dl-horizontal dt {
  width:40px;
}

dl {
  margin-bottom:9px;
}

/* ----------- BANNER başlangıç ------------ */ 
  #banner{
    background:url(../images/banner.JPG);  
  width:936px;
  margin-left:auto;
    margin-right:auto;
  margin-top:20px;
  border-top:15px solid  #08573c; 
  }
  
  #banner img{
  border:none; 
  }

  #banner h1{
    color:#ddd;
    float:left;
  
    font:italic 25px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  }
/* ----------- BANNER bitiş ------------ */ 


/* ----------- GÖVDE başlangıç ------------ */ 
  #govde{
    width:936px;
    margin:0px auto 20px auto;
  border-top:3px solid #004000;
  border-bottom:30px solid #08573c;
  }
  #icerik{
    padding:10px;
   /* background: url(../images/bk_body2.jpg) ; */
   background-color:white;
  }
    #icerik-programme{
    padding:10px;
    background: url(../images/bk_body2.jpg) ;
  }

  #icerik-programme tr {
    background-color:white;
  }
  #sol{
    width:160px;
    font-size:12px;
    text-align:justify;
    float:left;
  }
  #sol h3{
  text-align:center;}
  #sol li{
    margin-bottom:5px;

  }
  #sol a{
  display:block;
  padding:11px 0px 0px 0px;
  color:#333;
  font-weight:bold;
  font-size:13px;
  text-decoration:none;
  width:150px;
  height:25px;
  text-transform: uppercase;
  text-align:center;
  background:#FFF;
  border-left:medium solid  #B8BB9D;
  border-right:thin solid #B8BB9D;
  border-top:thin solid #B8BB9D;
  border-bottom:thin solid #B8BB9D;
  
  }
  #sol a:hover{
  font-weight:bold;
  color: #006400;
  border-left:medium solid  #006400;
  background-color: #C0DCC1;
  

  }
  #orta{
    width:675px;
    float:left;
    font-size:13px;
    margin-bottom:18px;
  }

  #orta p{
  line-height:23px;
    
    }
  #orta object{
  border:3px solid #888;  
  }
  #puan{
  margin-top:20px;
  width:100px;
  margin-left:auto;
  margin-right:auto;
  }
  #sag{
    width:108px;
    font-size:12px;
  text-align:center;
    float:right;
  padding-left:10px;
  padding-right:10px; 
  }
  #sag h4{
    margin-bottom:0px;
  }
  #sag li{
    margin-bottom:3px;
  }
  #sag a{
  text-transform:capitalize;
  text-decoration:none;

  color:#333;
  }
  #sag a:hover{
  font-weight:bold;
  }  
  
  #alt{
    width:95%;
  height:30px;
    float:left;
    text-align:justify;
    font-size:12px;
  padding-top:5px;
  text-align:center;
  color:white;
  }

/* ----------- GÖVDE bitiş ------------ */ 
 

.kirmizi {
  color:red;
  }
.buyuk {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
p {
  text-align: left;
}

a {
  color: #08573C;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #F00;
}
a:active {
  text-decoration: none;
}


/* Feature List Style */

ul.features li {
  text-align:left;
  list-style:none;
  padding: 2px 0 2px 18px;
  background: url('../images/tick.jpg') no-repeat 0 6px;
}

/* Form Restyling */

label.required:after {
    font-weight: bold;
    color: red;
    content: ' *';
    display:inline;
}