 /* CSS Document */
 {jednotlive objekty}
body
{  
  background-color: "orange";
  text-align : center;   
}

#main
{
  width : 1024px;
  height : 100%;
  background-color : "white";  
}

#logo
{
  width : 1024px;
  margin : 0px, 0px, 10px, 0px;
}

#menu
{
  width : 1024px;  
  height : auto;
  background-color : 54CC5F;
  margin : 0px, 0px, 0px, 0px;
  font-size : 20px;
  text-align : left;  
}

#kontakt
{
  width : 200px;
  margin : 10px, 10px, 402px, 20px;  
  float : left;   
}

#kontakt_about
{
  width : 200px;
  margin : 10px, 10px, 10px, 20px;  
  float : left;   
}

#news
{
  width : 200px;  
  margin : 10px, 10px, 100px, 20px;
  float : left;
  font-size : 18px;
}

#text_about
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : left;
  font-size : 18px;   
}

#text
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : left;   
}

#text_2
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : left; 
  font-size : 18px;  
}

#text_index
{
  font-size : 18px;
  margin : 0px, 0px, 13px, 0px;
}

#text_contact
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : center;
}

#history
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : left;  
  font-size : 18px; 
}

#plan
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : left;  
  font-size : 18px; 
}

#prihlaska
{
  width : 730px;
  background-color : "white";
  margin : 10px, 20px, 20px, 0px;
  float : right;
  text-align : left;  
  font-size : 18px; 
}

#foto
{
  margin : 0px, 0px, 20px, 0px;
}

#pata
{
  width : 1024px;
  background-color : "green";
  margin : 0px, 0px, 0px, 0px;
  text-align : left;
}

{formatovani casti jednotlivych objektu}
#menu a
{  
  margin : 0px, 5px, 0px, 5px;
}

#kontakt p
{  
  margin-top : -3px;
  margin-bottom : -3px;
  font-size : 16px; 
}

#kontakt_about p
{  
  margin-top : -3px;
  margin-bottom : -3px;
  font-size : 16px; 
}

#text_about p
{
  text-indent : 30px;
}

#text a
{
  font_size : 18px;
}

a:visited
{
  color : "black";
}

a:link
{
  color : "blue";
}

a:hover
{
  /*background-color : "green";*/
  color : "black";
}

{ramecky}
.ramecek_top_text 
{
  background-image: url(images/ramecek_top_text.gif);
  background-repeat: no-repeat; 
  width: 730px;
  height: 20px;
}

.ramecek_middle_text 
{
  background-image: url(images/ramecek_middle_text.gif); 
  background-repeat: repeat-y; 
  width: 730px;
  height: auto; 
  padding-left:10px; 
}

.ramecek_bottom_text 
{
  background-image: url(images/ramecek_bottom_text.gif); 
  background-repeat: no-repeat;
  width: 730px;
  height: 20px;
}

.ramecek_top_kontakt
{
  background-image: url(images/ramecek_top_kontakt.gif);
  background-repeat: no-repeat; 
  width: 200px;
  height: 20px;
}

.ramecek_middle_kontakt 
{
  background-image: url(images/ramecek_middle_kontakt.gif); 
  background-repeat: repeat-y; 
  width: 200px;
  height: auto; 
  padding-left:10px;
}

.ramecek_bottom_kontakt 
{
  background-image: url(images/ramecek_bottom_kontakt.gif); 
  background-repeat: no-repeat;
  width: 200px;
  height: 20px;
}

.ramecek_top_obr 
{
  background-image: url(images/ramecek_top_obr.gif);
  background-repeat: no-repeat; 
  width: 984px;
  height: 20px;
}

.ramecek_middle_obr 
{
  background-image: url(images/ramecek_middle_obr.gif); 
  background-repeat: repeat-y; 
  width: 984px;
  height: auto; 
  padding-left:10px; 
}

.ramecek_bottom_obr 
{
  background-image: url(images/ramecek_bottom_obr.gif); 
  background-repeat: no-repeat;
  width: 984px;
  height: 20px;
}
