body
{
	border-top: 4px solid #e1f1ff;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Container */
#container
{
	width: 900px;
	height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 24px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e1f1ff;
}

/* Logo */
#logo
{
	background: url(../images/logo.png) no-repeat;
	width: 327px;
	height: 40px;
	float: left;
	margin-left: 24px;
}
#logo span {
	display: none;
}

#logo h1 {
	width: 300px;
	height: 40px;
}


/* Contact */
.contact
{
	float: right;
	margin-right: 75px;
	margin-top: 4px;
	font-size: 9px;
	color: #1e78ae;
}

.contact a
{
	color: #1e78ae;
	text-decoration: none;
}

.contact a:hover
{
	color: #1e78ae;
	text-decoration: underline;
}

/* Header */
#header
{
	background: url(../images/header.png);
	width: 898px;
	height: 123px;
	border: 1px solid #2187c5;
	margin-top: 25px;
	*margin-top: 50px;
	margin-left: 1px;
	margin-bottom: 25px;
}

/* Menu */
#menu
{
	color: #1e78ae;
	float: left;
	width: 225px;
	font-size: 11px;
	font-weight: bold;
}
#menu .kop
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#menu a
{
	color: #1e78ae;
	text-decoration: none;
}

#menu a:hover
{
	color: #1e78ae;
	text-decoration: underline;
}

.navigatie ul
{
	margin-left: -25px;
	*margin-left: 20px;
	margin-top: 3px;
	list-style: url(../images/li.png);
	*list-style: none;
}

.navigatie li
{
	background: #FFF url(../images/hr.png) no-repeat;
	width: 160px;
	padding-top: 8px;
	*padding-left: -2px;
	padding-bottom: 3px;
	*list-style: none;
}

.woordenboek li
{
	background: none;
	margin-left: 10px;
	margin-top: -4px;
	font-weight: normal;
	list-style: url(../images/woordenboek.png);
	*list-style: none;
}

/* Content */
#content
{
	float: left;
	width: 490px;
	line-height: 16px;
}
#content h1
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 8px;
}

#content h2
{
	color: #1e78ae;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 8px;
}

#content ul
{
	margin-left: -10px;
	*margin-left: 20px;
}

#content li {
	line-height: 18px;
	margin-bottom: 10px;
}

#content a
{
	color: #1e78ae;
	text-decoration: underline;
}

/*Info*/
#info
{
	float: left;
	color: #1e78ae; 
	width: 158px;
	margin-left: 26px;
	word-spacing: 2px;
	line-height: 15px;
	font-size: 11px;
	text-align: justify;
}

#info h1
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#info p {
	line-height: 20px;
	font-size: 11px;
}

/*Footer*/
#footer
{
	width: 850px;
	margin: 0px auto;
	color: #555; 
	font-size: 11px;
	text-align: center;
	margin-bottom: 25px;
}

#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.form_errors {
	color: #FF0000;
}
.form_success {
	font-weight: bold;
}