body
{
  text-align: center;
  font-family: Arial;
}
#LayoutTable
{
  width: 900px;
  margin: auto;
}

#PageHeader
{
  width: 900px;
  height: 100px;
  background-image: url('./images/banner.gif');
}

#MainMenu
{
  width: 900px;
  height: 50px;
  background-image: url('./images/logomiddle.gif');
  background-position: right;
  background-repeat: no-repeat;
  text-align: left;
}

#MainMenu a
{
  display: block;
  width: auto;
  background-color:white;
  color:black;
  font-family: Verdana,sans-serif;
  font-size: 16px;
  font-variant: small-caps;
  float:left;
  margin-left:5px;
  text-decoration:none;
  padding: 16px;
}

#MainMenu a:hover
{
  background-color:red;
  color:white;
}

#LogoMiddle
{
  width: 208px;
  height: 50px;
  
}

#PageBody
{

  width: 900px;
  height: auto;  
  background-image: url('./images/footer.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #EEF5FD;
  
  /*posledni*/
  padding-bottom: 50px;      
}

#SideMenu
{
  width: 185px;  
  vertical-align: top;
}

#SideMenuArea
{
  background-color: #DBEBFF;
  background-image: url('./images/panelbottom.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 10px;  
  margin-bottom: 50px;
  padding-top: 25px;
}

#PageContent
{
  background-image: url('./images/logobottom.gif');
  background-position: top right;
  background-repeat: no-repeat;
  width: 715px;
  vertical-align: top;    
}

#ContentArea
{
  margin: 25px;
}

#PageContent h1
{
  font-family: Verdana;
  font-size: medium;
}

#SideMenu h1
{
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: navy;
  margin-top:2px;
}

#SideMenu ul,#SideMenu li
{
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

#SideMenu a
{
  display: block;
  padding: 2px;
  margin: 0px;  
  /*padding-left:20px;*/
  color: black;
  /*font-weight: bold;
  font-size: 14px;*/
  text-decoration: none;
}

#SideMenu a:hover
{
  color: rgb(0,51,204);
  background-color:#9ac4f8;
 /* background-image: url('./images/kormidlo.gif');
  background-position: 0x 5px;
  background-repeat: no-repeat;*/
}

#PageContent a
{
  font-family: Tahoma, sans-serif;
  color: rgb(0,0,153);
  text-decoration: none;
  font-size: 15px;
  font-weight:bold;
}

#PageContent a:hover
{
  color:red;
}

#MainMenu ul, #MainMenu li
{
  display: inline;
}


 .personal_info {font-size:15px;font-family:sans-serif;width:600px;margin-bottom:20px}
    .personal_info th { color: rgb(204,204,255); background-color:rgb(51,102,153); font-weight:bold; padding: 4px; }
    .personal_info td { background-color: rgb(204,204,255); color:rgb(51,102,153); padding: 4px; }
