/* DATEI: daab.css */
/*  Sonntag, 05. M&auml;rz 2000 */

body {
	background-color:rgb(251,255,234);
	margin-top:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
/* Backgroundfarbe */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}
/* Schriftart */

h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
/* Header Schriftgroesse */

p,ul,ol,li,div,th,td,address,nobr,b,i {
	font-size: 13px;
}
/* normaler Text Schriftgroesse*/

a:link {
	color: Blue;
	text-decoration: underline;
}
/* a:link = Verweise zu noch nicht besuchten Seiten */
a:visited {
	color: Purple;
	text-decoration:underline;
}
/* a:visited = Verweise zu bereits besuchten Seiten */
a:active {
	color: Red;
	text-decoration: underline;
}
/* a:active = Verweise, die gerade angeklickt werden */

 div.gruen  {
	color: #009900;
	font-size: 16px;
	font-weight: 1000;
   }
