/* WT GALLERY category mode */
#categories {
  padding-left: 55px;
}
#container #right #categories {
  padding: 0;
}
div.wtgallery_categories { 
	border: 1px solid #1a3d00;
	width: 122px;
	height: 207px;
	padding: 10px;
	float: left;
	background-color: #87af68;
	margin: 10px;
}
body > #container div.wtgallery_categories {
	height: auto;
	min-height: 207px;
}
div.wtgallery_categories:hover {
	background-color: #bad1a8;
}
#middle #content div.wtgallery_categories:hover a {
	color: #1a3d00;
}
#middle #content div.wtgallery_category_pic a img {
	border: 1px solid #1a3d00;
}
div.wtgallery_category_folder {
	margin: 20px 0 10px 0;
}
#middle #content div.wtgallery_category_folder a {
	color: #edf3e9;
}
p.wtgallery_category_pagebrowser {
	display: none;
}
#container #middle p.wtgallery_category_pagebrowser a {
  margin: 0 5px;
}
/* WT GALLERY list mode */
#wtgallery_listpic_area {
	text-align: center;
	padding-left: 55px;
}
#pic {
	width: 639px;
}
#middle #content .wtgallery_listpic a img {
	border: 1px solid #1a3d00;
	width: 147px;
	height: 98px;
	margin: 5px;
}
#middle #content .wtgallery_listpic a img:hover {
	border: 1px dashed #87af68;
}
.wtgallery_pagebrowser {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	width: 639px;
	height: 23px;
	padding-top: 3px;
	text-align: right;
	color: #fff;
	margin: 21px 0;
}
#middle #content .wtgallery_pagebrowser a {
	color: #fff;
}
.wtgallery_pagebrowser_sign, .wtgallery_pagebrowser_up {
	display: inline;
	margin: 0 10px;
}
.wtgallery_pagebrowser_up {
  float: left;
}
#middle #content .wtgallery_pagebrowser_sign a img {
	margin: 2px 5px 0 5px;
}
/* WT GALLERY singleview mode */
#wtgallery_singlepic_area {
	width: 639px;
	padding-left: 55px;
}
.wtgallery_singlepic_pic {
	border: 1px solid white;
}
.wtgallery_singlepic {
	border: 1px solid #1a3d00;
	padding: 10px;
	background-color: #87af68;
	margin: 10px;
	width: 402px;
	margin-left: 108px;
	text-align: center;
}
.wtgallery_singlepic_popup {
	text-align: center;
	width: 639px;
}
#middle #content .wtgallery_singlepic a img {
	border: 1px solid #1a3d00;
}
.wtgallery_singlepic_browser {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	width: 639px;
	height: 23px;
	padding-top: 3px;
	text-align: right;
	color: #fff;
	margin: 21px 0;
}
#middle #content .wtgallery_singlepic_browser div a {
	color: #fff;
	vertical-align: center;
}
#middle #content .wtgallery_singlepic_browser div a img {
	margin: 2px 5px 0 5px;
}
.wtgallery_singlepic_up, .wtgallery_singlepic_back, .wtgallery_singlepic_fwd {
	display: inline;
	margin: 0 10px;
}
.wtgallery_singlepic_up {
	float: left;
}
#container a#allgalleries {
  clear: both;
  display: block;
  color: #6c9d47;
  font-weight: bold;
}
#container #middle a#allgalleries {
  display: none;
}
/* Rechte Spalte */
#right #wtgallery_category_area h2 {
  display: none;
}
body #container #right div.wtgallery_categories { 
  background-color: transparent;
  width: 161px;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #87af68;
  margin-bottom: 18px;
  padding: 0 0 4px 9px;
  height: auto;
  min-height: 0;
}
#right div.wtgallery_categories;hover {
  background-color: transparent;
}
#right div.wtgallery_categories .wtgallery_category_folder {
  padding: 0;
  margin: 5px 0 0 0;
}
#right div.wtgallery_categories .wtgallery_category_folder a {
  color: #214d81;
  font-weight: bold;
}
#right div.wtgallery_category_pic a img {
	border: 1px solid #1a3d00;
}
/* wt_gallery END */