
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 11px;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #f5f9fb;
}

TABLE, TD {
	font-size: 100%;
}

FORM {
	margin: 0;
	padding: 0;
	border: 0;
}

IMG {
	border-color: #F67B2F;
}

A {
	color: #2873ce;
}

OBJECT.wrapper {
	display: none;
}

#maintable {
	margin: 0 auto;
}

/** FAQLIST STYLES ************************************************************/

.v4_news {
	margin: 5px 0;
}
.v4_news .faqlist_question {
	font-weight: normal;
	margin: 12px 0px 4px 0px;
	background-image: url(../img/design/arrowdn.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
	padding: 2px 0 2px 22px;
}
.v4_news .faqlist_answer_on {
	margin: 8px 0px;
	padding: 2px 5px;
	border: none;
	border-top: dashed 1px #aaaaaa;
	background-color: #efefef;
	text-align: justify;
}

.faqlist {
	margin: 5px 0;
}

.faqlist_question {
	font-weight: bold;
	margin: 8px 0px;
	clear: left;
	padding-top: 5px;
}
.faqlist_question A {
	display: block;
	text-decoration: none;
}
.faqlist_question A:hover {
	text-decoration: underline;
}

.faqlist_date {
	padding-left: 22px;
}

.faqlist_answer_on {
	margin: 8px 5px;
	padding: 2px 5px;
	border: solid 1px #666666;
	background-color: #efefef;
	text-align: justify;
	/* override aural-only hiding */
	position: static!important;
	left: auto!important;
	top: auto!important;
	width: auto!important;
	height: auto!important;
	overflow: auto!important;
}
.faqlist_answer_off {
	margin: 8px 5px;
	padding: 2px 5px;
	border: solid 1px #666666;
	background-color: #efefef;
	display: block!important;
	text-align: justify;
	/* aural-only hiding */
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.faqlist_pflink {
	margin: 15px 0;
	text-align: right;
	padding: 3px;
	font-size: 90%;

}
.faqlist_pflink A {
}
.faqlist_pflink IMG {
	vertical-align: middle;
	margin: 0px 3px;
	border: none;
}

.nameday_header {
	margin: 0;
	border: 0;
	padding: 5px 5px 5px 5px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.nameday {
	color: white;
	font-size: 10px;
	padding: 3px 0;
}

.datestyle {
	margin: 0;
	border: 0;
	padding: 5px 5px 5px 5px;
	background-color: #2f3867;
	color: white;
}

#langchoice_eng {
	margin: 10px 0 10px 5px;
	padding-left: 25px;
	background-image: url(../img/design/language_choice.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#langchoice_hun {
	margin: 10px 0 10px 5px;
	padding-left: 25px;
	background-image: url(../img/design/nyelv_hu.gif);
	background-position: -3px 50%;
	background-repeat: no-repeat;
}
#langchoice_pol {
	margin: 10px 0 10px 5px;
	padding-left: 25px;
	background-image: url(../img/design/nyelv_pl.gif);
	background-position: -3px 50%;
	background-repeat: no-repeat;
}
#langchoice_cze {
	margin: 10px 0 10px 5px;
	padding-left: 25px;
	background-image: url(../img/design/nyelv_cz.gif);
	background-position: -3px 50%;
	background-repeat: no-repeat;
}
#langchoice_slo {
	margin: 10px 0 10px 5px;
	padding-left: 25px;
	background-image: url(../img/design/nyelv_sk.gif);
	background-position: -3px 50%;
	background-repeat: no-repeat;
}

#langchoice_eng A,
#langchoice_hun A,
#langchoice_pol A,
#langchoice_cze A,
#langchoice_slo A {
	display: block;
	font-size: 10px;
	color: white;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

A.flag_eng {
	background-image: url(../img/design/small_flag1.jpg);
}
A.flag_cze {
	background-image: url(../img/design/small_flag2.jpg);
}
A.flag_hun {
	background-image: url(../img/design/small_flag5.jpg);
}
A.flag_pol {
	background-image: url(../img/design/small_flag3.jpg);
}
A.flag_slo {
	background-image: url(../img/design/small_flag4.jpg);
}


/** MENU STYLES ***************************************************************/

UL.topmenu {
	list-style-type: none;
	margin: 0 0 0 125px;
	padding: 2px 5px 2px 45px;
	border: 0;
    background-color: #2f3867;
}
UL.topmenu LI {
	display: inline;
	padding: 2px 36px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 10px center;
}
UL.topmenu LI A {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 3px 3px 3px 3px;
	margin: 0;
}
UL.topmenu LI A:hover {
    background-color: white;
	color: #2f3867;
}

LI.topmenu_1 {
	background-image: url(../img/design/culture.gif);
}
LI.topmenu_2 {
	background-image: url(../img/design/tourism.gif);
}
LI.topmenu_3 {
	background-image: url(../img/design/business.gif);
}


