/* CSS Document */

.ColumnLeft{
	width: 200px;
	padding-left: 30px;
	float: left;
}

.ColumnLeft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ColumnLeft ul li a, .ColumnLeft ul li a:hover{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}

.ColumnLeft ul li a:hover, .ColumnLeft ul li a.Selected{
	text-decoration: underline;
}

.ColumnRight{
	margin-left:245px;
}

.e2_photo_gallery {
 width:  500px;
 min-width:  500px;
 color:  #FFFFFF;
}

.e2_photo_gallery .hd .c,
.e2_photo_gallery .ft .c {
 height: 0px;
}

.e2_photo_gallery .ft .c {
 height:  14px;
}

/* content-specific */

.e2_photo_gallery h1 {
 /* header */
 font-size: 2em;
 margin: 0px;
 padding: 0px;
 margin-top: -0.6em;
}

.e2_photo_gallery p {
 margin: 0.5em 0px 0px 0px;
 padding: 0px;
 font: 0.95em/1.5em Arial,Helvetica,sans-serif;
}

html>body .e2_photo_gallery pre {
 font-size: 1.1em;
}

#main_image_wrapper{
	position: relative;
	width: 500px; 
	height: 375px;
	background:  #FF9900 url(../bilder/loading_image.gif) no-repeat 50% 50%;
} 
#imgloader{
	text-align: center;
	vertical-align: middle;
}
#thumbbox{
	text-align: center;
	width: 500px;
	position: relative;
	padding: 10px 5px;
}
#thumb_container{
	position: relative;
	overflow: hidden;
	width: 430px;
	height: 47px;
	margin: 0 0 0 32px;
}
#thumbs img{
	margin-right: 10px;
	vertical-align: top;
}
#thumbs a img{
	border: 1px solid #FF9900;
}
#thumbs a:hover img{
	border: 1px solid #F1F1F1;
}
#photocount{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	float:  left;
	width:  48%;
	text-align:  left;
	left: 0;
}
#back{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 1001;
}
#more{
	position: absolute;
	top: 0;
	left: 468px;
	float: right;
	z-index: 1001;
}
.morelink: hover{
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
#thumbgall{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	z-index: 1000;
}
#widthbox{
	position: relative;
	display: inline;
	left: 0;
	top: 0;
	padding: 1px;
}
#imgbox{
	width: 80px;
	height: 80px;
	display: inline;
	position: absolute;
	text-align: center;
}

#rightmore li a{
	background: url(../bilder/right_more.gif) no-repeat;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 0;
}
#rightmore li a:hover{
	background: url(../bilder/right_more_over.gif) no-repeat;
	color: #fff;
	height: 115px;
}
#leftmore li a{
	background: url(../bilder/left_more.gif) no-repeat;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 0;
}
#leftmore li a:hover{
	background: url(../bilder/left_more_over.gif) no-repeat;
	color: #fff;
	height: 115px;
}
.spacing{
	padding: 1px;
}
.morelink:link, .morelink:visited{
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#rightmore, #leftmore{
	color: #333;
	height: 115px;
	width: 32px;
	padding: 0;
}
#rightmore ul, #leftmore ul{
	list-style: none;
	border: none;
	height: 115px;
	margin: 0;
	padding: 0;
}
#rightmore li,#leftmore li{
	height: 115px;
	margin: 0;
}
html>body #rightmore li a,html>body #leftmore li a{
	width: auto;
}
#pn_overlay{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 998;
}
#prev, #next{
	width:  30%;
	height:  100%;
	background:  transparent url(../bilder/blank.gif) no-repeat;
	outline: none;
	}
#prev { 
	left:  0; 
	float:  left; 
	outline:  none; 
	-moz-outline:  none; 
	visibility: hidden;
}
#next { 
	right:  0; 
	float:  right; 
	outline:  none; 
	-moz-outline:  none;
}
#prev:hover, #prev:visited:hover { 
	background:  url(../bilder/prev.gif) left 50% no-repeat; 
}
#next:hover, #next:visited:hover { 
	background:  url(../bilder/next.gif) right 50% no-repeat; 
}
#imgtitle{
	width: 600px; 
	font-size: .8em; 
	text-align: center; 
	color: #FFF; 
	display: block
}
#imgtitle h2{
	font-size: 1.3em; 
	margin: 0; 
	padding: 0
}

#thumbdisplay {
	width:  500px;
	height: 20px;
}
.clear{clear: both;}

.tooltip {
	color:  #fff;
	width:  150px;
	z-index:  15000;
	text-align: left;
}

.tooltip h4 {
	font-weight:  bold;
	font-size:  12px;
	margin:  0px;
	padding:  8px 8px 2px;
	background: #000;
}

.tooltip p {
	font-size:  11px;
	padding:  1px 8px 8px;
	margin: 0px;
	background:  #000;
}#thumbhide {
	position:  relative;
	overflow: hidden;
	background-color: #333333;
}