@media screen {

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	background-color:#FFFFFF;
	color:#000000;
	height:100%;
	
}
form {
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h1 {	margin:0px;
	font-size: 140%;
	color: #E3242E;
	font-weight:bolder;}
h2 {
	margin:0px;
	font-size: 110%;
	color: #E3242E;
	font-weight:bold;
}
a:link, a:active, a:visited {
	color: #E3242E;
	text-decoration: none;
}
a:hover {
	color: #E3242E;
	text-decoration: underline;
}
a.InvDecoration:link, a.InvDecoration:active, a.InvDecoration:visited {
	color: #E3242E;
	text-decoration: underline;
}
a.InvDecoration:hover {
	color: #E3242E;
	text-decoration: none;
}


a.Menu:link, a.Menu:active, a.Menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	text-transform:uppercase;
	font-size:90%;
}
a.Menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
	text-transform:uppercase;
	font-size:90%;
}

a.Submenu:link, a.Submenu:active, a.Submenu:visited {
    font-weight:bold;
}
a.Submenu:hover {
    font-weight:bold;
}

.Button
{
    background-color:#7FC31C;
    border-style:solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}
.Input{
	border-style:solid;
	border-width: 1px;
	border-color:#E3242E;
	/*height: 17px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	/*width: 165px;*/
}
Img { border-width:0px}
.small { font-size:80%}
td {vertical-align:top}
.red {	color: #E3242E;}

.mainContentWrapperTable
{
    width: 100%;
}
.contentTable
{
  width: 100%;   
}
img.imgTest
{
    width: 756px;
    border: none;
}

}

/* Dossier Aan De Slag met Werving en Selectie Styles */
a.downloadLink:Link, a.downloadLink:Visited, a.downloadLink:Active
{
    background-image: url(/Images/System/red-arrow.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 0px 0px 8px;     
}
.downloadLinkItem
{
    list-style-type: none;
    MARGIN: 0px 0px 4px 0px
}
.downloadLinkUL
{
    list-style-type: none;
}
#inhoudsOpgave th
{
    text-align: left;
    font-weight: 700;
}
#inhoudsOpgave td
{
    vertical-align: top;
}
.inhoudBottomTD
{
    border-bottom: solid 1px #ec2327;
}

@media print {

.hideForPrint
{
   display: none;
}
.mainContentTable
{
    width: 580px; /* normaal: 100% */
}
.mainContentWrapperTable
{
    width: 580px;  /* normaal: 100% */
} 

img.imgTest
{
    width: 80%;
    height: 80%;
    border: none;
    
}
a.Menu:link, a.Menu:active, a.Menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	text-transform:uppercase;
	font-size: 6pt;   /* normaal: 90% */
}

a.Menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
	text-transform:uppercase;
	font-size:6pt; /* Normaal: 90% */
}
a.changeFontSizeLink:Link, a.changeFontSizeLink:Visited, a.changeFontSizeLink:Active
{
 font-size: 8pt;   
}
.changeFontSize
{
    font-size: 8pt;
}
.changeTableSize
{
    width: 80%;
}
.hideMenu
{
    display: none;
}
}
