body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #007ADE url('../../images/css/body-bg.jpg') 50% 0px repeat-x fixed;
	color: #011369;
	font-size: 60%;
}

body.product {
	background: #007ADE;
}

body.album {
	color: #011369;
}

body.ntl {
}

table {
  font-size: 100%;
}

img, table, tr, td, th, div, span, p, form {
  border: 0px none;
  padding: 0px;
  margin: 0px;
}

td {
	vertical-align: top;
}

a:link, a:visited, a:hover {
	color: #525252;
}

a:link, a:visited {
	text-decoration: none;
}

div.main-container {
	width: 972px;
	position: absolute;
	left: 50%;
	margin-left: -486px;
}

div.top-container {
	width: 100%;
	height: 300px;
	background: url('../../images/css/logo-bg.png') 0% 0% no-repeat;
}

body.ntl div.top-container {
	height: 250px;
	background: none;
}

div.top-banner {
	padding-top: 73px;
	overflow: hidden;
	background: url('../../images/css/top-banner-bg.jpg') 0% 73px no-repeat;
}

body.ntl div.top-banner {
	padding-top: 23px;
	background-position: 0% 23px;
}

div.top-banner img {
	display: block;
}

div.top-banner-logo {
	position: absolute; 
	width: 972px;
	height: 70px;
	background: url('../../images/css/ND-logo.gif') 32px 6px no-repeat;
}

body.ntl div.top-banner-logo {
	background: url('../../images/css/ND-logo-transp.png') 868px 30px no-repeat;
	z-index: 100;
	height: 100px;
}

div.top-banner-language {
	position: absolute; 
	height: 21px;
	margin-top: 48px;
	background: #525252;
	opacity: 0.73;
	moz-opacity: 0.73;
	filter: alpha(opacity=73);
}

body.ntl div.top-banner-language {
	margin-top: -2px;
}

div.top-banner-language-flags {
	position: absolute; 
	height: 13px;
	margin: 52px 0px 4px 0px;
}

body.ntl div.top-banner-language-flags {
	margin-top: 2px;
	z-index: 110;
}

div.top-banner-language-flags a {
	margin-right: 5px;
}

div.top-banner-logo a {
	display: block;
	height: 82px;
}

div.menu-container {
}

div.menu {
	padding: 0px 0px 3px 0px;
	background: url('../../images/css/menu-bg.gif') 0% 0% repeat-x;
}

table.menu {
	width: 972px;
}

table.menu tr td {
	text-align: center;
	vertical-align: middle;
	padding: 8px 10px 7px 12px;
	font-size: 125%;
}

table.menu tr td.menu-item-first {
	padding-left: 10px;
	background: none;
}

table.menu tr td.menu-item-selected {
}

table.menu tr td.menu-item-none {
	width: 0px;
	padding: 0px;
}

div.submenu {
	position: absolute;
	z-index: 200;
	top: 331px;
	margin-left: 2px;
	background: #BFE7FD;
	font-size: 80%;
	overflow: hidden;
}

body.ntl div.submenu {
	top: 281px;
}

div.submenu-item {
	background: #BFE7FD;
	padding: 4px;
	margin-top: 2px;
}

div.submenu-item-selected {
	background: #097CEF;
}

div.menu a, div.menu span {
	font-weight: bold;
}

div.submenu-item a.menu-subitem, div.submenu-item span {
	text-transform: none;
}

div.menu a {
}

div.menu a:link, div.menu a:visited {
	color: #525252;
}

div.menu a:hover {
	color: #0274E7;
}

div.menu a.menu-item-selected {
}

div.menu a.menu-item-extra {
	font-size: 75%;
}

div.menu a.menu-item-extra2 {
	font-size: 65%;
}

div.menu a.menu-item:link, div.menu a.menu-item:visited {
	color: #525252;
}

div.menu a.menu-item:hover {
	color: #0274E7;
}

div.menu a.menu-item-selected:link, div.menu a.menu-item-selected:visited {
	color: #0274E7;
}

div.submenu-item a.menu-item-selected:link, div.submenu-item a.menu-item-selected:visited {
	color: #FFFFFF;
}

div.submenu-item a.menu-subitem:link, div.submenu-item a.menu-subitem:visited {
	color: #0274E7;
}

div.submenu-item-selected a.menu-subitem:link, div.submenu-item-selected a.menu-subitem:visited {
	color: #011369;
}

div.submenu-item a.menu-subitem:hover {
	color: #011369;
}

div.menu a.menu-item-selected:hover {
	color: #011369;
}

div.main {
	overflow: hidden;
	clear: both;
}

div.main-container div.content-container {
	position: absolute;
	width: 972px;
	background: #FFFFFF;
}

