*
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: ;
}
body
{
    margin: 0px;
    background-color: #bacdea;
}

a
{
    color: #0054a6;
	text-decoration: none;
}
a:hover
{
    color: #f7931e;
	text-decoration: underline;
}
a.menu
{
	color: #0054a6;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.menusel
{
	color: #f7931e;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.menu:hover, a.menusel:hover
{
	text-decoration: underline;
}
a.submenu
{
    color: #0054a6;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
a.submenusel
{
    color: #f7931e;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
a.submenu:hover, a.submenusel:hover
{
    text-decoration: underline;
}
a.faqquestion
{

}
span.answer {
display: none;
padding: 5px 12px;
}
hr.streep
{
	height: 1px;
	width: 100%;
	border-top:1px #CCCCCC dashed;
}
h1
{
    font-size: 16px;
    font-weight: bold;
    color: #0054a6;
}

ul.submenu li
{
    color: #0054a6;
	list-style: disc outside;
    font-size: 12px;
    text-indent: -10px;
}
.menuadres
{
    color: ;
    text-decoration: none;
    font-size: ;
    font-family: "";
}
.absmiddle
{
  vertical-align: middle;
}
.border
{
    border: solid black 1px;
}
.noborder
{
    border: 0;
}

