﻿html
{
    background-color: #D1D2D4;
    background-image: url('../images/bg_white.png');
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0px;
}

body
{
    margin: 0px auto 0px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    width: 780px;
}

td
{
    vertical-align: top;
}

form, img, border
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div#content
{
    width: 780px;
    height: auto;
	min-height: 600px;
    background-color: #ffffff;
}

div#top
{
    margin-left: 25px;
    margin-right: 25px;
    
    width: 730px;
    height: 190px;
    
    background-image: url('../images/bg_top.jpg');
}

div#menu
{
    margin-left: 25px;
    margin-right: 25px;
    
    width: 730px;
    height: 31px;
}

.witbalkje
{
    width: 1px;
    height: 19px;
    background-color: #ffffff;
    float: left;
    margin-top: 6px;
}

#ml
{
    width: 6px;
    height: 31px;
    float: left;
    clear: left;
    background-image: url('../images/bg_ml.png');
}

#mc
{
    float: left;
}

.mc
{
	padding-top:6px;
	
    width: 718px;
    height: 31px;
    float: left;
    background-image: url('../images/bg_mc.png');
    
    text-align: center;
}

.mc a
{
    margin-top: 6px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.mc a:hover
{
    color: silver;
}

#mr
{
    width: 6px;
    height: 31px;
    float: left;
    clear: right;
    background-image: url('../images/bg_mr.png');
}


#center
{
    width: 550px;
	margin-left: 25px;
	float: left;
	background-color:white;
}

div#left
{
    width: 550px;
    float: left;
    clear: left;
}

.submenu
{
    width: 187px;
    background-color: white;
    margin-left: 3px;
}

.submenu a
{
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #4692A8;
    cursor: pointer;
    
    display: block;
    margin-top: 12px;
}

.submenu a:hover
{
    color: #000000;
}

#text, div.main_intro
{
    font-size: 11px;
    font-weight: 500;
    color: #788693;
    float: left;
    width: 357px;
    text-align: justify;
    margin-top: 40px;
    border-left: 1px solid #292929;
}

div.main_intro
{
    font-size: 1.05em;
    line-height: 1.60em;
    
    width: 430px;
    border: 0px;
    padding: 0px 0px 0px 20px;
}

div.main_intro h1
{
    font-size: 1.30em;
    color: #981A1E;
    font-weight: normal;
    
    float: left;
    
    padding-right: 0.50em;
}

#text a
{
    font-size: 11px;
    color: #4692A8;
}

#text a:hover
{
    color: #000000;
}

#main_right
{
    background-color: white;
    width: 170px;
    float: left;
	
	margin-top: 1px;
}

#main_right a
{
    margin-top: 6px;
    font-weight: 600;
    color: gray;
    cursor: pointer;
    text-decoration: none;
}

#main_right a:hover
{
    color: gray;
    text-decoration: underline;
}

#ledenlogin
{
    width: 160px;
    margin-left: 10px;
    margin-top: 37px;
    border: 1px solid gray;
    background-color: #E0E0E0;
    color: gray;
}

#bottom
{
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    width: 730px;
    height: 76px;
    text-align: left;
    background-image: url('../images/bg_bottom.png');
    clear: left;
	
}

#bottomtext
{
    margin-top: 48px;
    background-color: #E6E7E9;
    text-align: left;
    font-size: 10px;
    width: 600px;
    margin-left: 8px;
    color: gray;
    height: 12px;
    float: left;
    clear: right;
}


/* Formclasses. */
table#m_form
{
    
}
table.m_form input, table.m_form select, table.m_form textarea
{
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 8pt;
	line-height: 1.3;
	background-color: #ffffff;
	border: #788693 1px solid;
	width: 200px;
	padding-left: 3px;
	padding-right: 3px;
	
	margin-right: 5px;
}

table.m_form input.m_form_checkbox, table.m_form .m_form_checkbox input
{
    width: auto;
}

table.m_form input.m_form_button
{
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
	width: auto;
	height: 20px;
}

table.m_form td.m_form_legend
{
    padding-right: 20px;
    font-weight: bold;
}
