/** Textformatierung **/
body, table, tr, td,
h1, h2, h3, h4, p, a, ul, li,
div, img, form, label,
input, textarea, select		{ margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:13px; }
h1 								{ color:#5A9F8E; font-size:21px; font-weight:bold; line-height:26px; margin-top:28px; margin-bottom:14px; }
h2 								{ color:#5A9F8E; font-size:15px; font-weight:bold; line-height:20px; margin-bottom:14px; }
h3									{ color:#333333; font-size:14px; font-weight:bold; line-height:18px; margin-bottom:14px; }
h4									{ color:#000000; font-size:13px; font-weight:bold; line-height:18px; }
p 									{ line-height:18px; }
ul									{ margin-bottom:18px; padding-left:18px; line-height:18px; }
li 								{ margin-bottom:8px; line-height:18px; list-style-position:outside; }
a 									{ color:#5A9F8E; font-weight:bold; text-decoration:underline; cursor:pointer; }
a:hover 							{ text-decoration:underline; }
