/* Genel Etiketler */

body {
    font-family: "Trebuchet MS", "DeJaVu Sans Condensed", Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    margin: 5px;
    background: #fff;
}

div, h1, h2, h3, h4, p, table, ul, dl, form, blockquote {
    margin: 0px;
    padding: 0px;
}

a, a:link, a:active, a:visited {
    color: #8a0e0e;
    text-decoration: none;
}

a img {
    border: none;
}

h2 {
    font-size: 120%;
    padding: 3px 15px;
    margin-bottom: 2px;
}

h3 {
    padding: 0 10px;
}

h4 {
    padding: 0 20px;
    background-color: #f2f2f2;
    font-weight: bold;
}

blockquote {
    margin-bottom: 2px;
    padding: 10px 40px;
}

/* Sayfa Bolumleri */

#tasiyici {
    position: relative;
    width: 775px;
    margin: 0px auto;
}

#ust {
    position: absolute;
    left: 201px;
    width: 574px;
    height: 250px;
    background: #8a0e0e url('resimler/ust.jpg') no-repeat;
}

#ust p.slogan {
    position: absolute;
    left: 20px;
    top: 195px;
    width: 320px;
    font-size: 8px;
    color: white;
}

#menu {
    position: absolute;
    left: 0px;
    width: 199px;
    height: 250px;
    background: #3a3a3a;
}

#menu ul {
    margin: 20px 10px 10px 40px;
}

#menu ul li {
    list-style: url('resimler/list.gif');
    border-bottom: 1px solid #666;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

#menu ul li a {
    color: #ccc;
}

#menu a:hover {
    color: white;
}

#menu p {
    text-align: center;
}

#sol {
    position: absolute;
    left: 0px;
    top: 252px;
    width: 199px;
}

#sol h2 {
    background: #450909;
    color: white;
}

#sol p {
    margin: 5px 0;
    color: #666;
}

#acentelik {
    text-align: center;
}

/* Icerik stilleri */

#icerik {
    position: absolute;
    left: 201px;
    top: 252px;
    width: 574px;
}

#icerik a:hover {
    color: #8a0e0e;
    text-decoration: underline;
}

#icerik h2 {
    background: #d7d6d6;
}

#icerik p {
    margin-bottom: 2px;
    padding: 0 20px;
    background: #f2f2f2;
}

#icerik ul {
    margin-bottom: 2px;
    padding-left: 40px;
    background: #f2f2f2;
}

p.sigortaTur {
    height: 70px;
    overflow: hidden;
}

p.sigortaTur img {
    float:left;
    margin-right:5px;
}

p.teklif {
    height: 70px;
    overflow: hidden;
}

p.teklif img {
    float:left;
    margin-right:5px;
}

span.iletisim {
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

/* Formlar */

dl {
    background-color: #f2f2f2;
    padding: 10px;
}

dd {
    margin-left: 10px;
    margin-bottom: 8px;
}

dd input[type=text], dd textarea {
    width: 300px;
}

#icerik ul.errors {
    color: #8a0e0e;
    padding-left: 20px;
}

