body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font: 11px/13px normal Tahoma, Arial, sans-serif;
    color: #202020;
    background: #d0d0d0;
   overflow-x: hidden;    
}

img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}

p
{
    margin: 0px;
}


/* language icons */

a.lang
{
    position: absolute;
    display: block;
    width: 28px;
    height: 14px;
    left: 654px;
}

a.lang:hover
{
    background-position: 0px -14px;
}

a.lang span
{
    display: none;
}

a.pl
{
  top: 10px;
  background-image: url('../img/pl.lang_icon.png');
}

a.en
{
  top: 32px;
  background-image: url('../img/en.lang_icon.png');
}


/* */
#Header
{
    width: 667px;
    height: 226px;
}

#Footer
{
    width: 667px;
    height: 185px;
}

#FooterLeft p
{
    font: normal 10px/13px Tahoma, Arial, sans-serif;        
    color: #404040;        
    padding-top: 158px;
}

#FooterLeft a
{
	text-decoration: none;
	color: #aaa;
	padding-left: 10px;
}

a.TopMenu
{
   float: right;
   display: block;
   height: 54px;
}

a.TopMenu span
{
    display: none;
}

a.TopMenu:hover
{
        background-position: 0px 54px;
}

#Address
{
    float: left;
    width: 329px;
    height: 185px;
}

#Address p
{
    font: normal 11px/17px Tahoma, Sans;
    color: #575757;
    text-align: right;
    padding-top:  45px;    
}

#Address a
{
    font: normal 11px/17px Tahoma, Sans;
    color: #575757;
    text-align: right;
    text-decoration: none;
}

#Address a:hover
{
    text-decoration: underline;
}


#ContentsContainer
{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 667px;
    padding: 0px 30px 0px 30px;
    background: #fff;
}

#BackgroundBrushed
{
    position: absolute;
    z-index: 2;
    left: 727px;
    top: 0px;
    background: url('../img/background_brushed.jpg') repeat-y left bottom;
}

#BackgroundBrushedDetail
{
    background: url('../img/background_brushed_detail.jpg') no-repeat left bottom;
}
