
/* Standard-CSS fuer {Projektname} */


/* Einstellung der Abstaende zum Nullpunkt des Browsers und weitere Standards */
html, body, div, p,
h1, h2, h3, 
span, a, table, td,
form, img 					{ margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font: 10pt; color: #000000; }
							  
ul, li						{ margin-left: 10px; padding: 3px; }	
  
html, body 					{ background-color: #FFFFFF; } 


							  
/* Allgemein gueltige Formatierungen */
h1 							{ font-size: 16pt; color: #f60f60; margin: 20px 60px 10px 240px; border-bottom: 1px solid #ffffff; }
.klein						{ font-size: 8pt; }


a:link,	a:active, a:visited	{ text-decoration: none; }
a:hover						{ text-decoration: underline;  }

/* Bei Bedarf kopieren und Klasse festlegen
a.Klasse:link,
a.Klasse:active,
a.Klasse:visited			{ text-decoration: none; }
a:hover						{ text-decoration: underline; }
*/


/* Sektionsweite Formatierungen */

#titel						{ font-size: 12pt; font-weight: bold; color: #ffffff; }