/* -----------------------BROWSEROPMAAK----------------------- */

html, body {
	margin:				0px;
	text-align: 		center;
	font-family:		Trebuchet MS, Verdana;
	font-size:			12px;
	color:				#CCCCCC;
	height:				100%; 				/* needed for container min-height */
	width:				auto;
	background:	url('../images/interface/bg2.jpg') repeat-y #1a1a1a 50% 0%;
	
	scrollbar-arrow-color:		#E00000;
	scrollbar-face-color: 		#1a1a1a;
	scrollbar-highlight-color: 	#CCCCCC;
	scrollbar-3dlight-color:	#1a1a1a;
	scrollbar-shadow-color: 	#CCCCCC;
	scrollbar-darkshadow-color: #1a1a1a;
	scrollbar-track-color: 		#1a1a1a;
	}
	
#container {
	background:	url('../images/interface/bg.jpg') no-repeat 0px 172px;
	margin: 			0 auto;				/* align for good browsers */
	text-align: 		left;				/* counter the body center */
	width: 				995px;
	position:			relative;			/* needed for footer positioning*/
	height:				auto !important;	/* real browsers */
	height:				100%; 				/* IE6: treaded as min-height*/
	min-height:			100%; 				/* real browsers */
	}
	
/* -----------------------HEADER----------------------- */	

#header {
	width: 				auto;
	height: 			172px;
	line-height: 		150px;
	vertical-align: 	middle;
	color: 				#000;
	text-align: 		center;
	background:			url('../images/interface/header.jpg')
	}

/* -----------------------CONTENT----------------------- */	

#content{
	width:				900px;
	margin-left:		30px;
	margin-top:			0px;
	margin-bottom:		10px;
	font-family:		Trebuchet MS;
	color:				#CCCCCC;
	padding:			10px;
	font-size: 			12px;
	}
	
#content_center{
	width:				900px;
	margin-left:		30px;
	margin-top:			0px;
	margin-bottom:		10px;
	font-family:		Trebuchet MS;
	text-align: center;
	color:				#CCCCCC;
	padding:			10px;
	font-size: 			12px;
	}

	
h1 {
	font-size: 17px;
	color: #CC0000;
}
	
h2 {
	font-size: 13px;
	color: #CC0000;
}

.img {
	border: 1px solid #CC0000;
	}

img { border: 0px;} 	

a:link, a:visited {color: #555555;}
a:hover, a:active {color: #727272}

/* -----------------------FOOTER----------------------- */

#footer{
	height: 		20px;
	line-height: 	30px;
	vertical-align: middle;
	text-align: 	center;
	margin: 		0 auto;
	margin-bottom:	20px;
	width:			100%;
	position:		absolute;
	bottom:			0;				 /* stick to bottom */
	color:			#555555;
	font-size:		8pt;
	}

#footer a:link{
	color: #555555;
	}

#footer a:visited{
	color: #555555;
	}

#footer a:hover {
	color: #727272;
	}

#footer a:active {
	color: #727272;
	}
	
/* -----------------------HomePage----------------------- */
#naw {
padding-top:	50px;
	position: absolute;
	width: 298px;
	line-height: 15px;
	}

#motorvdweek {
	padding-top:	50px;
	position: absolute;
	width: 298px;
	left: 339px;
	}

#sublogos {
	padding-top:	50px;
	position: absolute;
	width: 298px;
	left: 738px;
	}
	
table#opening {
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
}

/* -----------------------Verhuur----------------------- */
table#verhuur {
	width: 100%
}

tr#kop { font-weight: bold;}




/************************** CONTACT **************************/

label {
  display: block;
  margin: 5px 0;
  float: left;
  width: 120px;
  text-align: left;
	clear: left;
	padding: 0px;
}

div.naw {
  margin: 5px 0;
	padding: 0px;
}	

input {  margin: 5px 0;} 

div.opruiming {
	font-size: 16px;
	text-align: center;
}





ol.circle {list-style-type: circle;}