@import "template.css";
@import "fotosutaz.css";
@import "forms.css";
@import "scroll/flexcrollstyles.css";
/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Column's width*/
#left {width: 151px; padding-top: 10px;}
#page {width: 739px; padding: 15px 45px 40px 45px;}

/*Height of the footer */
#footer {height: 80px;}
#content {padding-bottom: 80px;}
#topmenu {width: 797px; padding: 5px 5px 5px 37px; height: 51px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
	background-image: url(../images/bg.gif);
	background-position: center top;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

#page {
  text-align: justify;
}

/*-----------------left panel------------------------------------*/
/*--logo--*/
#left .logo {
  width: 151px;
  height: 189px;
  display: block;
}
/*--jaz. mutacia--*/
#left .lang img {
  border: 0;
}

#left div.lang {
  text-align: center;
  height: 32px;
  display: block;
  margin-bottom: 20px;
}

/*--menu--*/
#left div.menu {
  background-color: #f0f0f0;
}
#left h3 {
  display: block;
  height: 45px;
  padding-top: 12px;
  padding-left: 55px;
}
#left h3 a {
  font-size: 14px;
  color: #666666;
}

#left ul {
  padding: 0px 15px 15px 15px;
  background-image: url(../images/slot_bottom.gif);
  background-position: bottom;
}

#left li a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 0px 2px 0px;
  display: block;
}

#left li a:hover {
  text-decoration: underline;
}

#left a.open1 {
  text-decoration: underline;
}

/*farebne varianty*/
.green #left li a {color: #BBCC27;}
.green #left li a:hover {color: #BBCC27;}
.green21 #left li a {text-decoration: underline;}

.orange #left li a {color: #FFAE0B;}
.orange #left li a:hover {color: #FFAE0B;}

.red #left li a {color: #FF330C;}
.red #left li a:hover {color: #FF330C;}

.blue #left li a {color: #19B8EB;}
.blue #left li a:hover {color: #19B8EB;}

.violet #left li a {color: #DB299C;}
.violet #left li a:hover {color: #DB299C;}

/*---------------dropdown menu-----------------------------*/
/*Design obalu */
#topmenu {
	text-align: left;
	float: left;
}
#dropdown_menu {
	margin: 0;
	padding: 0;
}

/*Design prva a druha uroven */
#dropdown_menu ul a {
	padding: 0px 10px 0px 40px;
	text-decoration: none;
  font-size: 11px;
	text-align: left;
}

#dropdown_menu ul a:hover {
	text-decoration: none;
	color: #FF3300;
}

#dropdown_menu li{
  height: 51px;
  width: 150px;
}

#dropdown_menu ul {
	top: 0px;
}

/*Design prva uroven */
#dropdown_menu ul ul {
  top: 49px;
  background-image: url(../images/bg_submenu.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-top: 1px solid #CCCCCC;
  padding-bottom: 10px;
  padding-top: 1px;
}

#dropdown_menu ul ul a {
	padding-top: 3px;
}

#dropdown_menu ul li a {
  display: block;
	color: #00CC00;
	font-weight: bold;
	background-image: url(../images/menu_deselected.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 3px;
}
#dropdown_menu ul li a:hover {
	color: #000000;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 3px;
}

/*farebne varianty*/
#dropdown_menu ul li a.green1 {color: #BBCC27;}
#dropdown_menu ul li a.green1:hover {background-image: url(../images/menu_selected_green.gif);color: #BBCC27;}

#dropdown_menu ul li a.orange1 {color: #FFAE0B;}
#dropdown_menu ul li a.orange1:hover {background-image: url(../images/menu_selected_orange.gif);color: #FFAE0B;}

#dropdown_menu ul li a.red1 {color: #FF330C;}
#dropdown_menu ul li a.red1:hover {background-image: url(../images/menu_selected_red.gif);color: #FF330C;}

#dropdown_menu ul li a.blue1 {color: #19B8EB;}
#dropdown_menu ul li a.blue1:hover {background-image: url(../images/menu_selected_blue.gif);color: #19B8EB;}

#dropdown_menu ul li a.violet1 {color: #DB299C;}
#dropdown_menu ul li a.violet1:hover {background-image: url(../images/menu_selected_violet.gif);color: #DB299C;}

