body {
	margin: 0px 0px 0px 0px;
}

/* -- Main layout definitions ------------- */

body.gallery {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #3D4242;
	color: #333;
	text-align: center;
}

.description {
	color: #FFF200;
}

#gallery {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #3D4242;
	color: #333;
	text-align: center;
}

#header {
	background-color: #C0272D;
	background-image: url(images/logo.gif);
	height: 126px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}

#header img {
	margin: 0.5em 0 0 0;
	border: 0;
}

.headernavigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	height: 100%;
	background-image: url(images/by_rainer_amler.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.gallery-album {
        width: 96%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
}



a {
	color: #FFF200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	color: #999;
	font-size: 1.2em;
	padding-top: 10px;
	margin: 0px 0px 10px 0px;
}

.content {
	/*clear: both;*/
	/*margin: 0 200px 0px 45px;*/
	margin: 0 auto;
	text-align: left;
	color: #C0272D;
	width: 700px;
}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 3em;
}

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	/*padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;*/
	font-size: 1.4em;
	color: #C0272D
}

.gallery h3 {
	clear: both;
	margin: 0.5em 0;
	font-size: 1em;
	color: #C0272D
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
	width: 180px;
	height: 180px;
}

.gallery-thumb img {
	/*background: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 1px;*/
	/*-moz-border-radius: 5px;*/
	border: none; 
}

.gallery-thumb a img {
	/*border-color: #ccc;*/
	border: none;
}

.gallery-thumb a:hover img {
	/*border-width: 2px;
	border-color: #38c;
	margin: 0;*/
	/*-moz-border-radius: 7px;*/
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	/*clear: both;*/
}

.gallery-albums h4 {
	margin: 5px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}


/* -- Gallery Photo (detail page) --------- */

.gallery-photo {
	/*text-align: center;*/
}

.gallery-photo img {
	/*background: #eee;
	border: 1px solid #ccc;
	padding: 7px;*/
	/*-moz-border-radius: 5px;*/
	border: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #999;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	font-size: 0.8em;
	margin: 1.5em 0;
}

table.gbDataTable .gbOdd {
	font-weight: bold;
}

