
/* imported.css */

/*

Copyright (c) 2002 Juhapekka "naula" Tolvanen
juhtolv (at) iki (dot) fi
http://iki.fi/juhtolv
http://iki.fi/juhtolv/css-download/

This stylesheet is free, but comes WITHOUT ANY WARRANTY; you can copy,
redistribute and/or modify this under the terms of either of these two
licences:

the GNU Free Documentation License, Version 1.2 or any later version published
by the Free Software Foundation; with no Invariant Sections, with no
Front-Cover Texts, and with no Back-Cover Texts

OR

the Design Science License.

I also enact these two (2) amendments:

1)
Document using one or more of these files as its stylesheet can be under
any licence (or under no licence at all). So, you do not need to release
your WWW-page or other document under GNU FDL and/or DSL, if it uses one
or more of these files as its stylesheet.

2)
Any Stylesheet is allowed to include these stylesheets via
import-mechanism, no matter what is its licence. So, you do not need
to release your stylesheet under GNU FDL and/or DSL, if it uses one
or more of these files as its imported stylesheet.


A copy of the GNU FDL  is available here:
http://www.gnu.org/copyleft/fdl.html

A copy of the DSL is available here:
http://www.dsl.org/copyleft/dsl.txt

*/



/* Misc */

.ahem {
        display: none;
}

/* Basic blocks */

/*
body {
        max-width: 100em;
}
*/

/* Other classes */

.navbartop {
        position: fixed;
        margin-top: 0em;
        margin-left: 0em;
        margin-right: 0em;
        /*
        margin-bottom: 2.0em;
        */
        margin-bottom: auto;
        padding-top: 0em;
        padding-left: 0.3em;
        padding-right: 0.3em;
        padding-bottom: 0.3em;
        top: 0;
        left: 0;
        height: auto;
        overflow: hidden;
}

.navbarbottom {
        margin: 0em;
        padding: 0.5em;
}

.navbar {
        margin: 0em;
        padding: 0.5em;
}

/* Forms */

label {
        display: inline;
}


/* CSS menus! */
/*
http://www.meyerweb.com/eric/css/edge/menus/demo.html
http://inigo.0catch.com/menu/index.html
http://www.serve.com/apg/workshop/cssMenu.html
http://www.alistapart.com/articles/dropdowns/
*/

/*
li ul {display: none;} 
li:hover > ul {display: block;} 
*/

/* Toimii varmasti, mutta liian monessa paikassa */
/*
ul li {position: relative; }
ul ul {display: none;}
ul li:hover > ul {display: block; }
li a {display: block; }
*/



