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

/* Body allgemein */

body {
  margin: 0px;
  border: 0px; 
  padding: 0px; 
  background-color: #CCCCCC; 
  height: 100%; 
  width: 100%;
  overflow: auto;
  background-image: url(../images/back.gif);
  }

/* Scrollbalken*/

body {

scrollbar-face-color: #059945;
scrollbar-shadow-color: #00CC00;
scrollbar-highlight-color: #006600;
scrollbar-3dlight-color: #00CC00;
scrollbar-darkshadow-color: #00CC00;
scrollbar-track-color: #CCCCCC;
scrollbar-arrow-color: #CCCCCC;

}

/* Tabellen */

td { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000; vertical-align: top; }
.rahmen { border: 1px #059945 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; } 
