
/* ------------------------ BASIC ---------------------------- */

body {
	margin:0 auto;
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background:#c3ecfd url('layout_bkg.jpg') top left repeat;
}

body, div, h1, h2, h3, h4, p, ul, li, form {
  margin:0;
  padding:0;
}
div, h1, h2, h3, p, li, th, td {
  font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, .pseudo_h1, .pseudo_h2, .pseudo_h3, p { margin-bottom:10px; }
h1, h2, h3, .pseudo_h1, .pseudo_h2, .pseudo_h3  { font-weight:bold; }
h1, .pseudo_h1 { font-size:16px; margin-bottom:20px; }
h2, .pseudo_h2 { font-size:14px; margin-bottom:15px;}
h3, .pseudo_h3 { font-size:12px; }

p { margin-bottom:10px; }
a, a:visited, a:hover {
  color:black;
  font-weight:bold;
}
a, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }

.fr { float:right; }
.fl { float:left; }
.center { text-align: center; }
.cb {
  clear:both;
  overflow:hidden;
  height:0px;
}

.mceLayout a, .mceLayout a:visited, .mceLayout a:hover {
  background-color: white !important;
  padding: 0px !important;
}
.mceContentBody {
  text-align: left;
  background: white;
  height: 100%;
}
.mceContentBody ul {
  margin: 3px 0px 5px 0px;
  padding-left: 20px;
}
/* ------------------------ FFORM  ---------------------------- */
.fform_int {
  width: 80px;
}
.fform_smallint {
  width: 30px;
}
.fform_datum {
  width: 80px;
  font-weight: normal;
  font-style: normal;
}
.fform_time {
  width: 150px;
  font-weight: normal;
  font-style: normal;
}

/* ------------------------ LAYOUT ---------------------------- */
#container {
	width:1000px;
  margin:0 auto;
}
#top {
  background:url('layout_kruhy.png') 150px bottom no-repeat;
  padding-bottom: 280px;
  position: relative;
}
#logo, #profil, #medifoto {
  float:left;
  height:148px;
  margin-bottom:20px;
}
#logo {
  margin-left:30px;
  width:535px;
}
#profil {
  margin-left:20px;
  width:200px;
  padding-top:2px;
}
#medifoto {
  margin-left:5px;
  width:142px;
  background:url('layout_doktorka.png') bottom left no-repeat;
}
#kruhy {
  clear:both;
  margin:15px 0 0 149px;
}
.sloup {
  float:left;
  width:244px;
}
.padder {
  float:left;
  width:25px;
  height:50px;
}
.sloup div {
  margin-bottom:15px;
}

#main {
  margin-top:25px;
}
#home_left {
  float:left;
  margin-left: 149px;
  width:515px;
}
.citat {
  width:473px;
  padding:20px;
  background:#b8dff0;
  margin-bottom:20px;
}
.citat p {
  margin-bottom:3px;
  font-size:14px;
}
.citat div {
  font-weight:bold;
  text-align:right;
}
.citat p img {
  vertical-align:bottom;
  padding:0 5px;
}
#home_right {
  float:left;
  margin:0 0 0 25px;
  width:204px;
  padding:20px;
  background:#b8dff0;
}
#home_right div.obal {
  float:right;
}
#home_right div.nadp {
  float:left;
  padding-bottom:15px;
}
.sloup h2 {
  font-size:16px;
}
.sloup a.vice, .sloup a.vice:hover {
  color:black;
}
.mainpage {
  clear: both;
  padding:0px 65px 0px 149px;
}
/* ------------------------ LOGIN ---------------------------- */
#admin_menu {
  position: absolute;
  left: 0px;
  top: 220px;
}
#login {
  float:left;
  width:192px;
  height:125px;
  background:url('layout_ousko.png') top left no-repeat;
}
#login form {
  margin:17px 15px 0 15px;
}
#login label {
  float:left;
  width:50px;
  text-align:right;
  padding:3px 5px 0 0;
}
#login input {
  float:left;
  width:90px;
}
#login label, #login input {
  margin-bottom:5px;
  font-size:11px;
}
#login input.button {
  width:94px;
  height:20px;
  border:0;
  margin-left:55px;
  background:#384344;
  text-align:center;
  color:white;
  font-weight:bold;
  font-size:11px;
}
#login .heslo {
  float:left;
  width:130px;
  padding:3px 0 0 20px;
}
#login .prihlaseny ul {
  margin:35px 20px 0 20px;
}


/* ------------------------ PATICKA ---------------------------- */
#footer {
  color:black;
  text-align:right;
}
#footer p {
  padding:20px 0;
}
#footer a {
  color:black;
  font-weight:normal;
}

/** paticka az dole */
body, html {
  height: 100%;
}
#container {
  min-height: 100%;
  margin-bottom: -50px;
}
#footer_stretch {
  clear: both;
  height: 60px;
}
#footer {
  width: 850px;
  margin: 0px auto;
  padding:15px 132px 0 150px;
  clear: both;
}
#footer p {
  padding: 0px;
  margin: 0px;
}

/* ---------------------PAGER ------------------------------------ */
table.pagertbl tr td.page_aktiv, table.pagertbl tr td.page_pasiv {
  padding:2px 4px;
	font-weight:bold;
}
table.pagertbl tr td.page_aktiv {
	background-color:#fa6600;
}
table.pagertbl tr td.page_aktiv a {
  color:white;
}

