/* GENERAL */

a {
	color: orangered;
	text-decoration: underline;
}

a:hover {
	color: orange;
	text-decoration: none;
}

h1 {
	letter-spacing: +2px;
}

h2 {
	margin-top: 1.4em;
}

q {
	float: right;
	padding: 0.8em 1em;
	border: 1px solid silver;
	color: #229;
	background-color: #ffffff;
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, Serif;
}

div.actionError {
	position: relative;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	border: 1px solid silver;
}
.actionError .title {
	color: red;
	font-weight: bold;
}
.actionError .explanation {
	color: #444;
}

/* CONTACT PAGE */

ul.plain {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.plain li {
	margin-bottom: 0.2em;
}

div.contactLogo {
	position: absolute;
	top: 8.6em;
	left: 21em;
	text-align: center;
}
div.contactLogo a img {
	padding: 0.6em;
	border: 1px solid #fff8e0;
}
div.contactLogo a img:hover {
	border: 1px solid silver;
}

/* ABOUT PAGE */

dl.thanks dt {
	font-weight: bold;
	margin-top: 0.6em;
}
dl.thanks dd {
	margin-top: 0.2em;
}

table.thanks th {
	font-weight: normal;
	padding-top: 0.4em;
	padding-right: 0.4em;
}

h3 {
	margin-top: 2em;
}

p.signature {
	float: right;
	text-align: right;
	background-color: white;
	border: 1px solid silver;
	color: black;
	font-size: 1.1em;
	font-style: italic;
	padding: 1em;
	font-family: Georgia, Times, Serif;
}

/* HOME PAGE */

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

/* BRIDGE IMAGES */

.images {
	text-align: center;
}
.images #image {
	margin-bottom: 1em;
}
.images #image.active {
	cursor: pointer;
}
.images .thumbnails {
	width: 100%;
}
.images .thumbnails img {
	border: 2px solid silver;
}
.images .thumbnails img.active {
	border: 2px solid red;
}
.images .thumbnails img:hover {
	border: 2px solid black;
}
.images .thumbnails img.active:hover {
	border: 2px solid yellow;
}

.images .controls {
	width: 100%;
	margin: 1em 0 0.2em 0;
}

/* SEARCH (LIST) TABLE */

.search {
	text-align: center;
}
.search .instructions {
	padding: 0 5em 0 5em;
	color: darkblue;
}
.search form div {
	display: inline;
}
.search table {
	width: 100%;
}
.search table thead th a {
	color: #bf3300;
	text-decoration: underline;
}
.search table thead th a:hover {
	color: orangered;
}
.search table caption, .search p.empty, .search p.error {
	color: #555;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
.search table td.criterion {
	background-color: #f6ecd7;
}
.search .indication {
	font-size: 0.9em;
}
.search p.error {
	color: darkred;
}

/* SHOW BRIDGE */

.teaser {
	width: 100%;
	font-size: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.teaser a {
	color: #ff8c00;
	text-decoration: underline;
}
.teaser a:hover {
	color: #ffd700;
}

.bridge {
	text-align: center;
}
.bridge h2 {
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin: 0;
	padding: 0;
}
.bridge h3 {
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	color: #555;
	margin: 0;
	padding: 0.4em 0 1em 0;
}
.bridge table {
	width: 100%;
	margin: 2em auto;
}
.bridge table th {
	width: 50%;
	text-align: right;
	padding-right: 1em;
}
.bridge table td {
	width: 50%;
	text-align: left;
	padding-left: 1em;
}
.bridge .image img {
	width: 400px;
	border: 1px solid silver;
}
.bridge .image img:hover {
	border: 1px solid black;
}
.bridge .image p {
	display: block;
	font-size: 0.9em;
	margin: 0 0 0.4em 0;
	padding: 0;
	color: green;
}

/* MAP */

div#mapInstructions {
	width: 100%;
	margin: 0 0 0.4em 0;
	text-align: center;
}
div#mapInstructions p {
	display: inline;
	margin: 0 1em 0 1em;
}

div#mapWrapper {
	width: 100%;
	text-align: center;
}

div#map {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	z-index: 50;
}

div#map div#map_waiting {
	position: absolute;
	top: 284px;
	left: 384px;
	width: 42px;
	height: 42px;
	z-index: 100;
	background-color: #ffffff;
	border: 1px solid #000000;
}

div#map div#map_waiting img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 32px;
	height: 32px;
}

div#mapHoverInfo {
	margin: 0 auto;
	width: 750px;
	padding: 0.5em;
	background-color: #fff;
	border: 1px solid silver;
	text-align: center;
}
div#mapHoverInfo p {
	margin: 0;
	padding: 0;
}

p#mapLinks {
	text-align: center;
}

/* LAYOUT */

body {
	margin: 0;
	padding: 0;
	background-color: #fff8e0;
	text-align: center;
	font-family: Verdana, "Lucida Grande", Sans-Serif;
	font-size: 14px;
}

#languages {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	z-index: 10;
}

#languages img {
	border: 1px dotted silver;
}

#languages a img:hover {
	border: 1px solid gray;
}

#header {
	position: relative;
	top: 0.5em;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

#header a {
	color: black;
	text-decoration: none;
}

#header a:hover {
	color: #555555;
	text-decoration: none;
}

#header h1 {
	display: block;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 2em;
	font-family: "Arial Black", Arial, Sans-Serif;
}

#back {
	position: absolute;
	top: 3em;
	right: 0.6em;
	font-size: 0.9em;
}

#menu {
	position: absolute;
	top: 4em;
	left: 0;
	width: 100%;
	padding: 0.4em 0;
	text-align: center;
	background-color: #28288b;
	z-index: 5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	display: inline;
	margin: 0 1em;
}

#menu ul li.active {
	font-weight: bold;
	color: #bbffbb;
}

#menu ul li a {
	color: white;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#wrapper {
	position: absolute;
	left: 0;
	top: 7em;
	width: 100%;
	z-index: 5;
}

#page {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 15px 30px;
	border: 1px solid #bbb;
	text-align: left;
}

#footer {
	position: relative;
	clear: both;
	width: 800px;
	margin: 1.5em auto 5em auto;
	text-align: center;
	font-size: 0.8em;
	color: gray;
}

#footer a {
	color: #222222;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	background-color: #333;
}

#footer a.img:hover {
	background-color: #fff8e0;
}

#footer img {
	border: 1px solid #fff8e0;
}

#footer img:hover {
	border: 1px solid #dddddd;
}