
/* Temel etiket biçimlendirmeleri */

/* HTML etiketleri
/************************************************************/

body
{
    background-color: #fff;
    color: #545454;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    line-height: 16px;
    min-width: 960px;
}

a
{
    text-decoration: none;
    color: #545454;
}

a:hover
{
    text-decoration: underline;
    color: #545454;
}

hr
{
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

img
{
    border: none;
}

/* Basliklar
/************************************************************/

h1
{
    font-size: 20px;
    line-height: 25px;
    color: #111;
}

h2
{
    font-size: 18px;
    line-height: 22px;
    color: #cc3304;
}

h3
{
    font-size: 16px;
    line-height: 21px;
    color: #2d59ae;
}

h4
{
    font-size: 15px;
    line-height: 20px;
}

h5
{
    font-size: 14px;
    line-height: 19px;
}

h6
{
    font-size: 13px;
    line-height: 18px;
}

/* Listeler
/************************************************************/

ol
{
    list-style-type: decimal;
    padding-left: 32px;
}

ol li
{
    padding-left: 0;
    margin-left: 0;
}

ul
{
    list-style: none;
    padding-left: 20px;
}

ul li
{
    padding-left: 12px;
    background-image: url(/Images/BulletList1.gif);
    background-repeat: no-repeat;
}

ul ul
{
    padding: 0 0 0 20px;
    margin: 0;
}

/* Bosluklar
/************************************************************/
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
    margin-bottom: 20px;
}

/* Form öðeleri
/************************************************************/

fieldset
{
    border: 1px solid #ccc;
    padding: 10px;    
}

legend
{
    padding: 2px 5px;
    border: 1px solid #ccc;    
    font-size: 100%;    
    font-weight: bold;
    color: #E31D2A;
    margin-bottom: 10px;
}