/*Design druha uroven */
#dropdown_menu ul ul li {
	width: 140px; 
	padding: 0px;
	clear: both;
	background-image: none;
  height: auto;
}

#dropdown_menu ul ul li a {
/*  width: 111px;*/
  width: 116px;
	font-weight: normal;
	color: #000000;
	margin-left: 2px;;
	background-image: none;
	padding-top: 0;
  padding-left: 10px;
}
#dropdown_menu ul ul li a:hover {
	background-color: #e0e8f1;
	padding-top: 0;
	background-image: none;
}

.menu1 #left a {
  text-decoration: underline;
}
/*----------footer------------------*/
#footer {
	clear: both;
	width: 990px;
	height: 35px;
	font-size: 0.9em;
	overflow: hidden;
	background: url(../images/footer_bg.gif) center no-repeat;
	text-align: center;
	color: #999999;
	margin-bottom: 10px;
	padding-top: 25px;
}
#footer a {color: #999999; text-decoration: none;}
#footer a:hover {color: #666666; text-decoration: underline;}

.madeby {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: -23px;
	margin-right: 10px;
	font-size: 0.9em;
}

/*---------------content---------------------------*/
#page .title {
  padding-left: 70px;
  padding-bottom: 50px;
}

#page .lista {
  font-size: 11px;
}

