/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
   ----------------------------------
   many changes by Nishkam 2008, http://nishkam.tady.info
 **************************************************************/
*	{
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;    
	height: 100%;
	margin: 0;  padding: 0;
	text-align: center;
	line-height: 150%;
	background: #fff url(../images/bg/header.jpg) repeat-x top left;
	color: #000;
}

td	{
	font-size:12px;
}

h1,h3 {
  font-family: "Times New Roman",Times, serif;

}


h1 {   
  clear: both;
  font-size: 2.6em;
  color: #900;
}

h2 {
  font-size: 1.2em;
  color:#000; 
}

h3 {
  font-size: 1.3em;
  color: #900;
}

h1, h2, p, dl {
  margin: 0;
  padding: 7px 0 5px;
}

h3 {
  margin: 0;
  padding: 10px 0 0;
}


/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #900;	/*8BE6FA;*/
}

a:hover {
  color: #c00;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

.width75 ul {
  list-style-image: url(../images/bg/bullet.gif);
}

del {
  color: #aaaaaa;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  font: 400 1em Courier, monospace;
  line-height: 120%;
  white-space: pre;
  background: #fc9;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #060;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/*
	Form Elements
*/
 
form {
	margin:15px 0;padding:0;
}
 
label {
  display: block;
}

input,textarea,select {
	font-size:12px;
	padding: 2px;
}


/*
   Blockquote and included icons
*/

blockquote {
  margin: 10px 5px;
  padding-left: 43px;
  
  background-color: #fc9;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}

/*
   Images
*/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #fc6;
}


/*  ------  */
#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  width: 94%;  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/*
   #header: Holds the site title and header images
*/

#header {
  position: relative;
  height: 193px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 130px;
  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 20px 0 0;
  padding: 0;
  font: 700 2.5em "Times New Roman", serif;
  letter-spacing: -1px;
  color: #fff;	
}

#header h2 {
  position: absolute;
  top: 10px; left: -20px;
  margin: 0; padding: 0;
  font: 700 1.5em "Times New Roman", serif;
  color: #fff;	/*00F0EC;*/
}

#header img {
	border:0;
}

/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 400px;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a, li span {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}

#mainMenu li a {
  color: #900;	/*FFF;*/
}

#mainMenu li a:hover,
#mainMenu li span.here {
  color: #900;	
  border-top: 5px solid #6b0000;
  padding-bottom:0;
}

#mainMenu li span.here {
  background-color:#fc9;	/*-- */
  color: #300;
}

#mainMenu li a.last {
  margin-right: 0;
}




/*
   .sideMenu: The side bar menu
*/

.sideMenu {
  margin: 18px 0 0 0;
}

.sideMenu .here {
	margin-bottom:20px;
}

/* Active menu item */
.here {
  display: block;  
  padding: 5px;
  color: #900;
  background: #fc9;
}

/* Submenu of active menu item */
.here ul {
  margin:0; padding:0;
}

.above-sidemenu {
	font-size:1.4em;
	padding: 5px;
}

.here li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
}

.here li a,.here li.li {
  display: block;
  margin: 0.2em 0;
  padding: 2px 0 0 25px;
  text-decoration: none;
  color: black;

} 

.here li a {
  background: url(../images/bg/bullet.gif) no-repeat 5px 0;
}

.here li.li {
  background: #ffddaa url(../images/bg/bullet.gif) no-repeat 5px 0;
}

	
.here li a:hover {
  color: #900;
  background: #fc9 url(../images/bg/bullet.gif) no-repeat 5px 0;
}


/*
   #page: Holds the main page content.
*/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
}




/*
	#footer: The page footer - will stick to the bottom if not
            enough content.
*/

#footer {
  float: left;
  width: 100%;
  clear: both;
  padding: 5px;
  margin-top: -3.8em;
  background: #fc9; /* url(../images/bg/footer.jpg) repeat-x top left;*/
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
}



/*
   Width classes used by the site columns
*/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/*
   Alignment classes
*/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/*
   Generic display classes
*/

.clear {
  clear: both;
}

.block {
  display: block;
}

.gradient {
  margin-bottom: 2em;
  background: url(../images/bg/gradient.jpg) repeat-x top left;
  padding:10px;
}

.email {
	white-space:nowrap;
}

.email img, .email img a, .email img a:hover {
	border:0!important;
	margin:0 2px -2px;
}

/* -----   dodatky  */

.provize	{
	margin:10px;
	width:80%;
	border: 2px solid #c96;
}

.provize th {
	width:100px;
}

.provize th, .provize td {
	padding:0 5px;
	vertical-align:top;
	background-color:#fc9;	
	margin:1px;
}

#small-window {
	height:100px !important;
	padding:0 5px;
	position:fixed;
	bottom:0;right:0;
	width:300px;
	visibility:hidden;
	z-index:100;
}

#in-sw {
	overflow:hidden;
	height:100px;
	text-align:center;
}

