html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: black;
	background: #fff;
	line-height: 1.5em;
	}

* {	margin: 0; padding: 0;}

h1 {font-size: 2em; font-weight: normal;
		font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
		margin-bottom: 25px;
		text-transform: uppercase;

}
h2 {font-size: 1.3em; color: ##FF7326 }
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6, h7 {font-size: 1em;}

h2, h3, h4, h5, h6, h7 {margin-bottom: 10px;}

.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;
	line-height: 0;
	}
.clear {clear: both;}
	
hr {
  	border: 0;
  	width: 80%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	}

a {color: #477A8F;}
a:hover {color: #000;}
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;}

img.lft, .floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

img.rgt, .floatright {
	float: right;
	margin: 0 0 10px 10px;
	}

#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;}
	
/* ***** 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 bezna */
table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	}
	th, td {
		padding: 5px 10px;
		vertical-align: middle;
		border: 0;
		text-align: center;
		}
		th {text-align: left;}
/* tabulka form?van?/
table.dataTable {
border: 1px solid gray;
	}
	table.dataTable th, table.dataTable td {
		border: 1px solid gray;
		}
		
/* nahrada obrazkem */

#top span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	
/* float clear */

#neco {
	overflow: hidden;
	_display: inline-block;
	}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	

/* ********************************************* */	
/* ******************* STRANKA ***************** */
/* ********************************************* */

#all {
margin: 0 auto;
text-align: left;
width: 897px;
font-size: 1.2em;
}

/* ***************************************** */	
/* ************** HLAVICKA ***************** */
/* ***************************************** */	

#top {
	height: 186px;
	width: 897px;
	position: relative;
	overflow: hidden;
	}
	#top span {
		background: url(../img/bg-head.jpg) no-repeat 0 -40px;
		}
	
	
/* **************************************** */	
/* ***************** MENU ***************** */
/* **************************************** */

#h_menu {
	background: #477A8F;
	font-family: "Trebuchet MS", "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	font-size: 1.4em;
	}
	#h_menu ul {
		list-style: none;
		position: relative;
		width: 100%;
		}
		#h_menu ul li {
			display: inline;
			}
			#h_menu ul li a {
				display: block;
				float: left;
				padding: 10px 25px;
				text-decoration: none;
				color: #FFF;
				}
				#h_menu ul li a:hover, #h_menu ul li.selected a {
					background: #fff;
					color: #000;
					}

			
/* ********************************************** */	
/* ************** OBSAHOV`CST ***************** */
/* ********************************************** */

#main {
	margin: 0;
	background: url(../img/bg-main.jpg) no-repeat bottom right;
	width: 100%;
	}
	#content_container {		}
		#content {
			padding: 40px 305px 30px 25px;

			}

/* **************************************** */	
/* ************** paticka ***************** */
/* **************************************** */

#ender {
	background: #FFF;
	clear: both;
	width: 100%;
	font-size: 0.9em;
	text-align: right;
	border-top: 2px solid #477A8F;
	}
	#ender p {margin-bottom: 0;}
	
	.developer {
		float: left;
		padding: 10px 0 10px 10px;
		}
	.copyright {
		float: right;
		padding: 10px 10px 10px 0;
		}

