/* Allgemeine Einstellungen */
body
{
	background-image: url(bluewht.jpg);
	background-color: #6FF;
	font-family: "Arial", "Helvetica", "Helv", sans-serif;
	color: #000;
	width: 100%;
	background-repeat: repeat-y;
	margin: 0px;
}

h1
{
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
}

img
{
	border-width: 0px;
	border-style: none;
}

/* links */
a:link { color: #00f; }
a:visited { color: #808; }

div>a:hover, a:hover img
{
	color: #f0f;
	background-color: #9CF;
}

div>a:active, a:active img
{
	color: #f0f;
	background-color: #69C;
}

/* Navigationsleiste */
.gallery_navBar
{
	text-align: center;
	border-bottom: groove silver thin;
	margin-bottom: 1mm;
}

/* Index */
table.gallery_index
{
	margin-left: auto;
	margin-right: auto;
}

.gallery_index td
{
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

.gallery_index img
{
	background-color: white;
	padding: 3px;
	border-color: #ccc;
	border-width: 1px;
	border-style: outset;
	margin: 0px;
}

/* Image */
.gallery_image { text-align: center; }

.gallery_image img
{
	background-color: white;
	padding: 8px;
	border-color: #ccc;
	border-width: 1px;
	border-style: outset;
	margin: 0px;
}

/* Description */
.gallery_description { text-align: center; }

/* Link-Leiste */
.gallery_links
{
	border-top: groove silver thin;
	padding-top: 2mm;
}

.gallery_links table
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	font-size: 7pt;
}

.gallery_links td
{
	text-align: center;
	width: 100px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery_links td.de { background-image: url(germany-h.gif); }
.gallery_links td.es { background-image: url(spain-h.gif); }
.gallery_links td.en { background-image: url(unionjack-h.gif); }

/* Copyright-Zeile */
.gallery_footer
{
	border-top: groove silver thin;
	color: #000;
	margin-top: 0.3cm;
	text-align: left;
	font-size: 7pt;
	padding: 1mm;
}

#title
{
	background-image: url(../panorama1.jpg);
	width: 735px;
	height: 68px;
	background-repeat: no-repeat;
	margin: 5px auto 0 auto;
}