<!-- Define CSS style //-->
<!-- CSS Stile definieren //-->

<STYLE type="text/css">

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

a{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
color: #FFFFFF;
}

a:link    { color: #0000FF } /* for unvisited links */
a:visited { color: #828BC4 } /* for visited links */
a:hover   { color: #990033 } /* when mouse is over link */
a:active  { color: #EF1029 } /* when link is clicked */
    
  a.plain { text-decoration: none }
  
  	a.menulink {
	  display: block;
	  width: 170px;
	  text-align: left;
	  text-decoration: none;
	  BORDER: none;
	  border: solid 1px #FFFFFF;
	  }

	a.menulink:hover {
	  border: solid 1px #6100C1;
	  background-color:#CECFEF;
	  }



      .std {
       font-size: 9px;
       color: black;
       font-family: verdana,arial,helvetica,sans-serif
}
      .stdb {

       FONT-SIZE: 11px;
       COLOR: #4A514A;
       FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
      .stdk {
       FONT-STYLE: italic;
       FONT-SIZE: 10px;
       COLOR: black;
       FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
      .small {
       FONT-SIZE: 9px;
       COLOR: black;
       FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
      .title {
       FONT-WEIGHT: bold;
       FONT-SIZE: 16px;
       COLOR: black;
       FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
	.utitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #4A514A;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
	.lsthead {
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 10px; 
	  font-style: normal; 
	  line-height: 15px; 
	  color: #4A514A; 
	  border-color: #990033 #FFFFFF; 
	  position: relative; 
	  visibility: visible; 
	  left: 0mm; 
	  background-color: #CECFEF; 
	  font-weight: normal; 
	  border-style: solid; 
	  border-top-width: 1px; 
	  border-right-width: 0px; 
	  border-bottom-width: 1px; 
	  border-left-width: 0px
	  }
	.lsthead1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 14px; 
	  font-style: normal; 
	  line-height: 25px; 
	  color: #4A514A; 
	  border-color: #990033 #FFFFFF; 
	  position: relative; 
	  visibility: visible; 
	  left: 0mm; 
	  background-color: #FFFC77; 
	  font-weight: normal; 
	  border-style: solid; 
	  border-top-width: 1px; 
	  border-right-width: 0px; 
	  border-bottom-width: 1px; 
	  border-left-width: 0px
	  }
	.lsthead2 {
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 10px; 
	  font-style: normal; 
	  line-height: 15px; 
	  color: #4A514A; 
	  border-color: #990033 #FFFFFF; 
	  position: relative; 
	  visibility: visible; 
	  left: 0mm; 
	  background-color: #E8E3E9; 
	  font-weight: normal; 
	  border-style: solid; 
	  border-top-width: 0px; 
	  border-right-width: 0px; 
	  border-bottom-width: 0px; 
	  border-left-width: 0px
	  }


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -64px;
	left: -86px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 468px;
	height: 351px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: none;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 639px;
	height: 479px;
}

.transp {
  	-moz-opacity: 	.50;
  	filter: 		Chroma(color=#FFFFFF);
}
</STYLE>

