/* CSS Document */
body, html {
	width:			100%;
	height:			100%;
	padding:		0;
	margin:			0;
	font-family:	Tahoma;
	font-size:      0.82em;
	line-height:1.4em;
}
body.layout {
	background-image: url(../photos/images/site_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
input, select, textarea, td, th {
	font-family:	Tahoma;
	font-size: 1em;
}
form {
	padding: 0;
	margin: 0;
}

a{
	color:#00529f;
	text-decoration:none;
}

#siteBg {
	width:		100%;
	background:	url(../photos/images/site_top_bg.jpg) no-repeat;
	background-position: center 0;
}

#mainHolder {
	width:			900px;
	margin:			auto;
}

#header {
	background-image:url(../photos/images/header.jpg);
	height:			130px;
	color: #A2A2A2;
}

#header a {
	color: #000000;
	font-size: 0.9em;
}

#header-en {
	background-image:url(../photos/images/header_en.jpg);
	height:			130px;
	color: #A2A2A2;	
}

#header-en a {
	color: #000000;
	font-size: 0.9em;
}

#subMenuLeft {
	float: left;
	padding: 7px 10px 0 10px;
}
#subMenuRight {
	float: right;
	padding: 7px 10px 0 10px;
}

#searchBar {
	height:			40px;
/*	background:url(../photos/images/searchholder_bg.jpg) 0 0 no-repeat;*/
	background:none;
}

#counterText, #counter{
	height:26px;
	padding:6px 0 0 11px;
	font-weight:bold;	
	display:none !important;
}

#counter {
	width:68px;
	color:#ffffff;
	font-size:1.4em;
	float:left;
}

#counterText {
	float:left;
	color:#00529f;
	font-size:1.1em;
	/*width:158px;*/
	width: 170px;
	font-weight:bold;
}

#searchHolder {
	float:right;
	padding: 6px 0 0 0;
	font-size: 1.1em;
	color: #7B7B7B;
	width: 400px;
	height: 32px;
	overflow: hidden;
}
.search-label {
	float: right;
	padding: 6px 5px 0 0;
	font-weight: bold;
}
.search-text {
	background-color: #F1F1F1;
	width: 165px;
	padding: 0 0 1px 4px;
	height: 16px;
	float: right;
	border: 1px solid #A2A2A2;
	border-right: none;
	margin: 4px 0 0 0;
}
.search-btn {
	background-image: url(../photos/images/search_bg.gif);
	background-color: transparent;
	background-position: right 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
}

#subMenu {
	height: 30px;
	width:	900px;
}

/* HLAVNE MENU */

#mainMenu {
	height:			40px;
}

#mainMenu ul {
	list-style-type:	none;
	padding:			0;
	margin:				0;
}

#mainMenu ul li {
	float:left;
	height:27px;
	width:219px;
	text-align:center;
	padding-top:13px;
	padding-bottom:0px;
}

#mainMenu li a img {
	border:0;
}

#mainMenu li a{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:1.3em;
}


#sidebar {
	float:left;
	width:	219px;
}

#contentHolder {
	width:	681px;
	/* padding-left:8px; */ 
	float:left;
	font-size:1.1em;
	padding-top:5px;
}

#contentHolderSub {
	width:	648px;
	float: right;
	font-size: 1.1em;
	padding: 25px 0px 5px 15px;
	text-align: justify;
	overflow: hidden;
}

/* SIDEPORTLET - portlet v pravej liste */

.sidePortlet {
	width:219px;
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}

.sidePortlet div.head {
	height:26px;
	padding:17px 0 0 10px;
	margin:0;
	color:#ffffff;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}
.sidePortlet div.head a {
	color: #FFFFFF;
}
.sidePortlet div.content {
	background:url(../photos/images/sideportlet_bg.gif) 0 0 repeat-y;
	padding:7px 0 0 9px;
	font-size:1.1em;
}

.sidePortlet div.contentCalendar {
	background:url(../photos/images/sideportletcalendar_bg.gif) 0 0 repeat-y;
	padding:0;
	border-right:0;
}

.sidePortlet div.foot {
	background:url(../photos/images/sideportlet_foot.gif) 0 0 no-repeat;
	height:9px;
	overflow:hidden;
}

#nextLevelMenu {
	width:219px;
	margin:5px 0px 5px 0px;
}

