body 		{ margin-top:0px;
    		  margin-bottom:10px;
	    	  background-color:#dadaedb; }

.body2 		{ margin-top:0px;
		  margin-bottom:10px;
		  background-color:#441188; }

a.color01 	{ color:#22bb44; }
a.color02 	{ color:#cc3355; }
a.color03 	{ color:#ffff00; }
a.color04 	{ color:#ffffff; }
a:link 		{ text-decoration:underline; }
a:visited 	{ text-decoration:underline; }
a:hover 	{ text-decoration:underline; }
a:active 	{ text-decoration:underline; }

td.title 	{ text-align:center; 
		  padding-bottom:1cm;
		  padding-top:0.5cm;
}
/*
.button { 
  background-color:#e89b9b; 
		      color:#00006b;
		      font-weight:bold; 
		      width:115px;
		      border:3px outset #000000; 
}
*/

.button[type=reset] { 
  background-color:#e89b9b; 
		      color:#00006b;
		      font-weight:bold; 
		      width:115px;
		      border:3px outset #000000; 
}
.button[type=submit] { 
           background-color:#aaffaa;
		       color:#551199;
		       font-weight:bold; 
		       width:115px;
		       vertical-align:middle;
		       text-align:center; 
		       border:3px outset #f6edff; 
}

select,input,textarea { 
       background-color: #ebdbff; 
       border:2px inset #dddddd;
	   color:#551199;
}

/* fuer links */
a:link { color:#00006b; }
a:visited { color:#00006b; }
a:active { color:#00006b; }

p,div,td,th,address,nobr,b,i { font-size:14pt; }
p,h1,h2,h3,h4,div,td,th,address,blockquote,nobr,b,i
     { font-family:Helvetica,sans-serif; }

