.body
{
    font-size: 13px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    color: #3D393A;
}

.body1
{
    font-size: 13px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    color: #3D393A;
}

.body_home
{
    background-image: url(images/maji_05.jpg); 
    background-repeat: no-repeat; 
    background-position: 0% 0%;
    background-attachment: fixed;
    font-size: 13px;
    line-height: 22px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    color: #3D393A;
}


.kop
{
    font-size: 14px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    color: #747272;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
}

.footnote
{
    font-size: 10px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}

.footnote a {font-size: 10px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; } 
.footnote a:link {color: #FFFFFF; }
.footnote a:hover {color: #FFFFFF; text-decoration: underline; }
.footnote a:visited {color: #FFFFFF;}
.footnote a:active {color: #FFFFFF;}

a
{
    font-size: 13px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
a:link {color: #ED008C;}
a:hover {text-decoration: underline;}
a:visited {color: #ED008C;}
a:active {color: #ED008C;}

.main 
{
    background-color: #A0A0A3;
    background-image: url(images/maji.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

div#container 
{
    margin: auto;
    text-align: left;
    width: 850px;
    height: 100%;
	position: relative;
	left: -3px;
}

table#vertalign 
{
    width: 100%;
    height: 100%;
}

table#content 
{
    height: 597px;
    width: 100%;
}

/*
Div menu
*/

#menu {
width: 120px;
margin-left: 17px;
z-index: 3;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
border-style: solid;
border-color: #000000;
border-width: 0px;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-style: solid;
border-color: #FFFFFF;
border-width: 0px 0px 1px 0px;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFFFFF;
background: #000000;
text-transform: uppercase;
}

#menu a {
color: #FFFFFF;
background: #221E1F;
text-decoration: none;
text-align: center;
}

#menu2 a {
color: #FFFFFF;
background: #7F7F7F;
text-decoration: none;
text-align: center;
}

#menu a:hover {
color: #ED008C;
background: #474143;
text-decoration: underline;
text-align: center;
}

#menu2 a:hover {
color: #ED008C;
background: #474143;
text-decoration: underline;
text-align: center;
}

#menu a:active {
color: #ED008C;
background: #474143;
text-align: center;
}

#menu2 a:active {
color: #ED008C;
background: #221E1F;
text-align: center;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: relative;
/*
top: 5px;
left: -100px;
*/
width: 100%;
z-index: 4;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul

div#menu2 ul ul ul,
div#menu2 ul ul li:hover ul ul
{
    display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
    display: block;
}

/* Einde div menu*/