/*
 * Style sheet for the noob
 */


BODY {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
  text-align:left;
  background: #ffffff;
}

.o_nas {
  font-size: 16px;
  text-align: justify;
}

.sidebars {
  position: absolute;
  width: 280px;
  top: 30px;
  left: 70px;
}

.picture {
  position: absolute;
  top: 30px;
  left: 390px;
}

.odkazy {
  position: absolute;
  top: 18px;
  left: 405px;
  height: 30px;
	font-family: Verdana, Arial, sans-serif;
}

TD.TITLE {
	background: url(img/back-cell.gif) repeat top left;
}
	
TD.MENU {
	font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
	text-align: center;
}

A:LINK {
       text-decoration: none;
}

A:HOVER {
     text-decoration: none;
}

A:VISITED {
       text-decoration: none;
}

.otazka {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

.odpoved {
  font-style: italic;
  margin-left: 20px;
  font-size: 14px;
}

.dodatek {
  font-style: italic;
  margin-top: 20px;
  font-size: 14px;
}

