﻿.menu-left {
            border: 1px solid #ac7238;
            box-shadow: 2px 1px 10px #999;
            border-radius: 10px;
            margin-right: 10px;
            padding-top: 5px;
            background: #e2dfd8;
            height: 288px;
        }

        .baslik {
            font-size: 14px;
            padding: 0 15px;
            font-family: 'Duru Sans', sans-serif;
        }

        .ortakurumsal {
            width: 96%;
            height: 510px;
            display: block;
            position: relative;
            padding: 0 15px;
            overflow: scroll;
            overflow-x: visible;
            font-family: "Duru Sans", sans-serif;
            font-size: 12px;
            line-height: 19px;
        }

            .ortakurumsal::-webkit-scrollbar {
                width: 8px;
                background-color: #f1edd4;
                border-radius: 10px;
            }

            .ortakurumsal::-webkit-scrollbar-thumb {
                background-color: #774f2c;
                border-radius: 10px;
            }

        .ortakurumsal::-webkit-scrollbar-thumb:hover {
            background-color: #a56a48;
            border: 1px solid #333333;
        }

        .ortakurumsal::-webkit-scrollbar-thumb:active {
            background-color: #a56a48;
            border: 1px solid #333333;
        }

        .ortakurumsal p {
            width: 100% !important;
        }

        .left ul {
            margin: 0;
            padding: 0;
        }

            .left ul li {
                list-style-type: none;
                float: left;
                display: block;
                width: 91%;
                line-height: 27px;
                padding: 0 10px;
                padding-left: 15px;
                font-size: 12px;
                font-family: 'Duru Sans', sans-serif;
            }

                .left ul li a {
                    text-decoration: none;
                    color: #555;
                    width: 220px;
                    position: relative;
                    display: inline-block;
                }

                    .left ul li a:hover {
                        background: #f8f8f8;
                        padding-left: 10px;
                        width: 96%;
                        color: #000;
                    }

        .left {
            width: 26%;
            float: left;
            height: auto;
            padding-top: 5px;
        }

        .right {
            width: 71%;
            float: left;
            height: 100%;
            border: 1px solid #ac7238;
            padding: 5px;
            box-shadow: 2px 1px 10px #999;
            border-radius: 10px;
            background: #f8f8f8;
        }

        .banner-genel {
            clear: both;
            background: transparent;
            height: 160px;
            width: 1000px;
        }

        .kurumsal-genel {
            width: 940px;
            height: 560px;
            margin: 0 auto;
            padding-left: 60px;
        }

        .header ul {
            float: right;
        }

        .ust-link {
            top: 10px;
        }

        .ust-logo {
            left: 50px;
            top: 35px;
        }

        .ust-link {
            right: 0;
        }

        .header {
            width: 800px !important;
            height: 34px;
            position: relative;
            display: block;
            margin: 0 auto;
            top: -55px !important;
            z-index: 999 !important;
            background: #ddd;
            padding-top: 10px;
            float: right;
            right: 0;
            -webkit-border-radius: 90px;
            -moz-border-radius: 90px;
            border-radius: 90px;
            border: 1px solid #f8f8f8;
            box-shadow: 4px 4px 4px #e8e8e8;
            padding-left: 10px;
            padding-right: 5px;
        }

        .footer-genel {
            width: 1000px;
            margin-top: 20px;
        }