
@font-face {
    font-family: Georgia;
    src: url("../fonts/Georgia.eot") /* EOT file for IE */
}

@font-face {
    font-family: Georgia;
    src: url("../fonts/Georgia.ttf") /* TTF file for CSS3 browsers */
}

* {
    margin: 0;
    padding: 0;
}

ul li { list-style-position: inside; }

ol li { list-style-position: inside; }

body {
    background-color: #FFF;
    background: url(../images/bg.jpg) 50% 50% fixed no-repeat;
    -moz-background-size: cover; /* Firefox 3.6 */
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000 !important;
}

img {
    border: 0;
    text-align: left;
}

a {
    text-decoration: none;
    color: #000;
}

#page {
    width: 100%;
    height: 100%;
    float: left;
}

#container {
    width: 950px;
    margin: 0 auto;
}

#header {
    float: left;
    width: 100%;
}

a.logo,
a.logo img {
    float: left;
    height: 155PX;
    margin-left: 5px;
}

.phone {
    float: right;
    margin-top: 70px;
    color: #d3bd9f;
    text-shadow: 1px 1px 0 #000;
    font-family: Georgia, Arial, sans-serif;
}

.phone span { font-size: 18px; }

.menu {
    float: right;
    width: 730px;
    background-image: url(../images/menu_bg.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 3px;
}

.menu ul li {
    float: left;
    list-style: none;
    margin-right: 15px;
}

.menu ul li a {
    float: left;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding:5px;
    transition: ease all 200ms;
}

.menu ul li a:hover,
.menu ul li a.aktif {
    color: #4b1b00;
    background-image: url(../images/menu_hover.jpg);
}

#main {
    float: left;
    width: 854px;
    margin-top: 10px;
    background-image: url(../images/bg.png);
    padding: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.gallery {
    float: left;
    width: 854px;
    height: 285px;
    margin-bottom: 10px;
}

.gallery img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content {
    float: left;
    width: 100%;
}

.bolum {
    float: left;
    width: 228px;
    height: 333px;
    padding: 10px 25px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url(../images/bolum_bg.png);
}

.bolum h1 { color: #222; }

.bolum p {
    float: left;
    width: 100%;
    height: 155px;
}

.bolum img {
    float: left;
    margin-bottom: 5px;
}
/*
h1 {
    line-height: 30px !important;
    margin-bottom: 10px;
    color: #843333 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    font-family: Georgia, Arial, sans-serif !important;
}
*/
ul.faal li,
ul.link li {
    list-style: none;
    width: 100%;
    list-style-position: inside;
    line-height: 25px;
}

ul.faal li { list-style-image: url(../images/ikon1.png); }

ul.link li { list-style-image: url(../images/ikon2.png); }

ul.faal a:hover,
ul.link a:hover {
    color: #691c1c;
    text-decoration: underline;
}

ul.faaliyet {
    float: left;
    width: 510px;
}

ul.faaliyet li {
    list-style: none;
    width: 45%;
    float:left;
    margin-left:25px;
    list-style-image: url(../images/ikon1.png);
    list-style-position: inside;
    line-height: 25px;
}

a.devam {
    float: left;
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-family: Georgia, Arial, sans-serif;
    background-color: #843333;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.devam:hover {
    background-color: #fff;
    color: #843333;
}

.bolum_content {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.index_hakkimizda {
    float: left;
    width: 100%;
}

.index_hakkimizda img {
    float: left;
    margin-right: 10px;
    margin-top: 40px;
}

#footer {
    float: left;
    width: 870px;
    background-image: url(../images/menu_bg.png);
    margin: 0 20px 10px;
    padding: 10px 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer_menu {
    float: left;
    width: 100%;
}

.footer_menu ul {
    float: left;
    margin-left: 130px;
}

.footer_menu ul li {
    float: left;
    padding: 0 10px;
    list-style: none;
    background-image: url(../images/footer_ayrac.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.footer_menu ul li a {
    font-size: 10px;
    color: #bcb29b;
    font-weight: bold;
}

.footer_menu ul li a:hover { color: #000; }

#footer p {
    float: left;
    margin-top: 20px;
    color: #bcb29b;
    font-size: 10px;
}

a.arena {
    float: right;
    width: 90px;
    height: 15px;
    margin-top: 20px;
    background-image: url(../images/arena.png);
}

a.arena:hover { background-position: 0 -15px; }

/* iletisim bilgileri basladi */
.kroki {
    float: left;
    height: 260px;
    width: 854px;
    margin-bottom:20px
}

textarea { resize: none; }

textarea.iletisim {
    border-radius: 0 4px 4px 0 !important;
    height: 67px !important;
}

form { margin-bottom: 0 !important; }

.ilt span {
    border-bottom: 1px dotted #444;
    color: #000;
    display: block;
    line-height: 35px;
}

.ilt span i {
    color: #2E3D4A;
    float: left;
    font-size: 14px;
    line-height: 35px;
    transition: all 0.2s linear 0s;
    width: 25px;
}

/* iletisim bilgileri bitti */

.avukat {
    float: left;
    width: 854px;
    margin-bottom: 15px;
}

.avukat p.avAdSoyad {
    border-bottom: 1px solid #6e2e08;
    color: #000;
    float: left !important;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    width: 100% !important;
}

.avukat .bilgi {
    float: left;
    margin-top: 10px;
    width: 854px;
    font-size: 14px;
}

.kalinyaz {
    width: 100px;
    font-weight: bold;
    font-size: 12px;
}

.makale,
.ictihat {
    float: left;
    width: 789px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    color: #723a10;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    padding-left: 30px;
    padding-right: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.makale {
    background-image: url("../images/mak_ict.jpg");
    background-position: 0 0;
}

.ictihat {
    background-image: url("../images/mak_ict.jpg");
    background-position: 0 -25px;
}

.makale a,
.ictihat a { color: #723a10; }

.makale span,
.ictihat span { float: right; }

.makale:hover a,
.ictihat:hover a,
.makale:hover a span,
.ictihat:hover a span {
    color: #000;
    font-weight: bold;
}

.yasal_uyari {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #BCB29B;
}

.yasal_uyari p {
    float: left;
    width: 100%;
    line-height: 15px;
    margin: 0 !important;
}

.yasal_uyari h2 {
    float: left;
    width: 100%;
    font-size: 10px;
    text-decoration: underline;
}

h2.katbaslik{
    font-size:14px !important;
    color:#843333 !important
}
.liste li{
    line-height: 16px;
    text-align: justify;
    margin-bottom: 5px;
}
