/* Thumbnail Übersicht */

div.thumbs {width: 600px; float: left;}
.thumbs_outer {overflow: hidden;}
.thumbrow {margin: 0 0 40px 0; display: block; overflow: hidden; position: relative;}
.thumbrow img {margin-right: 40px; position: relative; vertical-align: middle;}
.thumbrow img.last {margin-right: 0;}
.thumbrow table {position: relative; top: 0px; left: 0px;}
.thumbrow table tr {position: relative; top: 0px; left: 0px;}
.thumbrow table tr td {vertical-align: top; position: relative;}

.thumbs_text {margin: 0 0 0 600px; width: auto;}
.thumbs_text h2 {font-weight: normal;}

/* Image Detailansicht */  

div.thumbs div.largeImage {
  border: none;
  float: left;
}


div.thumbs div.largeImage img {
}



/* Navigation */

.counter { margin: 0px 0px 0px 18px; font-size: 12px; font-weight: bold; }
div.navigation {
	padding: 12px 0 0 30px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 200;
	font-size: 11px;
	float: left;
	
}

div.navigation a.linkLeft {
}
div.navigation a.linkRight {
}
div.navigation a.linkCenter {
  margin-left: 0px;
  margin-right: 0px;
}
