body {
    margin:0; padding:0;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#333333;

}
a, a:link, a:visited, a:active{
    color: #054e6b;
    text-decoration: none;

}
a:hover {
    text-decoration: underline;
    color: #2e8cab;
    opacity:1;
}
.baslik{
    padding:0 0 5px 0;
    border-bottom: 1px dotted #a8a067;
    font-size: 30px;
    font-weight:300;
    color: #283891;
    font-family: 'Slabo 27px', serif;
}
.icerik{
    padding: 20px 0;
}
.icerik img{
max-width:98%;
}
.ic_ustresim{
    width: 100%;
    height: 300px;
    background-color: #2e8cab;
    background-size: cover;
    background-position: center center;
    z-index: -15;
    position: absolute;
    top: 0;
}
.icerik_ozet{
  font-size: 18px;
  font-style: italic;
  display: block;
  background: #25aae1;
  color:#fff;
  padding: 20px;
  margin: 0 0 15px 0;
}
.alt_baslik{
    padding:0 0 5px 0;
    font-size: 20px;
    font-weight:300;
    color: #005dab;
    font-family: 'Slabo 27px', serif;
    margin: 0 0 10px 0 0;
}
.resim_liste{
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  background: #ccc;
}
.resim_liste img{
  height: 100px;
}
