﻿body
{
    background-image: URL(images/background.png);
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 20px;
}
#Page
{
    background-image: URL(images/background.png);
    background-repeat: repeat-x;
    width:920px;
    height: auto;
    border: solid 2px #7755DD;
    margin: 0 auto;
    overflow: auto;
}
#Body
{
    width:900px;
    height: auto;
    padding: 5px 1px 5px 1px;
    overflow: auto;
}
#BaslikAlti
{
    width: 840px;
    height: 20px;
}
.BaslikAlti
{
    width: 840px;
    height: 20px;
}
#BodyLeft
{
    width: 126px;
    height: 5px;
    float: left;
}
.menuStatic
{
    text-align: center;
    color: Blue;
}
.menuDynamic
{
    color:#66FF33;
    float:left;
}
#BodyRight
{
    border: solid 1px #7755DD;
    width: 650px;
    height: auto;
    float: right;
    overflow: auto;
}
.contentHolder
{
    width: 920px;
}
.contentTable
{
    width: auto;
    height: auto;
}
.tdBaslik
{
    text-align: center;
    font-family: Calibri;
}
.lblBaslik
{
    color: Red;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: large;
    font-weight: bold;
}
.tdYazi
{
    color: Black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#footer
{
    width: 814px;
    float: right;
    text-align: center;
    font-size: x-small;
}
