* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #dde0e3;
	margin: 0px;
	padding: 0px;
	font: 0.8em Trebuchet MS,  Arial, Verdana,, Helvetica, sans-serif;
}

body {
	background-color: #dde0e3;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.center {
	text-align: center;
}

.preload {
	position: absolute;
	z-index: -100;
	width: 0px;
	height: 0px;
	border: none;
}


table {
		font-family: Trebuchet MS, Tahoma, Arial;
		font-size: 0.85em;
		font-weight: 90;
		/*border-collapse:collapse; */
		margin-left: 95px; 
}

.nodisplay	{
	display: none;
}

img.logo	{
	z-index: 1000;
	position: relative;
	left: 10px;
	top: 5px;
}

img.logo1	{
	z-index: 1000;
	position: relative;
	left: 10px;
	top: 22px;
}


/* ========================== Hlavicka webu ========================== */
#container-background-absolute {
		position: absolute;
		z-index: 10;
		font-size: 0px;
/*		width: 780px;
		margin: 0px;
		padding: 0px;
		margin: auto;
		text-align: left;
*/
}

img {

		border: none;
}

/* ========================== MENU ========================== */

#menu-top {
		position: absolute;
		top: 126px;
		left: 201px;
		z-index: 50;
		height: 15px;
		padding: 0;
		font-size: 5px;
		border: none;
		text-align: right;
		list-style: none;
}
#menu-top li {
		float: left;
		/* margin-right: 3px; */
		margin-left: 0px;
		width: 70px;
		height: 100%;
		border-right: 1px solid #eff0f1;
		border-left: 1px solid #eff0f1;
}

#menu-top li a {
 		float: left;
		width: 70px;
		height: 100%;
		background-color:#0053a8;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
}

#menu-top li a {
		padding-top: 1px;
		color: white;
		font-size: 11px;
		font-weight: 800;
		text-decoration:none;
}

#menu-top li a:hover {
		background-color:#000066;
		color: #FFFED5;
}

#menu-top li a.active {
		background-color:#000066;
		color: white;
}


#menu-left {
		position: absolute;
		width: 196px;
		top: 154px;
		left: 0px;
		z-index: 50;
		padding: 0;
		font-size: 5px;
		border: none;
		background-image:url(../images/menu-left-bg.jpg);
}

#menu-left #menu-left-header{
		background-image: url(../images/menu-left-header.jpg);
		background-repeat: no-repeat;
		position: relative;
		text-align: left;
		z-index: 20;
			min-height: 140px;
			height: auto;
			_height: 140px;
}

#menu-left #menu-left-header h2 {
		height: 50px;
		margin-left: 20px;
		width: 90px;
		padding-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 800;
		color: firebrick;
}
#menu-left ul{
		position: relative;
		text-align: left;
		list-style: none;
		z-index: 20;
		line-height: 22px;
		margin-left: 13px;
}

#menu-left li {
}

#menu-left li a,
#menu-left li a:hover,
#menu-left li a:link {
		background-image: url(../images/menu-list.gif);
		background-repeat: no-repeat;
		font-size: 11px;
		/* padding-left: 25px; */
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		color: #000033;
		font-weight: 800;
		z-index: 30;
		text-decoration:none;
}
#menu-left li a:hover {
		margin-left: 5px;
		padding-left: -1px;
		color: red;
}

#menu-left li a.active {
		margin-left: 5px;
		padding-left: -1px;
		color: firebrick;
}

#menu-left-footer {
		width: 196px;
		height: 3px;
		background-image:url(../images/menu-left-footer.gif);
		z-index: 30;
}

/* ========================== content ========================== */

#content {
		top: 30px;
		position: relative;
		margin-top: 22px;
		margin-left: 210px;
		z-index: 20;
		width: 530px;
		color: black;
		padding: 10px;
		text-align: justify;
			min-height: 180px;
			height: auto;
			_height: 180px;
}

#content-first {
		position: relative;
		margin-top: 100px;
		margin-left: 0px;
		z-index: 21;
		width: 720px;
		color: #40476d;
		text-align: left;
		height: 120px;
