/**
 * VStup.css
 *
 * $Id: Vstup.css 25 2007-11-05 17:39:17Z Ondra $
 *
 * Design vstupni stranky
 *
 * @author     Ondřej Šubrt <ondrej.subrt@seznam.cz>
 * @copyright  2006 Medicalc s.r.o.
 * @version    Verze: 1.0.0
 */
  /*====== ZAKLADNI PRVKY ======================================================*/

.obl-telo-vstup {
	background-image: url(../Obrazky/Vstup.jpg);
  background-repeat: no-repeat;
  width: 750px;
  height: 260px;
}

.obl-telo-vstup a {
	color: black;
	text-decoration: none;
}

.obl-telo-vstup a:hover {
	color: black;
	text-decoration: underline;
}

.obl-helpdesk {
  position: relative;
	width: 330px;
	text-align: right;
	top: 90px;
	float: left;
}

.obl-helpdesk p {
	margin: 13px 0;
	padding: 0;
}

.obl-lekar {
  position: relative;
  top: 148px;
  text-align: right;
  width: 120px;
  font-size: 0.75em;
  font-weight: bold;
  float: left;
}

.obl-pacient {
  position: relative;
  top: 148px;
  text-align: right;
  width: 129px;
  font-size: 0.75em;
  font-weight: bold;
  float: left;
}

.obl-ostatni {
  position: relative;
  top: 180px;
  text-align: right;
  width: 128px;
  font-size: 0.75em;
  font-weight: bold;
  float: left;
}