html
{
overflow: visible;
}

body
{
width: 100%;
background: none;
font-family: verdana, arial, helvetica, sans-serif;
margin: 0px;
}

h1
{
font-size: 1.4em;
font-weight: bold;
color: #000;
margin-top: 10px;
text-align: left;
}

img
{
border: 0px;
}

a:link.img img {border: 1px solid transparent; }
a:visited.img img {border: 1px solid transparent; }
a:hover.img img {border: 1px solid #fff; }
a:active.img img {border: 1px solid #fff; }

a:link {color: #000; text-decoration: underline; }
a:visited {color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }
a:active {color: #000; text-decoration: underline; }

.hr
{
width: 100%;
height: 1px;
border: none;
background: #000;
margin: 1em 0px 1em 0px;
}

.nobr
{
white-space: nowrap;
}

ul {
padding-left: 0px;
margin-left: 1em;
}

li
{
padding-left: 0px;
margin-left: 1em;
}


/* CONTAINER */

#container
{
width: 100%;
height: 100%;
position: absolute;
top: 0%;
margin-top: 0px;
background: none;
}



/* TOP */

#top
{
width: auto;
height: auto;
background: none;
}

#tablemenu
{
display: none;
}

tr.menu
{
display: none;
}

.on
{
display: none;
}

.off
{
display: none;
}

a:link.menu {display: none; }
a:visited.menu {display: none; }
a:hover.menu {display: none; }
a:active.menu {display: none; }

#topleft
{
width: auto;
height: auto;
float: none;
background: none;
}

#topright
{
display: none;
}

#topleftfade
{
display: inline;
}

#toprightfade
{
display: none;
}

#logo
{
width: 100%; 
height: 65px;
float: none;
margin-top: 0px;
margin-left: 0px;
}

#flag
{
display: none;
}

a:link.flag {display: none; }
a:visited.flag {display: none; }
a:hover.flag {display: none; }
a:active.flag {display: none; }

.flagmargin
{
display: none;
}


/* ----- MAIN ----- */

#main
{
width: 100%;
height: 100%;
text-align: left;
overflow: visible;
background: none;
display: inline;
}

#mainleft
{
display: inline;
background: none;
}

#mainright
{
display: none;
}

#mainleftfade
{
display: inline;
background: none;
}

#mainrightfade
{
display: none;
}

#content
{
width: 100%;
height: 100%;
position: relative;
float: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #000;
font-size: 0.8em;
line-height: 1.4em;
text-align: left;
overflow: visible;
display: block;
}


/* BOTTOM */

#bottom
{
display: none;
}

#bottomleft
{
display: none;
}

#bottomright
{
display: none;
}

#bottomleftfade
{
display: none;
}

#bottomrightfade
{
display: none;
}


/* ---------- */

#copy
{
display: none;
}

a:link.copylink {display: none; }
a:visited.copylink {display: none; }
a:hover.copylink {display: none; }
a:active.copylink {display: none; }


#copycontent
{
width: auto;
height: auto;
padding: 0px;
font-size: 0.8em;
line-height: 1.4em;
text-align: left;
overflow: auto;
color: #000;
background: #fff;
}

.button
{
display: none;
}


/* ---------- */

.hilite
{
background: #ccc;
}

.submenu
{
display: none;
}

.dato
{
float: right;
text-align: right;
}

.print
{
display: none;
}

table.contact
{
width: 99%;
margin-left: 2px;
border: none;
border-collapse: collapse;
}

tr.white
{
color: #fff;
background: #000;
}

tr.black
{
color: #009;
background: #fff;
}

a:link.conblack {color: #009; text-decoration: none; }
a:visited.conblack {color: #009; text-decoration: none; }
a:hover.conblack { color: #009; text-decoration: none; }
a:active.conblack {color: #009; text-decoration: none; }

tr.grey
{
color: #000;
background: #eef;
}

a:link.congrey {color: #000; text-decoration: none; }
a:visited.congrey {color: #000; text-decoration: none; }
a:hover.congrey { color: #000; text-decoration: none; }
a:active.congrey {color: #000; text-decoration: none; }

.con
{
padding-left: 1.0em;
vertical-align: top;
}