/*
* Allgemeines
*/
body, td{
	/* Abstand*/
	margin: 0 20px;
	padding: 0;
	

		
	/* Schriftbild */
	color: #000033;

	font-family: arial, verdana, helvetica, times;
	
	font-size: 12px;
	line-height: 18px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	

}

	strong {	font-size: 14px; 	line-height: 20px;}
	b {	font-size: 12px; 	line-height: 16px;}
	
p {
	/* = Abstand zwischen zwei Paragraphen */
	/* Abstand vertical horizontal */
	margin: 14px 0px; 
}

a {
	color: #000000;
}



/* 
* Liste
*/
ul.listeNormal {

	list-style-type: none;
	list-style-position: outside; /* im Falle eines Umbruchs wird die naechste Zeile nicht verrueckt */
	
	padding-left: 0px;
	margin-left: 0px;
	

}
/* Listenpunkte einruecken und mit Bommel versehen */
ul.listeNormal li {

	/* einrücken */ 
	padding-left: 15px;
	/* Abstand zwischen den Listenpunkten */
	margin-bottom: 1px;
	/* HINTERGRUNDBILD */
	background: transparent url(../imgs/blau_bommel_dunkel.gif) no-repeat 0px 3px;

}


