/*
 *  CSS - vlastni zakladni tabulka stylu
 *  Copyrighted by Michal Madlenak, www.LTweb.info
 */

html, body {
	height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #ececec url(../img/body.jpg) repeat-x top;
  text-align: center;
  font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  font-size: small;
  color: #ffffff;
}

input, textarea, select, table {
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  font-size: 1em;
}

form {
  padding: 0;
  margin: 0;
}

table, div, form {
  margin-left: auto;
  margin-right: auto;
}

a:link, a:visited {
  text-decoration: underline;
  color: #ffffff;
}
a:hover, a:active {
  text-decoration: underline;
  color: #f6680a;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
}


h1 { /* nadpisy jednotlivých stránek */
  text-align: left;
  margin: 0 0 5px 0;
  font-size: 1.2em;
  color: #ffffff;
}
h1.pages-title-full {
	width: 904px;
	padding: 15px 0 3px 20px;
	font-size: 1.7em;
	height: 40px;
	background: #d75e0b url(../img/content/h1-full.jpg) no-repeat right top;
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	margin-bottom: 2px;
	border: 1px solid #000000;
}
h2 { /* podnadpisy, nadpisy odstavcù */
  font-size: 1em;
  text-align: left;
	color: #ffffff;
	padding: 5px 6px 5px 12px;  
  margin: 5px 0 5px 0;
}
h3 { /* podnadpisy, nadpisy odstavcù */
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  font-size: 1.2em;
  padding: 0;
  margin: 15px 0;
  text-align: left;
}
h4 { /* podnadpisy odstavcù - napø. regform */
  font-size: 12px;
  padding: 0;
  margin: 10px 0;
}
h5 {
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 13px;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
  /* + doupraven u prvku ve kterych se pouziva, hlavne v zahlavi portalu */
}
h6 {
  padding: 4px 0 0 30px;
  margin: 0;
  font-size: 0.85em;
  font-weight: bold;
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	text-align: left;
}


