/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #FEF7CD url(images/bgr.gif); 
}

a {
	color: #056790;
}

a:hover {
	color: red;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	padding: 0;
	margin: 0 0 0.5em 0px;
	color: #464548;
	color: #e22dda;
}

h1 a, h2 a {
	text-decoration: none;
	color: #1F6086;
}

h1 a:hover, h2 a:hover {
	color: #464548;
}

h2 { 
	margin: 20px 0 10px 0; 
	padding: 0 0 8px 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #1F6086;
	border-bottom: 1px solid #FFD100;
}

p {	
  margin: 0 0 10px 0;
  font-size: 13px;
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 3px solid #ccc;
	color: #666;
}

img {
  border: none;
}
/* layout
   ------ */

.content { 
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: inherit;
}

.logo {
	width: 760px;
	height: 280px;
	padding: 0;
	text-align: center;
	background: url(images/head.jpg) no-repeat;
	position: relative;
}

.logo h2 {
	margin: 0;
	padding: 0;
	border: none;
}

.logo h2 a {
  display: block;
  margin: 0;
	padding: 0;
	position: absolute;
	left: 42px;
	top: 30px;
	width: 230px;
	height: 30px;
}
.logo h2 span {
  display: none;
}
.logo ul {
  position: absolute;
  left: 260px;
  top: 220px;
  margin: 0;
  padding: 0;
}
.logo ul li {
  float: left;
  width: 94px;
  height: 55px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.logo ul li a {
  text-decoration: none;
  font-weight: bolder;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

.logo ul li.hover_item a {
  text-decoration: none;
  background: none;
}

/* left side
   --------- */

.left {
	width: 760px;
	margin: 0;
	padding: 0;
}

.left_articles {
	padding: 20px;
	position: relative;
}

.left_articles table {
  border: none;
  margin: 20px auto;
  width: 100%;
  text-align: left;
}

.left_articles table td {
  margin: 0;
  padding: 5px 10px;
  text-align: left;
}

.left_articles a {
	color: #39a3d5;
	text-decoration: underline;
}

.left_articles a:hover {
	color: red;
	text-decoration: underline;
}

.mail-home {
  position: absolute;
  top: 35px;
  
  right: 15px;
  width: 116px;
  height: 35px;
  background: url(images/mail-home.gif) no-repeat 0 100%;
  clear: both;
  margin: 0;
  padding: 0;
}

.mail-home p {
  display: block;
  float: left;
  width: 58px;
  padding: 0;
  line-height: 35px;
  margin: 0;
  text-align: center;
}

.mail-home p a {
  font-size: 11px;
  font-weight: bolder;
  color: #10528C;
}

.zima-leto {
  position: absolute;
  top: 45px;
  right: 180px;
  height: 35px;
  clear: both;
}

.zima-leto p {
  display: block;
  float: left;
  padding: 0 20px;
  margin: 0;
  text-align: center;
}

.zima-leto p a {
  font-weight: bolder;
  font-size: 12px;
}
/* nahoru
   ------ */

.nahoru {
  height: 37px;
  width: 115px;
  float: right;
  margin-right: 15px;
  background: url(images/nahoru.gif) no-repeat 0 100%;
} 

.nahoru p {
  margin: 0;
  padding: 4px 0 0 0;
  _padding: 12px 0 0 0;
  text-align: center;
  line-height: 37px;
}

.nahoru a {
  font-size: 11px;
  font-weight: bolder;
  color: #10528C;
}
/* footer
   ------ */

.footer {
	font-size: 0.9em;
	height: 58px;
	color: #165888;
	clear: both;
	padding: 0;
	background: url(images/foot.jpg) no-repeat;
}
.footer p {
  padding: 0 25px 0 50px;
	margin: 0;
  font-size: 12px;
	line-height: 58px;
	float: right;
}
.footer ul {
  padding: 0 25px 0 30px;
  margin: 0;
  font-size: 12px;
  float: left;
}
.footer ul li {
  padding: 0 7px;
  margin: 0;
  float: left;
  font-size: 12px;
  line-height: 58px;
}

.footer ul li a {
  text-decoration: none;
}
.who {
  margin: 0;
  padding: 0;
  text-align: right;
  color: rgb(240,240,240);
  background: none;
  font-size: smaller;
}
.who a {
  color: rgb(240,240,240);
}
#calendar table {
     border: 1px solid #BBB;     
     margin: 5px;     
     padding: 2px;     
     float: left;     
     background: #FFFF99; 
     position: relative;
}
#calendar td, #calendar th {
     padding: 3px;     
     background: #FFFFFF; 
     border: 1px solid #FFFF99; 
}
#calendar td.booked {
    background: #FF0000;
}
#calendar table caption {
    font-weight: bold;
}

