@charset "utf-8";

body, label, textarea, input, select, h6, h5, h4, p
{
	font: 11px Verdana, Tahoma, "Microsoft Sans Serif", Helvetica, Arial, sans-serif;
}

html
{
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color:#CBCDC3;
	scrollbar-darkshadow-color:#CBCDC3;
	scrollbar-shadow-color: White;
	scrollbar-arrow-color: Black;
	scrollbar-track-color: #FFD11B;
}
body 
{
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	background-image: url(gfx/bg.jpg);
	background-color:#8C8E83;
	background-attachment: fixed;
	background-repeat:repeat-x;
	color: #666666;
}
div.center
{
	background-image: url(gfx/bg.jpg);
	background-repeat: no-repeat;
	width: 942px;
	height: 589px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
}
body#rss
{
	background-color: #F4F5EF;
	background-image: none;
}
a img, a:visited img
{
	border: none;
}
a, a:link, a:visited
{ 
	text-decoration: none;
	color: #999;
}
a:hover, a:link:hover, a:visited:hover
{ 
	color: #FF9900;
}
a:active, a:link:active, a:visited:active
{ 
	color: #FFFFFF;
}

.head, .foot
{
	width: 986px;
}
.head
{
	position: absolute;
	left: 0;
	right: 0;
	height: 244px;
	background-color: White;
}
.left, .right
{
	position: absolute;
	top: 5px;
}
.left
{
	left: 5px;
}
.right
{
	right: 5px;
}
#bottom
{
	top: 210px;
	color: White;
	font-size: 13px;
	font-weight: bold;
}
#topmenu
{
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 253px;
	height: 218px;
	overflow: auto;
	background-color: transparent;
	background-image: url(gfx/main_menu.bg.jpg);
	background-repeat: no-repeat;
	color: White;
	padding: 0;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, 
#topmenu a:hover, #topmenu a:link:hover, #topmenu a:visited:hover,
#topmenu a:active, #topmenu a:link:active, #topmenu a:visited:active
{
	color: White;
	display: block;
}

.banner
{
	position: absolute;
	left: 260px;
	top: 87px;
	width: 736px; 
	height: 214px;
	border-top: 3px solid #ccc;
}
#logo
{
	position: absolute;
	left: 34px;
	top: 30px;
}
.bottomtopmenu
{
	position: static;
	left: 4px;
	bottom: 4px;
	width: 985px; 
	height: 49px;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	text-align: center;
}
.foot
{
	position: absolute;
	left: 0;
	top: 794px;
	height: 28px;
	color: #F5BC0F;
	background-color: White;
}
.foot a:link, .foot a:visited
{
	color: #F5BC0F;
}
.page
{
	position: absolute;
	left: 260px;
	top: 100px;
	width: 736px; 
	padding: 0;
	overflow: auto;
}
.page h2
{
	height: 33px;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #666666;
}

.text
{
	padding: 10px 26px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6
{
	margin-bottom: auto;
	background-color: transparent;
	color: #F5BC0F;
	font-weight: bold;
	text-align: left;
}
.text h1
{
	font-size: 17px;
}
.text h2
{
	font-size: 15px;
}
.text h3
{
	font-size: 13px;
}
.text h4
{
	font-size: 11px;
}
.text h5
{
	font-size: 10px;
}
.text h6
{
	font-size: 9px;
}



/* news */
div.news
{
	float: left;
	width: 156px;
	height: 100px;
	overflow: hidden;
	background-color: #E3E4DA;
	border: 1px solid white;
	margin:2px;
	padding:1px;
	text-align:center;
}
div.news div.news, div.news h4, div.news a.newslink, div.news a.newslink:visited
{
	width: 125px;
}
div.news div.news
{
	text-align: justify;
	clear: both;
	padding: 10px 15px;
	margin-bottom: 10px;
	min-height: 180px;
	border: #DDE0D2 dotted 1px;
	background-color: White;
}
/*div.news .newsphotolink, div.news .newsphotolink:link, div.news .newsphotolink:visited
{
}
div.news .newsphotolink:hover, div.news .newsphotolink:active, 
div.news .newsphotolink:link:hover, div.news .newsphotolink:visited:hover, 
div.news .newsphotolink:link:active, div.news .newsphotolink:visited:active
{
}*/
div.news .newsphoto
{
	margin: 7px 0 3px 0;
	width: 85px;
	height: 64px;
}
div.news h4
{
	margin: 0;
	padding: 0;
}
div.news .newstitle
{
	text-align: left;
	font-weight: bold;
	background-color: #F0F1E9;
	padding:2px;
	width: 152px;
	height: 16px;
	overflow:hidden;
}
div.news a:hover, div.news a:link:hover, div.news a:visited:hover,
div.news a:active, div.news a:link:active, div.news a:visited:active
{
	text-decoration: none;
	cursor: pointer;
}
div.news a:hover .newstitle, div.news a:link:hover .newstitle, div.news a:visited:hover .newstitle,
div.news a:active .newstitle, div.news a:link:active .newstitle, div.news a:visited:active .newstitle
{
	color: #FF6600;
	background-color: white;
}
div.news .newsdate
{
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	display:none;
}
div.news .newstext
{
}
div.news a.newslink, div.news a.newslink:visited
{
	display: block;
	text-align: left;
	text-decoration: none;
}
.newshr
{
	display: none;
}
h5, div.news h4/*, div.news a.newslink, div.news a.newslink:visited*/
{
	color: #666666;
}
div.news a.newslink:hover, div.news a.newslink:visited:hover, div.news a.newslink:active, div.news a.newslink:visited:active
{
	text-decoration: underline;
}
div.news address
{
	height: 16px;
	margin: -16px 0 0;
}

div.places_gallery
{
	width: 491px;
	height: 371px;
	padding: 0;
	margin: 0;
	background-image: url(gfx/gallery.gif);
	background-repeat: no-repeat;
	overflow: auto;
}
body#eat div.text, body#sleep div.text, body#drink div.text, body#fun div.text
{
	overflow: visible;
	padding: 0;
}

div.gallery
{
	float: left;
	margin: 2px;
}

div.gallery a img, div.gallery a:link img, div.gallery a:visited img
{
	width: 85px;
	height: 64px;
	padding: 0;
	border: 3px solid White;
}
div.gallery a:hover img, div.gallery a:link:hover img, div.gallery a:visited:hover img
{
	border-color: Gray;
}

/* places info news */
div.places
{
	float: left;
}
div.places div.news, 
div.places .newsphoto, div.places_gallery .newsphoto, 
div.places .newstitle, div.places_gallery .newstitle, 
div.places .newstext, div.places_gallery .newstext, 
div.places .newsinfo
{
	overflow: hidden;
	background-color: Transparent;
	margin: 0;
	padding: 0;
}
div.places div.news
{
	float: none;
	clear: left;
	width: 494px;
	height: 125px;
	margin-bottom: 1px;
	border-style: none;
	cursor: pointer;
	background-image: url(gfx/news.gif);
	background-repeat: no-repeat;
}
div.places .newsphoto, div.places_gallery .newsphoto, 
div.places_gallery .newslink, 
div.places_gallery .newsinfo,
div.places_gallery .newsgall
{
	float: left;
}
div.places .newsphoto
{
	width: 123px;
	height: 92px;
	padding-left: 14px;
	padding-top: 17px;
}
div.places_gallery .newsphoto
{
	display: inline;
	width: 123px;
	height: 92px;
	background-color: #D9D9D9;
	/*padding: 6px;*/
	padding: 4px;
	margin-left: 16px;
}
div.places_gallery .newsgall
{
	display: inline;
	margin-left: 16px;
	margin-top: 1px;
}
div.places_gallery .newsgall .gallery
{
	border-style: none;
	/*width: 16px;
	height: 16px;*/
	width: 21px;
	height: 21px;
	overflow: hidden;
	margin: 0 1px 0 0;
	padding: 0;
	background-color: #D9D9D9;
}
div.places_gallery .newsgall .gallery a
{
	position: absolute;
	/*width: 16px;
	height: 16px;*/
	width: 21px;
	height: 21px;
	overflow: hidden;
	text-align: center;
	color: Gray;
	line-height: 14px;
}
div.places_gallery .gallery a img, div.places_gallery .gallery a:link img, div.places_gallery .gallery a:visited img
{
	/*width: 21px;
	height: 16px;*/
	width: 28px;
	height: 21px;
	border-style: none;
	cursor: pointer;
}
#zoomphoto
{
	/*filter: progid:DXImageTransform.Microsoft.blendTrans(Duration=2.0) progid:DXImageTransform.Microsoft.MotionBlur(add=1,direction=225);*/
	/*filter: blur(add=true, direction=255) blendTrans(Duration=2.0);*/
}
div.places_gallery .newslink
{
	margin-left: 16px;
	margin-top: 8px;
}
div.places_gallery .newsinfo
{
	display: inline;
	margin-left: 16px;
	margin-top: 8px;
}
div.places .newsphoto img, div.places_gallery .newsphoto img
{
	width: 123px;
	height: 92px;
    cursor: pointer;
}
div.places .newstitle, div.places_gallery .newstitle, 
div.places .newstext, div.places_gallery .newstext, 
div.places .newsinfo
{
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}
div.places .newstitle, div.places_gallery .newstitle, 
div.places .newsinfo
{
	width: 279px;
	text-align: right;
}
div.places .newstitle, div.places_gallery .newstitle
{
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: White;
}
div.places .newstext, div.places .newsinfo
{
	margin-top: 3px;
}
div.places .newstext, div.places_gallery .newstext
{
	text-align: justify;
}
div.places .newstext
{
	width: 324px;
	height: 71px;
}
div.places .newstext p
{
	margin-top: 0;
}
div.places_gallery .newstext
{
	margin-top: 11px;
	width: 304px;
	height: 308px;
	overflow: auto;
	overflow-x: hidden;
}
div.places .newsinfo
{
}
.newsback, .newsback:hover
{
	display: block;
	position: absolute;
	left: 340px;
	top: 346px;
	width: 130px;
	height: 14px;
	text-align: right;
}

body#rss div.news
{
	float: none;
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	border-style: none;
	background-color: transparent;
	overflow: visible;
	margin:2px;
	padding:4px;
	text-align:center;
}
body#rss div div.news
{
	float: left;
	clear: none;
	display: block;
	width: 40%;
	height: 120px;
	background-color: transparent;
	border-style: none;
	margin:2px;
	padding:4px;
	text-align:center;
}
body#rss div div.news div.news
{
	background-color: #E3E4DA;
	border: 1px solid White;
}
body#rss div div.news .newstitle
{
	float: none;
	clear: both;
	display: inline;
	text-align: center;
	background-color: #F0F1E9;
	padding:2px;
	width: 98%;
	height: 28px;
}
body#rss div.news a.newslink, body#rss div.news a.newslink:visited
{
	float: none;
	clear: both;
	display: inline;
	text-align: center;
	text-decoration: none;
}
body#rss div div.news address
{
	float: none;
	clear: both;
	display: inline;
	padding: 0;
	width: auto;
	height: auto;
}
body#rss div div.news .newsphoto
{
	float: none;
	clear: both;
	display: block;
	padding: 0;
	width: auto;
	height: auto;
}

/* pager */
body#gallery div.pager
{
	display: none;
}

div.pager, 
div.pager div.relative, div.pager div.absolute
{
	display: block;
	float: right;
	height: 368px;
}
div.pager
{
	/*width: 52px;*/
	width: 26px;
}
div.pager div.relative, div.pager div.absolute
{
	width: 26px;
}
div.pager div.pager_btn
{
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	padding: 0 1px 0 0;
	overflow: hidden;
	background-image: url(gfx/pager_btn.bg.gif);
	background-repeat: no-repeat;
}
div.pager div.pager_btn a
{
	display: block;
	float: left;
	width: 26px;
	height: 21px;
	padding-top: 2px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	color: #999;
}
div.pager div.pager_btn a:hover, div.pager div.pager_btn a:active
{
	color: Black;
}
div.pager div.current div.pager_btn
{
	background-image: url(gfx/pager_btn.bg.current.gif);
}
div.pager div.current a
{
	color: Black;
}
div.pager div.next a, div.pager div.previous a, div.pager div.first a, div.pager div.last a
{
	background-repeat: no-repeat;
	background-position: center;
}
div.pager div.next a
{
	background-image: url(gfx/next.gif);
}
div.pager div.previous a
{
	background-image: url(gfx/previous.gif);
}
div.pager div.first a
{
	background-image: url(gfx/first.gif);
}
div.pager div.last a
{
	background-image: url(gfx/last.gif);
}

input, select, textarea
{
	background-color: #ccc;
	border: 2px inset #ccc;
	color: Black;
}
input:focus, select:focus, textarea:focus
{
	background-color: White;
}
input.checkbox, input.link
{
	width: auto;
	border-style: none;
}
input.checkbox
{
	background-color: transparent;
	color: White;
}
input.link
{
	cursor: pointer;
}
fieldset
{
	border: 1px solid #949494;
}
legend
{
	color: #949494;
}
select
{
	border-style: outset;
}
select:active, select:focus
{
	border-style: inset;
}
.button, .button:link, .button:visited
{
	display: block;
	cursor: pointer;
	border: 2px outset #ccc;
	background-color: #ccc;
	color: Black;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
}
.button:hover, .button:link:hover, .button:visited:hover, .button:hover
{
	background-color: White;
	color: #F5BC0F;
	text-decoration: none;
}
.button:link:active, .button:visited:active, .button:active
{
	color: #F5BC0F;
	text-decoration: none;
}
/**/

#xml
{
	display: none; 
	width: 544px; 
	text-align: right;
}


/* menu */
#submenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 276px;
	margin: 0;
	padding: 10px 0 0;
	overflow-x: hidden;
	background-color: transparent;
	background-image: url(gfx/menu.bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: auto;
	width: 310px;
}
#submenu ul
{
	width: 302px;
	text-align: left;
	margin: 0;
	padding: 0;
	border-style: none;
	list-style-type: none;
}
#submenu ul li
{
	/*background-image: url(gfx/menu.bg.gif);
	background-repeat: repeat-x;
	list-style-image: url(gfx/menu.bull.gif);*/
	margin: 0;
	border-bottom: 1px dotted #DADCD0;
	/*padding: 0px 0 14px;*/
}
#submenu ul ul li
{	
	/*list-style-image: url(gfx/menu.bull.gif);*/
	margin-left: 10px;
	border-bottom-style: none;
}
#submenu div
{	
	height: 20px;
	overflow: hidden;
}

#submenu a.menu, #submenu a.menu:link, #submenu a.menu:visited
{
	display: block;
	color: #999;
	margin: 0;
	width: 100%;
	/*height: 20px;*/
	padding: 0 0 0 6px;
	background-image: url(gfx/menu.bull.gif);
	background-repeat: no-repeat;
}
#submenu a.menu:hover, #submenu a.menu:active, #submenu a.menu#current
{
}
#submenu a.menu#current
{
	/*list-style-image: url(gfx/menu.bull.current.gif);*/
	background-image: url(gfx/menu.bull.current.gif);
	background-repeat: no-repeat;
	color: #333333;
	border-style:none;
}
#submenu a.menu#currentsub
{
}
#submenu a.menu:hover, #submenu a.menu:link:hover, #submenu a.menu:visited:hover, 
#submenu a.menu:active, #submenu a.menu:link:active, #submenu a.menu:visited:active 
{
	/*left: 20px;
	height: 20px;*/
	color: #FF9900;
	background-image: url(gfx/menu.bull.hover.gif);
	background-repeat: no-repeat;
}
#submenu ul ul a:hover 
{
	background-image: url(gfx/menu.bull.hover.gif);
	background-repeat: no-repeat;
}



/* main menu */
#topmenu
{
	position: absolute;
	left: -5px;
	top: 2px;	
	width: 573px;
	height: 26px;
	padding: 5px 0 0 8px;
	margin: 0;
	overflow: hidden;
	/*background-color: #6C0D00;*/
	background-image: url(gfx/topmenu.bg.gif);
	background-repeat: no-repeat;
}
#topmenu ul
{
	display: inline;
	overflow: hidden;
	height: 42px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-style: none;
}
#topmenu ul li
{
	/*list-style-image: url(gfx/menu.bull.gif);*/
	display: inline;
	overflow: hidden;
	height: 42px;
	padding: 0;
	margin: 0;
}
#topmenu div
{	
	display: inline;
	overflow: hidden;
	height: 42px;
	margin: 0;
	padding: 0;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, 
#top a:hover, #topmenu a:link:hover, #topmenu a:visited:hover,
#topmenu a:active, #topmenu a:link:active, #topmenu a:visited:active
{
}
#topmenu a.menu, #topmenu a.menu:link, #topmenu a.menu:visited
{
	display: inline;
	padding: 0 0 0 12px;
	margin: 0 6px;
	color: #FFFAD0;
	text-decoration: none;
	background-image: url(gfx/inline_menu_bullet.gif);
	background-repeat: no-repeat;
	/*height: 20px;*/
}
#topmenu a.menu#current, 
#topmenu a.menu:hover, #topmenu a.menu:link:hover, #topmenu a.menu:visited:hover, 
#topmenu a.menu:active, #topmenu a.menu:link:active, #topmenu a.menu:visited:active
{
	color: #666666;
}
#topmenu a.menu#current, #topmenu a.menu#currentsub
{
	color: #666666;
	padding-bottom:4px;
	font-weight:bold;
	cursor: default;
}
#topmenu a.menu:hover, #topmenu a.menu:link:hover, #topmenu a.menu:visited:hover, 
#topmenu a.menu:active, #topmenu a.menu:link:active, #topmenu a.menu:visited:active
{
	background-image: url(gfx/inline_menu_bullet_02.gif);
}

#foot_menu a, #foot_menu :link, #foot_menu :visited
{
	color: white;
}
#foot_menu a#en.en, #foot_menu a#de.de, #foot_menu a#pl.pl, #foot_menu a#ru.ru
{
	color: #333333;
}
#foot_menu a#en img, #foot_menu a#de img, #foot_menu a#pl img, #foot_menu a#ru img
{
	border: 1px solid orange;
}
#foot_menu a#en.en img, #foot_menu a#de.de img, #foot_menu a#pl.pl img, #foot_menu a#ru.ru img
{
	border: 1px solid white;
}
#form input, #form textarea
{
	background-color:#FFD11B;
}

body#gallery div.page
{
	text-align: left;
}
a.back
{
	display: none;
	overflow: hidden;
	clear: both;
	margin-left: 10px;
	margin-right: 24px;
	margin-bottom: 24px;
	padding: 4px 8px 0 32px;
	width: 192px;
	height: 19px;
	background-image: url(gfx/back_bg.gif);
}
a.back:hover
{
	background-image: url(gfx/back_bg_on.gif);
	color: Black;
}
