@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Listenformatierungen                                                             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Liste generell */
ul, ol
{
	margin-bottom: 1em;
}

ul li
{
	text-indent: 0em;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 1.4em;
}

ol
{
	margin-left: 1.5em;
}

ol li
{
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 0.5em;
}



/************************************************************************************/
/* Definitionsliste */
dl
{
	float: left;
	width: 100%;
	margin-bottom: 3em;
}

dt
{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin: 0em 1em 0.5em 0em;
	clear: left;
}

dd
{
	float: left;
	width: 500px;
	margin-bottom: 0.5em;
}



/************************************************************************************/
/* Normale Liste */
.liste
{
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 2em;
	float: left;
}

.liste li
{
	float:left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px dotted #CCC;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	line-height: 1.8em;
}

.liste li ul
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

.liste li ul li
{
	position: relative;
	font-weight: normal;
}

.liste li ul li:first-child
{
	border-top: none 0px;
}



/************************************************************************************/
/* Liste mit Punkt als Aufzählungszeichen */
.liste-punkt
{
	float: left;
	width: 100%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}

.liste-punkt li
{
	float:left;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/images/icons/aufzaehlungpunkt.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 1em;
}



/************************************************************************************/
/* Spalten Liste */
.columns-list
{
	float: left;
	width: 100%;
}

.columns-list li
{
	float: left;
	width: 120px;
	margin: 0em 0em 0.5em 0em;
}



/************************************************************************************/
/* Liste für Dialog (4 Spalten) */
.liste-dialog
{
	width: 100%;
	float: left;
	margin: 0.5em 0em 1em 0em;
}

.liste-dialog li
{
	float: left;
	width: 180px;
	margin: 0px 2px 5px 0px;
}
