/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= global definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

html, body, div, table, caption, ul, li, adress, img, h1, h2, h3, h4, p, hr {
  border: none 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;	
}
.toleft {
  float: left;
}
.toright {
  float: right;
}
.hide {
	display: none;
}
.cleaner {
	display: block;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1pt:
}
.leftclear {
	clear: left;
}
.rightclear {
	clear: right;
}
.center {
	text-align: center;
}
.bothclear {
	clear: both;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
p.error {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "courier new", courier, monospace;
	color: #ff0000;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= base layout definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

* {
  margin:0; /* zero out margin */ 
  padding:0; /* zero out padding */
}
html, body {
  height:100%; /* gives layout 100% height */
  overflow:inherit; /* triggers 100% height in Opera 9.5 */
  background: #646464 url(../_img/background_pattern.png) repeat-x center top;
}
body#mainpage {
  background: #464646 url(../_img/mainpage_background_pattern.png) repeat-x center top;
}
#page {
  width:80%; /* centered div must be given a width */
  min-width: 1000px; 
  height: 100%;
  min-height:100%; /* gives layout 100% height */
  margin:0 auto; /* centers #wrapper */
  position: relative;
  background: url(../_img/background_pattern.jpg) repeat center top;
}
* html #page,
* html #page #page-in,
* html #page #page-in-in {
  height: 100%; /* IE6 treats height as min-height */
}
#page-in {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../_img/background_pattern_top.jpg) repeat-x center top;
}
body#mainpage #page-in {
  background: transparent;
}
#page-in-in {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../_img/background.jpg) no-repeat center top;
}
#mainpage #page-in-in {
  background: #646464 url(../_img/mainpage_background.png) repeat-x center top;
}
#header {
  width: 100%;
  min-width: 1000px; 
  height: 12%; /*Height of top frame div*/
  min-height: 100px;
  position: absolute; 
  top: 0; 
  left: 0; 
  overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
#content{
  width: 100%;
  min-width: 1000px;
  position: absolute; 
  top: 18%;
  left: 0;
  right: 0;
  bottom: 12%; 
  overflow: auto; 
}

/* -=-=-=-=-=-=-=-=-=-=-=-= other base definitions =-=-=-=-=-=-=-=-=-=-=-=- */

body {
  font-family: arial;
  font-size: 9pt; 
  color: #676767;
}
#panel-left {
  width: 21%;
  float: left;
}
#panel-left-in {
  margin-left: 30px;
}
#panel-right {
  width: 78%;
  float: right;
}
#panel-right-in {
  margin-right: 30px;
}
#background {
  display: none;
/*
  position:absolute; 
  width: 100%; 
  min-width: 1250px; 
  height:100%; 
  margin:0px; 
  padding:0px; 
  left:0; 
  right:0;
  z-index:1;
*/
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= header & menu1st & menu2nd definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header .logotype {
  display: block;
  width: 111px;
  height: 25px;
  position: relative;
  left: 30px;
  top: 30px;
}
#header .languages {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 0.9em;
  color: #c8c8c8;
}
#header .languages a {
  color: #c8c8c8;
}
#header .languages .current_language_item a,
#header .languages a:hover {
  text-decoration: none;
  color: #f07f2c;
}
#header .languages .home {
  padding-right: 20px;
  color: #f07f2c;
}
#menu1st {
  padding-top: 50px;
}
#content #menu2nd,
#content #menu2nd li,
#content #menu2nd li a {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: transparent;
}
#content #menu2nd {
  margin: 15px 0;
}
#content #menu2nd li a {
  line-height: 1.4em;
  font-family: arial narrow, arial;
  font-size: 1.15em;
}
#content #menu2nd li.back {
  position: relative;
  top: 10px;
  font-size: 1.05em;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= content definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#mainpage #content {
  text-align: center;
}
#content a {
  color: #ea7c1e;
}
#content a:hover {
  text-decoration: none;
}
#content .column {
  width: 41.5%;
  padding: 0 4%;
  float: left;
  margin: 0;
  background: url(../_img/column_line.png) repeat-y left;
}
#content h1 {
  margin: 0; 
  padding: 0; 
  font-family: arial narrow, arial;
  font-size: 1.7em;
  font-weight: normal;
  text-align: left;
/*  text-transform: uppercase; */
  color: #f07f2c;
}
#content h2 {
  margin: 20px 0 6px 0; 
  padding: 0; 
  font-family: arial narrow, arial;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #f07f2c;
}
#content h3 {
  margin: 20px 0 4px 0; 
  padding: 0; 
  font-family: arial narrow, arial;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: none;
  color: #f07f2c;
}
#content h4 {
  margin: 12px 0 2px 0; 
  padding: 0; 
  font-family: arial;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  color: #f07f2c;
}
#content ol,
#content ul {
  display: block;
  margin: 10px 0;
  padding: 0;
  margin-bottom: 15px;
}
#content ol li {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  list-style-position: outside;
}
#content ul {
  list-style-type: none;
}
#content ul li {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  background: url(../_img/bullet.png) no-repeat left center;
}
#content p {
  margin-bottom: 10px;
}
#content table {
  border-spacing: 10px 5px;
}
#content table td, 
#content table th {
  vertical-align: top;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= footer definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer table {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  background-color: #858585;
}
#footer table td {
  padding: 0 3px;
  vertical-align: middle;
  text-align: center;
  font-size: 9pt;
}
#footer table td a.page_category_1 {
  text-decoration: none;
  color: #fff;
}
#footer table td a.page_category_1:hover {
  text-decoration: underline;
}
#footer table td a.page_category_2 {
  text-decoration: none;
  color: #c8c8c8;
}
#footer table td a.page_category_2:hover {
  color: #fff;
}
#footer table td .divider {
  display: block;
  width: 36px;
  height: 50px;
  background: url(../_img/footerbar_divider_small.png) no-repeat center;
}
#copyright {
  float: right;
  text-align: right;
  padding-right: 25px;
}
#copyright a.author {
  font-size: 0.8em;
  text-decoration: none;
  color: #afafaf;
}
#copyright a.author:hover {
  color: #c8c8c8;
}
#copyright .logotype {
  display: none;
/*  display: block; */
  width: 67px;
  height: 15px;
  margin-left: 40px;
  clear: right;
  text-decoration: none;
  background: url(../_img/footer_logotype_kvapil_small.png) no-repeat center;
}

