html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #816647 url(img/body.png);
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: black;
}

IMG {
	vertical-align: middle;
  border: 0px;
}

div.photo {
  float: left; 
  width: 180px; 
  height: 180px; 
  vertical-align: bottom; 
  text-align: center;
}

.cistic { 
  clear: both; 
}

/* Hlavni nadpisy */
.header {
	margin-bottom: 2px;
	background-color: #D9BB7A;
	height: 140px; 
}

.header H1 {
	text-align: left;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	padding: 10px 0px 0px 130px;
	margin: 0px;
}

.header H2 {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	padding: 20px 0px 0px 130px;
	margin: 0px;
}

.header H3 {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	padding: 8px 0px 0px 130px;
	margin: 0px;
}

.header DIV.logo{
	position: absolute;
	left: 7px;
	top: 7px;
}

.header A.produkt{
	position: absolute;
	right: 7px;
	top: 7px;
}

.subHeader {
  color: white;
	background-color: #AD9060;
  margin: 0;
  padding: 0.5ex 10px;
	font-weight: bold;
	text-align: left;
}

.subHeader a, .subHeader .highlight {
 	color: white;
 	background-color: transparent;
 	text-decoration: none;
 	margin: 0;
 	padding: 0.4ex 0.7ex 0.4ex 0.7ex;
}

.subHeader a:hover, .subHeader .highlight .visited {
  	color: #AD9060;
  	background-color: white;  
  	text-decoration: none;
}

#footer {
	padding: 2px 20px;
	margin: 10px 0 4px 0px;
	clear: both;
	background: #D9BB7A;
	border-top: 1px dotted #816647;
	text-align: center;
}

.links {
	text-align: right;
}

.right  {
	float: right;
	display: inline;
	margin: 30px 10px 0px 0px;
  width: 384px;
}

.contact {
	background-color: #D9BB7A;
	padding: 4px 4px 4px 4px;
	border: 1px solid #666699;
}

.vyuka {
	padding: 10px 0px 0px 0px;
}

/* Menu */

#menu {
	display: inline; /* MSIE */
	float: left;
	margin-left: 10px;
	width: 180px;
}
#menu h5 {
	margin: 0;
	padding: 3px;
	padding-left: 6px;
	font-size: 1em;
	background: #AD9060 url(img/navtop.png) no-repeat center top;
	color: #FFF;
}
#menu ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	margin-bottom: 1em;
	background: #D9BB7A url(img/navbottom.png) no-repeat center bottom;
}
#menu ul li {
	padding: 0;
	display: inline; /* MSIE */
}
#menu ul li a {
	display: block;
	padding: 5px 5px 5px 28px;
	color: #000;
	background: transparent url(img/menu.png) no-repeat 6px center;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #fff;
	background: #AD9060 url(img/menuhover.png) no-repeat 6px center;
}
#menu .icon {
	text-align: center;
  margin-top: 0px;
	padding: 10px;
}

/* content  */
.content {
	margin: 19px 0px 5px 13px;
	padding: 20px;
	background: #fff url(img/main.png) no-repeat left top;
}
.contentLeft {
  
}

.contentMenu {
	margin: 19px 0px 5px 205px;
	padding: 20px;
	background: #fff url(img/main.png) no-repeat left top;
}

H1 {
  color: #816647;
	font-size: 140%;
}

H2 {		
  color: #816647;
	font-size: 128%;
}

H3 {
  color: #816647;
	font-size: 122%;
}

H4 {		
	color: #816647;
	font-size: 115%;
}

H5 {
	color: #816647;
	font-size: 105%;
}

.index {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.index UL {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
 
.index LI {
  	list-style: none; 
  	list-style-position: inside;
	padding-top: 0px;
	padding-bottom: 0px;
}

.index UL LI IMG {
	list-style: none; 
	list-style-position: inside;
}

/* Obrazek */
.pic {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* popisek obrazku */
.pic DIV{
	/* font-style: italic; */
	padding: 5px;
}

p.odstavec {
  	text-indent: 2em
}

A {
	text-decoration: underline;
	color: #816647;
}

A:hover{
	color: #002B3D;
}

/* Formulare */
TABLE.form {
	font-size: 120%;
}

TABLE .index {
	font-size: 120%;
}

SELECT {
	border: 1px solid #AAAAAA;
	background-color: #FFFFDD;
	width: 145px;
}

INPUT.text, TEXTAREA, INPUT.check {
	border: 1px solid #AAAAAA;
	background-color: #FFFFDD;
	padding: 2px;
}

INPUT.button{
	cursor: hand;
	background-color: #6666CC;
	color: white;
	font-weight: bold;
	border: 1px solid #666699; 
}

/* DateTime picker */
INPUT.dpmaly{
	width: 19px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFDD;
}

INPUT.dpvelky{
	width: 35px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFDD;
}

LABEL .key{
  text-decoration: underline;
}

EM.warning{
	color: red;
	text-decoration: none;
}

TABLE.screenshot{
}

TABLE.screenshot TD{
	text-align: center;
	font-size: 12px;
}

UL.mezery LI{
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url("../images/tecka.png");
}

.debug{
	border: 1px solid #CCCCCC; 
	font-size: 10px; 
	background-color: #F1F1F1;
}

.novinky DIV {
  margin: 0px 0px 10px 0px;
	font-size: 12px;	
}

.novinky H5 {
	margin: 16px 0px 0px 0px;
	vertical-align: middle;
}

.novinky IMG {
	padding: 0px 5px 4px 0px;
}

.novinky P {
	margin: 2px 0px 2px 0px;
}

/* Tabulka */
TABLE.vypis {
	border: 1px solid #000066;	
}

TABLE.vypis TH {
	background-color: #000066;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #DDDDEE;
}

TABLE.vypis TD {
	background-color: rgb(233,233,233);
	padding: 2px 5px;
	border-bottom: 1px solid #DDDDEE;
	border-right: 1px solid #DDDDEE;
	border: 1px solid #DDDDEE;
}

/* Tabulka */
.generalTable {
	
}

.generalTable TH {
	background-color: #000066;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px;
	border-bottom: 1px solid #AD9060;
}

.generalTable TD {
	padding: 2px 5px 0px 0px;
	text-align: left;
	vertical-align: top;
}

/* Tabulka */
.publicationTable {
	border: 1px solid #000022;
}

.publicationTable TH {
	background-color: #AD9060;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #DDDDEE;
}

.publicationTable TD {
	background-color: #FDFBE4;
	padding: 0px 5px;
	border-right: 0px solid #DDDDEE;
  /* white-space: nowrap; */
}

.imagesTable {
	
}

.imagesTable TD {
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: bottom;
}