.menu2 li.head{
	background:url(../photos/images/menu_head.gif) 0 0 no-repeat;
	overflow:hidden;
	border-bottom:1px solid #c13528;
	padding: 4px 10px 4px 10px;
	width: 199px;
	height: 0;
}

#nextLevelMenu div.content{

}

#nextLevelMenu div.foot{
	background:url(../photos/images/menu_foot.gif) 0 0 no-repeat;
	height:7px;
	overflow:hidden;
	clear:both;
}

.noBorder {
	border:0 !important;
}

.menu2, .menu3 {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu2 li {
	background-color:#d05742;
	border-bottom:1px solid #c13528;
	padding:0;
	margin:0;
	display:inline;
	float:left;
	width:219px;
}


.menu2 li a{
	color:#ffffff;
	font-weight:bold;
	padding:0px 0 0px 0px;
}

.menu2 li div {
	padding:2px 0px 2px 10px;
}

.menu3 li {
	background-color:#b3392c;
	border-bottom:1px solid #93221a;
}

.menu3 li div {
	padding:2px 0px 2px 25px;
	background:url(../photos/images/li_unactive.gif) 15px 5px no-repeat;
}

.menu3 li.active {
	background-color:#9d281f;
	border-bottom:1px solid #93221a;
}

.menu3 li a{
	color:#ffffff;
	font-weight:bold;
	padding:0 0 0 0px;
	/*background:url(../photos/images/li_unactive.gif) 0px 2px no-repeat;*/
}

.menu3 li.active div {
	background:url(../photos/images/li_active.gif) 15px 5px no-repeat;
}

.lefta-menu3, .left-menu3 li {
	width: 179px;
	background-color: #387111 !important;
}
.left-menu3 {
	list-style: none;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
}

.left-menu3 li {
	margin: 0px 0px 0px 40px !important;
	padding: 0px 0px 0px 0px;
	float: left;
	display:inline;
}

#calculator {
	width:85%;
}

#calculator td {
	cursor:pointer;
}
/* CENTER PORTLETS */ 

.centerPortletBig {
	border:0;
	padding:0 0 10px 0;
	margin:0;
	width:673px;

}

.centerPortletBig div.head {
	background:url(../photos/images/aktuality_head.gif) 0 0 no-repeat;
	height:12px;
	width:673px;
	overflow:hidden;
}


.centerPortletBig div.content{
	border-right:1px solid #a2a2a2;
	border-left:1px solid #a2a2a2;
	width:651px;
	background:url(../photos/images/aktuality_bg.gif) 0 0 no-repeat;
	padding:15px 10px 10px 10px;
}

.centerPortletBig div.foot {
	background:url(../photos/images/aktuality_foot.gif) 0 0 no-repeat;
	height:8px;
	overflow:hidden;
}

/* SMALL NO-HEADER */

.centerPortletSmallNoHead {
	border:0;
	padding:0;
	margin:0;
	width:219px;
	float:left;
}

.centerPortletSmallNoHead div.head {
	background:url(../photos/images/p_small_nh_head.gif) 0 0 no-repeat;
	height:8px;
	width:219px;
	overflow:hidden;
	padding:0;
	margin:0;
}


.centerPortletSmallNoHead div.content{
	border-right:1px solid #a2a2a2;
	border-left:1px solid #a2a2a2;
	width:197px;
	background:url(../photos/images/p_small_nh_bg.gif) 0 0 no-repeat;
	padding:0px 10px 10px 10px;
	height: 135px;
}

.centerPortletSmallNoHead div.foot {
	background:url(../photos/images/p_small_nh_foot.gif) 0 0 no-repeat;
	height:8px;
}

