html { 
	overflow: scroll;
}

body {
	background-image: url('/images/rijsnel2_01.gif');
	background-repeat: repeat-x;
	margin:0px;
	text-align:center;
	font-family:arial,verdana,helvetica;
	font-size:9pt;
}

a {
	text-decoration:none;
	color:#000000
}

#Container {
    margin:auto;
	width:734px;
    height:100%;
	text-align: left; /*voor IE */
	margin: 0 auto;
}

#Header {
	background-image:url('/images/rijsnel_02.gif');
	background-repeat:no-repeat;
	width:734px;
	height:159px;
	position:relative;
}

#Border {
    background: url('/images/rijsnel_08.gif');
	background-repeat:repeat-y;
	height:auto;
	overflow:auto;
	width:734px;
}

#Links {
    background: url('/images/rijsnel_04.gif') ;
	background-repeat:no-repeat;
	float:left;
	width:535px;
	min-height:418px;
    height:auto;
	text-align:left;
	padding:0px;

}

#Textcase {
    display:block;
	width:470px;
	margin-left:42px;
	margin-bottom:10px;
	text-align:left;
	height:100%;
}

#Infobar {
	background-image:url('/images/rijsnel_05.gif');
	background-repeat:no-repeat;
	width:199px;
	min-height:418px;
    height:auto;
	float:right;
}

#Infotext {
    display:block;
	width:170px;
	margin-left:15px;
	margin-bottom:10px;
	text-align:left;
	height:100%;
}

#Footer {
	background-image:url('/images/rijsnel_07.gif');
	background-repeat:no-repeat;
	width:734px;
	height:58px;
	margin:auto;
	position:relative;
	text-align:center;
	top:0;
	overflow:hidden;
}

#Footer p {	
	position:relative;
	bottom:-22px;
    font:11px verdana;
	color:#C7C7C7;
}

#Footer a {	
	color:#CCCCCC;
}

/* Styles!!! */

h1 {
	font: 15px Arial;
    color:#3C79A3;
	margin-left: 0px;
	margin-right: 0px;
	font-weight:bold;
}

h2 {
    font: bold 11px verdana;
	margin-left: 13px;
	margin-right: 13px;
}

p {
	margin-left: 0px;
	margin-right: 0px;
    
}

label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 4px;
	cursor: pointer;
	line-height: 100%;
}

.infotext {font-size: 10px; }

/* Form!!! */

label {
width: 15em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
}

.submit input {
margin-left: 4.5em;
}

input {
color:#000;
background: #FFFFFF;
border: 1px solid #3C79A3
}

.submit input {
color: #000;
background: #FFFFFF;
border: 1px outset #3C79A3
}


