/* Page & Div */

		/* System */

html{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Geneva CY, Sans-Serif, Verdana, Tahoma, Arial;
	font-size: 10px;
	/*IE<7 full fixed*/
	background: #ffffff url(/images/dot.gif) no-repeat;
    background-attachment: fixed;
	
}

#allpage {
	position: relative;
	z-index: 100;
	min-height: 100%;
	margin-bottom: -50px;
	width: 100%;
	background: #ffffff;
}

* html #allpage {
	height: 100%;
}

#emptyblock {
	position: relative;
	height: 50px;
	clear: both;
}

#xfooter {
	position: relative;
	height: 45px;
	z-index: 120;
	background: #ff8c00;
	font-size:1.2em;
}


		/* User */
		
#topmenu {
	position: relative;
	height: 46px;
	background: #ff8c00 url(/images/sun.png) top right no-repeat;
	text-align: center;
}
#undermenuline {
	position: relative;
	height: 5px;
	background: #fde9d9;
	width: 96%;
	margin: 0 0 0 2%;
}
#overfooterline {
	position: relative;
	height: 5px;
	background: #fde9d9;
	width: 96%;
	z-index: 120;
	margin: 0 0 0 2%;
}

#logo_and_pics {
	position: relative;
	height: 120px;
	width: 98%;
	margin:0;
}

#titletext {
	margin-bottom: -6px;
}

#popular_countries {
	position: relative;
	background: #fde9d9;
}

#other_countries {
	position: relative;	
	border-right: 2px solid #fde9d9;
	border-bottom: 2px solid #fde9d9;
	/*background: url(/images/cbrb_color.png) bottom right no-repeat;*/
}

#infotext {
	position: relative;
	width: 95%;
	margin-left: 2%;
	font-size:1.45em;
	line-height:1.4em;
}

#infotext h1 {
	font-size:1.6em;
	margin:10px 0;
	padding:0;
}



/* Text */

.maintitle {
	color: #ffffff;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

	h3.maintitle {
		font-size:1.8em;
		margin-top:0px;
	}

.light_form_title {
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: -2px;
}

	h3.light_form_title {
		font-size:1.8em;
	}

.countries_title {
	margin-bottom: 0px;
	margin-top: -15px;
	margin-left: 10px;
}

	h4.countries_title {
		font-size:1.8em;
	}
	
h3.left_news_title {
	color:black;
	font-size:1.8em;
	margin:.33em 0;
}

.news_announce {
	width:208px;
}

	.news_announce p {
		font-size:1.3em;
	}
	
		.news_announce p a {text-decoration:underline; color:black;}
		.news_announce p a:hover {text-decoration:none;}
		.news_announce p a:visited {text-decoration:underline; color:#666}
	
	.news_announce .newsdate {
		display:block;
		color:grey;
	}

div#tourist_calendar {
	font-size:1.25em;
	background-color:#fef5b8;
	width:96%;
	margin:1em auto;
}

#tourist_calendar p {color:#333; padding:0 .66em;}
#tourist_calendar h3 {color:#333; padding:0 .66em; font-size:1.2em;}
#tourist_calendar h4 {color:#333; padding:0 .66em; font-size:1em;}
#tourist_calendar .cur_type a {color:maroon; text-decoration:underline;}
	#tourist_calendar .cur_type a:hover {text-decoration:none;}
#tourist_calendar p a {color:black;text-decoration:underline}
	#tourist_calendar p a:hover {text-decoration:none}

div#copyleft {display:block; background:url(/images/copyleft_top.gif) top left no-repeat #eee; text-align:center; width:300px}
	div#copyleft p {padding:.5em; font-size:1.2em; text-align:center}
	
div#copyleft_inner {background:url(/images/copyleft_btm.gif) bottom left no-repeat;}


/* Links */

a {
	color: #00008b;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

a.toplink {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.toplink {
	color: #cc0000;
	text-decoration: none;
}

a.popular_countries_link {
	color: #b22222;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.popular_countries_link {
	color: #cc0000;
	text-decoration: none;
}

a.other_countries_link {
	color: #b22222;
	font-size: 1.5em;
	text-decoration: underline;
}
a:hover.other_countries_link {
	color: #cc0000;
	text-decoration: none;
}





/* Tables */

td {
	font-size: 90%;
}

.border_bottom_1 {
	border-bottom: 5px solid #055a8d;
}

.form_border {
	/*border: 2px solid #ffffff;
	background-color:#f0f0f0;*/
}

.color_1 {
	background-color: #f0f0f0;
}

.color_2 {
	background-color: #055a8d;
}



/* Images */

img.png {
	behavior: url("/png.htc");
}



/* Forms */



/* Other */

.top-left {
	background: url(/images/ctl.png) top left no-repeat;
	height: 5px;
}
.top-left-big {
	background: url(/images/ctlb.png) top left no-repeat;
	height: 25px;
}
.top-right {
	background: url(/images/ctr.png) top right no-repeat;
	height: 5px;
}
.top-right-big {
	background: url(/images/ctrb.png) bottom right no-repeat;
	height: 25px;
}
.bottom-left {
	background: url(/images/cbl.png) bottom left no-repeat;
	height: 5px;
}
.bottom-right {
	background: url(/images/cbr.png) bottom right no-repeat;
	height: 5px;
}
.bottom-right-big {
	background: url(/images/cbrb.png) bottom right no-repeat;
	height: 25px;
}

/* ICO */

a.tmt {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/images/ico16x16_0.gif) center left no-repeat;
}

a.tmt:hover {
	background:transparent url(/images/ico16x16.gif) center left no-repeat;
}

/* NEWSBLOCK2 */

div#newsblock2 {
	width:96%;
	background-color:#f6f6f6;
	margin:1em auto;
	padding:0;
	display:block;
}

	div#newsblock2 .txt td {font-size:1.2em;}
	div#newsblock2 .txt td span.newsdate {display:block;}
	div#newsblock2 h1 {font-size:1.7em;margin:10px 0 0 10px;}
	
/* TOP ICONS */

.topicons {
	padding:0 6px;
	display:inline;
}

/* LINKS */

a.pdflink {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(/images/icon_pdf.gif) center left no-repeat;
}

a.ziplink {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(/images/icon_rar.gif) center left no-repeat;
}
