#languages, #menu, #back, #footer .footer_languages, .bridge .image p {
	display: none;
}
#mapHoverInfo, #mapLinks, .images .controls {
	display: none;
}
#search .actions, #search caption .indication, .search .instructions, #searchAllButton {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, Serif;
}

#header {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	font-family: "Arial Black", Verdana, Sans-Serif;
	font-weight: bold;
}
#header a {
	color: black;
	text-decoration: none;
}
#footer {
	color: #555;
	font-size: 0.8em;
	text-align: center;
}
#footer .footer_mail_and_copyright a {
	color: #222;
}
#wrapper, #page {
	width: 100%;
}

div#map {
	margin: 0 auto;
	width: 800px;
	height: 600px;
}
div#mapInstructions {
	width: 100%;
	margin: 0 0 0.4em 0;
	text-align: center;
}
div#mapInstructions p {
	display: inline;
	margin: 0 1em 0 1em;
}

.bridge h2 {
	font-family: Verdana, Sans-Serif;
	text-align: center;
	margin-bottom: 0.2em;
}
.bridge .image {
	text-align: center;
}
.bridge .image img {
	margin: 0 auto;
}
.bridge table {
	width: 100%;
	font-size: 0.75em;
	margin-top: 2em;
}
.bridge table th {
	width: 50%;
	text-align: right;
	padding: 3px;
}
.bridge table td {
	width: 50%;
	text-align: left;
	padding: 2px 3px;
}

.images {
	text-align: center;
}
.images .thumbnails {
	width: 100%;
}
.images .thumbnails img {
	border: 2px solid silver;
}
.images .thumbnails img.active {
	border: 2px solid red;
}

.screenshots div {
	width: 44%;
	text-align: center;
	padding: 2%;
}
.screenshots div a img {
	border: 1px solid silver;
}
.screenshots .map {
	float: left;
}
.screenshots .search {
	float: right;
}

#search thead tr th a {
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	color: #333;
}
#search caption {
	color: #555;
	font-size: 1.4em;
	margin-bottom: 1em;
}
.search {
	text-align: center;
}
.search form div {
	display: inline;
}
.search table {
	width: 100%;
}

table.thanks {
	width: 100%;
}
table.thanks th {
	font-weight: normal;
	padding-top: 0.4em;
	padding-right: 0.4em;
}
table.thanks th, table.thanks td {
	text-align: left;
}

div.contactLogo {
	position: absolute;
	top: 8.6em;
	left: 21em;
	text-align: center;
}
div.contactLogo a img {
	padding: 0.6em;
}
ul.plain {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.plain li {
	margin-bottom: 0.2em;
}

.teaser {
	text-align: center;
}
.teaser a {
	text-decoration: none;
	color: darkorange;
}