﻿/*Layout all pages*/
/*----------------*/

/*BackGround*/
#wrapper
{
    position: relative;
	width: 980px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    }
    
/*Header*/
#top
{
    position: absolute;
	width: 980px;
    height: 30px;
	top: 0px;
    }
#topLeft
{
   width: 320px;
   height: 30px;
   background-color: Gray;
   float: left;
   }
#topRight
{
	width: 660px;
    height: 30px;
  	background: silver url(../_img/top.png) top right no-repeat;
	text-align:center;
    float: right;
    font-size: 11px;
    }   
#topCenter
{
    width: auto;
    height: auto;
    }

#header
{
	position: absolute;
	width: 980px;
	height: 180px;
	top: 30px;
    }
#headerVideo
{
	width: 320px;
	height: 180px;
	background-color: Gray;
	float: left;
    }    
#headerLogo
{
	width: 660px;
	height: 180px;
	background: red url(../_img/header.png) top right no-repeat;
	float: right;
    }
#headerCenter
{
    width: auto;
    height: auto;
    }
/*Menu*/
#menu
{
    position: absolute;
	width: 980px;
    height: 39px; 
	top: 210px;
    background: silver url(../_img/menu.png) top right no-repeat;
    }

/*Content*/
#content
{
    position: absolute;
	width: 980px;
    height: 675px;
	top: 250px;
    }
#contentPhoto
{
    width: 320px;
    height: 675px;
    background-color: Gray;
    float: left;
    }
#contentContent
{
    width: 660px;
    height: 675px;
    background: silver url(../_img/plamen.png) top right no-repeat;
    float: right;
    }
#contentCenter
{
    width: auto;
    height: auto;
    }
#contentOdsazeni
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 65px;
    }
#contentOdsazeni_galerie
{
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 65px;
    }
#contentSlide
{
    width: 980px;
    height: 585px;
    background-color: Silver;
    }