/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*ELEMENTNAME:              inhalt.css                                  */
/*ELEMENTART:               Style-Sheet-Definitionen                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*AENDERUNGSPROTOKOLL:                                                  */
/*                                                                      */
/* DATUM    VERSION  ANLASS / AKTION                          AUTOR     */
/*+--------+--------+----------------------------------------+----------*/
/* 17.03.04  01.00     NSG-WEB                                     Hübschmann*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                      */
/* BESCHREIBUNG: Formatvorlage für NSG-Inhalt                               */
/*                                                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
BODY
{
    font-family:verdana,arial;
    font-weight:normal;
    color:#333333;
    background-color:#FFFFFF;
    text-decoration:none;
    border:none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Link                                                                 */
A:link
{	
        color:#008000;
        text-decoration:none
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Link                                                                 */
A:visited
{
        color:#008000;
        text-decoration:none
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Link                                                                 */
A:hover
{
        background-color: transparent;
        color:#008000;
        text-decoration:none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Link                                                                 */
A:active
{
        background-color: #CCFFCC;       
        color:#008000;
        text-decoration:none;
        font-weight:bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*NSG-Links                                                           */
A.menulink
{

        font-size:12px;
        font-weight:bold;
        color:#008000;
        text-align: left;


}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Menülink - hover                                                     */
A.menulink:hover
{

        background-color: #E9FEE9;
        text-decoration:none;

}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Überschrift 1. Stufe                                                 */
H1
{
	font-size: 16px;
	font-style:normal;
	line-height:18px;
	font-weight:bold;
	color: Green;
	text-align : center;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Überschrift 2. Stufe                                                 */
H2
{
	font-size:16px;
	font-style:normal;
	line-height:18px;
	font-weight:bold;
	text-align : center;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Absatz "Standard"                                                    */
P
{
	font-family: verdana,arial;
	font-size:12px;
	font-style:normal;
	line-height:14px;
	margin-top:0px;
	color:#333333;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Liste ohne Nummern                                                   */
UL
{
	list-style:square;
	font-family:verdana,arial;
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin-left : 16px;
	list-style-position : outside;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
