html { 
	padding:0;
  	margin:0;
}
body {
    font-size: 14px;
    color: #2A2A2A;
    margin: 0;
    padding: 0;
  	background: url(../_gfx/back.jpg) bottom right no-repeat white;
    font-weight: normal;
    font-family: fontL,Arial,Verdana;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #006eb7;
}
h1 {
	font-size:4em;
        font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
h2 {
	margin-top:0;
	font-size:1.35em;
}
h3 {
	padding: 2em 0 0;
	font-size: 1.25em;
}
h4 {
	font-size: 1.03em;
	margin-bottom: -0.05ex;
}
a {
	color:black;
}
a:visited {
  	color:black;
}
a:hover {
	color: #006eb7;
}
td {
	vertical-align: top;
}
dt {
	font-weight:bold;
	color:black;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
dd {
	padding-bottom:0.4em;
	margin-left: 2.5em;
}
li {
	padding-top:0.2em;
	padding-bottom: 0.2em; 
  	list-style-type: square;
}
img {
	border:none;
}
a img {
	border: none;
}
.skryj {
	display:none;
}
.error {
	color: red;
	display: inline;
}
.maly {
	font-size: 0.9em;
}
.nastred {
	text-align: center !important;
}
.doleva {
	text-align: left !important;
}
.doprava {
	text-align: right !important;
}
.tucny {
	font-weight: bold;
}
.plavatvlevo {
	float: left;
}
.plavatvpravo {
	float: right;
}
.cisti {
	clear: both;	
}

input[type="submit"] {
	margin: 5px 5px 5px 0;
	
    color: White !important;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap; 
	cursor: pointer;
	border: none;
    background-color: #006eb7;
    text-transform: uppercase;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}
input[type="submit"]:hover {
   background-color: #333c4e;
    cursor: pointer;
}

/* ******************************************************** tabulka */
.tabulka {
	border: none;
}
.tabulka td, .tabulka tr {
	border: none;
}
.tabulka td {
	padding: 4px;
}
/* ********************************************************** main */
#main {
	width: 1100px;
	margin: 0 auto 0;
	padding: 30px 30px 0;
	text-align: left;
	position: relative;
    background-color: transparent;
}
/* ******************************************************** topblk */
#topblk {
	margin: 0;
	padding: 25px 0 0;
	display: block;
	z-index: 0;
	position: relative;
	height: 70px;
    background: transparent url('../_gfx/spz.jpg') no-repeat left top;
}
#topblk h1 span{
}
#jazyk {
	float: right;
	margin: -105px 10px 0;
}
#jazyk input {
	margin: 0 3px;
}
/* **************************************************** informace */ 
#informace {
	float: left;
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
}
#informace ul {
	margin-bottom: 1px;
}
/* **************************************************** casomira */ 
#casomira {
	float: right;
	display: block;
	margin: 4px 0;
	padding: 0;
	font-size: smaller;
	z-index: 1;
	position: relative;
}

#casomira img {
	padding: 0;
}
.vyber select {
	font-size: 1em;
}
.vyber {
	float: left;
	display: block;
	width: 40%;
	margin: 0;
	padding: 0;
}


/* **************************************************** menu */ 

#menu {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: normal;
    padding-left: 400px;
    margin-top: -20px;
}
#menu .oddel {
	display: none;
}
#menu a, #menu a:visited {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
	color: #333c4e;
	text-decoration: none;
    padding: 17px 18px 15px 18px;
    margin-right: -4px;
}
#menu a:hover {
	color: #006eb7;
}

/* **************************************************** contentblk */
#contentblk {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	min-height:300px;
  	height:auto;
	_height:300px;
}
#contentblk .obsah {
	position: relative;
	margin: 0;
	padding: 0px 5px;
	text-align: justify;
}

/* ********************************************************** pata */
#pata {
	font-size: 14px;
	color: black;
	width: 1100px;
	margin: 0 auto;
	padding: 30px;
    display:block;
    text-align: center;
    clear:both;
}
#pata a {
	color: black;
	text-decoration: none;
}


/* ******************************************** btn */
.btn, .btn:visited {
	margin: 5px 5px 5px 0;
	
    color: White !important;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap; 
	cursor: pointer;
	border: none;
    background-color: #006eb7;
    text-transform: uppercase;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}
.btn:hover {
    background-color: #333c4e;
}


/* *************************** projekct general */
.p_general input, .p_general textarea, .p_general .editor {
	width: 308px;
	margin: 0;
}
/* ****************************************************** prehled */
.prehled {
	width: 100%;
}
.prehled td {
	padding: 7px 5px;
	text-align: left;
}
.prehled a, .prehled a:visited {
    color: black;
}
.prehled a:hover {
  	color:#006eb7!important;
}
.prehled .zahlavi th, .prehled .strankovani td {
	color: White;
	background-color: #006eb7;
	font-weight: bold;
	padding: 8px 5px;
	text-align: left;
}
.prehled .strankovani {
	color: #e80000!important;
}
.prehled .zahlavi a, .prehled .zahlavi a:visited, .prehled .strankovani a, .prehled .strankovani a:visited {
	color: White;
}
.prehled .zahlavi a:hover, .prehled .strankovani a:hover {
	color: #333c4e!important;
}
.prehled .licha {
    color: black;
	background-color: transparent;
}
.prehled .suda {
    color: black;
	background-color: #d0d0d0;
}
.prehled .vybrana {
	background-color: #FFD7E6;
}
.prehled .funkce a, .prehled .funkce a:visited {
	color: Black;
	font-weight: bold;
}
.prehled .funkce a:hover {
	color: Red;
}
.zaplaceno {
	color: Green;
}
.nezaplaceno {
	color: Red;
	font-weight: bold;
}
.statistika {
	clear: none;
 	float: left;
	margin: 0 10px 10px 0;
	width: auto;
}