@CHARSET "ISO-8859-1";


body {
  margin		: 0;
  border		: 0;
  padding		: 0;
  height		: 100%;
  max-height	: 100%;
  background	: #fff;
  overflow		: auto;
  }


dl, dt, dd, ul, li, h1 {
	margin			: 0px;
	padding			: 0px;
	list-style-type	: none;
}

li{
	margin-top: 5px;
}
img{
	border: 0px;
}

.transparent60{
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	-khtml-opacity: .6;
}

.transparent70{
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	-khtml-opacity: .4;
}

.transparent80{
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-khtml-opacity: .8;
}

.transparent90{
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	-khtml-opacity: .6;
}

.center{
	text-align:center;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

/*-------- fonts ---------*/
body, table{
	font-family	: Tahoma, Verdana, Sans-serif;
	color: #000;
}

font{
	font-family	: Tahoma, sans-serif;
	font-weight: normal;
}

h1{
	font-size: 13pt;
	font-weight: bold;
}
h2{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
}

a {
	color			: #000000;
	text-decoration	: none;
}

a:hover{
	color			: #d3d3d3;
	text-decoration	: underline;
}

.normal{
	font-size: 11pt;
}
.small{
	font-size: 9pt;
}
.verySmall{
	font-size: 7pt;
}

.bold{
	font-weight : bold;
}

.center{
	text-align: center;
}

.top_nav_font, .top_nav_font a{
	color		: #cccc99;
	font-size	: 10pt;
}
top_nav_font a:hover{
	color: red;
	text-decoration: none;
}

.colorGray{
	color: #555;
}

/*--------index site---------*/

.facebooklike{
	position:absolute;
	left : 10px;
	top: 5px;
	z-index: 30;
}

#horizon{
	z-index		: 2;
	position	: absolute;
	top			: 60%;
	width		: 100%;
	height		: 50%;
	background	: url(../img/index_horizon.jpg);
	background-repeat: repeat-x;
}
#horizonBar{
	z-index		: 3;
	position	: absolute;
	top			: 60%;
	width		: 100%;
	height		: 4px;
	background	: url(../img/index_horizonbar.png);
	background-repeat: repeat-x;
}

#sunrise{
	z-index		: 1;
	position 	: absolute;
	left		: 50%;
	margin-left	: -500px;
	width		: 1000px;
	height		: 100%;
	background	: url(../img/index_sunrise.png);
	background-repeat: no-repeat;
}


#index_logo{
	z-index		: 4;
	position	: absolute;
	top			: 10%;
	margin-top	: -50px;
	left		: 50%;
	margin-left	: -400px;
}

#index_private{
	z-index		: 4;
	position	: absolute;
	top			: 50%;
	margin-top	: -40px;
	left		: 50%;
	margin-left	: -200px;
}

#index_reseller{
	z-index		: 4;
	position	: absolute;
	top			: 50%;
	margin-top	: -100px;
	left		: 50%;
	margin-left	: -350px;
}

#index_industry{
	z-index		: 4;
	position	: absolute;
	top			: 50%;
	margin-top	: -80px;
	left		: 50%;
	margin-left	: 150px;
}

#index_comic{
	z-index : 5;
	position: absolute;
	top			: 50px;
	left		: 50%;
	margin-left	: -580px;
}

#languages_index{
	z-index		: 4;
	position	: absolute;
	top			: 50%;
	margin-top	: -85px;
	left		: 50%;
	margin-left	: -20px;
}

.index_content{
	z-index		: 4;
	position	: absolute;
	top			: 800px;
	left		: 50%;
	margin-left	: -350px;
	width		: 700px;
	background	: none;
}

.ie_warning{
	z-index		: 8;
	position	: absolute;
	bottom		: 0px;
	width		: 100%;
	padding		: 8px;
	background	: #666;
	font-size	: 11pt;
	color		: #fff;
}

.ie_warning a{
	color: #ccc;
}

#copyright a{
	position	: absolute;
	top			: 0px;
	left		: 50%;
	margin-left	: 280px;
	color		: #444;
	font-size	: 8pt;
}

/*--------home site---------*/

