/***** CSS Definitionen ver.di *****/

/**** Hintergrundfarbe fuer <body> ****/
body 				{ background-color:#ffffff; }

/**** Allgemeine Schriftart-Definition ****/
a,p,h1,h2,h3,h4,td,body,input,select,option,textarea,li,ul { font-family:Arial,Helvetica,sans-serif; color:#3366cc; }

/**** Allgemeine Schriftgroessen-Definition ****/
body,td,input,textarea,select,option,p,li,ul	{ font-size:12px; }

a					{ font-size:12px; text-decoration:underline; font-weight:bold; bordercolor:#3366cc; }
a.norm				{ font-size:12px; text-decoration:underline; font-weight:bold; color:#3366cc; bordercolor:#3366cc; }

ul					{  padding-left:3px; padding-right:0px; margin-left:12px; margin-right:0px;  }

/**** Ueberschriften-Definition ****/
h1					{ font-size:16px; font-weight:bold; color:#3366cc; }
h2					{ font-size:18px; font-weight:bold; color:#3366cc; }
h3					{ font-size:18px; font-weight:bold; color:#3366cc; }
h4					{ font-size:20px; font-weight:bold; color:#3366cc; }

/**** Farbzuweisung als Unterklasse fuer Schrift ****/
.small				{ font-size:10px; }