﻿/*
Zakladni telo stranky
*/
body{
    background-color    :   #9ecbe8;
    background-image    :   url('../../img/tiptour/pozadiStranky.jpg');
    background-repeat   :   repeat-x;
    margin              :   0px;
    padding             :   0px;    
    font-family         :   Arial;
    font-size           :   12px;    
}

body a{
    color               :   Navy;
    font-family         :   Arial;
    font-size           :   12px;
}

div.TopLinks
{
    color           : White;
    font-weight     : bold;
    width           : 1000px;
    margin-left     : auto;
    margin-right    : auto;
    margin-top      : 5px;
    margin-bottom   : 0px;
    text-align      : right;
}
div.TopLinks a
{
    color           : White;
    text-decoration : none;
}
div.TopLinks a:hover
{
    color           : #dbeaf1;
}

/*
Centrovaci prvek
*/
div.CentrovaciPrvek
{
    width       :   1000px;
    margin-left :   auto;
    margin-right:   auto;
    margin-top  :   0px;
    padding-top :   0px;
    border-left         :   solid navy 1px;
    border-right        :   solid navy 1px;
    border-bottom       :   solid navy 1px;
    background-color    :   White;
}

/*
	Obsah stranky
*/
div.Content
{
	float: right;
	width: 780px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
}

/*
	Bocni sloupec
*/
div.Side
{
	float: left;
	margin-top : 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 200px;
}

/*
	Zapati
*/
div.Bottom
{
	clear: both;
	border-top: solid 1px silver;
}

/*
	Copyright
*/
div.Copyright
{
    width       :   100%;
    font-size   :   12px;
    font-family :   Verdana;
    color       :   White;
    text-align  :   center;
    font-weight :   bold; 
    margin-top  :   10px;   
    margin-bottom:  10px;   
    margin-left :   auto;
    margin-right:   auto;
}
div.Copyright a
{
    color       :   White;
}

/*
Logo stranky
*/
div.LogoStranky img
{
   text-align       :   left;
   vertical-align   :   top;
   border           :   0px;
   margin           :   0px;
   padding          :   0px;
}

/*
Menu stranky
*/
div.MenuStranky
{
    width               :   100%;
    height              :   44px;
    background-image    :   url('../../img/tiptour/pozadiMenu.jpg');
    background-repeat   :   repeat-x;    
}

/*
Levy panel
*/
div.Panel_Container
{
    padding-bottom      :   10px;
}
div.Panel_Hlavicka
{
    width               :   100%;
    padding             :   0px;
    height              :   36px;
}

div.Panel_Telo
{
    width               :   198px;
    padding-top         :   0px;
    padding-bottom      :   10px;
    background-color    :   #dbeaf1;
}
div.Panel_Paticka
{
    width               :   198px;
    height              :   3px;
    padding             :   0px;
    background-color    :   #2981c0;
}

div.Panel_Separator
{
    color               :   White;
    background          :   #2981c0;
    padding-left        :   12px;
    font-weight         :   bold;
}


div.KrokyRezervace
{
    font-size   : 18px;
    font-weight : bold;
    text-align  : left;
    color       : #2982c6;
}