﻿.DefaultStartPageFooterLogo
{
    height: 90px;
    width: 1200px;
    background-image: url('../images/logo/pageFooter2.png');
    background-color: #FF0000;
    background-repeat: repeat-x;
}
.DefaultFooterLogo
{
    height: 90px;
    width: 1200px;
    background-image: url('../images/logo/pageFooter.png');
    background-color: #C0C0C0;
    background-repeat: repeat-x;
}
.Disclaimer
{
    margin: auto;
    width: 1200px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    color: Black;
    cursor: default;
}
.AllViewDiv
{
    background-color: rgb(255,255,255);
    width: 100%;
}
.PageViewDiv
{
    width: 1200px;
    margin: 0 auto;
    background-repeat: repeat-y;
    height: 735px;
    background-color: #FF0000;
    position: relative;
}
.RightDiv
{
    background-color: #C0C0C0;
    width: 1050px;
}
.LeftDivStart
{
    background-color: #FF0000;
    width: 146px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 4px white;
    height: 560px;
}
.LeftDivDefault
{
    background-color: #C0C0C0;
    width: 146px;
    float: right;
}
.RightDivStart
{
    background-color: #FF0000;
    width: 1050px;
    position: absolute;
    top: 0;
    left: 0;
}
.RightDivDefault
{
    background-color: #C0C0C0;
    width: 1050px;
}
.HeaderLineOffset
{
    background-color: #FF0000;
    border-bottom: solid 4px white;
    height: 15px;
    width: 1200px;
}
.RightGifAnimation
{
    height: 520px;
    width: 145px;
    background-image: url('../images/style/TehnikGifam.gif');
    background-color: Transparent;
    background-repeat: no-repeat;
}
.FooterDivStart
{
    margin: auto;
    width: 1200px;
}
.FooterDivDefault
{
    height: 50px;
    background-color: #C0C0C0;
    margin: auto;
    width: 1200px;
}