div.content-columns {
	width: 974px;
	clear: both;
}

div.content-column {
	float: left;
	overflow: hidden;
}

div.content-column a:link, div.content-column a:visited {
	color: #005DB0;
	font-weight: bold;
}

div.content-column a:hover {
	color: #011369;
	font-weight: bold;
}

div.content-column div.details {
	padding-top: 5px;
}

a.details {
	background: url('../../images/css/details-link_bg.png') 0px 1px no-repeat;
	display: block;
	padding: 0 0 2px 39px;
}

div.content-column a.details:link, div.content-column a.details:visited {
	color: #005DB0;
	font-weight: bold;
}

div.content-column a.details:hover {
	color: #011369;
	font-weight: bold;
}

div.content-left, div.content-right {
	background: url('../../images/css/content-column-lr-bg.gif') 0px 0px no-repeat;
}

div.content-left {
	width: 176px;
}

div.content-main {
	width: 620px;
	font-size: 130%;
	background: #FFFFFF;
}

div.content-right {
	width: 176px;
}

div.content-columns-wide div.content-left {
	display: none;
}

div.content-columns-wide div.content-main {
	width: 972px;
}

div.content-columns-wide div.content-right {
	display: none;
}

div.content-box {
	font-size: 115%;
	padding-bottom: 7px;
	color: #CCC9BE;
	line-height: 140%;
}

div.content-main div.content-box {
	color: #011660;
	font-size: 100%;
}

div.box-title {
	padding: 25px 0px 0px 0px;
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
}

div.box-title a, div.box-title span {
	display: block;
	padding: 4px 5px 3px 13px;
}

div.box-title a:link, div.box-title a:visited {
	color: #FFFFFF;
}

div.box-title a:hover {
	color: #FFFFFF;
	background: url('../../images/css/left-right-title_bg_over.gif') -64px -192px no-repeat;
}

div.box-title-extra {
	font-size: 80%;
}

div.box-title-extra2 {
	font-size: 65%;
	padding: 2px 7px 8px 13px;
}

div.content-box div.box-title {
	padding: 25px 0px 6px 0px;
	background: url('../../images/css/left-right-title_bg.png') 0px 25px no-repeat;
}

div.content-box div.box-content {
	width: 171px;
	margin: 7px 0px 5px 0px;
	padding: 1px 0px 1px 0px;
}

div.content-box div.box-content-content {
	margin: 0px 1px 0px 1px;
	padding: 0px 5px 4px 5px;
}

div.content-box div.box-content-head {
	color: #CCC9BE;
	font-weight: bold;
	padding-bottom: 7px;
}

div.content-left input.text, div.content-right input.text {
	border: 0px none;
	width: 188px;
	background: #E4DDC8;
	color: #005DB0;
	font-weight: bold;
}

div.content-box div.box-content-head table {
}

div.content-box div.box-content-head table tr td {
	text-align: left;
	vertical-align: middle;
	color: #005DB0;
}

div.content-box div.box-content-head table tr td.space {
	font-size: 1px;
	width: 5px;
}

div.content-box div.box-content-body {
	color: #005DB0;
}

div.content-box-raw {
	font-size: 125%;
	text-align: center;
	text-transform: uppercase;
}

div.content-box-raw a {
}

div.content-box-raw a:link, div.content-box-raw a:visited {
}

div.content-box-raw a:hover {
}

div.content-main div.box-title {
	background: none;
	padding-left: 16px;
	color: #005DB0;
	padding-bottom: 10px;
	text-transform: none;
}

