﻿html {
	/*FireFox hack*/
	overflow: -moz-scrollbars-vertical;
	}
body 
{
	font-family: verdana, arial;
	font-size:11px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
a img {
    border-width: 0px;
    }
td {
    vertical-align:top;
	}

#content {
    width:820px;
    margin-right:auto;
    margin-left:auto;
    text-align:left;
    }
	
#left {
    width:140px;
    padding-right:20px;
    float:left;
    }
#left_logo {
    margin-top:8px;
    }
#left_helpen {
    margin-top: 72px;
    }
#left_doneren {
    margin-top: 30px;
    }
.left_spacer {
    margin-top: 11px;
    }
.left_largespacer {
    margin-top: 21px;
    }

#middle {
    width:480px;
    padding:0px;
    float:left;
    }

#menu {
    background-image: url('../images/backgrounds/menu_gradient.gif');
    height: 28px;
    margin-top: 44px;
    vertical-align: middle;
    }
.menu table {
    width:100%;
    height:100%;
    border-width:0px;
    border-spacing:0px;
    border-collapse: collapse;
    font-family: verdana, arial;
    font-size: 11px;
    }
.menu table tr td {
    text-align:center;
    vertical-align:middle;
    width:20%;
    padding:0;
    margin:0;
    }
.menu_spacer {
    border-right: 1px solid #ffffff;
    }
.menu_over {
    background-image: url('../images/backgrounds/menu_over_gradient.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    border-right-color: #ffffff;
    color:white;
    cursor:pointer;
    }

#submenu {
	position: absolute;
	top: 71;
	width: 480px;
	display: none;
	line-height: 25px;
	}
#submenu table tr td {
	background-color: #0497d8;
	color: #ffdddd;
	cursor:pointer;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	}
.submenu_spacer {
	border-right: 1px solid #ffffff;
	}

#header {
    margin-top:28px; /* 100-(28+44) */
    }

#right {
    width:140px;
    padding-left:20px;
    float:left;
    }
#right_clubvan1000 {
	margin-top:44px;
	}
#right_adres {
    margin-top: 102px;
    }
#right_nieuwsheader {
	margin-top:30px;
	background-image: url('../images/backgrounds/menu_gradient.gif');
	font-family: verdana, arial;
    font-size: 11px;
    line-height:28px;
    text-align:center;
    vertical-align:middle;
	}
#right_nieuws {
	border: 1px solid #FDE7E0;
	padding: 6px 6px 0px 6px;
	text-align:justify;
	background-image: url('../images/backgrounds/nieuws_gradient.gif');
	background-position: bottom;
    background-repeat: repeat-x;
    text-align:left;
	}

#main {
    border: 1px solid #FDE7E0;
    background-image: url('../images/backgrounds/main_gradient.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px 20px 10px 20px;
    color: #000000;
    line-height: 18px;
    margin-top: 30px;
    text-align:justify;
	}
#main h1 {
    color:#e3146f;
    font-family: verdana, arial;
    font-size: 17px;
    margin: 14px 0px 3px 0px;
	}
#main h2 {
    color:#e3146f;
    font-family: verdana, arial;
    font-size: 13px;
    margin: 14px 0px 3px 0px;
	}
#main h3 {
	color:#e3146f;
    font-family: verdana, arial;
    font-size: 11px;
    margin: 14px 0px 3px 0px;
	}
#main p {
    margin: 0px 0px 8px 0px;
	}
	
img.logo {
	float:right;
	}
