﻿body {
    margin: 0px;
    padding: 0px;
    background: #999595;
    min-width: 1200px;
    background: url(../Images/bg.png) center 180px repeat-y #f5f4f4;
    font-family: "Open Sans",Calibri;
    font-size: 14px;
    color: #414042
}

img {
    border: none;
}

html {
    height: 100%;
}

.clear {
    clear: both;
}

.Header {
    border: solid 0px red;
    width: 1133px;
    margin: 0px auto;
}

.gri {
    background-color: #a9a9a9;
    height: 15px;
}

.dil {
    margin-top: 25px;
}

.manset {
    margin-top: 30px;
    background-image: url("../Images/header_bg.png");
    width: 1111px;
    height: 141px;
}

.mansetyazi {
    font-size: 24px;
    color: red;
    padding-top: 105px;
    text-align:center;
}

.menu {
    background-color: #4d9e17;
    height: 50px;
}

.dbmenu {
    width: 1113px;
    margin: 0px auto;
    border: solid 0px red;
    height: 100px;
}

.Icerik {
    clear: both;
    width: 1113px;
    margin: 0px auto;
    border: solid 0px blue;
    height: 100px;
    height: 100%;
}

.dbslider {
    clear: both;
    border: solid 0px yellow;
    padding-top: 20px;
}

.ustmenu {
    margin-left: 40px;
    margin-top: 15px;
}

    .ustmenu img {
        margin: 10px 10px 10px 10px;
    }

.dbIcerik {
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.footer {
    clear: both;
    background-image: url("../Images/footerbg.png");
    background-repeat: repeat-x;
    height: 84px;
}

.contentBaslik {
    color: #4d9e17;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
padding-left:20px;
}

.contentIcerik {
    font-size: 16px;
}

    .contentIcerik a {
        text-decoration: none;
        font-weight: bold;
        color: #727272;
    }
