div.clear {
	clear: both;
}
div.wtgallery_list_area div.wtgallery_list,
div.wtgallery_category_area div.wtgallery_categories {
	float: left;
}
div.wtgallery_list_area div.wtgallery_list_firstofrow,
div.wtgallery_category_area div.wtgallery_category_firstofrow {
	clear: left;
}




/* SinleAnsicht  - Umfassendes DIV*/
div.wtgallery_single{
  background-color:#4D4D4D;
  color: #FFFFFF;
  padding: 20px 15px 0px 15px;
}




/*Single Bild Umfluss*/
div.wt_gallery_single_inner_pic{
  background-color:#FFFFFF;
  padding: 20px 15px 20px 15px;
  width: auto;
  text-align: center;

}


div.wt_gallery_single_inner_text{
  background-color:#FFFFFF;
  color: #000000;
  padding: 20px 15px 40px 15px;
}



div.wt_gallery_single_inner_title{
  font-weight: bold;
  font-size: 12px;
}

div.wt_gallery_single_inner_comments{
  font-weight: normal;
  font-size: 12px;
	display:none;
}


/* Listenansicht */

div.wtgallery_list_area{
  background-color:#4D4D4D;
  padding: 0px 15px 60px 15px;
}


div.wtgallery_list_area h2.wtgallery_list{
 background-color: #FFFFFF;
 color: #000000;
 padding-left: 10px;
 padding-top: 10px;
display: none;
}


div.wtgallery_list_pagebrowser_area{
 background-color: #FFFFFF;
 padding-left: 10px;
}

div.wtgallery_list_area div.next, div.wtgallery_list_area div.back {
	float: left;
	height: 115px;
	background: #FFFFFF;
	width: 25px;
}

div.wtgallery_list_all{
	background: #FFFFFF;
	height: 160px;
}

div.wtgallery_list_area div.border-line{
	border-top:2px dashed #B5B5B5;
	background: #FFFFFF;
	padding: 0px 15px 20px 15px;
}


div.list_row{
	background-color: #FFFFFF;
	float: left;
	height: 115px;
	width: 740px;
}


div.wtgallery_list img.wtgallery_list{
	padding: 10px;
	border: 1px solid #FFFFFF;
	max-width: 100px;
}


/* der Pagebrowser*/
ul.wtgallery_pagebrowser_list{
list-style-position:outside;
}

ul.wtgallery_pagebrowser_list li{
 float: left;
}


ul.wtgallery_pagebrowser_list{
 height: 50px;
}


div.wtgallery_single h2{
	display: none;
}

div.wtgallery_list_all div.current{
  border:1px solid #B12142;
}



.ro {
	background:url(/fileadmin/media/images/templates/wt_gallery/ro.png) top right no-repeat;
}

.lo {
	background:url(/fileadmin/media/images/templates/wt_gallery/lo.png) top left no-repeat;
}

.ru {
	background:url(/fileadmin/media/images/templates/wt_gallery/ru.png) bottom right no-repeat;
}

.lu {
	background:url(/fileadmin/media/images/templates/wt_gallery/lu.png) bottom left no-repeat;
}


