@media print {

.dontprint {
	display: none;
}

.menu_side {
	display: none;	
}



html,body
{
margin: 10;
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-align: left;
}




hr {
background-color: #000000;
height: 1px;
border: 0;
margin: 0;
}

/* links */
a:link {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: underline;
}

a:hover {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: underline;
}

a:visited {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: underline;
}

a:visited:hover {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: underline;
}

/* Headers NEW */
h1{
font-family: Arial;
font-size: 20px;
font-style: normal;
font-weight: bold; 
color: #000000;
text-decoration: none;
line-height: 24px;
display: inline;
}

h2 {
font-family: Arial;
font-size: 15px;
font-style: normal;
font-weight: bold; 
color: #000000;
text-decoration: none;
white-space: nowrap;
line-height: 22px;
display: inline;
}

h3 {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none;
white-space: nowrap;
display: inline;
}

h4 {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none;
line-height: 17px;
}

.mainarea {
width: 700px;
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: normal; 
color: #000000;
text-decoration: none;
line-height: 18px;
}


.text_left {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #222222;
text-decoration: none;
line-height: 15px;
text-align: left;
}


.space {
height: 15px;
}


/* list */
ul
{
margin-bottom: -0px;
margin-top: -0px;
}


li
{
margin-left: 1.4em;
margin-top: 0.5em;
margin-bottom: 0.1em;
text-decoration: none;
color: #000000;
font-family: Arial;
font-size: 13px;
font-weight: none;
font-style: normal;
list-style-type: circle;
list-style-position: outside;
list-style-image: url('/images/icons/bullet.gif');
line-height: 17px;
}

.border
{
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 0px;
}


/* forms */

form {
margin:0;
}

.input {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #000000;
text-d	ecoration: none;
background-color: #F5F5F5;
border-color: #78177E;
border-style: solid;
border-width: 1px;
padding-left: 3px;
}

.inputzoeken {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
background-color: #F5F5F5;
border-color: #78177E;
border-style: solid;
border-width: 1px;
padding-left: 3px;
width: 133px;
}

.select {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: none;
background-color: #F5F5F5;
border-color: #78177E;
border-style: solid;
border-width: 1px;
padding: 0px;
}

.button {
font-family: Arial;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #000000;
text-decoration: none;
background-color: #F5F5F5;
border-color: #78177E;
border-style: solid;
border-width: 1px;
padding-left: 5px;
padding-right: 5px;
}


.nieuwsbrief_side {
width: 0px;
display: none;
}

}