/** DICTIONARY STYLES *********************************************************/

.specialchars {
	margin: 10px 0;
	float: left;
	clear: both;
	width: 100%;
    text-align: center;
}
.specialchars A {
	padding: 1px 2px;
	margin: 0 1px;
	text-decoration: none;
	border: solid 1px #e9e9e9;
	color: #666;
}
.specialchars A:hover {
	background-color: #ddd;
}

.dict_nomatch {
	text-align: center;
	margin-top: 10px;
	clear: left;
}

.dict_h {
	color: red;
}

.dict_overflow {
	color: red;
	text-align: center;
}

DL.dict {
	margin: 10px 15px;
	clear: left;
}

DL.dict A {
	text-decoration: none;
	color: black;
}

DL.dict DD DIV {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 3px 0px; 
}

DL.dict DT {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin: 15px 5px 6px 5px;
	padding: 2px 0 0 20px;
	border-bottom: 1px dotted #666666; 
}

.dt_pos, .dt_dom {
	font-style: italic;
	font-weight: normal;
	padding-left: 1em;
}

.dd_en, .dt_en {
	background-image: url(../img/gb.gif);
}

.dd_sk, .dt_sk {
	background-image: url(../img/sk.gif);
}

.dd_cz, .dt_cz {
	background-image: url(../img/cz.gif);
}

.dd_hu, .dt_hu {
	background-image: url(../img/hu.gif);
}

.dd_pl, .dt_pl {
	background-image: url(../img/pl.gif);
}

/** REPEAT STYLES *************************************************************/

.no_repeat {
    background-repeat: no-repeat;
}

.repeat_x {
    background-repeat: repeat-x;
}

.repeat_y {
    background-repeat: repeat-y;
}

/** HIDDEN STYLES *************************************************************/

.hidden {
	display: none!important;
}
.nonaural {
/* override aural-only hiding */
	position: static!important;
	left: auto!important;
	top: auto!important;
	width: auto!important;
	height: auto!important;
	overflow: auto!important;
	float: none!important;
}
.aural {
/* aural-only hiding */
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	float: none;
}

.poplink {
	cursor: pointer;
}

.pop {
	margin: 0;
}

.left_menu1_text {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	/*margin-left: 20px;*/
}

.left_menu1_level1 {
	color: #ffffff;
	background-color: #02105b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-left: 20px;
}

.left_menu1_level2 {
	color: #ffffff;
	background-color: #12206b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 30px;
}

.left_menu1_level3 {
	color: #ffffff;
	background-color: #22307b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 35px;
}

.left_menu1_level4 {
	color: #ffffff;
	background-color: #32408b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 40px;
}

.left_menu1_level5 {
	color: #ffffff;
	background-color: #42509b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 45px;
}

.left_menu2_head {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
}

.left_menu2_text {
	color: #393939;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 8px;
	letter-spacing: -1.0px;
}

.left_menu3_head {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 183px;
	height: 70px;
	/*background-image: url(../img/upload/200903/vf_logo_color_183.jpg);*/
	/*background-repeat: no-repeat;*/
}

.left_menu3_text {
	color: #393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 8px;
	letter-spacing: -1.0px;
}

.right_menu1_text {
	color: #5f5f5f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 4px;
	letter-spacing: -0.8px;
}

.right_menu2_text {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-left: 20px;
}

.right_menu3_text {
	color: #1d1d1d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-left: 8px;
	letter-spacing: -1.0px;
	height: 60px;
}

.bottom_menu1_text {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -1.0px;
}

.news_form, .articleoffer {
	margin: 5px 0 10px 20px;
}

.articleoffer INPUT, .articleoffer TEXTAREA {
	width: 130px;
	color: #606060;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.articleoffer TEXTAREA {
	font-weight: normal;
	font-size: 11px;
	color: black;
	height: 200px;
}
 
.offer_warning {
	padding: 5px 0;
	color: red;
}

.news_head {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.news_text {
	color: #707070;
	font-size: 8px;
	font-weight: bold;
	margin: 3px 0;
	text-transform: uppercase;
}

.news_form INPUT {
	width: 130px;
	color: #606060;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.news_ok {
	margin: 10px 0;
}

.news_ok_horizontal {
	margin: 18px 18px;
	float: left;
}

#intro_skip A {
	padding: 2px 5px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#intro_skip A.eng {
	background-image: url(../img/gb.gif);
}
#intro_skip A.cze {
	background-image: url(../img/cz.gif);
}
#intro_skip A.hun {
	background-image: url(../img/hu.gif);
}
#intro_skip A.pol {
	background-image: url(../img/pl.gif);
}
#intro_skip A.slo {
	background-image: url(../img/sk.gif);
}

.log_head {
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}

.log_text {
	color: #5f5f5f;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-left: 14px;
}

.log_errortext {
	color: #ff0000;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-left: 14px;
}

.log_field {
	color: #606060;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-left: 14px;
}

