/* Menürand links und rechts */
.rand {
width: 10px;
height: 20pt;

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üteil */
.menupart {
width: 760px;
height: 20pt;

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:8pt;                  /* Schriftgrösse */
color:black;                    /* Schriftfarbe */
line-height:15pt;                /* Höhenabstand Text */

width:760px;                     /* UL Breite */
height:20pt;                    /* UL Höhe */

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

background:#E9E4E4;             /* 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 */

}


/* Menüeinträge (ohne dropdown) */
#nav li#helpsites {

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

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

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

width:76px;                     /* Breite Menüeintrag */
height:20pt;                    /* Höhe Menüeintrag */

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

background:#E9E4E4;             /* 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 */

}


/* Menüeinträge Linkformatierung */
#nav li#helpsites a, #nav li#helpsites a:link, #nav li#helpsites a:visited {

font-family:arial;              /* Schriftart */
font-size:8pt;                  /* Schriftgrösse */
font-weight:normal;	        /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:15pt;                /* Höhenabstand Text */
text-transform:none;            /* Kapitälchen | Hoch- und Tiefgestellt */
text-decoration:none;           /* Unter- Überstrichen | Durchgestrichen */

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

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

background:#E9E4E4;             /* Texthintergrundfarbe */
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#helpsites a:hover, #nav li#helpsites a:active {

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

display:block;                  /* Box um den Text */
width:75px;                     /* 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üeinträge leer(ohne dropdown) */
#nav li#nolink {

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

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

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

width:76px;                     /* Breite Menüeintrag */
height:20pt;                    /* Höhe Menüeintrag */

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

background:#E9E4E4;             /* 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 */

}


/* Menüeinträge leer Linkformatierung */
#nav li#nolink a, #nav li#nolink a:link, #nav li#nolink a:visited {

font-family:arial;              /* Schriftart */
font-size:8pt;                  /* Schriftgrösse */
font-weight:normal;	        /* Schriftdicke */
color:black;                    /* Schriftfarbe */
line-height:15pt;                /* Höhenabstand Text */
text-transform:none;            /* Kapitälchen | Hoch- und Tiefgestellt */
text-decoration:none;           /* Unter- Überstrichen | Durchgestrichen */

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

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

background:#E9E4E4;             /* Texthintergrundfarbe */
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#nolink a:hover, #nav li#nolink a:active {

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

display:block;                  /* Box um den Text */
width:75px;                     /* 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 */

}
