/* super super allgemein*/
body      { background-color: white; margin-top: 50px; margin-left: 50px }

/* super allgemein*/
table         { color: black; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Times; margin-bottom: 2px }
/* Links allgemein*/

table a,
table a:link,
table a:visited
    { color: black; font-weight: normal; text-decoration: underline }

table a:hover,
table a:active      { color: #808080 }


/* Links Navigation*/


.nav a,
.nav a:link,
.nav a:visited
        { color: #666; font-style: normal; font-size: 12px; font-family: Verdana; text-decoration: none }

.nav a:hover,
.nav a:active          { color: black; font-family: Verdana; text-decoration: none }
.nav td 			  { border-top: 1px solid #ccc } 
.nav td:hover,
.nav td:active td     { color: black; background-color: #ccc }



.nav1 td 			  { border-top: 1px solid #ccc } 
.nav1 td:hover,
.nav1 td:active td     { color: black; background-color: white }



/* Links Navigation Selected*/

a.selected, 
a.selected:link,
a.selected:visited,
a.selected:hover,
a.selected:active	{ color: black; font-size: 12px; font-family: "Verdana"; text-decoration: none }

.selected   { color: black; background-color: #ccc }