/* SMALL with HEADER */

.centerPortletSmall {
	width:219px;
	border:0;
	margin:0;
	padding:5px 0 0 0;
	border-collapse:collapse;
	float:left;
}

.centerPortletSmall div.head h2{
	height:30px;
	padding:13px 0 0 10px;
	margin:0;
	color:#ffffff;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}

.centerPortletSmall div.content {
	background:url(../photos/images/centerportletsmall_bg.gif) 0 0 repeat-y;
	padding:7px 0 0 9px;
	height:230px;
	min-height:230px;
	height:auto !important;
	height:185px;
	padding:7px 5px 0pt 9px;
}


.centerPortletSmall div.foot {
	background:url(../photos/images/centerportletsmall_foot.gif) 0 0 no-repeat;
	height:9px;
	overflow:hidden;
} 

.middlePortlet {
	margin:0 8px 0 8px;
}
#footer {
	width:	880px;
	height:	45px;
	background:url(../photos/images/footer.gif);
	color:#b8ddff;
	text-align:right;
	padding:7px 20px 0 0;
	font-size:0.9em;
}

.spacerBottom {
	height:10px;
	overflow:hidden;
}

.bannerLong {
/*	height:96px;*/
	width:673px;
	padding-top:10px;
}

h1 {
	font-size:1.3em;
	color:#c3523e;
	font-family:Tahoma;
	padding:0;
	margin:0px 0px 10px 0px;
	line-height:1.4em
}

h2 {
	font-size:1.1em;
	color:#c3523e;
	font-family:Tahoma;
	padding:0;
	margin:0px 0px 10px 0px;
	line-height:1.2em
	
}

h3 {
	font-size:1em;
	color:#c3523e;
	font-family:Tahoma;
	padding:0;
	margin:0px 0px 8px 0px;
	line-height:1.1em
	
}

h4 {
	font-size:0.8em;
	color:#888888;
	font-weight:normal;
	margin:0;
}
h1 a, h2 a, h3 a, h4 a {
	color:#c3523e;
}

.aktualityDatum{
	color:#888888;
	font-size:0.8em;
	font-weight:normal;
	margin:0pt;
}

/* calendar portlet */

#calendarPortlet {
	border:0;
	padding:0;
	margin:0 0 0 1px;
	border-collapse:collapse;
	font-size:0.9em;
	
}

#calendarPortlet th {
	background-color:#00529f;
	color:#ffffff;
	height:15px;
	border-bottom:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
}

#calendarPortlet td {
	background-color:#f3f3f3;
	color:#000000;
	height:26px;
	border-bottom:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
	text-align:center;
	vertical-align:middle;
	font-size:1.3em;
	width:30px;
}

#calendarPortlet td.today { background-color:#c35642; color:#ffffff;}
#calendarPortlet td.weekend { background-color:#00529f;  color:#ffffff;}
#calendarPortlet td.event { background-color:#b8ddff; color:#000000;}
#calendarPortlet td.other { background-color:#ffffff; color:#000000;}
#calendarPortlet td.today a { color:#ffffff;}
#calendarPortlet td.weekend a { color:#ffffff;}
#calendarPortlet td.event a { color:#000000;}
#calendarPortlet td.other a { color:#989898;}

input.inputRate {
	width:61px;
	height:20px;
	padding:3px 0px 0px 3px;
	margin:0px;
	border:1px solid #a2a2a2;
}

#kurz { width:205px; margin-right:10px; padding:0}

#kurz th{
	font-size:0.8em;
	font-weight:normal;
	color:#666666;
	vertical-align:middle;
}

#kurz td.date {font-size:1.2em; font-weight:bold}
#kurz td.rate { color:#00529f; font-size:1.2em}

.delimiter { background:url(../photos/images/delimiter.gif) 0 0 no-repeat; width:201px;; height:1px; margin:6px 0 6px 0;}
.cleaner {clear:both;}
.no-css {display: none;}

