
 /*     LİDERLERİMİZ DIŞ ÇERÇEVE KODLARI */
 #kamplarımızdışcerceve{
    width: 1440px;
    height: 902px;

    border-style: double;
    border-width: 10px;
    border-color: rgb(203, 42, 42);
    background-color:rgb(158, 153, 153);
    float: left;
    position: relative;

    top: 10px;

}
td{
    border: 2px solid red;
    font-family:Georgia, 'Times New Roman', Times, serif;

}

.tablo{
    border: 2px solid red;
    background-color: rgb(158, 153, 153);
}
/* KAMPLAR BAŞLIK KISMI KODLARI */
.kamplarbaslık{
    font-size: 25px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:darkred;
}


/* KAMP BİLGİLERİ - ÜST BAŞLIKLAR KAMP TÜRÜ / KAMP GÖRSELLERİ */
#kamptürü{
    
    background-color: aqua;
    border-color: aqua;
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}
#kampadı{
    background-color: aqua;
    border-color: aqua;
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 15px;
 
}
/* Kamp Tarihi Başlık Kısmı*/
#kamptarihi{
    background-color: aqua;
    border-color: aqua;
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 15px;

}
/* Kamp Yeri Başlık Kısmı */
#kampyeri{
    background-color: aqua;
    border-color: aqua;
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 15px;

}
/* Kamp Hakkında Bilgi Başlık ısmı */
#kamphakkındabilgi{

    background-color: aqua;
    border-color: aqua;
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}
/* Kamp İle İlgili Görseller */
#kampresimleri{
 
    background-color: aqua;
    border-color: aqua;
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}


/* KAMPLAR HAKKINDA BİLGİLENDİRME METİN KISMI - KAMP TÜRÜ SATIR KODLARI */
.kamptürü{
    width: 140px; 
    height: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}
.kampadı{
    width: 400px; 
    height: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}
.kamptarihi{
    width: 150px; 
    height: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}
.kampyeri{
    width: 140px; 
    height: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}
.kamphakkındabilgi{
    width: 550px; 
    height: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
   text-align: center;
}
.kampresimleri{
    width: 150px; 
    height: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}