

/* Regeln für den Body*/

body	{
		background-color:		#EEEEEE;
		font-family:			arial, helvetica, verdana;		
		font-size:				8pt;
		color:					#000000;
		font-weight:			normal;
		
		background-image:		url(images/kachel_schwarz.gif); 
		background-repeat:		no-repeat;
		background-position:	0px 0px;
  
		padding:				0px;


		margin-top:				0px;
		margin-left:		 	0px;
		margin-right:		 	0px;
		margin-width:			0px;
		margin-height:			0px;
		}

/* Formatierung Content-Bereich */

div.content {
		padding-top:			0px;
		}

/* Regeln für den Fließ-Text*/		
		
div.content p 		{ 
		font-family:			arial, helvetica, verdana;		
		font-size:				8pt;
		color:					#000000;
		font-weight:			normal;
		line-height:			12pt;
		margin-top:				-4px;
		}
		
div.content p.test 		{ 
		font-family:			arial, helvetica, verdana;		
		font-size:				10pt;
		color:					#000000;
		font-weight:			normal;
		margin-top:				-12px;
		}		
		

		
/* Regeln für die Überschriften*/		
		

div.content h1 		{ 
  		font-family:			arial, helvetica, verdana;		
		font-size:				14pt;
		color:					#6F1608;
		font-weight:			bold;
		letter-spacing:			0pt;
		margin-top:	 			0px;
		}
		
div.content h2 		{ 
  		font-family:			arial, helvetica, verdana;		
		font-size:				10pt;
		color:					#000000;
		font-weight:			bold;
		margin-top:	 			0px;
		}
		
		
/* Regeln für HyperlinkBildheadlins*/

div.content h2 a	{
		text-decoration:	none;
		font-weight:		bold;
		}

	
div.content h2 a	:link		{
		color:			#000000;
		background-color:	transparent;
		}
	
div.content h2 a	:visited	{
		color:			#333333;
		background-color:	transparent;
		}
	
div.content h2 a	:hover		{
		color:			#333333;
		background-color:	transparent;
		}
	
div.content h2 a	:active	{
		color:			#33333;
		background-color:	transparent;
		}				
		
div.content h4 		{ 
  		font-family:			arial, helvetica, verdana;		
		font-size:				10.5pt;
		color:					#000000;
		font-weight:			bold; 
		font-style:				italic;
		letter-spacing:			0pt;
		margin-top:	 			0px;
		}
		
		div.content h5 		{ 
  		font-family:			arial, helvetica, verdana;		
		font-size:				10.5pt;
		color:					#000000;
		font-weight:			bold; 
		letter-spacing:			0pt;
		margin-top:	 			0px;
		}
		
/* Regeln für Hyperlinks*/

a		{
		text-decoration:	underline;
		font-weight:		bold;
		}

	
a:link		{
		color:			#73120E;
		background-color:	transparent;
		}
	
a:visited	{
		color:			#656667;
		background-color:	transparent;
		}
	
a:hover		{
		color:			#4D4D4D;
		background-color:	transparent;
		}
	
a:active	{
		color:			#4D4D4D;
		background-color:	transparent;
		}		
		
		


/* Regeln für Thumbnails */

.thumb {
		border-width:	0px;
  		border-style:	solid;
  		border-color:	#000000;
		}
		
/* Regeln für Bullett-Listen*/
		
li		{ 
		margin-top:				5px; 
		margin-left:			20px;
		font-family:			arial, helvetica, verdana;		
		font-size:				8pt;
		color:					#4D4D4D;
		font-weight:			normal;
		line-height:			10pt;
		
		list-style-position: 	outside; 
		list-style-type:	square;
		}		
		

