

/* Regeln für den Body*/

body	{
		background-color:		#FBFAF4;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		
		background-image:		url(images/bg.gif); 
		background-repeat:		repeat-y;
  
		padding:				0px;
		background-position:	0px;

		margin-top:				0px;
		margin-left:		 	0px;
		margin-right:		 	0px;
		margin-width:			0px;
		margin-height:			0px;
		}

/* Regeln für den Fließ-Text*/		
		
p 		{ 
		margin-top:				15px; 
		margin-left:			100px;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			12pt;
		}
		
p.bild 		{  
		margin-top:				4px; 
		margin-left:			100px;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			12pt;
		}
		
p.tabelle 		{ 
		margin-top:				0px; 
		margin-left:			0px;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			12pt;
		}
span.bild 		{  
		margin-top:				4px; 
		margin-left:			100px;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			12pt;
		}
		
/* Regeln für die Überschriften*/		
		

h1 		{ 
		margin-top:				50px; 
		margin-left:			100px;
		font-family:			verdana, helvetica, arial;		
		font-size:				12pt;
		color:					#7A1D42;
		font-weight:			bold;
		}
		
h2 		{ 
		margin-top:				30px; 
		margin-left:			100px;
		font-family:			verdana, helvetica, arial;		
		font-size:				10pt;
		color:					#7A1D42;
		font-weight:			bold;
		}			
		
/* Regeln für Hyperlinks*/

a		{
		text-decoration:	underline;
		font-weight:		bold;
		}

	
a:link		{
		color:			#4D4D4D;
		background-color:	transparent;
		}
	
a:visited	{
		color:			#4D4D4D;
		background-color:	transparent;
		}
	
a:hover		{
		color:			#4D4D4D;
		background-color:	transparent;
		}
	
a:active	{
		color:			#4D4D4D;
		background-color:	transparent;
		}		


		
/* Regeln für Bullett-Listen*/
		
li		{ 
		margin-top:				15px; 
		margin-left:			80px;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			12pt;
		
		list-style-position: 	outside; 
		list-style-image:   	url(images/kreis.gif); 
		list-style-type: 		disc
		}		
		
li.pupl		{ 
		margin-top:				15px; 
		margin-left:			60px;
		font-family:			verdana, helvetica, arial;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			12pt;
		
		list-style-position: 	outside; 
		list-style-image:   	url(images/kreis.gif); 
		list-style-type: 		disc
		}				
