
*{
    margin : 0;padding : 0;
    font-style:normal;
    font-weight:normal;
}

html{
    font-family:sans-serif;
    color:#555555;
    height:100%;
    margin-bottom:1px;
}

body {
    height:100%;
}

li{
    list-style:none;
}

li a{
    display:block;
}

#pagebox{
    line-height:2.4em;
    clip:rect(0px,-10px,0px,20px);
    background: url("img/pagebox_shadow.jpg") repeat-y;
    margin:0 auto;
    width:810px;
    height:100%; 
    min-height:100%; 
    border-left:solid 1px gray;
}

#pagebox h2{
    padding:2em 10px;
    padding-bottom:1em;
    width:780px;
    border-bottom:gray solid 2px;
}


#contentsbox {
    width:80%;
    margin:auto;
    vertical-align:top;
    padding-bottom:3em;
}

body > #pagebox {
    height:auto;
}


.hide{
    display:none;
}

#topmenu{
    width:100%;
    position:fixed;
    z-index:10;
    color:gray;
}

#topmenu *{
    font-size:1em;
    list-style:none;
}

#topmenu h1{
    padding-right:5px;
    float:right;
}

#topmenu a:link			{ color: gray; text-decoration: none; background-color:none;}
#topmenu a:visited		{ color: gray; text-decoration: none; background-color:none; }
#topmenu a:active		{ color: white; text-decoration: none; background-color:silver;}
#topmenu a:hover		{ color: white; text-decoration: underline; background-color:silver;}

#mainmenu {
    height:1.5em;
    background-color:white;
}

#mainmenu li {
    float:left;
    border:dotted 1px silver;
    border-width:0 1px 0 0;
}

#mainmenu li a{
    padding:0 1em;
}

#topmenu a.under_construction{
    color:silver;
}


#langagemenu{
    clear:both;
    text-align:right;
    font-size:0.7em;
    border-top:solid 1px silver;
    background-color:none;
    padding-right:5px;
}

dl dd img{
width:100px;
height:75px;
background-color:#aaaaee;
}

#copyright{
    width:100%;
    position:fixed;
    bottom:0px;

    clear:both;
    FONT-SIZE : 9pt;
    FONT-FAMILY : VERDANA,ARIAL,SANS-SERIF;
    color:silver;
    text-align:center;
    border-top:solid 1px silver;
    background-color:white;
}

.bgwhite{background-color:white; line-height:1em;}
