/* DATEI: main.css */

body { background-color:#DDDDDD;
              margin-top:15px;
	      margin-bottom:0px;
	      margin-left:20px;
	      margin-right:0px;
	      font-size:15px;
	      line-height:1.25em;
	      font-family:sans-serif;
	      color:#666666;
	      font-weight:500; }

a:link { text-decoration:underline; font-weight:500; color:#009900; }
a:visited { text-decoration:underline; font-weight:500; color:#009900; }
a:hover { text-decoration:underline; font-weight:500; color:#000000; }
a:active { text-decoration:underline; font-weight:500; color:#000000; }

h1 { font-size:30px;
         text-align:left;
	 line-height:1.25em;
	 font-weight:900;
	 margin-top:0px;
	 margin-bottom:0px;
	 color:#999999; }

h2 { font-size:20px;
         text-align:left;
	 line-height:1.25em;
	 font-weight:700;
	 margin-top:0px;
	 margin-bottom:0px;
	 color:#666666; }
   
table { background-color:#FFFFFF; border-width:1px; border-style:solid; border-color:#999999; font-size:12px; line-height:1.2em; padding:0.6em }

p { margin-top:6px;		/* fontsize body = 15px */
       margin-bottom:0px; }		/* line-height body = 1.25em */
