body
	{
         background-color:#99CCFF;
         font-family: Verdana,Tahoma,helvetica,sans-serif;
	}
p,ul,ol,li,address,nobr,div,td,th,b,u,i
	{
         line-height:1.4em;
         font-size:small;
         color:#000080;
         }
h1
	{
         font-size:xx-large;
         color:#000080;
         line-height:1.2em;
         }
h2
	{
         font-size:large;
         color:#000080;
         line-height:1.2em;
         }
h3
	{
         font-size:medium;
         color:#000080;
         line-height:1.2em;
         }
a:link, a:visited
	{
         text-decoration:none;
         color:#0000FF;
         font-weight:normal;
         }
a:hover, a:active
	{
         text-decoration:underline;
         color:#FF0000;
         font-weight:normal;
         }
input, select, textarea
	{
         font-size:small;
         font-family:Verdana,Tahoma,helvetica,sans-serif;
         color:#000000;
         }
.bereich, .feld          /* input-text und textarea */
	{
         background-color:#99CCFF;
         border:2px solid #99CCFF;
         font-weight:normal;
         }
.auswahl                 /* select und option */
	{
         background-color:#FFFFFF;
         border:0px
         }
.check, .radio
	{
         background-image:url(webimg/mazes16.gif);
         border:0px;
         }
.button    			/* button, input-submit, input-reset */
	{
         background-color:#99CCFF;
         border:2px solid #0000FF;
         font-size:small;
         cursor:pointer;
         margin: 2px 2px 2px 2px;
         font-weight:normal;
         }

/* Ein paar class-Definitionen */
.x_small_center
	{
         text-align:center;
         font-size:x-small;
         }
.x_small_right
	{
         text-align:right;
         font-size:x-small;
         }
.x_small_left
	{
         text-align:left;
         font-size:x-small;
         }
.mitte
	{
         text-align:center;
         }
.links
	{
         text-align:left;
         }
.rechts
	{
         text-align:right;
         }
.einrueck
	{
         margin-left:3em;
         }