/* ############################################################################################## */
/* inter-baupol                                                                                   */

/* ********************************************************************************************** */
/* file: ./all-content-column-1.css                                                               */
#column-1 div.teaser,#column-1 div.body {
	font-size: 1.1em;
}

#column-1 div.teaser ol,#column-1 div.teaser ul {
	font-size: 0.9em;
}

#column-1 div.teaser ol ol,#column-1 div.teaser ol ul {
	font-size: 1em;
}

#column-1 div.teaser ul ol,#column-1 div.teaser ul ul {
	font-size: 1em;
}

#column-1 div.body ol,#column-1 div.body ul {
	font-size: 0.9em;
}

#column-1 div.body ol ol,#column-1 div.body ol ul {
	font-size: 1em;
}

#column-1 div.body ul ol,#column-1 div.body ul ul {
	font-size: 1em;
}

/* ********************************************************************************************** */
/* file: ./all-content-gallery.css                                                                */
/* thumbnails */
.gallery-thumbnails {}

a.gallery-thumbnail {
	border: 1px solid #007e2f;
	display: block;
	float: left;
	height: 85px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 128px;
}

a.gallery-thumbnail-lastCol {
	margin-right: 0;
}

span.gallery-thumbnail {
	background-color: #dadada;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	height: 85px;
	overflow: hidden;
	text-indent: -9999em;
	width: 128px;
}

div.pb-list a {
  text-decoration: none;
}

/* ********************************************************************************************** */
/* file: ./all-slimbox.css                                                                        */
#lbOverlay {
	background-color: #000;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#lbCenter {
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
}

#lbImage {
	background-repeat: no-repeat;
  border: 15px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.lbLoading {
	background-image: url('../img/slimbox/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#lbPrevLink,#lbNextLink {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-image: url('../img/slimbox/prev.gif');
	background-position: 0 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-image: url('../img/slimbox/next.gif');
	background-position: 100% 50%;
}

#lbBottomContainer {
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
}

#lbBottom {
  border: 15px solid #fff;
  border-top: 0;
}

#lbCloseLink {
	background-image: url('../img/slimbox/close.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	outline: none;
}

#lbCaption,#lbNumber {
	line-height: 14px;
	padding: 7px 0;
}

#lbCaption {
	font-size: 12px;
	margin: 0 60px;
	text-align: center;
}

#lbNumber {
	font-size: 11px;
	position: absolute;
  top: 0;
	left: 15px;
}