<!--

body      {background-attachment: fixed;
          background-color: #333333;
          background-repeat:no-repeat;}


p        {font-family: Arial, "Century Gothic", Verdana;
         color: #ffffff;
         text-align: justify;
         font-size: 11pt;}

b        {font-family: Arial, Verdana, "Century Gothic";
         font-size: 11pt;
         font-weight: bold;}

p.left  {font-family: Arial, "Century Gothic", Verdana;
         color: #ffffff;
         text-align: justify;
         font-size: 11pt;
         text-align: left;}

p.right  {font-family: Arial, "Century Gothic", Verdana;
         color: #ffffff;
         text-align: justify;
         font-size: 11pt;
         text-align: right;}

img.left      {float:left; margin-right:15px; margin-bottom:5px;}
img.right     {float:right; margin-left:15px; margin-bottom:5px;}

h1        {font-family: Arial, Verdana, "Century Gothic";
          color: #ffffff}          }
h2        {font-family: Arial, Verdana, "Century Gothic";
          color: #ffffff}
h3        {font-family: Arial, Verdana, "Century Gothic";
          color: #ffffff}
h4        {font-family: Arial, Verdana, "Century Gothic";
          color: #ffffff}

a:hover  {color: green}

a:link   {color: #0060FF;
         text-decoration: none;
         }


a:active {color: #0060FF;
         text-decoration: none;
         }


a:visited {color: #0080FF;
         text-decoration: none;
         }

/* menü */

#menu {
width:100px;
margin: 5px;
padding:1px;
font: normal 14px arial ,verdana, sans-serif;
background:TRANSPARENT;
/*text-align: center;*/
}

#menu ul, #menu li {
list-style-type: none;
        padding: 0px;
        margin: 2px;}

#menu li a:link, #menu li a:visited, #menu li a:active {display:block;
border: solid 1px #333333;
background-color:#333333;
color:#FFF;
text-decoration:none;
margin-bottom: 1px;
margin-top: 1px;
padding-left: 5px;
height: 17px;
line-height: 17px;}

#menu li a:hover {background-color:#777777;
                color:#FFF;
                border: solid 1px #ffffff;
                }

/* ende menü */

#w3c {position:absolute; bottom:10px; right:10px; }

-->