.no-class {}
/* --------------------------------------------
PRINT
----------------------------------------------*/

/*  NAVIGATIONS  */
.nav-main,
.nav-supp,
.nav-breadcrumb,
.nav-sub,

/* IMAGES */
.fallback .bg-img,
.fallback .dest,

.tourist,
.flags,
.nav-main-box,
.billboard ,
.footer,
input,
label,
select,	
iframe,

.gmaps,
.tabs-block,
.teaser,
.rss-feed,
.more-news,
.news,
.shortcuts,

/* BLOCKS content navigation */
.button,

 { display:none; }

 
/* SIZES & STYLES
-----------------------------------------*/
/* COLS */
.span-16,
.span-13,
.span-12,
.span-8,
.span-6,
.span-4,
.span-3,
.span-2,
.wrapper-bg,
.wrapper,
.wrapper-content,
.header,
.section,
.editor
 { width:100%; }

			
body {
	font:normal 12px/1.5 "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	color:#444;
}

/* logo */
	a.logo {
		float: left;
		width: 100%;
		text-decoration:none;
	}
		a.logo .logo-img,
		a.logo .logo-tx {
			display: none;
			}
		.logo img{}
			a:hover.logo {
				text-decoration:none;
				cursor: pointer;
			}
	/* Images
	-------------------------------------------------- */	
	img a, img a:hover,
	a img, a:hover img {
		border:none;
	}

	/* Sitemap
	-------------------------------------------------*/
	.sitemap {
		float:left;	
		}
		.sitemap li {
			margin:0 0 10px 0;
			list-style:none !important;
			}	
		.sitemap li a {}
		.sitemap li li {
			margin:0 0 0 15px;
			}	
			.sitemap li li a {}

.editor h1,
.editor h2,
.editor h3 { 
	color: #005b75;
	font-weight: bold;
	}

.editor h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
	.editor h1 span{
		color:#959485;
		float:right;
		font-size:11px;
		font-weight:normal;
		margin-top:8px;
		text-transform:uppercase;
	}
.editor h2 {
	font-size: 16px;
}
.editor h3 {
	font-size: 14px;
}
.editor p {
	font-size:12px;
	margin-bottom:15px;
	color: #363636;
}
.editor p.intro {
	font-size:14px;
	line-height:1.3;
}
.editor p.intro.news{
	font-size:12px;
	font-style: italic;
}

/* Link 
---------------------------------------------------*/	
.editor a, .editor a:visited {
	text-decoration:underline;
	color:#ef4123;
	}
	.editor a:hover {
		text-decoration:none;
	}	
	
/* Tags 
---------------------------------------------------*/	
.editor strong {
	font-weight: bold;	
}
.editor em {
	font-style: italic;	
}
.editor sub {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:bottom;
	}
.editor sup {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:top;
}
.editor abbr {
	border-bottom:1px #ddd solid;
	}
.editor acronym {
	text-transform:uppercase;
	border-bottom:1px #ddd solid;
	}
.editor cite {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color:#555;
	border-bottom:1px #ddd solid;
}

/* Blockquote 
---------------------------------------------------*/
.editor blockquote {
	width:120px;
	float:left;
	margin:15px;
	}
	.editor blockquote p {
		font: italic 1.6em Georgia, "Times New Roman", Times, serif;
		color:#555;	
	}		
	
/* Lists 
---------------------------------------------------*/	
.editor ul,
.editor ol {
	margin-bottom:10px;
}
	.editor ul li,
	.editor ol li {
		list-style-position:outside;
		list-style-type:disc;
		margin-left:15px;
		padding-left:0;
	}
	 .editor ol li{
		list-style-type: decimal;
		margin-left:20px;
	}
	
/* Tabels 
---------------------------------------------------*/
.editor table {
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	border:none;
	margin:3px 0 10px;		
	}
	.editor table th {
		font-weight: bold;
		padding:3px 5px;
		}
	.editor table td {
		padding:0 5px 0 0;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #E7EDEF;
	}
	.editor table.border th {}
	.editor table.border td { border:1px solid #E7EDEF; }
	
/* Images
-------------------------------------------------- */	
.editor img {}
.editor img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.border {
	border:1px solid #eee;	
}
			