body { 
color: #70c79d; 
background-color: black;
font-family: tahoma, Arial, Verdana, san-serif;
}

h1 {
font-weight: normal;
font-size: 14px;
}


a:link { color: #930101; font-weight: normal; font-style: normal; text-decoration: none; }
a:visited { color: #930101 ; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; }
a:hover { color: #fe0000; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; }
a:active { color: #fe0000 }

p {

color: #70c79d;
}

.bold {
font-weight: bold;
text-decoration: none;
}

.kursiv {
font-style: italic;
}

/* Inhalt  */
#content {
border: 1px solid gray;
background: silver;
width: 500px;
padding: 10px;
margin-left: 150px;
}

#content:hover {
border: 1px solid gray;
background: white;
width: 500px;
padding: 10px;
margin-left: 150px;
}

div#menu {
float: left;
border: 1px dashed gray;
width: 140px;
}



#menu a, 
#menu a:visited {
font-size: 2em;
}

#menu a:hover {
font-size: 2em;
color: silver;
}

 table div div {

}

table div div div 

