body{
	padding: 0px;
	margin: 0px;
	background-color: #0f4171;
	font-family: Tahoma;
	font-size:0.8em;
}

* html body{
	background-color: #0a3665;
}

.mybackground-top{
	background: #c8d8ec url('img/background-top.png') top left repeat-x;
	padding-top: 50px;

}

* html .mybackground-top{
	background: #c1d3ea url('img/background-top.png') top left repeat-x;


}


.mybackground-bottom{
	background: url('img/background-bottom2.png') bottom left repeat-x;
	padding-bottom: 50px;
}

.main{
	width: 808px;
	margin: 0px auto 0px auto;
}

.page-top{
	background-color: #89accc;
	background: url('img/page-top.png') top left no-repeat;
	height: 162px;
	padding-left: 10px;
	position: relative;
}

* html .page-top{
	background: url('img/IE6_page-top.png') top left no-repeat;
}

.page-center{
	background-color: #FFFFFF;
	background: url('img/page-center.png') top left repeat-y;
	min-height: 318px;
	padding-left: 10px;
	text-align: justify;
}

* html .page-center{
	background: url('img/IE6_page-center.png') top left repeat-y;
}

.page-bottom{
	background-color: #FFFFFF;
	background: url('img/page-bottom.png') bottom left no-repeat;
	height: 144px;
	padding-left: 10px;
	clear: both;

}

* html .page-bottom{
	background: url('img/IE6_page-bottom.png') bottom left no-repeat;
}

.language-bar{
	text-align: right;
	color: #FFFFFF;
	padding-right: 1em;
	padding-top: 3px;
}

.logo{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
/*	background: url('img/logo.png') top left no-repeat; */
	min-height: 76px;
	min-width: 222px;
	margin-left: 10px;
	margin-top: 10px;
}

* html .logo{
	background: url('img/IE6_logo.png') top left no-repeat;
}

* html .logo {	
	height: 76px;
	width: 222px;
}



.skryty{
	display: none;
}

.language-bar a {
	text-decoration: none;
	color: #FFFFFF;
}

a.selected-language {
	color: #ffae00;
}
	
.menu {
	float:left;
	width: 175px;
	min-height: 95px;
	background: url('img/menu-top.png') top left repeat-x;
	margin-top: 5px;
}

.vertical-line{
	margin-top: 5px;
	float:left;
	width: 5px;
	height: 313px;
	background: url('img/vert-line.png') top left no-repeat;
}

.content{
	margin-top: 5px;
	float:left;
	width: 587px;
	min-height: 95px;
	background: url('img/menu-top.png') top left repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.nazov-sekcie{
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	color: #09467f;
}

.menu ul li{
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.menu a{
	color: #366897;
	text-decoration: none;
}

.menu ul a:hover{
	color: #052a4c;
	
}

.menu a:visited{
	/*color: #a7bdd1;*/
}

.menu ul{
	list-style-type: none;
	padding-left: 30px;
	padding-top: 10px;
}

.selected-menu{
	color: #366897;
}

a{
	color: #d97500;
	text-decoration: underline;
}



strong, b{
	color: #366897;
	font-weight: normal;

}

h2{
	font-size: 1.15em;
	font-weight: bold;
	color: #09467f;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4{
	color: #366897;
	margin-bottom: 0px;
}

.content p{
	margin: 0px;
	margin-bottom: 30px;
}

.left {
	float: left;
}

img.left{
	margin: 3px 5px 5px 0px;
}
.right{
	float: right;
}

.clear{
	clear: both;
}

.skrytyIE{
	display: none;
}

* html .skrytyIE{
	display: inline;
}

* html .nazov-sekcie{
	margin-top: 15px;
}

* html .menu ul {
	margin-left: 0px;
}

*:first-child+html .menu ul {
	margin-left: 0px;
}

.footer{
	color: #a4bed7;
	text-align: center;
	padding-top: 115px;
}

.width50{
	width: 49.5%;
}

.center{
	text-align: center;
}

.referencie a img {
	border: 2px solid #a7bdd1;
}

.logo a img {
	border: none;
}

form input {
	width: 450px;
}
form select {
	margin-top: 3px;
	width: 454px;
}

* html form select {
	margin-left: 10px;
	width: 456px;
}

*:first-child+html form select  {
	margin-left: 10px;
	width: 456px;
}

form textarea {
	margin-top: 2px;
	width: 450px;
	height: 120px;
}

.err {
	color: red;
}
.tab{
	padding-left: 15px;
}
