/* 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 */

}


/* 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 */

}

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

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 */

}


/* iucn Linkformatierung */
#nav li#iucn a, #nav li#iucn a:link, #nav li#iucn 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: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#iucn a:hover, #nav li#iucn 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:94px;                     /* 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ü speciesinfo */
#nav li#speciesinfo {

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 */

}


/* speciesinfo Linkformatierung */
#nav li#speciesinfo a, #nav li#speciesinfo a:link, #nav li#speciesinfo 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: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#speciesinfo a:hover, #nav li#speciesinfo 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:94px;                     /* 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ü insitu */
#nav li#insitu {

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 */

}


/* insitu Linkformatierung */
#nav li#insitu a, #nav li#insitu a:link, #nav li#insitu 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: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#insitu a:hover, #nav li#insitu 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:94px;                     /* 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ü exsitu */
#nav li#exsitu {

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 */

}


/* exsitu Linkformatierung */
#nav li#exsitu a, #nav li#exsitu a:link, #nav li#exsitu 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: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#exsitu a:hover, #nav li#exsitu 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:94px;                     /* 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ü trade */
#nav li#trade {

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 */

}


/* trade Linkformatierung */
#nav li#trade a, #nav li#trade a:link, #nav li#trade 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: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#trade a:hover, #nav li#trade 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:94px;                     /* 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 */

}


/* 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 */

}
