/* CSS Document */

BODY
{
  margin-top:0;
}
BODY DIV
{
  width:750px;
  
  margin-left:auto;
  margin-right:auto;
}

HR {display:none;}

DIV#hlavicka
{
  width:100%;
  height:104px;

}

H1
{
  margin:0;
 padding:0px;
 position:relative;
}

DIV H1 SPAN
{
  display:block;
  width:750px;
  height:104px;
  background-image:url(images/logo.jpg);
  background-repeat:no-repeat;
  position:absolute;
  left: 0;
  top: 0;
}


.nic
{display:none;}
#small
{
  margin-left:auto;
  margin-right:auto; 
  width:650px;
}
#menu
{
  background-color:#CDEA66;
  width:100%;
  height:20px;
  
  border: 1px black solid;
  text-align: center;
  
}
#menu div a
{
  position:relative;
  top:1px;
  text-decoration: none;
  color: black;
  font-family: Arial;
  
  font-weight: bold;
  font-size:15px;
  background-color:#CDEA66;
  
}

#menu div a:hover
{
   color:#4DA436; 
}

#activemenu
{
   color:#4DA436; 
}

#menu div
{
  width: 162px;
  float: left;
}
/*
#menu >a
{
  margin-left:85px;
}*/

.win
{
  width:100%;
  margin-top:20px;
  border: 1px black solid;
  background-color:#E7F5B6;
}


.win h2
{
  text-align:left;
  background-color:#CDEA66;
  border:1px black solid;
  border-bottom:2px black solid;
  margin:0px;
  padding:0px;
  
 
  font-family: Arial;
  font-size: 15px;
  height:24px;
  position:relative;
}

.win h2 image
{
  margin-left:2px;
}

.win h2 span
{
  position:absolute;
  left:25px;
  
  top:5px;
}

.venek
{
   
  width:100%;
  height:100%;
}
.vnitrek
{

  margin-top:15px;
  padding-top:0px;
  width:600px;
  margin-left:auto;
  margin-right:auto;

  margin-bottom:10px;
  
  font-family: Arial;
  font-size: 13px;

   text-align: justify;
   
   position:relative;
}

.obri
{
  background-image:url(images/i.gif);
   background-repeat:no-repeat;
}


table
{
   border-collapse:collapse;
   border:2px black solid;
}


td
{

  padding:5px;
   border:1px black solid;
}

thead
{
   font-weight: bold;
   background-color:#CDdA44;
   
}

thead tr td
{
  border-bottom:2px black solid; 
}

.kon
{
   margin:0px;
  padding:0px;
  font-weight: normal;
 
}
.konn
{
  font-size: 15px;
  margin:0px;
  padding:0px;
  margin-bottom:5px;
}

#prof
{
  background-image:url(images/prof.jpg);
  
   position:absolute;
   
   width:230px;
   height:319px;
   bottom:-11px;
   right:-5px;
}

div > #prof 
{
  bottom:-10px;
}





