/*  GENERAL */

body
{
    background-color: #fff;
    color: #333;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 11px;
    margin: 1em 1em 20px 0px;
}

a:link
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    color: #505050;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

.leftalign {text-align: left; }

.rightalign {text-align: right;}

.smallerfont {font-size: smaller; }

.biggerfont {font-size: bigger; }

h1
{
    margin-top: 0em;
    font-size: 16px;
    font-weight: bold;
}

h2
{
    margin-top: 2em;
    font-size: 12px;
    font-weight: bold;
}

img.thumb
{
    padding: 5px;
    border: thin solid #999;
    background:#eee;
}

#thumbs img     {
    padding: 5px;
    border: 1px solid #999;
    background: #EEEEEE;
}

#thumbs img:hover, #over { 
    /* doesn't work in IE, since it only supports :hover pseudo-class on anchor tags <a> */
    border: 1px solid #FF6600;
    background: #CCCCCC;
}

.remove	{
    padding: 0px;
    border: 0px;
}

.backwards
{
    direction: rtl;
    unicode-bidi: bidi-override;
}

/*******************/
#printversion {
    display: inline;
}

#screenversion {
    display: none;
}

#explanation {}

.iconplus {}

.noprint {border: 0px; }
/*******************/


/*  HEADER */

#header {
    position: absolute;
    left: 1em;
    top: 1em;
}

#logo {
    float: left;
}

#options {float: right;}


/*  NAVIGATION BAR */

#navigation {
    position: absolute;
    left: 1em;
    top: 4em;
    width: 10em;
    border: 1px solid #999;
    background-color: #eee;
    padding-left: 1em;
    padding-right: 1em;
}

#navigation li {list-style: none; }

#navigation ul {padding: 0; }

#navigation ul a:link {color: #606060; }

#navigation ul a:visited {color: #aaa; }

#navigation ul a:hover {
    color: #FF6600;
    text-decoration: none;
}


/*  CONTENT  */

#content {
    margin-top: 4em;
    margin-left: 14em;
}

#cont-section .block {}


/*  FOOTER  */

.footer {
    margin-top: 2em;
    border-top: dashed #999 1px;
    text-align: center;
    color: #606060;
}

