/* www.cheewai.com */
/* webmaster@cheewai.com */
/* */


/* Verweise */
a:link { color: blue; }
a:visited { color: blue; }
a:active { color: red; }


/* Schriftendefinition */
p,b,ul,ol,li,div,td,th,address,blockquote,center {font-family: Verdana, Arial,sans-serif; font-size:9pt; }
h1,h2,h3 {font-family: Verdana, Arial,sans-serif; font-size:12pt; }
h4 {font-family: Verdana, Arial,sans-serif; font-size:11pt; }
h5,h6 {font-family: Verdana, Arial,sans-serif; font-size:10pt; }
a {text-decoration:none; }


/* Farbdefinition */
.white  { color:white; }
.blue   { color:blue; }
.red    { color:red; }
.yellow { color:yellow; }
.green  { color:green; }
.black  { color:black; }


/* Menü */
.menu
{
        position: absolute;
        top:0;
        z-index: 2;
}
.submenu
{
        position: absolute;
        top: 22;
        z-index: 0;
        visibility: hide;
        visibility: hidden;
}