.btnTransparent {
	background-color: transparent;
	border: none;
	color: #00529F;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
}
.textField {
	border: 1px solid #A2A2A2;
	background-color: #F4F4F4;
	padding: 3px;
}
.hr {
	background-image: url(../photos/images/horizontal-rule.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 8px;
}
.form-holder {
	margin: 0 0 25px 0;
}
.form-holder div.header {
	background-image: url(../photos/images/filter-header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 6px;
	overflow: hidden;
}
.form-holder div.content {
	background-color: #D4E7F9;
	border-left: 1px solid #81B2E1;
	border-right: 1px solid #81B2E1;
	padding: 0 12px 8px 12px;
}
.form-holder div.footer {
	background-image: url(../photos/images/filter-footer1.gif);
	background-position: 0;
	background-repeat: no-repeat;
	padding: 5px 7px 1px 12px;
}
.formTextField {
	border: 1px solid #969696;
}
.button70 {
	background-image: url(../photos/images/button70.gif);
	background-position: 0;
	background-repeat: no-repeat;
	border: 0 !important;
	height: 24px;
	width: 70px;
}
.zoznam-polozka {
	border-bottom: 1px solid #E3E3E3;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}
.zoznam-polozka h3 {
	text-align: left;
}
.zoznam-datum {
	float: right;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 1em;
}
.zoznam-anotacia {
	margin: 5px 0 10px 0;
}
.pager {
	background-image: url(../photos/images/pager-bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}
.pager td {
	padding: 5px 20px 8px 20px;
}
.bulletin-list {
	border-bottom: 1px solid #E3E3E3;
	background-repeat: repeat-x;
}
.bulletin-list-first {
	background-image: url(../photos/images/gradient1.gif);
}
.bulletin-list-last {
	background-image: url(../photos/images/gradient2.gif);
}
.bulletin-list-datum {
	float: left;
	padding: 14px 0 13px 20px;
	width: 120px;
	border-right: 3px solid #FFFFFF;
}
.bulletin-list-nazov {
	padding: 11px 0 11px 163px;
}

.kurzy {
	background-image: url(../photos/images/table-header-media.gif);
	background-repeat: no-repeat;
	border: 0;
}
.kurzy th {
	color: #ffffff;
	padding: 7px 7px 9px 7px;
}
.kurzy td {
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
	padding: 3px;
}
.kurzy td.gray {
	background-color: #F3F3F3;
	border-left: 0 !important;
	border-right: 0 !important;
}
.submenu {
	padding: 0 0 10px 10px;
}
.zalozkaSmallOff {
	background-image: url(../photos/images/arrow-right-blue.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	float: left;
	padding: 0 30px 0 10px;
}
.zalozkaSmallOff a {
	text-decoration: underline;
}
.zalozkaSmallOn {
	background-image: url(../photos/images/arrow-right-black.gif);
	background-position: 0 4px;
	_background-position: 0 5px;
	background-repeat: no-repeat;
	float: left;
	padding: 0 30px 0 10px;
	font-weight: bold;
}
.zalozkaSmallOn a {
	color: #000000;
}
.zalozkaSmallROff {
	background-image: url(../photos/images/arrow-right-blue.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	float: right;
	padding: 0 30px 0 10px;
}
.zalozkaSmallROff a {
	text-decoration: underline;
}
.zalozkaSmallROn {
	background-image: url(../photos/images/arrow-right-black.gif);
	background-position: 0 4px;
	_background-position: 0 5px;
	background-repeat: no-repeat;
	float: right;
	padding: 0 30px 0 10px;
	font-weight: bold;
}
.zalozkaSmallROn a {
	color: #000000;
}
.kal-nav, .multinav {
	background-image: url(../photos/images/pager-bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}
.kal-nav td, .multinav td {
	padding: 3px 5px 3px 5px;
}
.kal-nav div.kald, .multinav div.kald {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0 0 0;
}
.kal-header {
	background-image: url(../photos/images/events-week-header.gif);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.kal-footer {
	background-image: url(../photos/images/events-week-footer.gif);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.kal-tyzden{
	border-right: 3px solid #085AA9;
	border-left: 2px solid #085AA9;
}

.kal-tyzden .pocet{
  font-size:1.6em;
  font-weight: normal;
  line-height: 30px;
  height:30px;
}

.kal-tyzden td {
	background-image: url(../photos/images/kal_grad.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-left:1px solid #A4A4A4;
	padding: 0;
}
.kal-tyzden-head {
	padding: 7px;
}
.kal-tyzden-meniny {
  background-image: url(../photos/images/gradient-blue.gif);
  background-repeat: repeat-x;
  color: #ffffff;
  font-size:1em;
  font-weight: bold;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  padding: 1px 0 1px 10px;
}
.kal-row-first {
	border-bottom: 1px solid #A4A4A4;
}
.kal-tyzden-event{
}

.kal-tyzden-event .event{
    margin: 10px;
	border-bottom: 1px solid #e3e3e3;
    padding:5px;
}

.kal-tyzden .nedela{
    border-top: 1px solid #e3e3e3;
    padding: 7px ;
}
.kal-den{
	float: right;
}
.kal-tyzden-event .nedela .kal-den{
	float: right;
}

.kal-tyzden-event.sviatok {
	background: transparent;
	background-color:#87D7F4;
}
.kal-tyzden-event.weekend {
	background: transparent;
	background-color:#FFE5B0;
}
.kal-tyzden-event.lgray {
	background: transparent;
	background-color:#dddddd;
}
.kal-tyzden-event.green {
	background: transparent;
	background-color:#cce29a;
}

.kal-mesiac{
	background-image: url(../photos/images/kal-day-header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size:1em;
	border-bottom: 3px solid #3284D0;
}
.kal-mesiac thead td{
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 0 7px 0;
}

.kal-mesiac tbody {
  border-right:1px solid #e3e3e3;

}
.kal-mesiac tbody td{
  background-color:#f3f3f3;
/*  border:1px solid #d1d1d1;
  border-width: 1px 1px 0px 0;
  border-color: #e3e3e3 #e3e3e3 #d1d1d1 #d1d1d1 ;*/
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding:0 0 0 0px;

}
.kal-mesiac tfoot th{
  background-image: url(../photos/images/kal_th.gif);
  background-repeat: repeat-x;
  font-size:11px;
  border-top:1px solid #e3e3e3;
  border-right:1px solid #e3e3e3;
  border-bottom:1px solid #e3e3e3;
  height: 19px;
  text-align: left;
  padding:0 0 0 10px
}
.kal-mesiac tbody td.weekend {
  background-color:#FFE5B0;
}
.kal-mesiac tbody td.dgray {
  background-color:#c9c9c9;
}
.kal-mesiac tbody td.lgray {
  background-color:#ffffff;
}
.kal-mesiac tbody td.sviatok {
  background-color:#87D7F4;
}
.kal-mesiac tbody td.first {
	border-left: 3px solid #3284D0;
}
.kal-mesiac tbody td.last {
	border-right: 3px solid #3284D0;
}


.kal-mesiac tbody td .bunka td, .kal-mesiac tbody td .bunka th{
  border-width:0 0;
  padding: 2px 4px ;
  text-align: center ;
  background: transparent;
}
.bunka td .pocet{
  font-size:20px;
  font-weight: normal;
 text-align: center;
padding-bottom:3px;

}

.bunka td .pocet a{color:#a92727;}
.table-galeria td.foto {
  background-color:#FFE5B0;
}
.table-galeria td.download {
  background-color:#C9C9C9;
}
.table-galeria td.video {
  background-color:#87D7F4;
}

.eurokalkulacka-subpage {
	width:260px;
	border:0;
	margin: 0 25px 0 0;
	padding: 0 30px 0 0;
	border-collapse:collapse;
	float: left;
	border-right: 1px solid #D3D3D3;
}

.eurokalkulacka-subpage div.head {
	height:26px;
	padding:17px 0 0 10px;
	margin:0;
	color:#ffffff;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
}
.eurokalkulacka-subpage div.head a {
	color: #FFFFFF;
}
.eurokalkulacka-subpage div.content {
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	padding:7px 0 0 9px;
	font-size:1.1em;
}
.eurokalkulacka-subpage div.foot {
	background:url(../photos/images/eurokalkulacka-subpage_foot.gif) 0 0 no-repeat;
	height:9px;
	overflow:hidden;
}
.eurokalkulacka-text {
	font-size: 1em !important;
	vertical-align: bottom;
	padding: 3px 0 5px 0;
	text-align: right;
}
.eurokalkulacka-text img {
	font-size: 1em !important;
	vertical-align: middle;
}
.eurokalkulacka-select-mena optgroup {
	padding: 0 0 0 5px;
}
.eurokalkulacka-datum {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	color: #568F04;
	font-weight: bold;
	font-size: 0.8em;
	width: 62px;
	height: 12px;
	overflow: hidden;
}

.eurokalkulacka-datum2 {
background-color:transparent;
border:medium none;
color:#568F04;
font-size:0.8em;
font-weight:bold;
height:12px;
margin:0pt;
overflow:hidden;
padding:0pt;
width:55px;
}

.eurokalkulacka-subpage #calculator {
	width: 100%;
}
.eurokalkulacka-subpage-desc {
	float: left;
	width: 320px;	
	
}

.online-rozhovory-box-zoznam {
	margin: 16px 0 0 5px;
	padding: 0;
	list-style-type: none;
}
.online-rozhovory-box-zoznam a {
	font-size: 11px;
}

.publikacie td {
	border-bottom: 1px solid #E3E3E3;
	padding: 15px 15px 15px 0;
}
.pub-thumb {
	width: 100px;
	overflow: hidden;
}
.pub-items {
	white-space: nowrap;
	background-color: #F1F1F1;
	padding: 15px !important;
}

.tabulka td {
	border: 1px solid #A2A2A2;
	border-collapse: collapse;
}
.biely-okraj td {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
.eurokalkulacka-head {
	background:url(../photos/images/eurokalkulacka_head.jpg) 0 0 no-repeat;
}
.kalendar-head {
	background:url(../photos/images/kalendar_head.jpg) 0 0 no-repeat;
}
.kurz-head {
	background:url(../photos/images/kurz_head.jpg) 0 0 no-repeat;
}
.hotline-head {
	background:url(../photos/images/hotline_head.gif) 0 0 no-repeat;
}
.anketa-head {
	background:url(../photos/images/anketa_head.jpg) 0 0 no-repeat;
}
.rozhovor-head {
	background:url(../photos/images/rozhovor_head.jpg) 0 0 no-repeat;
}
.error {
	color: #ff0000;
}
/*XEDIT:start*/
.tabulka {
	border: 1px solid #A2A2A2;
	border-collapse: collapse;
}
.biely-okraj {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
.tbl-hlavicka {
	background-color: #C67A08;
	color: #FFFFFF;
}
.text-farebny {
	color: #C67A08;
}
.modre-pozadie {
	background-color: #00529F;
	color: #FFFFFF;
}
.upozornenie {
	font-size: 16px;
	line-height: normal;
	color: #C3523E;
	font-weight: bold;
}
.velky-text {
	font-size: 16px;
}
.poznamka {
	font-size: 1em;
	color: #666666;
}
.obly-okraj-hore-lavy {
	background-color: #00529F;
	background-image: url(../photos/images/blue-corner-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.obly-okraj-hore-pravy {
	background-color: #00529F;
	background-image: url(../photos/images/blue-corner-tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.obly-okraj-dole-pravy {
	background-color: #00529F;
	background-image: url(../photos/images/blue-corner-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.obly-okraj-dole-lavy {
	background-color: #00529F;
	background-image: url(../photos/images/blue-corner-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.zdroj {
 	font-size:0.8em;
}

.right-align {
	text-align:right;
}
