﻿body
 {
	margin: 0px 0px 0px 0px;
    background-color: #59A9F0;
    color:Black;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align: center;       /* centrování textu, Internet Explorer též vycentrování dokumentu */
    width: 100%;
    font-size: 0.7em;
 }
 
 .DIV_Logo
 {
 	background: transparent url('../../../img/Autoturist/overlay-hills.png') repeat scroll 0 0;
    width:100%; 
    height:100%;	
 }
 
 .DIV_Logo a
 {
	float:left;	
 }
     
/*
	Hlavni div, ve kterem je cela stranka
*/
 .DIV_Vycentrovat
 {
    /*border: solid 1px black;*/
    margin: auto;
    margin-top : 25px;
    width:1050px;
    position: relative;
	background-color: White;
 }
 
 .all
 {
 	background: transparent url('../../../img/Autoturist/overlay-hills.png') repeat scroll 0 0;
    width:100%;  
 }
     
table.TblMain
{
	width: 1050px;
	margin-top: 0px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

 /*
	Bunka s logem
*/
 .TD_Logo
 {
    background-color: #59A9F0;
    height:165px;
 }

/*
	Menu
*/
.DIV_Menu
{
    margin-top      : 0px;
    margin-bottom   : 2px;
}

/*
	Hlavni cast stranky
*/
.TD_Main
{
	width: 825px;
	vertical-align: top;
}

/*
	Prava cast stranky
*/
.TD_Right
{
	width: 215px;
	vertical-align: top;
	padding-left: 10px;
}

/*
	Div v prave casti stranky
*/
DIV_Right
{
	float: right;
}

/*
	Hlavni Divy na webstart a search
*/
.DIV_Searcher,
.DIV_Banner,
.DIV_SpecialOffers,
.DIV_SearchResult
{
	text-align: left;
	background-color: White;
	width: 825px;
}