/*		border: 1px solid red; */
}

#slogan {
		padding-top: 15px;
		margin-left: 10px;
/*		border: 1px solid green; */
		text-align: right;
		font-size: 1.4em;
		font-weight: 800;
		font-style:italic;
		width: 180px;
		float: left;
		color: #1E6DAE;
}

.gofirst {
		padding-top: 0px;
		margin-left: 65px;
/*		border: 1px solid green; */
		text-align: left;
		font-size: 1.em;
		font-weight: 800;
		font-style:normal;
		width: 190px;
		float: left;
}

.gofirst h1 {
		font-size: 25px;
}

.gofirst p{
		padding-left: 5px;
		line-height: 15px;
		clear: both;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content ul,
#content ol,
#content p {
		margin-left: 95px;
		font-size: 0.95em;
		line-height: 1.2em;
}


#content p {
		position: relative;
		padding-top: 0.5em;
		padding-bottom: 0.8em;
		color: #000055;
}

#content li {
		margin-left: 40px;
		z-index: 50;
}

.go {
		margin: 0px;
		padding: 0px;
		width: 59px;
		height: 61px;
		float: right;
}

#content a {
		color: maroon;
}

#content a:hover {
		color: red;
}


#content .odsek {
		margin-left: 95px;
}

#content h5 {
		margin-left: 95px;
		margin-top: 20px;
		color: gray;
}

#content h3 {
		font-size:1.1em;
		margin-bottom: 1em;
		margin-top: 1em;
		color: #026600;
		font-weight:800;
}

#content h2 {
		padding-top: 25px;
		margin-left: 95px;
		color: firebrick;
		font-size:18px;
		height: 25px;
		font-weight:100;
}

.pixel {
	width: 1px;
	height: 1px;
	font-size: 0px;
}

#header {
		position: relative;
		width: 812px;
		height: 120px;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
}

#bodybg {
		position: absolute;
		width: 812px;
		height: 229px;
		background-image: url(../images/bodybg.jpg);
		background-repeat: no-repeat;
		z-index:30;
}

#bodybgfirst {
		top: 146px;
		position: absolute;
		width: 767px;
		height: 235px;
		background-image: url(../images/bodybgfirst.jpg);
		background-repeat: no-repeat;
		z-index:2000;
}

#bodybgrepeat {
		position: relative;
		width: 812px;
		background-image: url(../images/bodybgrepeat.jpg);
		background-repeat: repeat-y;
}

#footer {
		clear: both;
		margin: 0px;
		padding: 0px;
		position: relative;
		width: 812px;
		height: 90px;
		background-image: url(../images/footer.jpg);
		background-repeat: repeat-y;
}



/* ========================== Pata webu ========================== */

	address {
		font-size: 10px;
		text-align: center;
		clear: both;
		font-style: normal;
		text-transform: uppercase;
		background-color: #d7d7d7;
		color: #3c3c3c;
		border-top: 3px solid white;
	}

}



/* ========================== TABULKY - HTML ========================== */

table {		font-family: Trebuchet MS, Tahoma, Arial;
		font-size: 0.85em;
		font-weight: 90;
		/*border-collapse:collapse; */
		margin-left: 95px; 
}
th,td{text-align:left; padding:2px 7px; vertical-align:top; border:1px solid #E0E7F1; vertical-align: middle; }
th{border:1px solid silver; font-weight:400;}
thead th{background: #E0E7F1; border:1px solid silver; color: #004080; text-align: center;font-weight:800;}
.table{width:100%; margin-top:1px;}
tr{background: #F7FAFB;}
tr:hover{background:#f4f8f2;}

.td_sude{background:#fff;}
.td_liche{background:#fafafa;}

table.turnus-zmen {
	font-size: 1em;
	margin: auto;
}
table.turnus-zmen th {
	text-align: center;
}
table.turnus-zmen input {
	font-size: 0.8em;
}
table.turnus-zmen select {
	font-size: 0.8em;
	border: none;
}
