﻿/* general fonts */
body,p,ol,ul,td {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #000000; 
font-style: normal;  
line-height: 130%;
text-align: left;
}

/* headings */
h1,h2,h3,h4,h5 {
font-family: arial, helvetica, sans-serif;
color: #000000;/* black */
}



/* normal title same as text size */
.title {
font-family: arial, helvetica, sans-serif;
color: #000000;/* black */
font-weight: normal;
font-size: 12px;  
padding: 0.2em;
}


 
/* footer */
.footer {
font-size: 12px;
color: #000000;/* black */
line-height: 150%; 
}

/* in text hyperlinks */
a:link {
 font-weight: normal;
 color: #000000;			/* black */
 font-size: 12px;
 
}
a:visited {
 font-weight: normal;
 color: #000000;			/* black */
 font-size: 12px;
}
a:hover {
 font-weight: normal;
 color: #d57e1c;
 font-size: 12px;
}
 


/* top navigation menu */
.topnav {
font-family: arial, helvetica, sans-serif;
font-size: 9px;
}
.topnav a:link {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #000000; 			/* white */
padding: 1px;
}
.topnav a:visited {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #000000; 			/* white */
padding: 1px;
}
.topnav a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #000000;	/* black */
color: #ffffff; 			/* white */ 
padding: 1px;
}

.topnav-act {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #000000;	/* black */
color: #000000; 			/* white */ 
padding: 1px;
}
.topnav-act a:active {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #000000;	/* black */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:link {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #000000;	/* black */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:visted {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #000000;	/* black */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #000000;	/* black */
color: #ffffff; 			/* white */ 
padding: 1px;
}
 



/* forms fields */
select {  
 font-family: arial, helvetica, sans-serif;
 font-size: 12px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
font-weight: normal; 
font-size: 12px; 
border-right: #000000 1px solid; 
border-top: #000000 1px solid; 
border-left: #000000 1px solid; 
text-indent: 0px; 
border-bottom: #000000 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
font-weight: normal; 
font-size: 12px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-left-color: #000000;
border-right-width: 1px; 
border-right-color: #000000;
border-bottom-width: 1px; 
border-bottom-color: #000000;
border-top-color: #000000; 
text-indent: 0px; 
background-color: #ffffff; 
}


.formulier{
	background-color : #B2A5A4;
	border : 1px;
	border-color : #787878;
	border-style : solid;
	color : #787878;
	font-family : sans-serif;
	font-size : 10px;
	font-weight : normal;
	height : 16px;
}