/******************DESIGN OF MAIN ELEMENTS**************/
/*--------------color profiles */
.green a {color: #BBCC27;}
.green #page .title {background-image: url(../images/arrow_large_green.gif);}
.green #left .logo {background-image: url(../images/logo_green.gif);}
.green #left div.menu {background-image: url(../images/slot_top_green.gif);}
.green #page li {list-style-image: url(../images/list_bullet_green.gif);}

.red a {color: #FF330C;}
.red #page .title {background-image: url(../images/arrow_large_red.gif);}
.red #left .logo {background-image: url(../images/logo_red.gif);}
.red #left div.menu {background-image: url(../images/slot_top_red.gif);}
.red #page li {list-style-image: url(../images/list_bullet_red.gif);}

.orange a {color: #FFAE0B;}
.orange #page .title {background-image: url(../images/arrow_large_orange.gif);}
.orange #left .logo {background-image: url(../images/logo_orange.gif);}
.orange #left div.menu {background-image: url(../images/slot_top_orange.gif);}
.orange #page li {list-style-image: url(../images/list_bullet_orange.gif);}

.blue a {color: #19B8EB;}
.blue #page .title {background-image: url(../images/arrow_large_blue.gif);}
.blue #left .logo {background-image: url(../images/logo_blue.gif);}
.blue #left div.menu {background-image: url(../images/slot_top_blue.gif);}
.blue #page li {list-style-image: url(../images/list_bullet_blue.gif);}

.violet a {color: #19B8EB;}
.violet #page .title {background-image: url(../images/arrow_large_violet.gif);}
.violet #left .logo {background-image: url(../images/logo_violet.gif);}
.violet #left div.menu {background-image: url(../images/slot_top_violet.gif);}
.violet #page li {list-style-image: url(../images/list_bullet_violet.gif);}

/*-------main elemnts--------------*/
h1 {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
	font-variant: small-caps;
}

h2 {
  color:#666666;
  font-size:20px;
  font-weight:bold;
}

a, a:link, a:hover { text-decoration: none;}
a:hover { text-decoration: underline; }

/*developer*/
/*body {background: #FFF5E6;}*/
/*#container {background: silver;}*/
/*#footer {background: #bf9347;}*/
/*#content {background: #afdbff;}*/
/*#topmenu {background: #0033cc;}*/
/*#left {background: #811f72;}*/
/*#page {background: #97468b;}*/

/*------- FULLTEXT SEARCH --------------*/
.fullsearch {
	background: url(../images/bg_fulltext.gif) no-repeat;
	height: 33px;
	width: 151px;
	padding-bottom: 10px;
}

.fullsearch .bg_input {
	border: 1px solid #D2D4D5;
	margin: 6px 0 0 42px;
	width: 100px;
	padding: 2px 0 1px 0;
}

.fullsearch .search_input {
	display: none;
}

/*------- SITEMAP, PRINT, HOME -------------*/
.navig {
	background: url(../images/bg_navig.gif) no-repeat;
	font-size: 11px;
	padding-left: 42px;
}
*>.navig {
	margin-top: 0px;
}

.navig a {
	display: block;
	color: #666666;
	font-weight: bold;
	padding-bottom: 4px;
}

.navig a:hover {
	text-decoration: underline;
	color: #666666;
}

/*--------- JAZYKOVE MUTACIE ---------*/
a.sk {
	background: url(../images/lang_sk.gif) no-repeat;
	background-position: left;
	height: 33px;
	width: 72px;
	float: left;
	margin: 2px 3px 10px 0;
	color: transparent;
}
a.sk:hover {
	background: url(../images/lang_hover_sk.gif) no-repeat;
	color: transparent;
	text-decoration: none;
}

a.en {
	background: url(../images/lang_en.gif) no-repeat;
	background-position: left;
	height: 33px;
	width: 72px;
	float: left;
	margin: 2px 3px 10px 0;
}
a.en:hover {
	background: url(../images/lang_hover_en.gif) no-repeat;
	text-decoration: none;
}
a.de {
	background: url(../images/lang_de.gif) no-repeat;
	background-position: left;
	height: 33px;
	width: 72px;
	float: left;
	margin: 2px 3px 10px 0;
}
a.de:hover {
	background: url(../images/lang_hover_de.gif) no-repeat;
	text-decoration: none;
}


.clearleft {
	clear: both;
}

/*------------------- FOTOGALERIA ZOZNAM FOTO -------------------------*/
.zozfoto_box {
	border: 1px solid #cdcdcd;
	padding: 1px;
	margin: 10px 25px 15px 0;
	float: left;
}
.zozfoto_fot img {
	border: 0;
	margin: 0;
	padding: 0;
}
.zozfoto_pop {
	background-color: #cdcdcd;
	padding: 3px;
	margin-top: 1px;
	text-align: center;
}
/*------------------- FOTOGALERIA ZOBRAZENIE FOTO -------------------------*/
.zobfoto_box {
	margin: 0 10px 10px 0;
	text-align: center;
}
.zobfoto_fot img {
	border: 0;
	margin: 0;
	padding: 0;
}
.zobfoto_pop {
	background-color: #cdcdcd;
	padding: 3px;
	margin-top: 1px;
	text-align: center;
}
.zobfoto_nav {
	text-align: center;
	width: 594px;
	background-color: #f0f0f0;
	padding: 3px;
}
.zobfoto_nav a {
	color: #bbcc27;
	text-decoration: none;
	font-weight: bold;
}
.zobfoto_nav a:hover {
	text-decoration: underline;
}
.fotogal_break {
	display: block;
	float: left;
	height: 20px;
	clear: both;
}

.green #left div.atrakcie h3 {background-image: url(../images/atr_top_green.gif);}
.blue #left div.atrakcie h3 {background-image: url(../images/h3_blue.gif);}
.orange #left div.atrakcie h3 {background-image: url(../images/h3_orange.gif);}
.violet #left div.atrakcie h3 {background-image: url(../images/h3_violet.gif);}
.red #left div.atrakcie h3 {background-image: url(../images/h3_red.gif);}

/*------------------- NOVINKY NA BOKU -------------------------*/
.green #left div.novinky {background-image: url(../images/slot_top_green.gif);}

#left div.novinky {
  background-color: #f0f0f0;
}
#left div.novinky_bott {
  padding: 0px 15px 15px 15px;
  background-image: url(../images/slot_bottom.gif);
  background-position: bottom;
}
.new a{
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
}
.new a:hover {
	text-decoration: underline;
}
.new_date {
	font-size: 0.8em;
	color: #666666;
	margin-left: 15px;
	margin-bottom: 10px;
}
.new_more {
	margin-left: 15px;
	font-size: 0.8em;
}
/*------------------- NOVINKY V OBSAHU -------------------------*/
.new_nadpis_list {
	font-size: 1.4em;
	font-weight: bold;
}
.new_podnad_list {
	
}
.new_date_list {
	color: #666666;
	margin-bottom: 15px;
}
/*------------------- NOVINKY DETAIL -------------------------*/
.new_date_www {
	color: #666666;
	margin-bottom: 15px;
}

/*------------------- KLIENTI -------------------------*/
.client {
	width: 220px;
	padding: 2px 5px 3px 15px;
	float: left;
	background-image: url(../images/list_bullet_green.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#pageList {
	color: #999999;
}
