html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: #333333;
	background: url(../img/bg-body.gif) repeat-y top center #224b1f;
	}

* {	margin: 0; padding: 0;}

h1 {font-size: 2em; font-weight: normal; color: #BC5212; margin-bottom: 10px;}
	#homepage h1 {border-bottom: 1px solid #D8D8D8; padding-bottom: 10px;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6, h7 {font-size: 1em;}

h2, h3, h4, h5, h6, h7 {margin-bottom: 5px; color: #000;}

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #E4ECE4;
	background-color: #E4ECE4;
	height: 1px;
	margin: 0 0 10px 0;
	position: relative;
	}

a {color: #BC5212;}
a:hover {color: #377C34;}
img {border: none;}
p {margin-bottom: 15px;}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none;}
.none {display: none;}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.rgt {float: right;}
.lft {float: left;}

#content ul, #content ol {margin: 0 0 15px 15px;}
	#content ul ul, #content ol ol {margin: 0 0 0 15px;}
	
	#content ol {margin-left: 34px;}
	
.breadcrumbs {
	font-size: 0.9em;
	margin-bottom: 7px;
	}
.actions {
	border-top: 1px solid #d3d3d3;
	padding: 10px 0;
	font-size: 0.9em;
	clear: both;
	}
.popisek {
	background: #EAEAEA;
	}
	.popisek span {padding: 0 10px 4px 10px; display: block;}
	
/* ***** IE6 italic bug hack ***** */

/* \*/

.WYSIWYGContentBody {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

/* */

/* IE button fix */
	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}

/* tabulka bez formatovani */
table {
	border: 0;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 1em;
	}
	table th, table td {
		padding: 5px 10px;
		vertical-align: top;
		border: 0;
		}
	
/* tabulka formatovana */
table.dataTable {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	background: #f5f5f5;
	}	
	table.dataTable th, table.dataTable td {
		padding: 5px 10px;
		vertical-align: top;
		border: 1px solid #e4e4e4;
		}
		table.dataTable th {
			background: #44973f;
			color: #FFF;
			}
			
/* nahrada obrazkem */

#sections span, #hpsections span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	
/* float clear */

.documents, #sections ul, .boxes {
	overflow: hidden;
	_display: inline-block;
	}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	
/* dokumenty */

#lang, #h_menu, #sections, #hpsections, #navi, #search, .actions, #main .documents, .vice {display: none;}

	


