html { 
	padding:10px;
	margin:0px;
}

/* the boxes that fade */
#box-1 {
	
}
#box-2 {
	
}

#crossfade-container {
	height: 210px;
}

.fade-box {
	margin-left: 0px;
	position: absolute;
	margin-top: 163;
}

.fade-box2 {
	margin-left: 0px;
	position: absolute;
	margin-top: 163;
}

h1{
	font-size: 25px;
}

table.inschrijfForm{
	border: none;
	width: 450px;
}

input{
	border: 1px solid #D1D1D1;
}     

.textinput{
	width: 220px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #646464;
  	background-color: #ffffff; 
	text-align:center;
	margin:0px;
	padding:0px;
}

#box {
	width:782px;
	margin: 0px auto;
	padding-right:1px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
	border:1px solid #D1D1D1;
	overflow: auto;
}

#header1 {
	height: 85px;
}

#footer {
	height: 53px;
	background-image: url("../images/rijdirect_website_05.gif");
	background-repeat: no-repeat;
}

img{
	border: none;
}

#links {
	width:450px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	float:left;
	background-color:#ffffff;
	min-height: 450px;
	height:expression("450px"); /* min-height in IE */
}

#rechts {
	width:298px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 30px;
	float:right;
	//overflow: auto;
	min-height: 449px;
	height:expression("449px"); /* min-height in IE */
	
	background-color:#ffffff;
	background-image: url("../images/rijdirect_website_04.gif");
	background-repeat: repeat-y;
}

#rechts2 {
	width:298px;
	height: 100px;  /*quickfix*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	float: right;
	background-image: url("../images/rijdirect_website_06.gif");
	background-repeat: no-repeat;
}



#footer_text{
	font-size: 9px;
	padding-top: 5px;
	color:#ACACAC;
}

table.tabel {
	border: 1px #7F7F7F solid;
}

li{
	margin-left: -25px;
}

.kop2 {
	font-weight: bold;
	color: #7C5B4A;
	font-size: 12px; 
	
}

.klein{
	font-size: 9px; 
}

a:hover {
	text-decoration: underline;
	color: #0211a5;
	background-color: transparent;
}

a {
	text-decoration: none;
	color: #0211a5;
	background-color: transparent;
	
}	

a.footer {
	text-decoration: none;
	color: #959595;
	background-color: transparent;
}

a.footer:hover {
	text-decoration: underline;
	color: #959595;
	background-color: transparent;
}

.box2{
	float: left;
	margin: 1px;
}