#main-container{
	position	: absolute;
	height		: 768px;
	width		: 950px;
	left		: 50%;
	margin-left : -445px;
	background	: url(../img/main_bak.jpg);
	background-repeat: no-repeat;
}

#main-logo{
	position	: absolute;
	top			: 40px;
	left		: 300px;
	z-index		: 5;
}

#languages_main{
	z-index		: 4;
	position	: absolute;
	top			: 45px;
	left		: 50%;
	margin-left	: -350px;
}

/*----------navigation--------*/

.top_nav{
	z-index		: 4;
	position	: absolute;
	top			: 43px;
	left		: 50%;
	margin-left	: 150px;
}

#sampleSetMini{
	z-index		: 4;
	position	: absolute;
	top			: 10px;
	left		: 50%;
	margin-left	: 350px;
	height		: 250px;
	width		: 145px;
	background	: url(../img/sample_mini.png);
	background-repeat: no-repeat;
}

#sampleSet{
	z-index		: 4;
	position	: absolute;
	top			: 68px;
	left		: 50%;
	margin-left	: 155px;
}

.navbar{
	position: absolute;
	top		: 162px;
	left	: 59px;
	z-index	: 2;
	height	: 40px;
	width	: 752px;
	background		: #cccc99;
}
.nav_container{
	position	: absolute;
	top			: 63px;
	left		: 90px;
	z-index		: 3;
	float		: left;
	display		: block;
	background	: transparent;
}
.nav_container_res{
	left		: 140px;
}

.nav_container_ind{
	left		: 140px;
}

.nav_font a{
	font-size	: 10.5pt;
	font-weight	: bold;
	color 			: #666666;
}
.nav_font a:hover{
	color			: #fff;
	text-decoration	: none;
}

.nav{
  	height	: 120px;
  	display	: block;
  	float	: left;
}
.nav a{
	text-decoration	: none;
	display		: block;
	padding		:101px 8px 4px 8px;
	font-size	: 10.5pt;
	font-weight	: bold;
	color		: #666666;
}
* html .nav a{
	width		: 0px;
  	height		: 0px;
}

.nav a:hover{
	text-decoration: none;
	color: #333333;
}
/*
///////////START
*/
	.start a:hover, .start_InActive{
		color		: #666666;
	  	background	: url(../img/start_InActive.png);
	}
	.start_marked a, .start_Active, .start_cont{
		color		: #000;
	  	background	: url(../img/start_Active.png);
	}
	.start_sub a:hover{}
	.start_extra{}
	.start_head, .start_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/start_Active.png);
	}
	* html .start_head, * html .start_foot{
		display: inline;
	}

/*
///////////wed
*/
	.wed a:hover, .wed_InActive{
		color		: #666666;
	  	background	: url(../img/wed_InActive.png);
	}
	.wed_sub a:hover{}
	.wed_marked a, .wed_Active, .wed_cont{
		color		: #000;
	  	background	: url(../img/wed_Active.png);
	}
	.wed_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.wed_head, .wed_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/wed_Active.png);
	}
	* html .wed_head, * html .wed_foot{
		display: inline;
	}

/*
///////////comp
*/
	.comp a:hover, .comp_InActive{
		color		: #666666;
	  	background	: url(../img/comp_InActive.png);
	}
	.comp_sub a:hover{}
	.comp_marked a, .comp_Active, .comp_cont{
		color		: #000;
	  	background	: url(../img/comp_Active.png);
	}
	.comp_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.comp_head, .comp_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/comp_Active.png);
	}
	* html .comp_head, * html .comp_foot{
		display: inline;
	}

/*
///////////clubs
*/
	.clubs a:hover, .clubs_InActive{
		color		: #666666;
	  	background	: url(../img/clubs_InActive.png);
	}
	.clubs_sub a:hover{}
	.clubs_marked a, .clubs_Active, .clubs_cont{
		color		: #000;
	  	background	: url(../img/clubs_Active.png);
	}
	.clubs_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.clubs_head, .clubs_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/clubs_Active.png);
	}
	* html .clubs_head, * html .clubs_foot{
		display: inline;
	}
