/*

 lingvistika:
 
 - 5.1. 9.30
 - 12.1. 9.30

 copyright (c) 2004-2006 Lukas Mach, lukas.mach@gmail.com

 poradi zapisu vlastnosti:
 - display, position, float
 - width, height, left, top
 - font, line-height, text, color, background, border
 
 struktura stylopisu: 
 - l_ayout
 - c_ontent formating
 - h_eader
 - m_enu 
 - c_ontent
 - f_ootnote
 - c_ommon objects
 - p_age specific

*/

/* layout */

body {
  margin: 0; padding: 0;
  /*font: 85% Tahoma, "Lucida Grande CE", lucida, sans-serif;*/
  /*font: 85% Verdana, "Geneva CE", lucida, sans-serif;*/
  /*font: 85% Georgia, "New York CE", utopia, serif;*/
  font: 85% "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  line-height: 150%;
  text-align: center;
  color: black;
  background: white url(pattern.gif) center top;
}

#wrapper {
  width: 686px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  
  background: transparent url(bg.gif) top left repeat-y;
}

#header, #menu, #content {
  margin: 0; padding: 0;
  border: none;
  background-color: transparent;
}

#wrapper-around { 
  background: transparent url(top.jpg) top left no-repeat;
}

/* content formating */

h1 { 
  color: #5F452C;
}

a { 
  color: #60462F;
  text-decoration: underline;
}

a:hover { 
  color: #7F6954;
  text-decoration: none;
}

a img { 
  border-color: #3C2819;
}

a:hover img { 
  border-color: #FAEADC;
}

a:hover img { 
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

img { 
  margin: 5px;
}

/* header */

#header h1 { 
  display: none; 
}

/* menu */

#menu { 
  padding: 104px 49px 8px 49px;
}

#menu ul { 
  margin: 0; padding: 0;
  white-space: nowrap;
}

#menu a:link, #menu a:visited {
  width: 100px; 
  padding: 3px 10px;
  background-color: white;
  -moz-opacity: 0.5;
  filter: Alpha(Opacity=50);
  font-weight: bold;
  text-decoration: none;
}

#menu a:hover { 
  background-color: #5F452C;
  color: white;
  -moz-opacity: 0.7;
  filter: Alpha(Opacity=70);  
}

#menu li { 
  display: inline; 
  list-style-type: none;
}

/* content */

#content { 
  padding: 10px 49px 0 49px;
}

/* footnote */

#footnote { 
  height: 73px;
  text-align: center;
  font-size: 0.9em;
  line-height: 0.9em;
  background: transparent url(bottom.gif) top left no-repeat;
}

/* common objects */

/* page specific */

body.homepage img {
  margin-right: 0;
}
