<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/*Regel- en analysetechniek logo = Topimagestyle kleur:#FA6953*/

.Topimagestyle_rat
{
background: url(/images/rat51.png) left no-repeat;
margin-left: 0px;
height: 130px;
}
.Topimagestyle_euro 
{
background: url(/images/euro.png) left no-repeat;
margin-left: 0px;
height: 130px;
}

	/*Informatie= infostyle */

.infostyle 
{
  background: url(/images/none.jpg) top repeat-x;
  padding: 3px;
  border-width: 1px 2px 0px 0px;
  border-color: #CC0000;
  border-style: solid;
  margin-bottom: 3px;  
font: normal 9px Verdana;
color: #777778;
text-align: right;
text-decoration: none;
}

.infostyle a:link
{
font: normal 9px Verdana;
color: #777778;
text-align: left;
text-decoration: underline;
}

.infostyle a:visited
{
font: normal 9px Verdana;
color: #777778;
text-decoration: none;
}

.infostyle a:hover
{
font: normal 9px Verdana;
color: #CC0000;
text-decoration: underline;
}

.infostyle a:active
{
font: normal 9px Verdana;
color: #CC0000;
text-decoration: none;
}


	/*Datum= datumstyle */

.datumstyle 
{
  background: url(/images/bg13.png) top no-repeat;
  padding: 1px;
  border-width: 5px 0px 0px 1px;
  border-color: #CC0000;
  border-style: solid;
  margin: 5px;  
  width: 30px;
  height: 30px;
font: bold 9px Verdana;
color: #ffffff;
text-align: right;
text-decoration: none;
}

	/*image */


.schaduw {
  width: 12px;
  margin: 0px;
  padding: 0px;
  background: white url(/images/achtergrond1.gif) left repeat-y;
}



	/*Naviagatiemenu-horizontaal */

.topstyle 
{
border-bottom: 1px #777778 solid;
width: 100%; /*width of menu. Uncomment to change to a specific width */
margin-bottom: 0px;
}
.topstyle ul{
background: url(/images/x.jpg) bottom left repeat-x;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: bold 10px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.topstyle li{
display: inline;
margin: 0;
}
.topstyle li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 4px;
border: 1px solid #777778;
font: bold 10px Verdana;
color: #2d2b2b;
background: white url(/images/shade.gif) top left repeat-x;
}
.topstyle li a:visited{
font: bold 10px Verdana;
color: #2d2b2b;
}
.topstyle li a:hover{
text-decoration: underline;
font: bold 10px Verdana;
color: #CC0000;
}
.topstyle li.selected{
position: relative;
top: 0px;
}
.topstyle li.selected a{ /*selected main tab style */
background-image: url(/images/shadeactive.gif);
color: #CC0000;
border-left: 1px solid #777778;
border-right: 1px solid #777778;
border-bottom: 1px solid white;

}
.topstyle li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.topstyle li.selected a:visited{ /*selected main tab style */
color: #CC0000;
}

</pre></body></html>