body  {
	font-family: verdana,sans-serif;
	font-size: 12px;
	letter-spacing: 0.2px;
	background: #009900;
	margin-left: 40px;
	background-image: url(images/USlogo.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
	color: white;
	line-height: 1.5em;
}

.gewoonwit
	{
	font-family: verdana,sans-serif;
	font-size: 12px;
	letter-spacing: 0.2px;
	color: white;
	line-height: 1.5em;
}
.vetwit {
	color: white;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14 px;
	font-style: normal;
	letter-spacing: 0.2px;
}

.aqua {
	color: #00FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13 px;
	font-style: normal;
	letter-spacing: 0.2px;
}

.vetaqua {
	color: #00FFFF;
	font-stretch:inherit;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13 px;
	font-style: normal;
	letter-spacing: 0.2px;
	line-height: 1.5em;
}

/* de links van het MENU aan de linkerkant */

A.ssmItems:link {
	COLOR: black; TEXT-DECORATION: none }
A.ssmItems:hover {
	COLOR: black; TEXT-DECORATION: none }
A.ssmItems:active {
	COLOR: black; TEXT-DECORATION: none }
A.ssmItems:visited {
	COLOR: black; TEXT-DECORATION: none }
h1 {
	font-family: verdana,sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 {
	font-family: verdana,sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: verdana,sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* vergroot een plaatje als je er met de muis overgaat */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -60px; /*position where enlarged image should offset horizontally */
}
<!--einde vergrote plaatjes-->


<!-- begin tabbladen op 1 pagina-->

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(scripts/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(scripts/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border: 1px solid gray;*/
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.kisser {
  position:absolute;
  top:0;
  left:0;
  visibility:hidden;
}


