﻿/*** 
Yazan   : M.Mehmet Yüce
Tanım   : E-imece Web Paket - Sayfa Düzeni 
Tasarım : Toolex 
Tarih   : 3 Mart 2009 
***/

@import "moduls.css";

html
{
    height: 100%;
}

body
{
    font: normal normal 500 13px/1.5em "Trebuchet MS" ,tahoma;
    background: #fff url(../img/bdy_bg.gif) repeat;
    line-height: 1.3em;
    color: #ffe5c3;
    height: 100%;
}



.mainContainer
{
    width: 910px;
    margin: 0 auto;
    background: url(../img/MainBg.jpg) no-repeat;
    min-height: 400px;
}




.header
{
    position: relative;
    height: 135px;
}

.logo
{
    position: absolute;
    width: 230px;
    top: 10px;
    left: 10px;
    height: 120px;
    z-index: 10;
}

.logo img.HitArea
{
    width: 230px;
    height: 120px;
}

.SiteLang
{
    position: absolute;
    width: 150px;
    right: 0px;
    top: 13px;
}

.SiteLang a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.SiteLang a:hover
{
    color: #0d2762;
    text-decoration: none;
    font-weight: bold;
}

.navigation
{
    position: absolute;
    width: 650px;
    top: 68px;
    right: 5px;
    height: 30px;
    z-index: 10;
}



.ei-content
{
    height: auto;
    min-height:500px;
}


.contentPD
{
}




.ei-sideBar
{
    width: 220px;
    height: auto;
    height: 200px;
    float: right;
    display: none;
}

.ei-detail
{
    width: 100%;
}

.main
{
}

.main table, .main  td
{
    width: 100%;
    vertical-align: top;
}


.main div.ei-detail
{
    width: 100%;
}

.main .ei-sideBar
{
    display: none;
}



#footer
{
    
}

.footerContainer
{

}


.footer
{
    width: 900px;
    margin: 0 auto 0;
    position: relative;
}

.footer span.icon
{
    background: url(../img/footer_icon.gif) no-repeat;
    display: block;
    height: 19px;
    width: 190px;
    position: absolute;
    right: 0;
    bottom: -30px;
}


.clearBoth
{
    height: 1px;
    clear: both;
}


.FloatLeft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
    border: 1px solid #1d1d1d;
}
