body {
	font:13px arial,helvetica,clean,sans-serif;
	color: #5F5F5F;
	background: url(images/body-bg.gif) top left repeat-x #EEEEEE;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* -------------------------------------------------------------------------------
		Obsah
--------------------------------------------------------------------------------- */
h1 {
	text-align: left;
	font-size: 174%;
	font-weight:normal;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
	border-bottom: 2px solid #5F5F5F;	
}
h1.saved {
	text-align: center;
	color: #669933;
	font-weight:bold;
   padding-top: 0.25em;
	border-bottom: 2px solid #669933;	
	border-top: 2px solid #669933;	
}
h1.error {
	text-align: center;
	color: #A44444;
	font-weight:bold;
   padding-top: 0.25em;
	border-bottom: 2px solid #A44444;
	border-top: 2px solid #A44444;
}
hr {
	display: none;
}
a:link, a:visited {
		color: #BC6339;
		text-decoration: none;
		}
a:hover {
		color: #5F5F5F;
		text-decoration: underline;
		}
fieldset {
	border: 1px solid #999999;
	width: 45%;
	float: left;
	background-color: #D2D2D2;	
	margin: 0px 10px 0 15px;
	padding: 0px 0 15px 0;
}
legend {
	margin: 0 0 5px 10px;
	border: 1px solid #999999;	
	background-color: #D2D2D2;		
	padding: 2px 5px 2px 5px;
}
#mesiacRok {
	width: 85%;
	background: none;
}
.clear {
	clear: both;
}
.skryvany {
	display: none
}
.center {
	text-align: center;
}
#left {
	text-align: left;
}
input, select, textarea {
	padding: 3px 0px 3px 3px;
	color: #5F5F5F;
	border: 1px solid #C3C3C3;
	background-color: #D2D2D2;
	vertical-align: middle;
}
input.login {
  background: url(images/button-login.gif) right no-repeat #D2D2D2;
  padding: 3px 23px 3px 3px;
}
input.reserve {
  background: url(images/button-add.gif) no-repeat 5px #D2D2D2;
  padding: 3px 3px 3px 23px;
}
input.save {
  background: url(images/button-save.gif) no-repeat 5px #D2D2D2;
  padding: 3px 3px 3px 23px;
}
input.reset {
  background: url(images/button-reset.gif) no-repeat 5px #D2D2D2;
  padding: 3px 3px 3px 23px;
}
input.delete {
  background: url(images/button-x.gif) no-repeat 5px #D2D2D2;
  padding: 3px 3px 3px 23px;
}
input.udaje {
	width: 200px;
}
input.checkBox {
	border: none;
	background-color: transparent;
}
textarea.udaje {
	width: 200px;
	height: 70px;
}
.rezervacny {
	font-weight: bold;
	color: #000;
}
.kalendar {
	font-weight: bold;
	color: #808080;
}
.verzia {
	color: #C1C1C1;
}
/* -------------------------------------------------------------------------------
		Struktura
--------------------------------------------------------------------------------- */
#header-wrap {
  	margin-top: 10px;
	border-top: 1px solid #C3C3C3;
	background: #DCDCDC url(images/header-shadow.gif) bottom left repeat-x;
}
#header {
	width: 700px;
	margin: 0px auto 0 auto;
	padding:0px;
	text-align: left;
	height: 125px;
	background: url(images/logo.png) center right no-repeat;
	position: relative;
}
#mainBox-wrap {
	padding: 0px;
	margin: 0px;
}
#mainBox {
	width: 700px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
}
#nastavenia {
	margin-bottom: 10px;
	padding-bottom:15px;
}
#left {
	float:left;
	width: 350px;
	text-align: center;
}
#right {
	float:right;
	width: 350px;
}
#footer-wrap {
	background: #DCDCDC url(images/header-shadow.gif) bottom left repeat-x;
	border-top: 1px solid #F5F5F5;	
}
#footer {
	margin: 0 auto 0 auto;
	width: 700px;
	height: 50px;
	padding: 10px 0 10px 0;	
}
#footer div.left {
	float: left;
	width: 50%;
	text-align: left;
}
#footer div.right {
	float: left;
	width: 50%;
	text-align: right;
   line-height: 1.2em;	
}
p.user{
	position:absolute;
	top:0;
	right:90px;
}
/* -------------------------------------------------------------------------------
		Menu
--------------------------------------------------------------------------------- */
#kwick {
	position: relative;
}
#kwick .kwicks  {
	display: block;
	height: 78px;
	width: 410px;
	margin-bottom:5px;
}
#kwick  ul {
	padding:0px;
	margin: 10px 0 0 0;
}
#kwick  li {
	list-style: none;
	float: left;
}
#kwick .kwick  {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 78px;
	width: 100px;
	background: #fff;
	border-bottom: 1px solid #808080;
}
#kwick .kwick  span {display: none;}
#kwick .calendar {background: #78ba91 url(images/menu-calendar.png);}
#kwick .reservations {background: #7389ae url(images/menu-reservations.png);}
#kwick .settings {background: #c17878 url(images/menu-settings.png);}
#kwick .logout {background: #a87aad url(images/menu-logout.png);	border-right: 0;}
/* -------------------------------------------------------------------------------
		Kalendar
--------------------------------------------------------------------------------- */
table.calendar{
  color: #fff;
  width:250px;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 auto 10px auto;
  font:13px arial,helvetica,clean,sans-serif;
}
table.calendar td{
  height:30px;
  text-align:center;
  border:solid 3px #C0C0C0;
}
table.calendar caption{
  margin: 0px auto 5px auto;
  padding:5px;
  font-weight:bold;
  color: #5F5F5F;
}
thead{
  background:#C1C1C1;
  text-align:center;
  border:solid 3px #C0C0C0;
}
th.den_obycajny{
}
th.den_vikend{
}
td {
  text-align:center;
}
td.den{
  background:#999999;
}
td.vikend{
  background:#727272;
}
td.vikend_neaktualny{
  background:#D8D8D8;
  color:#EEEEEE;
}
td.den_neaktualny{
  background:#D8D8D8;
  color:#EEEEEE;
}
td.dnes{
  background:#69848D;
  color:#FFF;
}
td.rezervovane {
	background: #884E4E;
	font-weight: bold;
}
/* Checkbox */
div.check {
	cursor: pointer;
  border: 1px solid #D2D2D2;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
  margin: 5px auto 5px auto;
}
div.selected {
	cursor: pointer;
  background-image: url(images/button-save.gif);
	border: 0;
}
/* -------------------------------------------------------------------------------
		Udaje
--------------------------------------------------------------------------------- */
.formdiv {
	text-align: center;
	margin: 10px auto 0px auto;	
	padding: 10px 0 0 0;
	width: 350px;
}
.formdivrow {
	text-align: center;
	margin-bottom: 5px;
}
.formdivcell1 {
	text-align: right;
	width: 75px;
	float: left;
	padding-top: 3px;
}
.formdivcell2 {
	text-align: left;
	clear: right;
	margin-left: 80px;	
	width: auto;
} 

