﻿body {
    width: 100%;
    height: auto;
    margin: auto;
    background-image: linear-gradient(#dddddd,#ffffff );
}
.header
{
    background-color: white;
    width: 100%;
    height: 140px;
}
.title2 {
    width: 960px;
    height: 140px;
    margin: auto auto;
    color: black;
    background-color: white;

    /*#7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 39%, #333 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 39%,#333 100%);
    background: linear-gradient(to bottom, #7d7e7d 39%,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#333',GradientType=0 );
*/
}
.div {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
#slogan {
    width: 400px;
    height: 90px;
    float: right;
    margin-top: 25px;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
    font-family: rage;
    background:url("görsel/slogan.png") no-repeat;

}
#logo {
    width: 392px;
    height: 118px;
    background-image: url("görsel/logo.jpg");
}

.menu{
    background-color: #333;
    width: 100%;
    height: 47px;
}


ul {
    list-style-type: none;
   
    width: 960px;
    height: 47px;
    margin: auto auto;
    padding: 0;
    /*overflow: hidden;*/
    background-color: #333;
}


li {
    float: left;
}

    li a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 12px;
        text-decoration: none;
    }

.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    min-width: 97px;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #3f3f3f;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3f3f3f;
    min-width: 137px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

    .dropdown-content a {
        color: white;
        padding: 12px 11px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #4f4f4f;
        }

.dropdown:hover .dropdown-content {
    display: block;
}





.dropbtn2 {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 11px;
    text-decoration: none;
    min-width: 68px;
}

.dropdown2:hover .dropbtn2 {
    background-color: #3f3f3f;
    text-decoration: none;
}

li.dropdown2 {
    float: right;

}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #3f3f3f;
    min-width: 90px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

    .dropdown-content2 a {
        color: white;
        padding: 12px 11px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .dropdown-content2 a:hover {
            background-color: #4f4f4f;
        }

.dropdown2:hover .dropdown-content2 {
    display: block;
}




.dropbtn3 {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 11px;
    text-decoration: none;
    min-width: 56px;
}

.dropdown3:hover .dropbtn3 {
    background-color: #3f3f3f;
}

li.dropdown3 {
    float: left;
}

.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #3f3f3f;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    float: left;
}

    .dropdown-content3 a {
        color: white;
        padding: 12px 11px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content3 a:hover {
            background-color: #4f4f4f;
        }

.dropdown3:hover .dropdown-content3 {
    display: block;
}






#title {
    width: 960px;
    height: 600px;
    margin: 1px auto;
    background-color: white;
}

.div {
    display: inline-block;
}

#Duyuru {
    width: 192px;
    height: 80%;
    margin: 10px 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    float: right;
}

.duyuru_pano{
    text-align: center;
}

#anaekran {
    width: 730px;
    height: 580px;
    margin: 10px 0;
    float: right;
    padding: 5px;
    text-align: justify;
    font-size: 16px;
    background-color: white;
}


.baslik {
    width: 194px;
    height: 40px;
    background-color: #333;
    color: white;
    padding-top: 20px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
}

.slider_alani {
    background-color: white;
    width: 960px;
    height: 250px;
 
    margin: 0 auto 0 auto;
}

Open in popup window
.dxisControl .dxis-itemTextArea {
    top: 17px;
    left: 17px;
    bottom: auto;
    width: 285px;
    padding: 15px 16px 21px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
    background-image: linear-gradient(#dddddd,#ffffff );
}

.dxisControl .dxis-itemTextArea a {
    color: white;
}

.dxisControl .dxis-itemTextArea a:hover, a:focus {
    text-decoration: underline;
}

.dxisControl .dxis-itemTextArea p {
    color: #b0b0b0;
}

.dxisControl .dxis-itemTextArea > p {
    margin-bottom: 0;
}

.dxisControl .dxis-nbDotsBottom {
    padding: 0;
    margin-top: -55px;
}

.dxisControl .dxis-nbDotsBottom .dxis-nbSlidePanel {
    right: 15px;
    left: auto !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.isdemoH3 {
    font-size: 28px !important;
    color: white;
    padding-bottom: 9px;
}




.dxeBinImgCPnlSys{
    background-color: #333;
    padding-bottom: 50px;
    padding-top: 5px;
    height: 50px;
  
}
.auto-style4{
    padding-left: 100px;
}




