@charset "utf-8";
/* CSS Document */

.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 19px; color: #000000}
.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; line-height: normal; font-weight: bold; color: #0000FF}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CA93CA}
.subtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #93AECA}
.links {  font-family: Verdana; font-size: 14px; font-weight: normal; color: #BFFF8C; text-decoration: none}
.smal-links {  font-family: Verdana; font-size: 14px; font-weight: normal; color: #FF0000; text-decoration: none}
a:hover {  font-family: Verdana; font-weight: normal; color: #FF0000; text-decoration: none}
a:hover {  }
a:hover {  }
a:hover {  }
.linkshover { font-family: Verdana; font-size: 14px; font-weight: normal; color: #FF0000; text-decoration: none }
.Hoofding {	color: #FF8000; font-family: Verdana;}

/*MENU*/
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li a
{
	width: 9em;
	margin: .2em 0 .2em 0;
	font-weight: bold;
	padding: .2em .8em .2em .6em;
	color: #000;
	border-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#navcontainer li li a
{
width: 9em;
margin: .2em 0 .2em 0;
font-weight: normal;
}

#navcontainer ul ul { margin-left: 1em; }

#navcontainer a
{
	text-decoration: none;
	background-color: #BFFF8C;
	display: block;
	border-style: outset;
	border-width: 3px;
}

#navcontainer li a:hover
{
	background-color: #73FF00;
	border-style: inset;
}

#navcontainer li li a:hover
{
background-color: #73FF00;
border-style: inset;
}

#navcontainer li a#current {
	background-color: #59C600;
}
#navcontainer li li a#subcurrent {
	background-color: #59C600;
}

/*MENU*/

