/*-------------------------------------------------*/
body
{
font-family: arial, verdana;
font-size: 100%
color: #000;
background-color: #e9f0d2;
}

/*-------------------------------------------------*/
h1
{
font-size: 120%;
color: #61964b;

}

/*-------------------------------------------------*/
h2
{
font-size: 90%;
color: #61964b;
}

/*-------------------------------------------------*/
h3
{
font-size: 100%;
color: #61964b;
margin: 0;
}

/*-------------------------------------------------*/

h4
{
font-size: 80%;
color: #000;
margin: 0;
}

/*-------------------------------------------------*/
input
{
width: 99%;
padding: 2px;
background-color: #E9F0D2;

}
/*-------------------------------------------------*/
.textarea_catering
{
width: 99%;
height: 30px;
padding: 2px;
background-color: #E9F0D2;
font-family: arial;
font-size: 80%;

}
/*-------------------------------------------------*/
.text_content
{
font-size: 90%;
color: #000;

}
/*-------------------------------------------------*/

.text_content_right
{
font-size: 80%;
color: #000;

}
/*-------------------------------------------------*/
.text_footer
{
font-size: 65%;
color: #000;

}

/*-------------------------------------------------*/
/*-----------------Links-------------------------*/
/*-------------------------------------------------*/
a
{
color: #61964b;
text-decoration : underline;
cursor: pointer;
}

/*-------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active
{
color: #61964b;
text-decoration : underline;
}

/*-------------------------------------------------*/
a:hover
{
color: #61964b;
text-decoration : none;
}

/*-------------------------------------------------*/

/*-------------------------------------------------*/
a.navi_active
{
line-height: 1.5em;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 80%;
cursor: pointer;
padding-left: 10px;
}

/*-------------------------------------------------*/
a.navi_active:link,
a.navi_active:visited,
a.navi_active:hover,
a.navi_active:active
{
color: #fff;
text-decoration : none;
}

/*-------------------------------------------------*/
a.navi_active:hover
{
color: #e6e33b;
text-decoration : none;
}

/*-------------------------------------------------*/
a.navi_inactive
{
line-height: 1.5em;
display: block;
color: #e6e33b;
font-weight: bold;
text-decoration: none;
font-size: 80%;
cursor: text;
padding-left: 10px;
}

/*-------------------------------------------------*/
a.navi_inactive:link,
a.navi_inactive:visited,
a.navi_inactive:hover,
a.navi_inactive:active
{
color: #e6e33b;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_active
{
line-height: 1.5em;
display: block;
color: #fff;
text-decoration: none;
font-size: 75%;
cursor: pointer;
padding-left: 10px;
}

/*-------------------------------------------------*/
a.subnavi_active:link,
a.subnavi_active:visited,
a.subnavi_active:hover,
a.subnavi_active:active
{
color: #fff;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_active:hover
{
color: #e6e33b;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_inactive
{
line-height: 1.5em;
display: block;
color: #e6e33b;
text-decoration: none;
font-size: 75%;
cursor: text;
padding-left: 10px;
}

/*-------------------------------------------------*/
a.subnavi_inactive:link,
a.subnavi_inactive:visited,
a.subnavi_inactive:hover,
a.subnavi_inactive:active
{
color: #e6e33b;
text-decoration : none;
}
/*-------------------------------------------------*/

a.content_right_active
{
display: block;
text-decoration: none;
cursor: pointer;
background-color: #E9F0D2;
}

/*-------------------------------------------------*/
a.content_right_active:link,
a.content_right_active:visited,
a.content_right_active:hover,
a.content_right_active:active
{
text-decoration : none;
}

/*-------------------------------------------------*/
a.content_right_active:hover
{
text-decoration : underline;
background-color: #fff;
}

/*-------------------------------------------------*/

