/* Stylesheet fuer AGB etc. */

div.legal_section {
	/* width: 440px; */

	margin: 0px;
	padding:0px;
	margin-top: 40px;
}

h1.legal_mainHeading {
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

h2.legal_sectionHeading {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

span.legal_documentVersion {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

p.legal_paragraph {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}
   
ul.legal_listABC {
	margin: 0px;
	padding:0px;
	margin-left: 19px;
	list-style: lower-alpha;
} 
  
li.legal_listABC_item {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;	
}  

ul.legal_listBullets {
	margin: 0px;
	padding:0px;
	margin-left: 13px;
	list-style: disc;
} 
  
li.legal_listBullets_item {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;	
	
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;	
}  
    

ul.legal_list123 {
	margin: 0px;
	padding:0px;
	
	margin-left: 19px;
	list-style: decimal;
} 
  
li.legal_list123_item {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;	
}  

ul.legal_list123sub {
	margin: 0px;
	padding:0px;
	/*
	margin-left: 19px;
	*/
	list-style: none;
} 
  
li.legal_list123sub_item {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;	
}  


