html {
	background-color: #FFFFDF;
    font-family: "Lucida Sans", sans-serif;
}

body {
	width: 940px;
	margin: 5px auto 5px auto;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
}

.header {
	position: relative;
	width: 920px;
	height: 200px;
	margin: 0;
	padding: 0;
}
.header-txt {
	float: left;
	width: 170px;
	height: 200px;
	background-color: #3E525F;
}
.header-txt p {
	vertical-align: middle;
	padding-left: 5px;
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
}
.header-img {
	float: left;
	width: 750px;
	height: 200px;
	background-image: url('images/header01.jpg');
	background-repeat:no-repeat;
}

.menu {
	width: 920px;
	height: 2em;
	background-color: #3E525F;
	border-top: solid 1px #ffffff;
}
.menu ul {
    list-style-type: none;
	margin: 0.2em 0px auto 10px;
}
.menu li {
	float: left;
}
.menu li a {
    display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
}
.menu li a:hover {
	background-color: #ffffff;
	color: #3E525F;
}

.txt {
	padding: 4px;
	min-height: 1000px;
}

h1 {
	font-size: 23px;
	color: #295363;
}

h2 {
	font-size: 18px;
	color: #295363;
}

/*
html {
	background-color: #FDF7D1;
}

body {
	width: 940px;
	margin: 10px auto 10px auto;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
}

#head-img {
    position: relative;
    margin: auto;
	width: 900px;
	height: 316px;
	background-image:url('../images/header-hr.jpg');
	background-repeat:no-repeat;
	border: 1px solid #000050;
}

#head-img-title1 {
    font-family: verdana, georgia, helvetica, sans-serif;
    font-size: 28pt;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#head-img-title2 {
    font-family: verdana, georgia, helvetica, sans-serif;
    font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 230px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#datumi {
    position: absolute;
    padding: 10px;
	left:480px;
	top:0px;
	width: 400px;
	background-color: rgba(256,255,170,0.8);
	border: 1px solid #ffaa00;
	z-index: 10;
	display: block;
    font-family: verdana, georgia, helvetica, sans-serif;
    font-size: 10pt;
}

#flag_hr {
    position: absolute;
	left:0px;
	top:0px;
	width: 80px;
	height:50px;
	background-image:url('../images/flag-hr.gif');
	background-repeat:no-repeat;
}

#flag_hr:hover {
	background-image:url('../images/flag-hr-tilt.gif');
	background-repeat:no-repeat;
}

#flag_en {
    position: absolute;
	left:820px;
	top:0px;
	width: 80px;
	height:50px;
	background-image:url('../images/flag-en.gif');
	background-repeat:no-repeat;
}

#flag_en:hover {
	background-image:url('../images/flag-en-tilt.gif');
	background-repeat:no-repeat;
}

.a_span_flag_transp {
    display: block;
	width: 80px;
	height:50px;
}

#fb {
    position: absolute;
	left:840px;
	top:255px;
	width: 60px;
	height:59px;
	background-image:url('../images/fb.gif');
	background-repeat:no-repeat;
}

#fb:hover {
	left:831px;
	top:246px;
	width: 69px;
	height:69px;
	background-image:url('../images/fb-tilt.gif');
	background-repeat:no-repeat;
}

.a_span_fb_transp {
    display: block;
	width: 60px;
	height:59px;
}

h1 {
    font-family: verdana, georgia, helvetica, sans-serif;
    font-size: 30pt;
    color: #2B4F7C;
    font-weight: bold;
	padding-top: 40px;
	clear: left;
	text-align: left;
}

h2 {
    font-family: verdana, georgia, helvetica, sans-serif;
    font-size: 20pt;
    color: #2B4F7C;
    font-weight: bold;
}

h3 {
    font-family: verdana, georgia, helvetica, sans-serif;
    font-size: 12pt;
    color: #2B4F7C;
    font-weight: bold;
}

p {
    font-family: 'times new roman', arial, helvetica, sans-serif;
    font-size: 16pt;
    color: #4A4949;
    font-weight: normal;
	margin: 0 0 6px 0;
}

em {
	font-weight: bold;
}

#text-main {
    position: relative;
    margin: auto;
	width: 95%;
	text-align: justify;
/*	background-color: #D1DFEF;*/
	padding: 0 10px 0 10px;
}

.clear-left {
	clear: left;
}

.img_left {
	width: 40%;
	float:left;
	margin: 0 20px 0 0;
}

.img_right {
	width: 40%;
	float:right;
	margin: 0 0 0 20px;
}

.img_reg {
	width: 30%;
	float:left;
	margin: 0 10px 0 0;
}

#img-reg {
	width: 25%;
	height: 200px;
	float: left;
	text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12pt;
    color: #4A4949;
    font-weight: bold;
	text-decoration: none;
}
#img-reg a {
    color: #4A4949;
    font-weight: bold;
	text-decoration: none;
}
#img-reg:hover {
	background-color: rgba(200,200,200,.3);
}

