/* DATEI: basis.css */


a:link
{
color: #7F7F7F;
text-decoration : none;
}
a:visited
{
color: #7F7F7F;
text-decoration : none;
}
a:active
{
color: #C04040;
text-decoration : none;
}
a:hover
{
color: #C04040;
text-decoration : none;
}

body
{
background-color:#FFFFFF;
margin: 0px;
}

body,p,td,tr,h1,h2,h3,h4,h5,input,textarea
{
margin: 0px;
font-family: TAHOMA,HELVETICA,"ARIAL BLACK","Microsoft Sans Serif";
color: #1F0000;
font-size: 11px;
font-style: normal;
text-align: justify;
font-weight: 0;
word-spacing: 0px;
letter-spacing: 0px;
text-decoration: none;
text-transform: none;
font-stretch :normal;
}

table,tr,td {
border-color: #000000;
border-width: 0px;
border-style: solid;
}