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

/** Textformatierung */
h1, h2, p, a, ul, 
div, img, form, label,
input, textarea, select		{ margin:0px; padding:0px; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
img 							{ border:0px; }
h1								{ display:block; width:100%; margin-bottom:11px; font-size:21px; font-weight:bold; }
h2 								{ font-size:14px; font-weight:bold; }
p 								{ text-align:left; line-height:16px; }
ul 								{ margin-bottom:14px; list-style-position:inside; }
li								{ margin-left:75px; }
a 								{ text-decoration:none; }
a:hover 						{ text-decoration:underline; }
.blau 							{ color:#5a89b6; }
.rot							{ color:#ee1414; }