@charset "utf-8";
/************************************************************************************************************************/
/* Listenformatierungen */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Liste generell */
ul
{
	margin-bottom: 1em;
}

ul li
{
	text-indent: 0em;
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
	line-height: 1.5em;
}
ul li.nobullet
{
	text-indent: 0em;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
	line-height: 1.5em;
} 
ul.agb {
	float:left;
	width:500px;}

/************************************************************************************************************************/
/* Normale Liste */
.liste
{
}

.liste li
{
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 5px;
	margin-bottom: 3px;
}

.liste li ul li
{
	list-style-position: inside;
	text-indent: 17px;
	list-style-type: none;
}



/************************************************************************************/
/* Definitionsliste */
dl
{
	float: left;
	width: 100%;
	margin: 0em 0em 3em 0em;
	border-bottom: 1px dotted #ccc;
}

dt
{
	float: left;
	width: 20%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border-top: 1px dotted #ccc;
}

dd
{
	float: left;
	width: 80%;
	padding: 0px;
	border-top: 1px dotted #ccc;
}
