﻿/*** 
Yazan   : M.Mehmet Yüce
Tanım   : E-imece Web Paket - Sayfa Düzeni 
Tasarım : Takım Eğitim 
Tarih   : 3 Mart 2009 
***/

@import "moduls.css";

body
{
    margin: 0;
    font-family: tahoma , Arial, Helvetica, sans-serif;
    background: #FFF url(../img/Bdy_BG.gif) repeat-x;
    line-height: 1.3em;
    font-size: 12px;
    color: #333;
}

.mainContainer
{
    width: 960px;
    margin: 0 auto 0;
    position: relative;
    padding-top: 100px;
}

.Lang{
position:absolute;
top:10px; 
right:10px;

}

.Lang a{
color:#74b8fd;
}

.Lang a{
color:#000;
}

.logo
{
    position: absolute;
    width: 275px;
    top: 10px;
    left: 10px;
    height: 143px;
    z-index: 10;
}

.navigation
{
    position: absolute;
    width: 610px;
    top: 80px;
    right: 0px;
    height: 20px;
    z-index: 10;
}

.ei-content
{
    width: 960px;
    min-height: 400px;
}

.contentPD
{
    margin: 10px 0px;
}

.ImageTop
{
    background: url('../img/event_BG.gif') no-repeat;
    width: 960px;
    height: 293px;
}

.ImageTop img
{
    margin: 8px 20px;
}

.footer_bg
{
    background:#41a5d3 url(../img/Footer_BG.gif) repeat-x;
    
}

.footer
{
    background: url(../img/footer.gif) no-repeat;
    width: 960px;
    margin:0 auto 0;
    height:50px;
    padding:10px;
    
}

.clearBoth
{
    clear: both;
}
