﻿/*** 
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 12px/1.3em "Trebuchet MS" ,tahoma;
    background: #fff url(../img/bdy_bg.jpg) repeat-x;
    line-height: 1.3em;
    color: #333;
}

.mainContainer
{
    width: 960px;
    margin: 0 auto;
    background: url(../img/MainBg.jpg) no-repeat;
    min-height:400px;
}

.mainContainer div
{

}

.mainContainer div div div
{

}

.header
{
    position: relative;
    height: 135px;
 
}

.logo
{
    position: absolute;
    width: 270px;
    top: 55px;
    left: 0px;
    height: 50px;
    z-index: 10;
}

.SiteLang
{
   position: absolute;
    width: 200px;
    right:-15px;
    top: 110px;

    }
    
.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: 665px;
    top: 75px;
    right: 15px;
    height: 20px;
    z-index: 10;
}



.ei-content
{
    width: 940px;

}


.contentPD
{

}


.ei-sideBar
{
    width: 195px;
    margin-left: 12px;
    height: auto;
    float: left;
}

.ei-detail
{
    float: right;
    width: 700px;
    margin-top: 8px;
    margin-right: 4px;
}




#footer
{
    
}

.footerContainer
{
    background: url(../img/footer_Bg.jpg) repeat-x;
    height: 35px;
    width: 100%;
  }


.footer
{
    width: 960px;
    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;
}


