/* CSS Document */

/* normaler text */
td
{font-family:Verdana, Tahoma, Arial; font-size:14; color:#285870;}


/*große Überschrift*/
h1
{font-family:Verdana, Tahoma, Arial; font-size:16; font-weight:bold; color:#993C36;text-decoration: underline;}
/* mittlere grüne überschrift*/
h2
{font-family:Verdana, Tahoma, Arial; font-size:14; font-weight:bold; color:#4DA16D;}

/*kleine blaue */
h3
{font-family:Verdana, Tahoma, Arial; font-size:12; font-weight:bold; color:#5A57EB;}
/*Bilder*/
img{border:0;}



/* linkfarben*/
A:link { text-decoration: none; color:#70462D; font-weight=bold;}
A:visited { text-decoration: none; color: #70462D;font-weight=bold;}
A:hover { text-decoration: overline underline; color: #70462D; height:0; font-weight=bold;}
A:active { text-decoration: none; color: #70462D;font-weight=bold;}

SELECT,INPUT,TEXTAREA
{
FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE:10px;
BACKGROUND-COLOR:#000000;
COLOR:#BCB0A1;font-weight:bold;
FONT-WEIGHT:normal;
}

