﻿*
{
    margin: 0px 0px 0px 0px;
}


body 
{            
    background: #FFFFFF;
    /*background: url("../../images/back.jpg") no-repeat;              */
}

#container
{
    margin: 0 auto;
    height: auto;
    width:1000px;
}



h1
{
    color: #00923F;
    text-align: left;
}

h2
{
    color: #00923F;
    text-align: center;
}
h3
{
    color: #00923F;
    text-align: left; 
}

h4
{
    color: #00923F;
    text-align: center;    
}


p
{
    color: Gray;
    font-family: "Verdana";
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}


li
{
    color: Black;
    font-family: "Verdana";
    font-size: 15px;
    line-height: 25px;    
}

li.seznam
{
    padding: 10px;
    list-style-image: url("../../images/li.jpg");
    color: Gray;
    font-family: "Verdana";
    font-size: 15px;
    font-weight: bold;
    list-style-position: outside;
}


table
{
   background-color: White;
   color: Gray;
   font-family: "Verdana";
   font-size: 15px;
   line-height: 25px;
   font-weight: bold;     
}

td.podtrzeni
{
    border-bottom: solid 2px #EEEEFF;    
}


#headTitle
{
   width: 1000px;
   height: 20px;
   background-color: #00923F;
   text-align: right;
}


#bodyhead
{
    width: 1000px;
    height: 120px;
    background: url("../../images/MijaHEAD.jpg");
}

#side
{
    position: absolute;
    top: 170px;
    width: 200px;
    height: 800px;    
    border: solid 1px #EEEEFF;
    background: #EEEEFF; 
    
}


#bodyContent
{
    position: relative;    
    width: 800px;
    height:auto;
    top: 0px;
    left: 202px;
    
}

#header
{
 width: 800px;
 height: 20px;
 background: #00923F;
 /*background: url("../../images/header.jpg");*/
    
}

#contentPage
{
 width: 800px;
 height: auto;
 background: #FFFFFF;
 /*background: url("../../images/body.jpg") repeat-y; */
 padding: 20px 10px 10px 20px; 
}

#footer
{ 
 width: 800px;
 height: 25px;
 background: #00923F; 
 /*background: url("../../images/footer.jpg");   */
}





/*begin creating the tabs */
.menu {
	margin-left: 2px;
	/*background: url('../../images/menu.jpg') repeat-x; */
	background: #ffffff;
	font-family:Arial CE;
	font-size: 20px;
	font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td 
{    
	color: #FFFFFF;
	height: 24px;
	/*background: url('../../images/menu_drop.gif') no-repeat; */
	background: #82BC02;
	width: 200px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: #919191; 
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FF0000;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
	background-color: Green;
	color: White;
}

/* make drop down menu container style */
.menuPopup {	
	background: #00FFEE;    
    color: #0000FF;
	border-left: 3px solid #000000;   
    border-top: 1px solid #000000;
    
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffff00;
	border-bottom: 1px solid #666666;
	padding: 3px;
}







/*   Tabulka prodejen  */


.tabulka_provozovny
{
    height: 390px;
    width: 500px;
}





hr
{
    color: #00923F;
}
