body, html {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#slogan {
    float: right;
	margin: 0;
	line-height: 32px;

	text-transform: uppercase;
	color: #908f8d;
	font-weight: 600;
	letter-spacing: 0;
}

#slogan #language_selector img {
	vertical-align: -2%;
}


#teaser {
    float: right;
	position: relative;
	height: 100%;
	width: 210px;
	background-color: #0a3a74;
	color: #ffffff;
}

#teaser div {
	position: absolute;
/*
	see: http://www.badboy.ro/articles/2005-02-20/vertical_align_with_css/
	bottom: 0;
*/
	bottom: 8px;
}

#teaser p {
    font-size: 95%;
	font-weight: 600;
	margin: 0 8px;
}



h1 {
    font-size: 110%;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 90%;
}

p {
    font-size: 90%;
}

#maincol h1 {
    margin: 0 0 0.2em 0;   
    color: #335f9c;
}

#maincol h2 {
    margin: 2em 0 1em 0;
	
    color: #b8ae72;

	font-weight: 600;
	font-size: 90%;

	text-transform: uppercase; 
	letter-spacing: 0;
}

#maincol h2.introh2, #maincol .contentcols h2 {
    margin: 0 0 1em 0;
	
    color: #b8ae72;

	font-weight: 600;
	font-size: 95%;

	text-transform: uppercase; 
	letter-spacing: 0;
}

#maincol h3 {
    margin: 2.4em 0 0.2em 0;   
    color: #335f9c;
}

#maincol a {
	text-decoration: none;
	color: #0a3a74;
}

#maincol p {   
	font-size: 80%;
	line-height: 1.4em;
}

#maincol p strong{
	font-weight: 100;
/*	border-bottom: 1px dotted #000; */
}

#maincol p .introtext, #maincol .introtext {
    font-weight: 600;
	margin-bottom: 2.5em;
}

#maincol li {
    font-size: 80%;
}


ul.destinations {
	width: 90%;
	padding: 0 0 0 10%;
	margin: 0 0 2em 0;
}

ul.destinations li {
	padding: 1em 0 1em 0;
	margin: 0;
	float: left;
	list-style-type: square;
	width: 49.9%;
}

#footer p {
	margin: 0;
	padding: 0.2em 0;

	text-align: center;
	color: #fff;
	font-size: 70%;
}

#footer a {
	color: #fff;
	font-weight: 100;

	text-decoration: none;
}

