/*
 *
 * http://www.flof.at/
 *
 * (c) 2004,2005 Florian Fankhauser, florian@web-expires2009.flof.at
 *
 *
 * Version 3.04, Wed Dec 14 23:24:22 CET 2005
 *
 */

body {
    background-color:#ffffff;
    color:#000000;
    font-family:sans-serif;
    text-align:center; /* thanks, mie. this is a *workaround* */
}

#content {
    text-align:left; /* thanks, mie. this belongs to the *workaround* */
    background-color:#ffffff;
    width:81%;
    margin:40px auto;  /* auto means centering */
    padding:10px;
}

div#header {
    height:35px;

    background-image:url(/imgs/header-right-flof.png);
    background-position:center right;
    background-repeat:no-repeat;
    
    margin-bottom:30px;

    border-top-style:solid;
    border-top-color:#000000;
    border-top-width:1px;
    
}

p#navigation {
    text-align:center;
    margin-bottom:40px;
    font-size:small;
}

p#copy {
    font-size:small;
    color:#818181;
    padding:1em;
    border-left-style:solid;
    border-left-color:#000000;
    border-left-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#000000;
    border-bottom-width:1px;
}

p#pageinfo {
    font-size:small;
    color:#818181;
    text-align:right;
    margin-top:5em;
}

p#pt {  /* positive thought */
    font-size:x-large;
    color:#f01b1b;
    font-family:serif;
    font-style:italic;
    text-align:center;

    margin-top:50pt;
    margin-bottom:50pt;
}

p.note {
    color:#000000;
    border-width:2px;
    border-color:#000000;
    border-style:solid;
    padding:0.5em;
    margin:2em 0em;
    background-color:#bfbfbf;
}
p.note a:link    { color:#720505; }
p.note a:visited { color:#ae4a4a; }
p.note a:active  { color:#000000; }
p.note a:hover   { color:#000000; }

h1 {
    color:#707070;
    margin-top:1em;
    margin-bottom:1em;
}

h2 {
    color:#aaaaaa;
    margin-top:2em;
    margin-bottom:1em;
}

h3 {
    color:#aaaaaa;
    margin-top:2em;
    margin-bottom:1em;
}

span.stats-index { color:#707070; } /* =h1 */

a:link    { color:#197c09; }
a:visited { color:#84a080; }
a:active  { color:#ff0000; }
a:hover   { color:#000000; }

h2 a:hover { color:#aaaaaa; }       /* =h2; needed for <a name=...> in seamonkey */

.small { font-size:small; }
.center { text-align:center; }
.right { text-align:right; }
.marginbottom { margin-bottom:3em; }
.margintop { margin-top:3em; }

li.smallmargintop { margin-top:0.6em; }

table.quote {
    width:70%;
    background-color:#aaaaaa;
    margin-left:auto;
    margin-right:auto;
    margin-top:2em;
    margin-bottom:2em;
}
p.quotetable { color:#000000; }
span.cite { font-style:italic; }

p#lomodetailimg {
    text-align:center;
    margin-top:5em;
}

div.sourcecode {
    margin-top:0.5em;
    margin-bottom:0.5em;
    padding-left:1em;
    font-family:monospace;
}

