/* Menü-CSS for Firefox, Mozilla Suit, Opera, Konqueror */
/* CSS Tutorial under http://www.css4you.de */

/* Menüteil */
.menupart {

font-family:arial;              /* Schriftart */
font-size:10pt;                 /* Schriftgrösse */
font-weight:normal;               /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;               /* Höhenabstand Text */

width: 760px;
height: 14pt;

background-color:#cccccc;
border-color:red;
border-style:solid;
border-top-width:1px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
border-collapse:collapse;       /* Ränder übereinander */

}

/* Leere Menüzeile unterhalb */
.menueleer {

font-family:arial;              /* Schriftart */
font-size:10pt;                 /* Schriftgrösse */
font-weight:bold;               /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;               /* Höhenabstand Text */

width: 760px;
height: 14pt;

background:#E9E4E4;
border-color:red;
border-style:solid;
border-top-width:1px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;

}

/* Menürand links und rechts Leere Menüzeile */
.rand {

font-family:arial;              /* Schriftart */
font-size:10pt;                 /* Schriftgrösse */
font-weight:bold;               /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;               /* Höhenabstand Text */

width: 10px;
height: 14pt;

background:red;
border-color:red;
border-style:solid;
border-top-width:1px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;

}


/* Menü | 1. Ebene */

#nav, #nav ul {

z-index:100;                    /* Position Z */

list-style: none;               /* Aufzählungszeichenart */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

width:auto;                     /* UL Breite */
height:15pt;                    /* UL Höhe */

margin:0px;                     /* Aussenabstand 1. Ebene */
padding:0px;                    /* Innenabstand 1. Ebene */

background:#CCCCCC;             /* Hintergrundfarbe 1. Ebene */
border-top:0px solid red;       /* Oberer Rand 1. Ebene */
border-left:0px solid red;      /* Linker Rand 1. Ebene */
border-right:0px solid red;     /* Rechter Rand 1. Ebene */
border-bottom:0px solid red;    /* Unterer Rand 1. Ebene */
border-collapse:collapse;       /* Ränder übereinander */

}

/* Catweb Menü */
#nav li#catwebmenu {

float:left;                     /* Menü horizontal positionieren links */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:40px;				  /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#cccccc;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
}


/* Catweb Menü Linkformatierung */
#nav li#catwebmenu a:link, #nav li#catwebmenu a:visited  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:39px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;           /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#cccccc;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

#nav li#catwebmenu a:hover, #nav li#catwebmenu a:active  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:39px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

/* howtosupport */
#nav li#howtosupport {

float:left;                     /* Menü horizontal positionieren links */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:120px;				  /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#cccccc;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
}


/* howtosupport Linkformatierung */
#nav li#howtosupport a:link, #nav li#howtosupport a:visited  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:119px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;           /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#cccccc;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

#nav li#howtosupport a:hover, #nav li#howtosupport a:active  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:119px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

/* projectsseeking */
#nav li#projectsseeking {

float:left;                     /* Menü horizontal positionieren links */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:75px;				  /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#cccccc;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
}


/* projectsseeking Linkformatierung */
#nav li#projectsseeking a:link, #nav li#projectsseeking a:visited  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:74px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;           /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#cccccc;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

#nav li#projectsseeking a:hover, #nav li#projectsseeking a:active  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:74px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

/* projectsseeking Untermenü: 2. Ebene on Load */
#nav li#projectsseeking ul {

position:absolute;              /* Positionsart */
top:auto;                       /* Position Top */
left: -999em;                   /* Position Left */

width:10em;                     /* Breite 1. und 2. Untermenü */
height:auto;                    /* Höhe aller Untermenüs */

margin:0px;                     /* Aussenabstand 2. und 3. Ebene */
padding:0px;                    /* Innenabstand 2. und 3. Ebene */

background:#CCCCCC;             /* Hintergrundfarbe 2. und 3. Ebene */
border-top:0px solid red;       /* Oberer Rand 2. und 3. Ebene */
border-left:1px solid red;      /* Linker Rand 2. und 3. Ebene */
border-right:1px solid red;     /* Rechter Rand 2. und 3. Ebene */
border-bottom:1px solid red;    /* Unterer Rand 2. und 3. Ebene */
border-collapse:collapse;       /* Ränder übereinander */

} 


/* Untermenü projectsseeking: Position 2. Ebene mit Hover auf 1. Ebene */

#nav li#projectsseeking:hover ul {

top:auto;                       /* Position Top */
left:auto;                      /* Position Left */

margin-top:-1px;                /* Aussenabstand Oben 2. Ebene */
margin-left:1px;                /* Aussenabstand Links 2. Ebene */
margin-right:0px;               /* Aussenabstand Rechts 2. Ebene */
margin-bottom:0px;              /* Aussenabstand Unten 2. Ebene */
padding:0px;                    /* Innenabstand 2. Ebene */

}

