body {
	text-align: center;
	font-family: Calibri,arial,Verdana,Tahoma,sans-serif;
}
a {
  text-decoration: none;
  color: red;
}
h1 {
  color: #FF8000;
  font-size: 24px;
}
h2 {
  color: blue;
  font-weight: bold;
  font-size: 14px;
}
img {
  border: 0;
}
textarea {
  font-family: Calibri,arial,Verdana,Tahoma,sans-serif;
  padding: 7px;
}
td {
  padding: 3px;
}
#translate {
  margin: 0px 10px 0px 10px;
}
#obal {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: white url(body.gif) repeat-y ;
}
#obsah {
	padding: 10px 10px 10px 10px;
	margin-bottom: 50px;
	clear:both
}
/* format hlavicka */
#hlavicka {
  width: 100%;
  height: 150px;
  background: white url(head.gif) no-repeat ;  
}
/* format paty */
#pata {
  width: 100%;
  height: 100px;
  clear: both;
  background: white url(end.gif) no-repeat ;  
}
/* format menu*/
#menu {
  height: 34px !important; /* FF */
  height: 45px; 
  padding: 11px 0px 0px 17px !important; /* FF */
  padding: 11px 0px 0px 50px;
  background: white url(menu.gif) no-repeat;
}
#menu ul{
  list-style:none;
  margin:0; 
}
#menu ul li {
  display:inline;
  
}
#menu a {
  text-decoration: none;
  color: green;
  padding: 0 13px 0 13px;
}
#menu a#aktualniStranka {
  color: black;
  padding: 0 13px 0 13px;
  border-bottom: #E2E200 solid;
  font-weight: bolder;
}
#menu a:hover {
  color: black;
  border-bottom: orange solid;
  padding: 0 13px 0 13px;
}
/* format leftBox */
#leftBox {
  width: 26%;
  float: left;
  position: relative; left: 23px;
  font-size: 12px;
}
#leftBox-start {
  background: white url(boxStart.gif) no-repeat ;
  padding: 15px 0 0 15px;
}
#leftBox-body {
  background: white url(box.gif) repeat-y ;
  padding: 0 15px 0 15px;

}
#leftBox-end {
  background: white url(boxEnd.gif) no-repeat ;
  padding: 15px 0 0 15px;
  
}
#leftBox a {
  text-decoration: none;
  color: black;
}
/* format rightBox */
#rightBox {
  width: 65%;
  margin: 5px 23px 0 0;
  float: right;
  font-size: 14px;
  line-height: 20px;
}
/* other format */
.center {
  text-align: center;
}
.tucne {
  font-weight: bold;
}
#avatar {
  float: left;
  width: 25%;
  background-color: blue;
}
.odpovedi {
  padding-left: 30px;
}
.userInfo {
  text-align: left;
  float: right;
  width: 60%;
}
.boxZbrane {
  padding-left: 20px;
}
.boxClanky {
  padding-left: 20px;
}
.kursiva {
  font-style: italic;
}
.marginL50 {
  margin-left: 80px;
} 
.nadpis_1 {
  font-size: 16px;
  color: blue;
  font-weight: bolder;
}
.blue13px {
  color: blue;
  font-size: 13px;
}
.border1Black {
  border: 1px black solid; 
}
.poznamka {
  font-style: italic;
  font-size: 11px;
  position: relative; left: 60px;
}
.left60 {
  position: relative; left: 60px;
}
.text8pt {
  font-size: 8pt;
}
.red {
  color: red;
}
.imgDownload {
  border: 1px black solid;
  margin: 20px;
}


.border {
  border: 1px red solid;
}

/* messageBox */

#messageBox {
  width: 330px; 
  background: #BABAB9 url() ;
  position: absolute;
  padding: 5px ;
  top: 30%; left: 35%;
  z-index: 1;
  border: 2px red solid;
  -moz-border-radius: 10px;
}
/* kalendář */
table.kalendar {
  border-collapse: collapse;
  font-size: 12px;
}
table.kalendar caption{
  text-align: center;
  font-weight: bold;
}
table.kalendar  td {
  border: 1px black solid;
  background-color: white;
  text-align: center;
}
table.kalendar  td.vykend {
  background-color: #DFDFDF;
}

