html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
    margin: 0;
    padding: 0;
}

/* Genel - General */
body{
    margin:0;
    padding:0;
    font-family:sans,sans-serif,verdana,arial;
    font-size:11px;
    color:#575757;
    text-align:center;
}

a{
    color:#000000;
    text-decoration:none;
    font-size:11px;
}

a:hover{
    color:#af0d0d;
    text-decoration:underline;
}

a img{
    border:0px;
}

a.baslik{
    display:block;
    font-size:13px;
    color:#000000;
    margin-bottom:3px;
}

a.devami{
    display:block;
    font-size:11px;
    color:#000000;
    margin-top:4px;
}

a.sektor{
    width:243px;
    padding:3px 0 3px 13px;
    background:#e6ebb1 url('../images/ikon-sektorler.gif') no-repeat;
    background-position:3px 8px;
    border-bottom:1px solid #cbbfaa;
    display:block;
    margin-bottom:5px;
}

a.firmalar{
    padding:3px 0 3px 25px;
    background:#f0f0f0 url('../images/ikon-sektorler.gif') no-repeat;
    background-position:15px 8px;
    border-bottom:1px solid #ddd;
    display:block;
    margin-bottom:5px;
}

img.icon{
    vertical-align:middle;
}

div.left{
    float:left;
}

div.right{
    float:right;
}

div.clear{
    clear:both;
}

div.baslik{
    font-size:13px;
    color:#af0d0d;
    margin-left:0px;
    margin-bottom:3px;
    padding:0px;
    border-bottom:1px solid #e8e4e3;
    text-transform:uppercase;
}

div.p{
    padding:3px 0 3px 0;
    color:#575757;
}

div.durum-mesaj{
    border:1px solid #ddd;
    background:#f0f0f0;
    color:#333;
    text-align:center;
    padding:10px;
    margin:5px;
    color:#ff0000;
}

p{
    display:block;
    padding:4px 0 4px 0;
}

form{
    margin:0 0 0 0;
    padding:0 0 0 0;
}

ul{
    margin-left:20px;
}

    /* Site - Container */
    #site{
        margin:0 auto;
        width:800px;
        text-align:left;
    }

        #animasyon{
            margin:0;
            padding:0;
        }

        /* İçerik - Content */
        #icerik{
            margin:0 0 0 0;
            padding:10px 1px 0 1px;
        }

            .icerik-ozellik{
                margin:0 0 5px 0;
                padding:5px 4px 5px 4px;
                background:#eee;
                border-bottom:1px solid #ddd;
                color:#333;
            }

            .icerik-resimler{
                width:130px;
                float:left;
            }

            .icerik-resimler div.resim{
                float:left;
                margin:4px;
                width:100px;
                height:100px;
            }

            .icerik-resimler a{
                display:block;
                width:100px;
                height:100px;
                border:1px solid #eee;
            }

            .icerik-resimler a:hover{
                border:1px solid #af0d0d;
            }

        /* E-Posta Listesi - email list*/
        #epostalistesi{
            font-size:10px;
        }

            #epostalistesi .input{
                font-size:10px;
                color:#555;
                padding:0 0 0 2px;
                border:1px solid #e8e4e3;
            }


        /*  Alt Bölüm - Footer */
        #bolum-alt{
            margin:20px auto 10px auto;
            padding:5px 0 20px 0;
            border-top:1px solid #e8e4e3;
            color:#767676;
        }

            #bolum-alt a{
                font-size:10px;
                color:#767676;
            }

            #bolum-alt div.right{
                text-align:right;
            }

/* FORM */

.form{
    margin:4px 4px 20px 4px;
    padding:0;
}

.form .giris{
    font-size:11px;
    padding:4px;
    width:400px;
    border:1px solid #ddd;
    background:#eee;
    color:#5a4e4e;
}

.form .info{
    color:#6d8d9e;
}

.form label{
    display:block;
    margin:6px 0 6px 0;
    font-size:11px;
    font-weight:bold;
    color:#5a4e4e;
}

.form .select{
    width:500px;
}

.form .textarea{
    height:150px;
}

.form .buton{
    margin-top:10px;
    width:80px;
    border-bottom:1px solid #E5C6A0;
    color:#8a0026;
}
