
.underline {
text-decoration:underline; }

.boldandunderline {
font-weight:bold;
text-decoration:underline; }

.uebersetzung {
border-bottom:2px dotted silver;
cursor:help; }

.coderahmen {
text-align:left;
color:rgb(218,165,32);
border:1px inset silver;
padding:1em 0; }  

img {
border:none; }

acronym { 
border-bottom:1px dotted #ffffff;
cursor:help; }

/* Hintergrund- / Textfarbe für den Bodybereich */
body,p,td,th { 
background-color:#000000;
color:#ffffff;
border:0px solid green; }
/* Hintergrund- / Textfarbe für in folgende Befehle eingeschlossenen Text */

#meinetopbar table {
border:1px dashed silver;
margin-left:auto;
margin-right:auto; }

#meinetopbar th {
text-align:center;
margin:0;
padding:0.25em 0 0 0;
border-bottom:1px solid #DAA520; }

#meinetopbar a {
display:block;
padding:0.25em 1.5em; }

#meinetopbar span {
display: block;
color:silver;
padding:0.25em 1.5em; }

#meinetopbar a:link,a:visited,a:hover,a:active,a:focus {
text-decoration:none; }
/* link, der noch NICHT besucht wurde und Mauszeiger ausserhalb des sensitiven Bereichs des Links ist*/
#meinetopbar a:link  { color:#69fefe; }
/* link, der noch SCHON besucht wurde */
#meinetopbar a:visited { color:#ffcc00; }
/* link, auf den die Maus zeigt */
#meinetopbar a:hover { color:#00ff24; }
/* für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0) */
#meinetopbar a:active { color:#cc0000; }
/* link, auf den geklickt wurde */
#meinetopbar a:focus { color:#ff0000; }

#meinetopbar a:link, a:visited {
background-color:black; }

#meinetopbar a:hover, a:active {
background-color:gray; }

#meinetopbar a:focus {
color:red; background-color:gray; }






#content a:link,a:visited,a:hover,a:active,a:focus {
background-color:rgb(0,0,0); }
/* link, der noch NICHT besucht wurde und Mauszeiger ausserhalb des sensitiven Bereichs des Links ist*/
#content a:link  { color:#69fefe; text-decoration:underline; }
/* link, der noch SCHON besucht wurde */
#content a:visited { color:#ffcc00; text-decoration:underline; }
/* link, auf den die Maus zeigt */
#content a:hover { color:#00ff24; text-decoration:underline; }
/* für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0) */
#content a:active { color:#cc0000; text-decoration:underline; }
/* link, auf den geklickt wurde */
#content a:focus { color:#ff0000; text-decoration:underline; }


#content {
text-align:left;
margin:0 0 2em 0;
padding:0em 0.5em; }


#content h3 {
color:rgb(255,255,255);
background-color:transparent;
font-family:arial;
font-size:202%;
padding:0;
margin:0; }


#content h2 {
color:rgb(255,255,255);
background-color:transparent;
font-family:arial; /*"trebuchet ms", verdana, helvetica, arial, sans-serif;*/
font-size:150%;
padding:0 0 0 0; }

/* ersetzt <center><b></b></center>*/
#content h1 {
color:rgb(255,255,255);
background-color:transparent;
font-family:arial; /*"trebuchet ms", verdana, helvetica, arial, sans-serif;*/ 
font-weight:bold;
font-size:100%;
padding:0 0 0 0; }

#content hr.gold {
color:rgb(0,0,0);
background-color:rgb(218,165,32);
height:1px;
border:0px dashed yellow;}

#content hr.blau {
color:rgb(0,0,0);
background-color:rgb(60,129,178);
height:1px;
border:0px dashed yellow;}

#content ul {
list-style-type:none; }

#content li {
padding:0.25em 0 0.25em 0;
margin:0; }

#content li.disc {
list-style-type:disc;
padding:0.25em 0 0.25em 0;
margin:0; }

#content ol {
list-style-type:decimal-leading-zero;
text-decoration:none; }

#content table {
border:0px solid blue;
margin-left:auto;
margin-right:auto;
border-collapse:collapse; }

#content_tableuebersicht table {
border:0px dashed silver;
width:50%;
margin-left:auto;
margin-right:auto; }

#content_tableuebersicht h1 {
text-align:left; }

#content_liste td {
border:1px solid rgb(218,165,32); }

#content li.li_main {
text-align:left;
font-weight:bold;
text-decoration:underline;
font-family:arial;
font-size:150%; }

#content li.li_mainsub {
font-weight:bold;
text-decoration:none;
font-family:arial;
font-size:120%; }

#liste h2 {
text-decoration:underline; }

#liste h1 {
font-size:1em;
text-decoration:underline; }

