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

}
html {
	background-color: #dbdcde;
}
	
body {
	background-color: #dbdcde;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	text-align: center;
	font: 0.8em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}

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

p a:link, a:link {
	color: black;
	text-decoration: underline;
}

p a:hover,
p a:active,
a:hover,
a:active {
	color: maroon;
}

p a:visited, 
a:visited {
	color: gray;
}

table {
		font-family: Trebuchet MS, Tahoma, Arial;
		font-size: 1.0em;
		font-weight: 100;
}	

.nodisplay	{
	display: none;
}

/* ========================== Hlavicka webu ========================== */
#container-web {
		position: relative;
		width: 780px;
		margin: 0px;
		padding: 0px;
		margin: auto;
		text-align: left;
}

#tien-vlavo {
		position: relative;
		width: 13px;
		height: 620px;
		background-image: url(/images/tien_vlavo.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		margin: auto;
		text-align: left;
		float: left;
}

#tien-vpravo {
		position: relative;
		width: 13px;
		height: 620px;
		background-image: url(/images/tien_vpravo.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		margin: auto;
		text-align: left;
		float: left;
}

#tien-dole {
		position: relative;
		width: 750px;
		height: 15px;
		background-image: url(/images/tien_dole.jpg);
		background-repeat: no-repeat;
		clear: both;
		margin: 0;
		padding: 0;
		margin: auto;
}

#container-web-block {
		font-size: 0px;
		width: 749px;
		border: 2px solid #1e4576;
		position: relative;
		text-align: left;
		float: left;
		padding: 0px;
		margin: 0px;
		background: white url(/images/left_background.jpg) repeat-y left;
}

#container-header {
		position: relative;
		margin: 0px;
		padding: 0px;
		height: 172px;
		background: url(/images/header.jpg) no-repeat;
		z-index: 10;
}


	h1.nadpis {
	position: absolute;		
	z-index: 9; 
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	left: 214px;
	margin-top: 32px;
	font-style: italic;
	font-size: 28.5px;
	color: black;
	font-size: 28px;
	letter-spacing: 0.3px;
	}

	
			
			
			
/* ========================== Telo webu ========================== */

/* --- right panel --*/
	#right-panel {
	margin-left: 2px;
	margin-top: 1px;
	font-size: 13px;
	padding: 0px;
	width: 163px;
	float: left;
	text-align: center;
	}

/*------------- container s obsahom ------------- */

	#content {
	font-size: 13px;
	margin: 1px;
	margin-left: 5px;
	padding: 0px;
	width: 418px;
	float: left;
	}

	#content h3 a,
	#right-panel h3 a {
	text-decoration: none;
	color: white;
	}
	#content h3 a:hover,
	#right-panel h3 a:hover,
	#right-panel h3 #language a:hover {
	text-decoration: underline;
	color: white;
	}
	
	#content h3,
	#right-panel h3  {
	margin: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 5px 30px;
	clear: both;
	color: white;
	background: #295ea2 url(/images/arrow_down.gif) no-repeat 7px 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}
	#right-panel #language-sk {
	text-align: right;
	padding: 5px 40px 5px 0px;
	background-position: left;
	background: #295ea2 url(/images/english_flag.jpg) no-repeat 130px 3px;
	}
	#right-panel #language-en {
	text-align: right;
	padding: 5px 40px 5px 0px;
	background-position: left;
	background: #295ea2 url(/images/slovak_flag.jpg) no-repeat 130px 3px;
	}

	
	#right-panel #login,
	#right-panel #oznamy {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;		
	background-color: #e5e5e5;
	border: 1px solid dimgray;
	overflow: hidden;
	}
	
	#right-panel #login h3,
	#right-panel #oznamy h3 {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	background-image: none;
	}
	
	#right-panel #login label {
	color: #1e3a61;
	margin: 0px;
	}

	#right-panel #login input {
	width: 130px;
	}

	#right-panel #login #submit {
	color: #1e3a61;	
	width: auto;
	border: none;
	padding: 2px;
	margin: 5px;
	background-color: transparent;
	cursor: hand;
	}
	
	#right-panel #login fieldset {
		border: none;
	}
	
	#right-panel img {
		margin-top: 10px; 
		width: 151px;
		border: 1px solid black;
	}
	
	
	/* modul text ------------- */	
	
	#content fieldset {
		padding: 5px;
		margin: 10px;
	}

	p, #content ul, #content ol {
		font-size: 0.9em;
		padding: 10px;
		line-height: 1.2em;
		text-align: justify;
	}	
	
	#content ul, #content ol  {
		text-align: left;
		padding-left: 2em;
	}
	
	#content ol  {
		padding-left: 3em;
	}
	
	#content h4{
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-size: 1.4em;
		color: firebrick;
		padding-left: 10px;
		font-weight: normal;
	}
	
	#content h5, #content h6 {
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: firebrick;
		padding-left: 10px;
		font-weight: normal;
	}
	
	.date {
		color: gray;
		padding-left: 10px;
		font-size: 0.8em;
	}
	
	#content hr {
		margin-left: 10px;
		margin-right: 10px;
		height: 0px;
		color: white;
		color: lightgrey;
		border-bottom: 1px solid silver;
	}
	
	#content img p {
		border: 1px solid silver;
		padding: 5px;
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}

		
/*------------- container s MENU ------------- */
#left {
	clear: both;
	font-size: 13px;
	margin: 0px;
	margin-top: 2px;
	padding-left: 2px;
	width: 154px;
	float: left;
}
#left h3 a {
	text-decoration: none;
	color: white;
}
#left h3 a:hover {
	text-decoration: underline;
	color: white;
}
#left h3 {
	width: 118px;
	margin: 0px;
	margin-left: 9px;
	padding: 5px 0px 5px 22px;
	clear: both;
	color: white;
	background: #295ea2 url(/images/arrow_right.gif) no-repeat 0% 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#left ul {
	margin: 0px;
	margin-left: 2px;
	padding: 0.7px;
}

#left ul li {
	display: inline;
}

#left ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 7px 7px 30px;
	border-top: 1px solid #bac1d8;
	border-bottom: 1px solid #17409b;
	border-left: 1px solid #17409b;
	color: white;
	background: #849bc9 url(/images/ar.gif) no-repeat 11px 13px;
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
}
#left ul li a:hover,
#left ul li a.active {
	border-right: 2px solid #567b9f;
	border-top: 1px solid #f1f4fa;
	border-bottom: 1px solid #dbe4ee;
	color: #000000;
	background: #becfef url(/images/ar.gif) no-repeat 11px 13px;
}

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


