/* sets the main body properties */
HTML {

}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size: 75%;
margin: 20px 20px;
background-color:#e6ccfe;
color: #000000;
scrollbar-face-color: #e6ccfe;
scrollbar-shadow-color: #cc99fe;
scrollbar-highlight-color: #e6ccfe;
scrollbar-3dlight-color: #cc99fe;
scrollbar-darkshadow-color: #cc99fe;
scrollbar-track-color: #e6ccfe;
scrollbar-arrow-color: #cc99fe;
}

P, TD, LI, UL {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;

}

Table {
font-family: Verdana, Arial, sans-serif;
border-collapse: collapse;
font-size : 100%;
}


/* this group sets the normal link colors */
A:LINK {color: #3f4197; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #3f4197; text-decoration : underline; font-weight: bold;}
A:HOVER {color: #9bc349; text-decoration : underline; font-weight: bold;}
A:ACTIVE {color: #3f4197; text-decoration : underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
color: #3f4197;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 4px;
width: 100%;
margin: 0px;
padding: 0px;
border: 1px double #ffffff;
}

h2 {
color: #cc0033;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4, h5, h6 {
color: #cc0033;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

HR {
color: #cc0033;
height: 1px;
width: 100%;
}

li {
list-style-image: url('images/bullets.gif');
}

.header {
background-color: #cccccc;
color: #3f4197;
border: 1px solid #3f4197;
}

.sidebar {
background-color: #FFFFFF;
color: #cc99fe;
text-align: center;
line-height: 20px;
padding: 5px;
width: 225px;
vertical-align: top;
border: 1px solid #cc99fe;
}

.main {
background-color: #FFFFFF;
color: #3f4197;
text-align: left;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
border: 1px solid #cc99fe;
}

.hottopic {
background-color: #FFFFFF;
color: #3f4197;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #e6ccfe;
}

.contactlabel
{
	text-align: right;
	vertical-align: middle;
	}
.contactformulier {
	width: 600px;
	}
.contactinput
{
	width: 375px;
	border: 1px solid #3f4197;
	display: block;
	vertical-align: middle;
	}
.contactradio
{
	margin-left: 205px;	
	float: right;
	display: block;
	}
.contactmessage
{
	border: 1px solid #3f4197;
	float: right;
	display: block;
	width: 375px;
	}
