/* Standardtexte */
#info { color: black; font-weight: normal; font-size: 10px; font-family: Arial; }
#content { color: #3C1000; font-weight: normal; font-size: 14px; font-family: Verdana; }
#menu { color: #E4CC82; font-weight: normal; font-size: 12px; font-family: Verdana; }
#active { color: #FF6600; font-weight: bold; font-size: 12px; font-family: Verdana; }

/* link liste */
a:link { text-decoration:none; color: #E4CC82; }
a:visited { text-decoration:none; color: #E4CC82; }
a:hover { text-decoration:none; color: #FF6600; }
a:active { text-decoration:none; color: #FF6600; }
a:focus { text-decoration:none; color: #FF6600; }
