/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// Hofmann PC-Systeme 2005
//
////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////////////
// Standardformatierungen
////////////////////////////////////////////////////////////////
*/

body     				{
						padding:				10px;
						top:					0px;
						left:					0px;
						margin-left:			0px;
						margin-top:				0px;
						background-color:		#e6e6e6;
						margin:					0px;
						font-family:			verdana, arial, sans-serif;
						font-size:				12px;
						color:					#000000;
						font-weight:			normal;
						line-height:			1.5em;
						background-color:		#F2F2F2;
						}
p						{
						font-family:			verdana, arial, sans-serif;
						font-size:				12px;
						line-height:			1.5em;
						}

li						{
						font-family:			verdana, arial, sans-serif;
						font-size:				12px;
						line-height:			1.5em; 
						list-style-type:		square;
						}


/*
////////////////////////////////////////////////////////////////
// Ueberschriften
////////////////////////////////////////////////////////////////
*/

h1						{
						font-weight:			bold;
						font-size:				18px;
						color:					rgb(0,157,61); 
						margin-top:				8px; 
						margin-bottom:			2;
						}					

/*
////////////////////////////////////////////////////////////////
// Tabellen
////////////////////////////////////////////////////////////////
*/
						
td						{
						valign:					top;
						}
						
/*
////////////////////////////////////////////////////////////////
// Hyperlinks
////////////////////////////////////////////////////////////////
*/
						
a:link					{
						text-decoration:		none;
						color:					RGB(71,150,59);
						}
a:hover					{
						text-decoration:		none;
						color:					red;
						}
a:visited				{
						text-decoration:		none;
						color:					RGB(71,150,59);
						}