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: url(../img/body-bg.png) repeat-x #FFF;
	line-height: 1.9em;
	}

/* global reset */
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0; padding: 0;}
ul {list-style: none;}
table {	border-collapse: collapse;	font-size: 1em;}
th {text-align: left;}
fieldset {border: 0;}

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
	}

/* ************* COMMON ************* */

.left	{text-align: left;}
.center, #main .center	{text-align: center;}
.right, #main .right	{text-align: right;}



hr {
  	border: 0;
  	width: 100%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

a {color: #92278f;}
a:hover {color: #000;}
img {border: none; display: block;}
p {margin-bottom: 15px;}
#content p {text-align: justify;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}

.none 		{display: none;}
.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;}

#content p a:link:after, #content p a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }


/* ********* zkratky ********* */

.focus {position: absolute; left: 198px;}

.focus a, .focus span {
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -10;
	white-space: nowrap;
	}

.focus a:focus, .focus a:active {
    z-index:2;
	top: 0;
	left: 248px;
    background:#FFED00;
	padding: 2px 5px 4px 6px;
	color: #A00000;
	font-size: 1.1em;
	font-weight: bold;
	}

/* ************* HEADINGS ************* */

h1 {font-size: 1.8em; color: #000; margin-bottom: 10px;}
h2 {font-size: 1.3em; margin-bottom: 10px;}
h3 {font-size: 1.2em; margin-bottom: 10px;}
h4 {font-size: 1.1em; margin-bottom: 10px;}
h5, h6, h7 {font-size: 1em; margin-bottom: 10px;}




/* ************* LISTS ************* */

#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;}
	
/* ************* FORMS ************* */

input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 1em; vertical-align: middle;}

.button {
	background: #e80000;
	border-top: 1px solid #F99;
	border-left: 1px solid #f99;
	border-right: 1px solid #6F0000;
	border-bottom: 1px solid #6F0000;
	padding: 1px 8px;
	color: #FFF;
	cursor: pointer;
	}
	#search .button {background: none; padding: 0; border: 0;}

/* IE button fix */
	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}


/* ************* TABLES ************* */

table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	}
	th, td {
		padding: 5px 10px;
		vertical-align: top;
		border: 0;
		}

table.dataTable {
border: 1px solid gray;
	}
	table.dataTable th, table.dataTable td {
		border: 1px solid gray;
		}
		

		
	

	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	

/* ****************************************** */	
/* ******************* PAGE ***************** */
/* ****************************************** */	

.all {
text-align: left;
font-size: 1.2em;
}

/* *************************************** */	
/* ************** HEADER ***************** */
/* *************************************** */	


	.lang {
		display: none;
		}

	#search {
		display: none;
		}

		
	
/* **************************************** */	
/* ***************** MENU ***************** */
/* **************************************** */	

#mainMenu {
	display: none;
	}

#subMenu {
	display: none;
	}


			
/* ********************************************** */	
/* ************** PAGE STRUCTURE ***************** */
/* ********************************************** */	



#main {
	margin: 0;
	background: #FFF;
	}
	#maincol {
		width: 100%;
		}

	#sidecol2 {
		display: none;
		}
		







/* *************************************** */	
/* ************** FOOTER ***************** */
/* *************************************** */	

.partners img {vertical-align: middle; display: inline; margin-right: 20px;}

#footer {
	clear: both;
	font-size: 0.9em;
	zoom: 1;
	border-top: 1px solid #eff0f1;
	text-align: center;
	}
	#footer p {margin-bottom: 0;}
	
	div.share {display:none;}
.floatleft {float:left; padding-right:10px; padding-bottom:5px;}
.developer {display:none;}