/* projectsseeking Dropdown */
#nav li#projectsseeking li {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:normal;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:10em;                     /* Breite Menüeintrag */
height:19pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#CCCCCC;             /* Hintergrundfarbe Menüeintrag */
border-top:1px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
border-collapse:collapse;       /* Ränder übereinander */

}

/* projectsseeking dropdown Linkformatierung */
#nav li#projectsseeking li a {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:normal;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:100%;                     /* Breite Box */
height:100%;                    /* Höhe Box */

text-align:center;              /* Textausrichtung horizontal */
Vertical-align:middle;          /* Textausrichtung vertikal */
text-decoration:none;

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#CCCCCC;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:0px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */
border-collapse:collapse;       /* Ränder übereinander */

}

#nav li#projectsseeking li a:link, #nav li#projectsseeking li a:visited {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:normal;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:100%;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;           /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#CCCCCC;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:0px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}


#nav li#projectsseeking li a:hover, #nav li#projectsseeking li a:active {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:normal;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:100%;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:0px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */
border-collapse:collapse;       /* Ränder übereinander */

}


/* supporters */
#nav li#supporters {

float:left;                     /* Menü horizontal positionieren links */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:90px;				  /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#cccccc;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
}


/* supportersLinkformatierung */
#nav li#supporters a:link, #nav li#supporters a:visited  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:89px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;           /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#cccccc;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

#nav li#supporters a:hover, #nav li#supporters a:active  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;             /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:89px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

/* Menü nolink */
#nav li#nolink {

float:left;                     /* Menü horizontal positionieren links */
cursor:default;

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:95px;                     /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#CCCCCC;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
border-collapse:collapse;       /* Ränder übereinander */

}


/* nolink Linkformatierung */
#nav li#nolink a:link, #nav li#nolink a:visited  {
cursor:default;

font-family:arial;              /* Schriftart */
font-size:10pt;                 /* Schriftgrösse */
font-weight:bold;	        	/* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;               /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:94px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:transparent;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */
border-collapse:collapse;       /* Ränder übereinander */

}

#nav li#nolink a, #nav li#nolink a:hover, #nav li#nolink a:active {
cursor:default;

font-family:arial;              /* Schriftart */
font-size:10pt;                 /* Schriftgrösse */
font-weight:bold;	        	/* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;               /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:94px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:transparent;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

/* Help */
#nav li#help {

float:left;                     /* Menü horizontal positionieren links */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:60px;                     /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#CCCCCC;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
border-collapse:collapse;       /* Ränder übereinander */

}


/* Help Linkformatierung */
#nav li#help a:link, #nav li#help a:visited  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;	        /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:59px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#cccccc;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */
border-collapse:collapse;       /* Ränder übereinander */

}

#nav li#help a:hover, #nav li#help a:active {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;	        /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:59px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}

/* Impressum */
#nav li#impressum {

float:left;                     /* Menü horizontal positionieren links */

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

text-align:center;              /* Textausrichtung horizontal */
vertical-align:top;             /* Textausrichtung vertikal */

width:90px;                     /* Breite Menüeintrag */
height:15pt;                    /* Höhe Menüeintrag */

margin:0px;                     /* Aussenabstand Menüeintrag */
padding:0px;                    /* Innenabstand Menüeintrag */

background:#CCCCCC;             /* Hintergrundfarbe Menüeintrag */
border-top:0px solid red;       /* Oberer Rand Menüeintrag */
border-left:0px solid red;      /* Linker Rand Menüeintrag */
border-right:0px solid red;     /* Rechter Rand Menüeintrag */
border-bottom:0px solid red;    /* Unterer Rand Menüeintrag */
border-collapse:collapse;       /* Ränder übereinander */

}


/* Impressum Linkformatierung */
#nav li#impressum a:link, #nav li#impressum a:visited  {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;	        /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:89px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:none;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#cccccc;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */
border-collapse:collapse;       /* Ränder übereinander */

}

#nav li#impressum a:hover, #nav li#impressum a:active {

font-family:arial;              /* Schriftart */
font-size:10pt;                  /* Schriftgrösse */
font-weight:bold;	        /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:13pt;                /* Höhenabstand Text */

display:block;                  /* Box um den Text */
width:89px;                     /* Box Breite */
height:100%;                    /* Box Höhe */

text-decoration:underline;      /* Text: unterstrichen | überstrichen | durchgestrichen */
text-transform:none;            /* Text: kaptiälchen | hochgestellt | tiefgestellt */

margin:0px;                     /* Aussenabstand Box */
padding:0px;                    /* Innenabstand Box */

background:#FFFFFF;             /* Hintergrundfarbe Box */
border-top:0px solid red;       /* Oberer Rand Box */
border-left:0px solid red;      /* Linker Rand Box */
border-right:1px solid red;     /* Rechter Rand Box */
border-bottom:0px solid red;    /* Unterer Rand Box */

}
