/* wordt gebruikt bij: testrapporten, kijkers, nachtzicht en telescoop */
/* Na wijziging HTM pagina's vervangen door: tvwg_algemeen.css*/

body		          {
	background-image: url("../images/background/background-main.gif"); 
	background-attachment: fixed;
	font-family: Arial, sans-serif;   /* is het default Font voor alle hieronder niet benoemde styles*/
	CURSOR: url("../images/cursor2.cur"),pointer;
}

.kop-groot-vet      { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 28px; 
	text-align : left ; 
	font-weight: bold;
	}		

.kop		           { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 24px; 
	text-align : left;
	}	
	
.kop-cursief        { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 24px; 
	text-align : left ; 
	font-style: italic;
	}

.kop-center         { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 24px; 
	text-align : center;
	}

.kop-center-vet     { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 24px; 
	text-align : center ; 
	font-weight: bold;
	}

.kop-center-cursief { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 24px; 
	text-align : center ; 
	font-style: italic;
	}

.medium             { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 18px; 
	text-align : left;
	}

.medium-cursief     { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 18px; 
	text-align : left; 
	font-style: italic;
	}

.medium-cursief-vet { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 18px; 
	text-align : left; 
	font-style: italic; 
	font-weight: bold;
	}

.tekst              { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 14px; 
	text-align : left; 
	color: #000000;
	}

.tekst-center       { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 14px; 
	text-align : center; 
	color: #000000;
	}

.tekst-cursief      { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 14px; 
	text-align : left; 
	font-style: italic; 
	color: #000000;
	}

.tekst-b            { 
	font-family : "Times New Roman", Times, serif; 
	font-size : 14px; 
	text-align : left; 
	font-weight: bold; 
	color: #000000;
	}

.style1 {color: #006699}

.style2 {
	border-right-width: 1px;
	border-right-color: #999999;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	color: #333333;
	font-size: 9pt; 
	}
	
.style3 {font-size: 9pt}

.style4 {color: #0000FF}

.style5 {
	font-size: 9pt;
	color: #0000FF; 
	}
.style6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	font-size: 10px; 
}
.style7 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style8 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	font-size: 10px; 
}
.style9 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
}
.style10 {
	font-size: 9pt;
	color: #FF0000; 
	}
	
a {
	text-decoration: underline; /* opmaak linken ; onderstreept */
	color: #0000FF;             /* blauw */
}

a:hover {
	text-decoration: overline; /* overstreept bij muis over */
	color: #FF0000;             /* en kleur rood */
}	