/*
///////////tourism
*/
	.tourism a:hover, .tourism_InActive{
		color		: #666666;
	  	background	: url(../img/tourism_InActive.png);
	}
	.tourism_sub a:hover{}
	.tourism_marked a, .tourism_Active, .tourism_cont{
		color		: #000;
	  	background	: url(../img/tourism_Active.png);
	}
	.tourism_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.tourism_head, .tourism_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/tourism_Active.png);
	}
	* html .tourism_head, * html .tourism_foot{
		display: inline;
	}

/*
///////////party
*/
	.party a:hover, .party_InActive{
		color		: #666666;
	  	background	: url(../img/party_InActive.png);
	}
	.party_sub a:hover{}
	.party_marked a, .party_Active, .party_cont{
		color		: #000;
	  	background	: url(../img/party_Active.png);
	}
	.party_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.party_head, .party_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/party_Active.png);
	}
	* html .party_head, * html .party_foot{
		display: inline;
	}

/*
///////////events
*/
	.events a:hover, .events_InActive{
		color		: #666666;
	  	background	: url(../img/events_InActive.png);
	}
	.events_sub a:hover{}
	.events_marked a, .events_Active, .events_cont{
		color		: #000;
	  	background	: url(../img/events_Active.png);
	}
	.events_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.events_head, .events_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/events_Active.png);
	}
	* html .events_head, * html .events_foot{
		display: inline;
	}

/*
///////////hotel
*/
	.hotel a:hover, .hotel_InActive{
		color		: #666666;
	  	background	: url(../img/hotel_InActive.png);
	}
	.hotel_sub a:hover{}
	.hotel_marked a, .hotel_Active, .hotel_cont{
		color		: #000;
	  	background	: url(../img/hotel_Active.png);
	}
	.hotel_extra{
		position: absolute;
		top: 65px;
		left: 80px;
	}
	.hotel_head, .hotel_foot{
		display: inline-block;
		height: 10px;
		background	: url(../img/hotel_Active.png);
	}
	* html .hotel_head, * html .hotel_foot{
		display: inline;
	}


/*--------content----------*/
.content{
	position	: absolute;
	top			: 210px;
	left		: 75px;
	width		:600px;
	background	: gray;
	z-index		: 15;
}

.textframe{

	position 	: absolute;
	top			: 30px;
	left		: 250px;
	background	: none;
}
.textframe_width480{
	width: 480px;
}
.textframe_headfoot_480{
	width: 448px;
}

.submenuTop, .submenuBottom{
	text-align: center;
}

.submenuTop a{
	height: 10px;
	font-size : 10pt;
	padding		:2px 4px 2px 4px;
	vertical-align: 5px;
}
* html .submenuTop a{
	font-size : 10pt;
	padding		:1px 4px 3px 4px;
	vertical-align: 0px;
}

.submenuTop img{
	vertical-align: 0px;
}

.submenuTop a:hover{
	color: #ccc;
	text-decoration: none;
}

.submenuBottom a{
	font-size : 10pt;
	padding		:2px 4px 3px 4px;
	vertical-align: 6px;
}
* html .submenuBottom a{
	height: 1px;
	font-size : 10pt;
	padding		:2px 4px 4px 4px;
	vertical-align: -1px;
}

.submenuBottom a:hover{
	color: #ccc;
	text-decoration: none;
}

.submenuTop img{
	vertical-align: 0px;
}

.textcontent{
	height: 380px;
	margin-right : 2px;
	padding		:5px 30px 4px 30px;
	overflow	: auto;
}


.content_mini{
	position: absolute;
	z-index	: 1;
	top		: 0px;
	left	: -10px;
}

.prices{
	margin-left: 65px;
	background: none;
	padding		:10px 5px 10px 5px;
	font-size	: 10pt;
}

.about_us_table{
	padding: 0px;
}

.sorts_table{
	width		: 420px;
	background	: none;
}

//forms

.formOk{
  font-size 	: 10pt;
  color 		: green;
}
.formFail{
  font-size 	: 10pt;
  color 		: red;
}

#FrogJS{
	width: 420px;
	height: 200px;
	margin: 0 auto;
}
#FrogJSCredit{
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;
	}
#FrogJSCaption{
	text-align: left;
	line-height: 140%;
}
