/*###########################################################################################################*/
/* Listenformatierungen */
/*###########################################################################################################*/

/*************************************************************************************************************/
/* Liste generell */
ul,
ol,
dl
{
	margin-bottom: 1.25em;
	list-style-position: inside;
	font-size: 1em;
	font-family: inherit;
	line-height: 1.6;
}

ul, ol
{
	margin-left: 0;
}



/*************************************************************************************************************/
/* Ungeordnete Liste */
ul li ul,
ul li ol
{
	margin-bottom: 0;
	margin-left: 1.25em;
	font-size: 1em;
}

ul.square li ul,
ul.circle li ul, 
ul.disc li ul
{
	list-style: inherit;
}

ul.square
{
	list-style-type: square;
}

ul.circle
{
	list-style-type: circle;
}

ul.disc
{
	list-style-type: disc;
}

ul.no-bullet
{
	list-style: none;
}



/*************************************************************************************************************/
/* Geordnete Liste */
ol li ul,
ol li ol
{
	margin-bottom: 0;
	margin-left: 1.25em;
}

ol li
{
	margin-bottom: 0.5em;
}



/*************************************************************************************************************/
/* Definitionsliste */
dl dt 
{
	margin-bottom: 0.3em;
	font-weight: bold;
}

dl dd
{
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px dashed #777;
}



/*************************************************************************************************************/
/* Inline Listen */
.inline-list 
{
	margin: 0 auto 1.0625em auto;
	margin-left: -1.375em;
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
  
.inline-list > li 
{
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; 
}
    
.inline-list > li > * 
{
	display: block;
}



/*************************************************************************************************************/
/* Figure */
figure.figure-group
{
	float: left;
	width: 100%;
	text-align: center;	
}

figcaption.group-caption
{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

figure.thumb
{
	display: inline-block;
	margin: 10px 8px 10px 8px;
	vertical-align: top;
}

figure.thumb img
{
	border: 1px solid #ccc;
	box-shadow: 0 0 12px #aaa;
}

figure.thumb img:hover
{
	border-color: #999;
}

figure.thumb figcaption
{
    margin-top: 5px;
    text-align: left;
    font-style: italic;
	font-size: 0.9em;
}

ul.pagination li {
	display: inline-block;
	margin-left: 1em;
}
