/***** CSS Definitionen fuer Kanzlei Storz *****/

/**** 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:#666666; }

/**** Allgemeine Schriftgroessen-Definition ****/
body,td,input,textarea,select,option,p,li,ul	{ font-size:11px; }
input.norm 				{ width:230px; }
input.plz 				{ width:56px; }
input.ort 				{ width:166px; }

a					{ font-size:11px; text-decoration:none; font-weight:bold; color:#666666; bordercolor:#666666; }

ul					{ padding-left:3px; padding-right:0px; margin-left:12px; margin-right:0px; }
ol 					{ list-style-type:decimal; }

/**** Ueberschriften-Definition ****/
h1					{ font-size:12px; font-weight:bold; color:#666666; }
h2					{ font-size:13px; font-weight:bold; color:#666666; }
h3					{ font-size:11px; font-weight:bold; color:#333399; }

/**** Farbzuweisung als Unterklasse fuer Schrift ****/
.small				{ font-size:9px; }
.aktiv				{ color:#ff9900; }
.schwarz			{ color:#000000; }
.koop				{ font-size:10px; color:#000000; }
.koopblau			{ color:#333399; }

