@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Listenformatierungen                                                             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generell */
ul
{
	margin-bottom: 1em;
}

ul li
{
	text-indent: 0em;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 1.4em;
}

/************************************************************************************/
/* Kontaktseite */

#lstKontaktText li
{
	position:relative;
	float:left;
	margin-top:18px;
	padding-left:0;
	width:185px;
	list-style-position:outside;
	font-size:12px;
	color:#333;
}



/************************************************************************************/
/* Normale Liste */
.liste
{
	width: 350px;
	border-bottom: 1px dashed #ccc;
	margin-top: 9px;
	margin-bottom: 2em;
	float: left;
}

.liste li
{
	float:left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCC;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	line-height: 18px;
}

.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
{
	width: 100%;
	float: left;
	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(../admin/images/icons/aufzaehlungpunkt.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 2em;
}
