/* Design by rm-design */
/* http://www.rm-design.de */

/* Body allgemein */

body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color: #99CC99;
  height: 100%;
  width: 100%;
  overflow: auto;
  }

/* Scrollbalken*/

body {

scrollbar-face-color: #669966;
scrollbar-shadow-color: #99CC99;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #009900;
scrollbar-darkshadow-color: #99CC99;
scrollbar-track-color: #CCFFCC;
scrollbar-arrow-color: #FFFFFF;

}

/* Tabellen */

td { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000; vertical-align: top; }
.rahmen { border: 1px #009900 solid; padding: 2px; }

/* Links */

a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } 

a:link    {  color: #6666FF; text-decoration: underline; }
a:visited {  color: #666666 }
a:hover   {  color: #336633 }
a:active  {  color: #9999FF }

a.design:link    {  color: #99FF99; text-decoration: none; font-size: 10px; }
a.design:visited {  color: #99FF99; text-decoration: none; font-size: 10px; }
a.design:hover   {  color: #FFFFFF; text-decoration: underline; font-size: 10px; }
a.design:active  {  color: #99FF99; text-decoration: none; font-size: 10px; }


/* Bildformatierungen */

img { border: 0px; }


/* Schriftdarstellung */

p, input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000} 
.txtklein { font-size: 10px; } 
.txtgross { font-size: 16px; } 

.kap:first-letter { margin-left:20px; }

.linkklein { font-size: 10px }
.einzug { margin: 0px 0px 30px 20px; }