.log_ok {
	margin-left: 14px;
}

.search_link {
	color: #606060;
	text-decoration: none;
}

.search_head {
	color: #606060;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
}

.search_text {
	color: #707070;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin: 5px 0;
}

.search_ok {
	color: #606060;
	text-decoration: none;
	margin: 5px 0;
}

.search_input {
	color: #606060;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin: 5px 0;
}

.v4_main_top {
	border-top: solid 1px #7f7f7f;
}

.v4_main_middle2 {
	border-top: solid 1px #7f7f7f;
}

.more {
	background-image: url(../img/design/arrowdn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 0;
	clear: left;
	display: block;
	padding: 3px 0 3px 22px;
}

/*
.v4_main_right {
	border-right: solid 1px #7f7f7f;
}
*/

.main_head { 
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
	color: #323232;
	clear: left;
}

.phone_table_row_0 {
	background-color: #efefef;
}

.phone_table_row_1 {
	background-color: #ffffff;
}

.articletitle { 
	font-style: normal;
	font-size: 10px;
	color: #7f7f7f;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
}

.articletitle_mti { 
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
	margin: 12px 0px 5px 0px;
	clear: left;
}

.articleintro { 
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #4c4c4c;
	clear: left;
}

.articlestyle { 
	font-style: normal;
	font-size: 10px;
	color: #4c4c4c;
	clear: left;
}

.article_detaillink { 
	font-size: 10px;
	text-decoration: none;
	color: #7f7f7f;
}

.articledate { 
	font-size: 10px;
	font-weight: bold;
	color: #4c4c4c;
}

.articledate2 {
	display: inline;
	color: #aaaaaa;
}

.articlesrc {
	padding-left: 10px;
	display: inline;
	color: #aaaaaa;
}

.alist_banner IMG {
	margin: 0 auto 10px auto;
	border: 0;
	padding: 0;
}

.news_PAP {
	background-image: url(../img/pl.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding: 0 0 0 22px;
}
.news_MTI {
	background-image: url(../img/hu.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding: 0 0 0 22px;
}
.news_TASR {
	background-image: url(../img/sk.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding: 0 0 0 22px;
}
.news_CTK {
	background-image: url(../img/cz.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding: 0 0 0 22px;
}

.pbutton {
 background-color: white;
 border: solid 1px black;
 font: bold 10px Verdana;
 width: 65px;
 cursor: pointer;
}

.mybutton {
	color: #FFFFFF;
	background-color: #032e6b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-color: #e5e2e7 #372556 #372556 #e5e2e7; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.vmachine_gomb {
	color: #FFFFFF;
	background-color: #808080;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-color: #e5e2e7 #372556 #372556 #e5e2e7; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.foldermenu { 
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.foldertitle { 
	font-style: normal;
	font-size: 17px;
	font-weight: bold;
	color: #005CA2;
	text-decoration: none;
}

.fulmenu { 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.i_foldermenu_main {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.i_foldermenu_sub { 
	font-style: normal;
	font-size: 10px;
	color: #302B11;
	text-decoration: none;
}

.docliststyle { 
	font-style: normal;
	font-size: 10px;
	color: #005ca2;
}

.linkliststyle { 
	font-style: normal;
	font-size: 12px;
}

.menulink { 
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.path { 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.pathlink { 
	font-size: 11px;
	color: #000080;
}

.impr { 
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.sitemap_link { 
	font-style: normal;
	font-size: 9px;
	text-decoration: none;
	color: #005CA2;
}

.imprlink { 
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
	color: #000080;
}

.forum_fo {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #A50000;
}

.forum_pager {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.forum_lablec {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.forum_disabled {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #747474;
}

.forum_mezo {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.forum_fejlec {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

.forum_input {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.forum_leiras {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background-color: #F4F4F4;
}

.forum_lablec {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.forum_description {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.forum_gomb {
	background-color: #A50000;
	font: 10px Arial;
	font-weight: bold;
	color: white;
	border: solid 1px white;
	cursor: pointer;
}

.forum_gomb_disabled {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #C9C9C9;
}

.skin0 {
position:absolute;
text-align:left;
width:200px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
}

.skin1 {
cursor:default;
position:absolute;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width:120px;
background-color:menu;
border:1px solid buttonface;
visibility:hidden;
}

.menuitems {
	padding-left:15px;
	padding-right:10px;
}

.defaulthandlertext { 
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

#awstats {
  /*border: 1px solid black;*/
  color: #ffffff;
}
#awstats caption {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #b2b2b2;
}
#awstats th {
  text-align: center;
}
#awstats td {
  /*width: 100px;*/
  text-align: center;
}
#copy {
  font-size: 8px;
  color: #ffffff;
  padding-bottom: 5px;
}
#copy a {
  font-size: 8px;
  color: #ffffff;
  text-decoration: none;
}
.fn_h {
  display: none;
}
