/** Textformatierung **/
body, table, tr, td,
h1, h2, h3, p, a, ul, li,
div, img, form, label,
input, textarea, select		{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#3a3a3a; font-size:12px; }

h1									{ width:100%; margin-bottom:10px; color:#986d21; font-size:30px; font-weight:bold; text-align:left; }
h2									{ width:100%; color:#986d21; font-size:13px; font-weight:normal; text-align:left; }
h3									{ color:#000000; font-weight:bold; text-align:left; }
p 									{ text-align:justify; line-height:18px; }
ul									{ margin-bottom:19px; padding-left:20px; line-height:19px; list-style-position:outside; }
li 								{ line-height:19px; list-style-position:outside; }
a 									{ color:#95464b; text-decoration:none; }
a:hover 							{ color:#95464b; text-decoration:underline; }


/** Breite Text fuer TinyMCE **/
/* #iframe						{ width:490px; } */  
