body {
	background: #000000;
	background-attachment: fixed;
	font-family: "Verdana", "Georgia", sans-serif, "Arial";
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#content {
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

h1, h2, h3 {
	clear: both;
}

h1 {
	font-size: 18pt;
	margin-top: 0px;
	text-align: left;
}

h2 {
	font-size: 16pt;
	margin-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
}

h3 {
	font-size: 14pt;
	margin-top: 20px;
	text-align: left;
}

h3.home {
	clear: none;
	margin-top: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

p.Facts {
	clear: both;
}

div.TravelMain {
	max-width: 900px;	
}

li {
	list-style-type: square;
}

.ColorSelectorLink.orange {
	color: #FFA050; 
}
.ColorSelectorLink.green {
	color: #A0FF50; 
}
.ColorSelectorLink.blue {
	color: #60B0FF; 
}


/* Teaser */
div.Teaser {
	float: right;
	width: 280px;
	clear: both;
	margin-left: 50px;
}

div.TeaserEntry {
	border: 1px solid #444444;
	margin-bottom: 20px;
	height: 73px;
	padding: 10px;
}

div.TeaserEntry img {
	float: left;
	margin-right: 20px;
	border: 1px solid #AAAAAA;
	padding: 2px;
}

div.TeaserEntryTitle {
	vertical-align: top;
	font-weight: bold;
	font-size: 14pt;
	color: #EEEEEE;
}