div.box-title h1, div.box-title h2, div.box-title h3, div.box-title h4, div.box-title h5 {
	font-size: 100%;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

div.box-title-extra h1, div.box-title-extra h2, div.box-title-extra h3, div.box-title-extra h4, div.box-title-extra h5 {
	font-weight: normal;
	font-size: 70%;
}

div.content-bottom {
	clear: both;
	font-size: 1px;
	height: 1px;
	visibility: hidden;
}

div.content-bg-top-right {
	background: url('../../images/css/edge-tr.gif') right top no-repeat;
}

div.content-bg-bottom-right {
	background: url('../../images/css/edge-br.gif') right bottom no-repeat;
}

div.content-bg-bottom-left {
	background: url('../../images/css/edge-bl.gif') left bottom no-repeat;
}

div.content-content {
	padding: 15px 8px 0px 18px;
	clear: both;
}

div.content-text {
	text-align: justify;
}

div.content-text p, div.content-text-no-p  {
	padding: 2px 16px 2px 16px;
}

div.content-text div.content-text-no-p p {
	padding: 0px;
}

div.content-text div.content-text-no-p div.box-title {
	padding-left: 0px;
}

div.content-text input.text {
	width: 300px;
}

div.content-text textarea {
	width: 300px;
	height: 160px;
}

div.galeria {
	clear: both;
	text-align: center;
}

div.galeria div.box-title {
	text-align: left;
}

div.galeria-title {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

div.galeria-text {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

table.galeria {
	margin: 10px 0px 0px 6px;
}

table.galeria tr.galeria-titles td {
	padding: 0px 10px 4px 0px;
	text-align: center;
	vertical-align: bottom;
}

table.galeria tr.galeria-pix td {
	padding: 0px 2px 0px 0px;
	text-align: center;
	vertical-align: middle;
}

table.galeria tr.galeria-pix td div {
	width: 152px;
}

table.galeria tr.galeria-pix td div a {
}

table.galeria tr.galeria-pix td div a img {
	padding: 4px;
	background: url('../../images/css/pix_bg.gif') center center;
}

table.view-pix {
	width: 640px;
	margin: 0px 10px 0px 10px;
}

table.view-pix tr.pix-title td {
	width: 640px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 125%;
	font-weight: bold;
	padding-top: 5px;
}

table.view-pix tr.pix-title td span.pic-title {
	font-weight: normal;
	font-size: 85%;
}

table.view-pix tr.pix-nav td {
	height: 50px;
	vertical-align: middle;
}

table.view-pix tr.pix-nav td.pix-nav-prev {
	width: 310px;
	text-align: right;
}

table.view-pix tr.pix-nav td.pix-nav-space {
	width: 20px;
	text-align: center;
}

table.view-pix tr.pix-nav td.pix-nav-next {
	width: 310px;
	text-align: left;
}

table.view-pix tr.pix-pic td {
	width: 640px;
	height: 480px;
	text-align: center;
	vertical-align: middle;
}

table.view-pix tr.pix-pic td div img {
	display: inline;
	padding: 4px;
	background: url('../../images/css/pix_bg.gif') center center;
}

div.article {
	padding: 0px 0px 0px 7px;
	font-size: 115%;
}

div.article div.content-text {
	text-align: center;
}

div.content-text a:link, div.content-text a:visited {
}

div.content-text a:hover {
}

div.content-text a.text-link:link, div.content-text a.text-link:visited {
	color: #6B6B6B;
	font-weight: normal;
}

div.content-text a.text-link:hover {
	color: #011369;
	font-weight: normal;
}

div.article-center {
	text-align: center;
}

div.article-justify {
	text-align: justify;
}

div.article p {
	padding: 0px;
	margin: 0px;
}

div.article p.title {
	padding-bottom: 58px;
}

div.galeria p.title {
	padding-bottom: 18px;
}

div.article a:hover {
	text-decoration: underline;
}

div.article td.label {
	padding-bottom: 5px;
}

div.article input.text {
	width: 200px;
}

div.article textarea {
	width: 200px;
	height: 60px;
}

table.article {
	width: 100%;
}

table.article-auto {
	width: auto;
}

table.article tr td {
	text-align: center;
}

table.article-bordered tr td {
	border: 1px solid #011369;
}

div.indent {
	padding-left: 40px;
}

div.list-item {
	padding-left: 40px;
	background: url('../../images/css/list_item.gif') 5px 0px no-repeat;
	text-align: left;
	line-height: 140%;
}

div.article-image {
	position: relative;
}

div.article-image-left {
	float: left;
	padding-right: 10px;
	padding-left: 16px;
}

div.article-image-center {
	float: none;
	text-align: center;
}

div.article-image-right {
	float: right;
	padding-left: 10px;
	padding-right: 16px;
}

span.article-title {
}

span.article-title-1 {
	font-size: 165%;
	font-style: italic;
	font-weight: bold;
	display: inline;
	color: #005DB0;
}

span.article-title-2 {
	font-size: 125%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

span.article-title-3 {
	font-size: 110%;
	display: block;
	font-weight: bold;
}

span.article-title-4 {
	font-style: italic;
}

span.article-title-5 {
	text-decoration: underline;
}

span.article-description {
	display: block;
	clear: both;
	text-align: justify;
	padding: 0px 16px 0px 16px;
}

table.article-container {
}

table.article-container a:link, table.article-container a:visited {
	color: #000000;
	text-decoration: none;
}

table.article-container a:hover {
	color: #000000;
	text-decoration: underline;
}

table.article-container tr td {
	vertical-align: top;
	text-align: justify;
}

table.article-container tr td.article-content {
}

table.article-container tr td.article-banners {
	width: 200px;
	text-align: right;
}

table.article-container tr.article-container-bottom td {
	height: 20px;
}

table.subarticles {
}

table.subarticles tr td {
	vertical-align: top;
}

table.subarticles tr td div.subarticle-content {
	clear: both;
}

table.subarticles tr td div.subarticle-image {
	float: left;
	padding: 0px 10px 2px 0px;
}

table.subarticles tr td.space {
	width: 30px;
}

div.vk_button {
	text-align: center;
}

div.vk_button div {
	padding-top: 4px;
	letter-spacing: -0.04em;
}

div.article div.content-text div.vk_button a:link, div.article div.content-text div.vk_button a:visited {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

div.article div.content-text div.vk_button a:hover {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

div.speaker {
	position: absolute;
	margin: 540px 0px 0px 31px;
}

div.design {
	position: absolute;
	margin: 541px 0px 0px 61px;
	width: 90px;
	height: 16px;
	background: url('../../images/css/design.gif') 0% 0% no-repeat;
	opacity: 0.4;
	moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

div.design-highlight {
	opacity: 1;
	moz-opacity: 1;
	filter: none;
}

div.design a {
	display: block;
	width: 50px;
	height: 16px;
	margin-left: 40px;
	background: url('../../images/css/videjo.gif') 0% 0% no-repeat;
}

table.termekek {
}

table.termekek tr td {
	width: 253px;
	height: 165px;
}

table.termekek tr td div.termek {
	width: 250px;
	height: 156px;
}

div.content-title-container {
	padding: 0px 0px 12px 80px;
	background: url('../../images/css/content-title-motiv.png') 0% 0% no-repeat;
}

div.content-title-container-no-motiv {
	padding: 0px;
	background-image: none;
}

table.content-title {
}

table.content-title tr td {
}

table.content-title tr td.content-title {
	padding: 10px 6px 7px 1px;
	color: #B6243B;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}

div.content-title-container-no-motiv table.content-title tr td.content-title {
	padding-top: 0px;
}

table.content-title tr.content-title-line {
	background: url('../../images/css/content-title-line-2.gif') 0% 0% repeat-x;
}

table.content-title tr.content-title-line td {
	height: 10px;
	font-size: 1px;
}

table.content-title tr td.content-title-line-1 {
	background: transparent url('../../images/css/content-title-line-1.gif') 0% 0% no-repeat;
	width: 8px;
}

table.content-title tr td.content-title-line-2 {
}

table.content-title tr td.content-title-line-3 {
	background: transparent url('../../images/css/content-title-line-3.gif') 100% 0% no-repeat;
	width: 8px;
}

div.guestbook {
}

div.guestbook a {
	font-weight: bold;
	color: #005DB0;
}

div.guestbook a:link, div.guestbook a:visited {
	font-weight: bold;
	color: #005DB0;
}

div.guestbook a:hover {
	font-weight: bold;
	color: #011369;
}

div.bottom-bar {
	width: 972px;
	clear: both;
	background: url('../../images/css/bottom-bg.png') 0% 0% no-repeat;
	background: #17549B;
}

div.bottom-bar div {
	text-align: center;
	color: #525252;
	padding: 3px 0px 4px 0px;
}

div.bottom-bar div.bottom-copyright {
	width: 972px;
	color: #FFFFFF;
}

div.bottom-copyright a:link, div.bottom-copyright a:visited, div.bottom-copyright a:hover {
	color: #FFFFFF;
}

div.bottom-copyright a:hover {
	text-decoration: underline;
}

div.bottom-bar div.bottom-menu {
	display: none;
}

div.bottom-menu-at-top {
	position: absolute;
	margin-top: -280px;
	width: 947px;
	width: 890px;
	text-align: right;
}

body.ntl div.bottom-menu-at-top {
	z-index: 110;
}

div.bottom-menu a:link, div.bottom-menu a:visited {
	color: #FFFFFF;
}

div.bottom-bar div.bottom-menu a:hover {
	color: #011369;
}

div.bottom-menu span {
	color: #FFFFFF;
}

table.form {
	margin: 14px;
}

table.form tr td {
	padding: 2px;
}

table.prices {
	border-bottom: 1px solid #CCCCCC;
}

table.prices tr th, table.prices tr td {
	padding: 4px;
	text-align: center;
}

table.prices tr th {
	font-weight: bold;
	background: #CCCCCC;
	border-left: 1px solid #525252;
}

table.prices tr th.header {
	background: transparent;
}

table.prices tr th.col-1 {
	border-left: 0px none;
}

table.prices tr td {
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
}

table.prices tr th.col-1, table.prices tr td.col-1 {
	font-weight: bold;
	background: #CCCCCC;
	text-align: left;
}

table.prices tr td.col-1 {
	border-top: 1px solid #525252;
}

div.google-map {
	width: 440px;
	height: 380px;
}

div.content-box-img-galeria {
	width: 189px;
	height: 125px;
	text-align: center;
}

table.turizmus-info {
	width: 531px;
	margin: 2px 16px 2px 16px;
}

table.turizmus-info tr td {
	vertical-align: top;
}

table.turizmus-info tr td.pic {
	text-align: left;
	width: 180px;
}

table.turizmus-info tr td.title {
	font-size: 125%;
	font-weight: bold;
	height: 20px;
}

table.turizmus-info tr td.text {
}

table.turizmus-info tr td.link {
	height: 20px;
	text-align: right;
	vertical-align: bottom;
}

span.partnerek {
	display: block;
	text-align: center;
	color: #005DB0;
	font-weight: bold;
}

a.text-link {
	color: #6B6B6B;
	font-weight: normal;
}

table.galeria-list {
	width: 531px;
	margin: 0px 0px 0px 16px;
}

table.galeria-list tr td {
	text-align: left;
	vertical-align: top;
	width: 260px;
	padding: 6px 0px 6px 0px;
}

table.galeria-list tr td.galeria-list-title {
}

table.galeria-list tr td.galeria-list-title span {
	font-weight: bold;
	color: #525252;
}

table.galeria-list tr td.galeria-list-space {
	width: 11px;
	font-size: 1px;
}

table.galeria-list-left tr  td.galeria-list-image {
	text-align: right;
}

table.galeria-list-right tr  td.galeria-list-title {
	text-align: right;
}

span.text-decoration {
	font-size: 85%;
}

input.gcse-search-box {
	width: 184px;
}

span.smile {
	padding-right: 13px;
	background: url('../../images/css/smile-bg.gif') 100% 0% no-repeat;
}

div.content-column a.inline-link:link, div.content-column a.inline-link:visited {
	color: #011369;
	font-weight: normal;
}

div.content-column a.inline-link:link, div.content-column a.inline-link:visited {
	color: #011369;
	font-weight: normal;
}

div.content-column a.inline-link:hover {
	color: #005DB0;
	font-weight: normal;
}

a.inline-link-gcse {
	background: url('../../images/css/inline-link-bg-gcse.gif') 0% 0% repeat-x;
}

a.inline-link-dict {
	background: url('../../images/css/inline-link-bg-dict.gif') 0% 0% repeat-x;
}

span.inline-info {
	background: url('../../images/css/inline-link-bg-gcse.gif') 0% 0% repeat-x;
}

div.google-adsense {
}

div.google-adsense-160-600 {
	padding: 0px 19px 0px 10px;
}

div.google-adsense-180-90 {
	padding: 0px 9px 0px 0px;
}

div.content-box-google-adsense div.box-title {
	display: none;
}

div.error-404 {
	background: #C00000;
	padding: 20px 20px 20px 20px;
	font-size: 140%;
	font-weight: bold;
	color: #C0FFFF;
	text-align: center;
}

table.menu tr td.menu-item-id-rss {
	padding-left: 5px;
}

table.menu tr td.menu-item-id-rss a {
	background: url('../../images/css/feed-icon-16x16.png') 0px 0px no-repeat;
	padding: 1px 0px 1px 19px;
}

table.galeria-pager {
}

table.galeria-pager tr td {
	text-align: center;
}

table.galeria-pager tr td.hidden {
	display: none;
}

table.galeria-pager tr td span {
	display: none;
}

table.galeria-pager tr td div {
	color: #005DB0;
}

table.galeria-pager tr td a {
	display: block;
	padding-bottom: 2px;
}

table.galeria-pager tr td a:link, table.galeria-pager tr td a:visited {
}

table.galeria-pager tr td a:hover {
	background: #011369;
	color: #005DB0;
}

table.galeria-pager tr td.selected a {
	display: none;
}

table.galeria-pager tr td.selected span {
	display: block;
	font-weight: bold;
	color: #011369;
}

table.galeria-pager tr td.disabled a {
	display: none;
}

table.galeria-pager tr td.disabled span {
	display: block;
	font-weight: bold;
	color: #BFBFBF;
}

table.galeria-pager tr td.spacer div {
	visibility: hidden;
}

div.calendar {
	text-align: center;
}

table.calendar-years {
	border: 1px solid #E3F4FD;
	font-size: 75%;
	width: 609px;
}

table.calendar-years tr td {
	text-align: center;
	vertical-align: top;
	border: 1px solid #E3F4FD;
	font-style: italic;
	padding: 5px 15px 5px 15px;
	color: #E3F4FD;
}

table.calendar-months {
	width: 609px;
	font-size: 75%;
}

td.calendar-month {
	width: 203px;
	text-align: center;
	vertical-align: top;
}

table.calendar-month {
	width: 196px;
}

table.calendar-month tr td {
	height: 25px;
	vertical-align: middle;
}

table.calendar-years tr td.calendar-name, table.calendar-month tr td.calendar-name {
	background: #E3F4FD;
	font-weight: bold;
	color: #7C0505;
}

td.calendar-day {
	width: 30px;
	border: 1px solid #E3F4FD;
	color: #E3F4FD;
	color: #005DB0;
	font-style: italic;
}

td.calendar-none {
	border-color: #E4F5FF;
}

td.calendar-none-first-week {
	border-top-color: #E3F4FD;
	border-bottom-color: #E3F4FD;
}

td.calendar-none-first-day {
	border-left-color: #E3F4FD;
}

table.calendar-years tr td.calendar-safari, table.calendar-months tr td.calendar-safari {
	border-color: #00CCFF;
	background: #00CCFF;
	font-style: normal;
	color: #7C0505;
}

table.calendar-years tr td.calendar-safari-self, table.calendar-months tr td.calendar-safari-self {
	border-color: #0099FF;
	background: #0099FF;
	font-weight: bold;
	color: #7C0505;
}

table.calendar-all {
	width: 609px;
	border: 1px solid #E3F4FD;
	background: #E3F4FD;
	margin-top: -67px;
	border-spacing: 1px;
}

table.calendar-all tr td {
	font-size: 75%;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 3px;
}

table.calendar-all tr td, 
table.calendar-month tr td.full {
	background: #CC0000;
	color: #FFFFFF;
}

table.calendar-all tr td a:link, table.calendar-all tr td a:visited, 
table.calendar-month tr td a:link, table.calendar-month tr td a:visited {
	color: #FFFFFF;
}

table.calendar-all tr td a:hover, 
table.calendar-month tr td a:hover {
	color: #7C0505;
}

table.calendar-all tr td.past, table.calendar-all tr td.past a:link, table.calendar-all tr td.past a:visited, 
table.calendar-month tr td.past {
	background: #AAAAAA;
	color: #333333;
}

table.calendar-all tr td.past a:link, table.calendar-all tr td.past a:visited {
	background: none;
}

table.calendar-all tr td.available-half, table.calendar-all tr td.available-half a:link, table.calendar-all tr td.available-half a:visited, 
table.calendar-month tr td.available-half {
	background: #00CC00;
	color: #FFFFFF;
}

table.calendar-all tr td.available-half a:link, table.calendar-all tr td.available-half a:visited {
	background: none;
}

table.calendar-all tr td.avaliable, table.calendar-all tr td.available, table.calendar-all tr td.available a:link, table.calendar-all tr td.available a:visited, 
table.calendar-month tr td.avaliable, table.calendar-month tr td.available {
	background: #0000CC;
	color: #FFFFFF;
}

table.calendar-all tr td.available a:link, table.calendar-all tr td.available a:visited {
	background: none;
}

table.calendar-all tr td.date {
	width: 163px;
}

table.calendar-all tr td.name {
	width: 183px;
}

table.calendar-all tr td.city {
	x-background: #E3F4FD;
	width: 140px;
}

table.calendar-all tr td.places {
	text-align: right;
	width: 123px;
}

table.calendar-all tr td.header {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
}

table.calendar-all tr td.header-bottom {
	background: #FFFFFF;
	color:#0000CC;
	font-weight: bold;
}

a.gb-details {
	display: inline;
}

div.login-box {
	padding: 0px 0px 10px 0px;
}

div.login-box div.login-box-label {
	color: #011660;
}

div.login-box div.login-box-input input {
	background: #E3F3FD;
	color: #011660;
	width: 100%;
}

div.login-box div.login-box-action {
	padding: 5px 0px 2px 10px;
}

div.login-box div.login-box-action input.button {
	background: #011660;
	color: #E3F4FD;
	width: 100%;
}

div.login-box div.login-box-action input.button-cancel {
	background: #E3F4FD;
	color: #011660;
	width: auto;
}

div.login-box div.login-box-message {
	background: #E3F4FD;
	color: #011660;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	margin-bottom: 5px;
}

form.login-form-base div.login-box-form-type-email, form.login-form-base div.login-box-form-type-login, form.login-form-base div.login-box-form-type-register, form.login-form-base div.login-box-form-type-forgotten {
	display: none;
}

form.login-form-login div.login-box-form-type-register, form.login-form-login div.login-box-form-type-forgotten, form.login-form-login div.login-box-form-type-base {
	display: none;
}

form.login-form-register div.login-box-form-type-login, form.login-form-register div.login-box-form-type-forgotten, form.login-form-register div.login-box-form-type-base {
	display: none;
}

form.login-form-forgotten div.login-box-form-type-login, form.login-form-forgotten div.login-box-form-type-register, form.login-form-forgotten div.login-box-form-type-base {
	display: none;
}

form.login-form-details {
	padding: 2px 16px 2px 16px;
}

table.login-form-details tr td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}

table.login-form-details tr td.label {
	padding-right: 10px;
}

table.login-form-details tr td.value {
}

table.login-form-details tr td div.mousetext {
	font-size: 70%;
	font-weight: bold;
}

table.login-form-details tr td.actions {
}

table.login-form-details tr td.actions input.button {
	background: #011660;
	color: #E3F4FD;
}

table.login-form-details tr td.actions input.button-cancel {
	background: #E3F4FD;
	color: #011660;
}

form.login-form-details-diver table.login-form-details tr.leader td {
	display: none;
}

.opacity-0 {
	display: none;
}

.opacity-10 {
	opacity: 0.10;
	moz-opacity: 0.10;
	filter: alpha(opacity=10);
}

.opacity-20 {
	opacity: 0.20;
	moz-opacity: 0.20;
	filter: alpha(opacity=20);
}

.opacity-30 {
	opacity: 0.30;
	moz-opacity: 0.30;
	filter: alpha(opacity=30);
}

.opacity-40 {
	opacity: 0.40;
	moz-opacity: 0.40;
	filter: alpha(opacity=40);
}

.opacity-50 {
	opacity: 0.50;
	moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

.opacity-60 {
	opacity: 0.60;
	moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

.opacity-70 {
	opacity: 0.70;
	moz-opacity: 0.70;
	filter: alpha(opacity=70);
}

.opacity-80 {
	opacity: 0.80;
	moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

.opacity-90 {
	opacity: 0.90;
	moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

.opacity-100 {
}

div.hotspot-container {
	padding: 10px 16px 10px 16px;
	overflow: hidden;
}

div.hotspots {
	position: absolute;
	z-index: 20;
}

div.hotspot-image img {
	display: block;
}

div.hotspot-details {
	position: absolute;
	z-index: 10;
	padding: 10px 16px 10px 16px;
	margin: -10px 0px 0px -16px;
}

div.hotspot-details-header {
	padding: 3px 16px 3px 3px;
	text-align: right;
	background: #F4FAFE;
}

div.hotspot-details-text {
	padding: 16px;
}

div.hotspot-container-fade-0 div.hotspot-details {
	display: none;
}

div.hotspot-container-fade-0 div.hotspots a, div.hotspot-container-fade-0 div.hotspot-image img {
}

div.hotspot-container-fade-20 div.hotspots a, div.hotspot-container-fade-20 div.hotspot-image img {
	opacity: 0.75;
	moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

div.hotspot-container-fade-40 div.hotspots a, div.hotspot-container-fade-40 div.hotspot-image img {
	opacity: 0.60;
	moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

div.hotspot-container-fade-60 div.hotspots a, div.hotspot-container-fade-60 div.hotspot-image img {
	opacity: 0.45;
	moz-opacity: 0.45;
	filter: alpha(opacity=45);
}

div.hotspot-container-fade-80 div.hotspots a, div.hotspot-container-fade-80 div.hotspot-image img {
	opacity: 0.30;
	moz-opacity: 0.30;
	filter: alpha(opacity=30);
}

div.hotspot-container-fade-100 div.hotspots a {
	visibility: hidden;
}

div.hotspot-container-fade-100 div.hotspot-image img {
	opacity: 0.15;
	moz-opacity: 0.15;
	filter: alpha(opacity=15);
}

div.hotspot-container-fade-100 div.hotspots a.hotspot-item-selected {
	visibility: visible;
	opacity: 0.15;
	moz-opacity: 0.15;
	filter: alpha(opacity=15);
}

a.hotspot-image-hover {
	display: block;
}

a.hotspot-image-hover img {
	opacity: 0.75;
	moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

a.hotspot-image-hover:hover img {
	opacity: 0.25;
	moz-opacity: 0.25;
	filter: alpha(opacity=25);
}

a.hotspot-item-hover img {
	visibility: hidden;
}

div.hotspots-inline a.hotspot-item {
	overflow: hidden;
}

div.hotspots-inline a.hotspot-item-hover {
	display: none;
}

div.hotspots-inline a.hotspot-item img {
	display: block;
}

div.hotspots-inline a.hotspot-item:hover {
	opacity: 0.60;
	moz-opacity: 0.60;
	filter: alpha(opacity=60);
	background: #0033CC;
}

tr.header-row td {
	font-weight: bold;
}

div.sitemap {
	padding: 0px 16px 0px 16px;
}

div.sitemap div {
	padding-top: 10px;
}

div.sitemap a {
	font-size: 125%;
}

div.sitemap a.menu-subitem {
	padding-left: 30px;
	font-size: 100%;
}

div.breadcrumb {
	padding: 28px 0px 10px 16px;
	background: transparent url('../../images/css/content-column-lr-bg.gif') 0px 0px repeat-x;
	display: none;
}

a.breadcrumb {
	padding: 0px 0px 0px 40px;
	background: transparent url('../../images/css/list_item.gif') 5px 0px no-repeat;
}

a.breadcrumb-bold {
	padding: 0px 2px 0px 2px;
	background: #011369;
}

a.breadcrumb-bold:hover {
	color: #E8F5FD;
}

div.hotspot-details-text-container {
	padding: 10px 16px 10px 16px;
}

div.hotspot-links {
	background: #DFF2FD;
	padding: 10px;
	text-align: left;
}

div.hotspot-links span.selected-hotspot {
	font-weight: bold;
	text-decoration: underline;
}

div.hotspot-links-vertical {
	background: transparent;
	font-size: 90%;
}

div.hotspot-links-vertical a {
	display: block;
}

div.hotspot-links-vertical a:hover {
	background: #DFF2FD;
}

div.hotspot-links-vertical hr {
	display: none;
}

div.hotspot-details-text-container div.box-title {
	padding-top: 0px;
}

table.inline-menu {
	margin: 16px 2px 16px 2px;
	width: 100%;
}

table.inline-menu tr td {
}

table.inline-menu tr td.menu-items {
	padding-left: 22px;
	text-align: left;
}

table.inline-menu tr td.map-menu {
	width: 70%;
}

table.inline-menu tr td.map-image {
	text-align: right;
	width: 30%;
}

table.inline-menu tr td.map-image img {
	margin-top: -45px;
	margin-top: 13px;
	margin-right: 34px;
}

table.inline-menu tr td.inline-content {
	text-align: justify;
}

div.hotspot-frame-background {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #011369;
	opacity: 0.73;
	moz-opacity: 0.73;
	filter: alpha(opacity=73);
	z-index: 110;
}

iframe.hotspot-frame {
	position: absolute;
	z-index: 110;
}

body.hotspot {
	background: #011369;
	color: #FFFFFF;
}

body.hotspot div.hotspot-container {
	padding: 0px;
	position: absolute;
}

body.hotspot div.hotspot-details {
	margin: 0px;
	padding: 0px;
	z-index: 30;
}

div.content-columns-wide div.box-title h1 {
	padding-left: 18px;
}

div.hotspot-details-text-container div.box-title h1 {
	padding-left: 0px;
}

div.content-text-hotspot-links {
	margin-top: -17px;
}

div.content-text-hotspot-links div.hotspot-links-vertical {
	text-align: right;
}

div.content-text-hotspot-links table.inline-menu {
	margin-top: 0px;
}

table.article-cols-3 {
	width: 584px;
	margin: 0px 16px 0px 16px;
}
	
table.article-cols-3 tr td {
	height: 21px;
}
	
table.article-cols-3 tr.article-row-first td {
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

table.article-cols-3 tr.underlined  td {
	border-bottom: 1px solid #000000;
}

table.article-cols-3 tr.bold td {
	font-weight: bold;
}

table.article-cols-3 tr td.article-td-1 {
	width: 444px;
	text-align: left;
}

table.article-cols-3 tr td.article-td-2 {
	width: 70px;
	text-align: right;
}

table.article-cols-3 tr td.article-td-3 {
	width: 70px;
	text-align: right;
}

table.article-cols-4 {
	width: 584px;
	margin: 0px 16px 0px 16px;
}

table.article-cols-4 tr td {
	height: 21px;
}
	
table.article-cols-4 tr.article-row-first td {
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

table.article-cols-4 tr.underlined  td {
	border-bottom: 1px solid #000000;
}

table.article-cols-4 tr.bold td {
	font-weight: bold;
}

table.article-cols-4 tr.full-charter td {
	background: #DFF2FD;
	font-weight: bold;
}

table.article-cols-4 tr td.article-td-1 {
	width: 374px;
	text-align: left;
}

table.article-cols-4 tr td.article-td-2 {
	width: 70px;
	text-align: right;
}

table.article-cols-4 tr td.article-td-3 {
	width: 70px;
	text-align: right;
}

table.article-cols-4 tr td.article-td-4 {
	width: 70px;
	text-align: right;
}

img.hotspot-icon {
	display: block;
}

span.inline-image-details {
	font-size: 80%;
	display: block;
	text-align: center;
	line-height: 100%;
	margin: 0px;
}