.titel-content {
margin:0;
padding:0;
padding-bottom: 5px;
font-size:1.3em;
text-align: center;
border-bottom: 1px solid;
}

.ondertitel-content {	
text-decoration: underline;
}

.functie {				 /*on pages: leiding.inc, contact.inc*/
color: #5A8F29;
}

.verantwoordelijkheden {
color: #CC0000;
font-style: italic;
padding-left: 0px;
}

.vet {
font-weight: bold;
}

.schuin { 
font-style: italic; 
}

.onderlijnd {
text-decoration: underline;
}

.vet-onderlijnd {
font-weight: bold;
text-decoration: underline;
}

.vet-schuin {
font-weight: bold;
font-style: italic;
}

.onderlijnd-schuin {
font-style: italic;
text-decoration: underline;
}

.center {
text-align: center; 
}

input.rand, textarea {
font:90%/1.0 "Auto 1", "Lucida Grande", Arial, Helvetica, Georgia, sans-serif;
border: 1px solid black;
color: #000000;
background-color: #fefefe;
}

input {
font:90%/1.0 "Auto 1", "Lucida Grande", Arial, Helvetica, Georgia, sans-serif;
}

.form-info {				/*in use on page formulier.inc: for extra info about fields in the form*/
font-style: italic;
color: #999999;
}

a.content, a:link.content, a:visited.content, a:hover.content {		/*not in use: class content in <a href> element, for dashed underlining*/
border-bottom: 1px dashed;
}

.h1-center {
margin:0;
padding:0;
font-weight:normal;
padding:30px 0 25px 0;
letter-spacing:-1px;
line-height: 1.2em;
font-size:2em;
text-align: center;
}