.red-line {
    margin: 100px auto 30px auto;
    width: 20%;
    height: 1px;
    color: #fa4603;
    clear: both;
}

.prg_tbl {
	padding: 2px;
}

.prg_td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14pt;
    color: #4A4949;
    font-weight: normal;
	background-color:#dddddd;
	vertical-align: top;
	text-align: left;
}

.ws_popis {
	float: left;
	width: 48%;
	padding: 2px;
	text-align: left;
}

.ws_opis {
	float: right;
	width: 48%;
	padding: 2px;
	background-color: #eeeeee;
	font-size: 10pt;
	text-align: left;
}

.ul_ws {
	list-style-image: url('../images/i_view.gif');
}

#dimmer {
    background:#000;
    opacity:0.5;
    position:fixed; /* important to use fixed, not absolute */
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:199; /* may not be necessary */
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	
	body {
		width: 500px;
		margin: 0 auto 0 auto;
		padding: 10px 0 10px 0;
		background-color: #ffffff;
	}

	
	#head-img {
		position: relative;
		margin: auto;
		width: 450px;
		height: 158px;
		background-image:url('../images/header-hr-mob.jpg');
		background-repeat:no-repeat;
		border: 1px solid #000050;
	}

	#head-img-title1 {
		font-family: verdana, georgia, helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #ffffff;
		position: absolute;
		top: 20px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	
	#head-img-title2 {
		font-family: verdana, georgia, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		position: absolute;
		top: 100px;
		left: 0px;
		width: 100%;
		text-align: center;
	}

	#datumi {
		position: absolute;
		padding: 10px;
		left:120px;
		top:0px;
		width: 310px;
		background-color: rgba(256,255,170,0.8);
		border: 1px solid #ffaa00;
		z-index: 10;
		display: block;
		font-family: verdana, georgia, helvetica, sans-serif;
		font-size: 8pt;
	}

	#flag_hr {
		position: absolute;
		left:0px;
		top:0px;
		width: 40px;
		height:25px;
		background-image:url('../images/flag-hr-sm.gif');
		background-repeat:no-repeat;
	}
	
	#flag_hr:hover {
		background-image:url('../images/flag-hr-tilt-sm.gif');
		background-repeat:no-repeat;
	}
	
	#flag_en {
		position: absolute;
		left:410px;
		top:0px;
		width: 40px;
		height:25px;
		background-image:url('../images/flag-en-sm.gif');
		background-repeat:no-repeat;
	}
	
	#flag_en:hover {
		background-image:url('../images/flag-en-tilt-sm.gif');
		background-repeat:no-repeat;
	}
	
	.a_span_flag_transp {
		display: block;
		width: 40px;
		height:25px;
	}

	#fb {
		position: absolute;
		left:410px;
		top:118px;
		width: 40px;
		height:40px;
		background-image:url('../images/fb-sm.gif');
		background-repeat:no-repeat;
	}
	
	#fb:hover {
		left:403px;
		top:112px;
		width: 47px;
		height:46px;
		background-image:url('../images/fb-sm-tilt.gif');
		background-repeat:no-repeat;
	}
	
	.a_span_fb_transp {
		display: block;
		width: 40px;
		height:40px;
	}

	h1 {
		font-family: verdana, georgia, helvetica, sans-serif;
		font-size: 20pt;
		color: #2B4F7C;
		font-weight: bold;
		padding-top: 30px;
		clear: left;
	}
	
	h2 {
		font-family: verdana, georgia, helvetica, sans-serif;
		font-size: 16pt;
		color: #2B4F7C;
		font-weight: bold;
	}
	
	h3 {
		font-family: verdana, georgia, helvetica, sans-serif;
		font-size: 10pt;
		color: #2B4F7C;
		font-weight: bold;
	}

	p {
		font-family: 'times new roman', arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #4A4949;
		font-weight: normal;
	}

	#text-main {
		position: relative;
		margin: auto;
		width: 95%;
		text-align: justify;
	/*	background-color: #D1DFEF;*/
		padding: 0 10px 0 10px;
	}

	.prg_tbl {
		padding: 2px;
	}
	
	.prg_td {
		padding: 8px;
		font-family: 'times new roman', arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #4A4949;
		font-weight: normal;
		background-color:#dddddd;
		vertical-align: top;
		text-align: left;
	}

	#img-reg {
		width: 33%;
		height: 200px;
		float: left;
		text-align: center;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #4A4949;
		font-weight: bold;
		text-decoration: none;
	}

	.ws_opis {
		clear: both;
		width: 100%;
		font-size: 10pt;
		text-align: left;
	}
	
	.ws_popis {
		clear: both;
		width: 100%;
		font-size: 10pt;
		text-align: left;
	}

}
*/
