html, body {background: #333333 url(); font-family: Verdana,Arial,Helvetica; margin:0; 
 padding:0; margin-top: 10px; margin-bottom: 10px;
 text-align:center;  }

 a:link {color: #000000; TEXT-DECORATION: underline}     /* unvisited link */
 a:visited {color: #ff6633; TEXT-DECORATION: underline}  /* visited link */  
 a:hover {color: #ff6633; TEXT-DECORATION: underline}   /* mouse over link */
 a:active {color: #ff6633; TEXT-DECORATION: underline}   /* selected link */ 

.menu {font-family: Verdana,Arial,Helvetica; color: #FFFFFF;}
.menu a:link {color: #FFFFFF; text-decoration: none;}
.menu a:visited {color: #FFFFFF; text-decoration: none;}
.menu a:hover {color: #FFFFFF; text-decoration: overline underline;}
.menu a:active {color: #FFFFFF; text-decoration: none;}

.fpl {font-family: Verdana,Arial,Helvetica; color: #000000; font-size:11px;}
.fpl a:link {color: #000000; text-decoration: none;}
.fpl a:visited {color: #000000; text-decoration: none;}
.fpl a:hover {color: #FFFFFF; text-decoration: underline;}
.fpl a:active {color: #FFFFFF; text-decoration: none;}

.zwart {font-family: Verdana,Arial,Helvetica; color: #000000; font-size:11px;}
.zwart a:link {color: #000000; text-decoration: none;}
.zwart a:visited {color: #000000; text-decoration: none;}
.zwart a:hover {color: #000000; text-decoration: underline;}
.zwart a:active {color: #000000; text-decoration: none;}

div.float {
  float: left;
  padding: 5px;
  margin-left: 10px;
  border: 2px double #FFFFFF;
  }
  
div.float p {
   text-align: center;
   border: 2px double #FF8000;
   }

p { border: 1px solid black; }
tt { font-family:Verdana,Arial,sans-serif; font-size:7pt; color:#666666; }
strong { font-size:11px; color:#111111; }
b { font-size:11px; }
LI { list-style: square; }

.oranje { color: #ff6633; }
.groot { font-size: 18px; }
.klein { font-size: 14px; }
.info {border-bottom: 1px dotted #000; cursor: help;}
.date {color: #ffffff; font-size: 12px;  }

.textbox { background: transparent; background-color: White; border: 1px solid #000000; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 10px; text-align: left; }

.textboxorange { background: transparent; background-color: #ff6633; border: 1px solid #000000; color: #FFFFFF; font-family: Verdana,Arial,Helvetica; font-size: 10px; text-align: left; }

.leeg { background: transparent; background-color: White; border: 0px solid #000000; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 10px; text-align: left;}

#pagewidth{
 width:800px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:100px; 
 width:100%; 
 text-align:right;
background: #333333 url(rcauto/menu/topbanner.jpg);
 } 
 
#leftcol{
	width:128px;
	text-align:center;
	float:left;
	position:relative;
	margin-left:-128px;
	margin-right:1px;
	background:#000000 url(rcauto/menu/loop.jpg);
 }

#image1 {
float: left;
}

#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 128px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 

  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
height: 45px;
width:100px; 
float:right;
text-align:center;  
position:relative;
margin-right:-100px; 
margin-left:1px; 
background:#333333 url('') no-repeat;
}
 
#footer{
height:18px; 
width:100%; 
text-align:center; 
background-color:#ff8000;
} 
 
#inner{margin:0; width:100%;}

#mainadvertentie{
 float: left; 
 width: 100%;  
 height: 80px;
 position:relative;
 text-align:center;
 border: solid #000000; 
 border-width: 0px 0px; 
 background:#FFFFFF; 
 color: #333333;
 margin: 0 -8px 0 -2px;
 font-family:Verdana,Arial,sans-serif;
 font-size:7pt; 
 color:#666666;
 }

 
#maincol{
  float: left; 
 width: 100%;  
 height: 100%;
 position:relative;
 text-align:left;
 border: solid #000000; 
 border-width: 0px 0px; 
 background: #ffffff;
 color: #333333;
  margin: 0 -8px 0 -2px;
 }

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:2px;} /*padding for content */ 

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
 /* lightbox */
 
 #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
 
 /* ribbon */
 
 #ribbon {
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 200px;
cursor: hand;
cursor: pointer;
background : url(rcauto/plaatjes/top-ribbon.png) no-repeat;
}

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}
