body {
    background-color: #ffffff;
    margin: 0px;
    font-family: Tahoma, serif;
    font-size: 12px;
    color: #4b4a4d;
}
a {
    font-family: Tahoma, serif;
    font-size: 12px;
    text-decoration: underline;
    color: #328fe5;
}
a:link {
    text-decoration: underline;
    color: black;
}
a:visited {
    text-decoration: underline;
    color: black;
}
a:active {
    text-decoration: underline;
    color: black;
}
a:hover {
    text-decoration: none;
    color: black;
}

/* Drop down menu */

#dd
{   margin: 0;
    padding: 0}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial}

#dd li a.menu
{   display: block;
    text-align: center;
    padding: 0px 0px;
    margin: 0 0px 0 0;
    color: #FFF;
    text-decoration: none}

.submenu
{   background: #EEEEEE;
    border: 1px solid #328fe5;;
    visibility: hidden;
    position: absolute;
}

    .submenu a
    {   display: block;
        font: 11px arial;
        text-align: left;
        text-decoration: none;
        padding: 3px;
        color: #328fe5;}
		
/* Contact formulier */

table.form1
	{ 
	background-color: #C0C0C0;
   	border-collapse: collapse;
	}
	
table.form2
	{
	background-color: #eacb71;
	border-collapse: collapse;
	}

td.form0
	{
	text-align: center;
	font-size: 2;
	font-weight: bold;
    color: #000000;
	}
	
td.form1
	{
	background-color: #8fc1e6;
	text-align: left;
	}
	
td.form2
	{
	background-color: #8fc1e6;
	white-space: nowrap;
	text-align: left;
	font-size: 2;
	}
input.form1
	{
	border: 0px;
	border-color: #000080;
	border-style: solid;
	}

tr.form1
	{
	background-color: #C0C0C0;
	}

tr.form2
	{
	background-color: #eacb71;
	text-align: center;
	}
	
td.form3
	{
	background-color: #eacb71;
	color: #000000;
	}

#submit
	{
	background-color: #8fc1e6;
	color: #000000;
	}

span.error
	{
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	}

td.error
	{
	text-align: center;
	background-color: #FFFFFF;
	}

span.succes
	{
	text-align: center;
	font-weight: bold;
	}

input.style1
	{
	border: 1;
	border-style: solid;
	border-color: #000080;
	}

	
	
	
