@CHARSET "ISO-8859-1";
* {margin: 0; padding: 0;}
body { font-family: Verdana, sans-serif; text-align: center; margin: 0 0 6em; padding: 0; color: black; font-size: 62.5%; background-color: #ffcc00; }
#wrapp { width: 800px; text-align: left; font-size: 0; padding: 0; color: black; position: absolute; top: 0; left: 0; margin: 0; }

/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: transparent;}
.svw ul{ position: absolute; top: 0; left: 0; }

.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden; 
border: 0px solid #000; /* this is the border. should have the same value for the links */
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 1%;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally, breedte en spatiering links */
width: auto;
float:left;
margin: 0 5px 1px 0;
}
.stripTransmitter a{ /* de linkende cijfers onder box. */
font: bold 30px/40px Courier;
text-align: center;
color: #00C;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover muis-over linkend cijfer */
color: #F3F;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* huidig linkend cijfer */
color: #f3f;
text-decoration: blink;
}
/* end slideViewer default styles */
.t_zwart_14_cou_600 { /* intro font */
color: black; font-size:14px; font-family:Courier; font-weight:600; text-align:left; overflow:visible; }
.t_trans_18_cou_600 { /* intro font */
font-size:18px; 
font-family:Courier; 
font-weight:600; 
text-align:center; 
overflow:visible; 
}
.t_trans_18_cou_600_margin { font-size: 18px; font-family: Courier; font-weight: 600; text-align: center; overflow: visible; margin-top: 200px; }
.t_zwart_10_cou_400 { /* intro font */
color: black; font-size:10px; font-family:Courier; font-weight:400; line-height: normal; text-align:left; overflow:visible; }
.t_trans_14_cou_600_margin { font-size: 14px; font-family: Courier; font-weight: 600; text-align: left; overflow: visible; margin-top: 20px; margin-right: 20px; margin-left: 20px; }
.t_intro { font-size: 18px; font-family: Courier; font-weight: 600; text-align: center; overflow: visible; margin-top: 60px; }

