a:link  {
	text-decoration : none;
	color : red;
}

a:visited  {
	text-decoration : none;
	color : red;
}

a.grey:link  {
	text-decoration : none;
	color : rgb(145, 145, 145);
	font-weight: bold;

}

a.grey:visited  {
	text-decoration : none;
	color : rgb(145, 145, 145);
	font-weight: bold;

}

a.grey:active {
    text-decoration : none;
	font-weight: bold;
	color: red;
}

.edited {
	text-decoration : none;
	color : red;
	background-image: url("http://publica.fraunhofer.de/starweb/pub08/css/edited.gif");
	background-repeat: no-repeat;
   background-position: right;
   padding-right: 76px;

}

.new {
	text-decoration : none;
	color : red;
	background-image: url("http://publica.fraunhofer.de/starweb/pub08/css/new.gif");
	background-repeat: no-repeat;
   background-position: right;
   padding-right: 26px;

}


BODY,P,FORM,UL  {
	background-color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-repeat: no-repeat;
}

IMG   {
       vertical-align: top;
}

TD    {
       font-family : Arial, Helvetica, sans-serif;
       font-size : 12px;
}

.Navig  {
	font-size : 12px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : rgb(255, 0, 0);
	vertical-align : top;
	text-decoration : none;
}

.Menu   {
        font-size : 12px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(145, 145, 145);
        font-weight: bold;
        text-decoration : none;
}

.Extern  {
	font-size : 12px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : rgb(255, 0, 0);
	vertical-align : top;
      font-weight: bold;
	text-decoration : none;
}


.Inhalt1  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : rgb(0, 0, 0);
	vertical-align : top;
}

.Inhalt2  {
	font-size : 12px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : rgb(145, 145, 145);
	vertical-align : top;
        text-decoration: none;
}

.Inhalt3  {
	font-size : 10px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : rgb(0, 0, 0);
	vertical-align : top;
        text-decoration: none;
}

.Inhalt4  {
        font-size : 3px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(0, 0, 0);
}

.Inhalt5  {
        font-size : 14px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(0, 0, 0);
}

.Navig1rot  {
        font-size: 12px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(255, 0, 0);
}


.Navig1grau  {
        font-size : 12px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(153, 153, 153);
}

.Navig2rot  {
        font-size: 11px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(255, 0, 0);
}

.Navig2grau  {
        font-size : 11px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(153, 153, 153);
}

.Navig3rot {
        font-size : 10px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(255, 0, 0);
}

.Navig3grau  {
        font-size : 10px;
        font-family : Arial, Helvetica, Geneva, sans-serif;
        color : rgb(153, 153, 153);
}

.top3px {
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #999999;
}

.top1px {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #999999;
}

.topgreen {
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #00CC99;
}

.Scirus  {
        font-size : 8px;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color : rgb(145, 145, 145); 
        text-decoration: none;
}

sup {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}


sub {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}

table { margin: 1px 1px 0.5em 1px; }

th {font-weight: bold; vertical-align: top; padding: 3px; text-align: left;
}


}