/** Textformatierung **/
body, div, img,
h1, h2, h3, h4, 
p, a, ul, li,
form, input, select, 
textarea, submit, label,
table, th, tr, td			{ padding:0px; margin:0px; color:#000; font-family:Arial, Helvetica, Sans-serif; font-size:12px; text-align:left; }

body, div, 
h4, p, ul, a 				{ line-height:16px; }
h1, h2, h3, h4				{ font-weight:bold; }

h1 							{ margin-bottom:5px; color:#444444; font-family:Verdana, Arial, Helvetica, Sans-serif; font-size:18px; line-height:26px; }
h2								{ color:#13377c; font-size:14px; line-height:20px; } /* alt ->  margin-top:16px; */
h3								{ color:#F2F2F2; }
h4								{ }
p								{ width:100%; text-align:left; }
ul 							{ margin-bottom:16px; list-style-position:inside; }
a                       { color:#444444; text-decoration:none; cursor:pointer; }
a:hover                 { text-decoration:underline; } 
img 							{ border:none; }
.gruen 						{ color:#22AC22; }
.rot 							{ color:#CC0000; }