html {
	height:100%;
	scrollbar-face-color: #000;
}
body {
	color:#fff;
	margin:0;
	padding:0;
	background-color:#2f2e2e;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:100%;
}
a {
	outline: none;
}
hr {
	border: 1px solid #000;
}
table {
	font-size:12px;
}

.open {
	font-size:13px;
	font-weight:bold;
	color:#c7bb94;
	}
	
.imgb {border-style:solid;border-color:#333;border-width:1px;} /* kadertje om rond tabellen of foto's te zetten */ 

h1 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	}	
h2 {
	font-size:14px;
	font-weight:bolder;
	color:#b7291c;
	}
#container {
	position:relative;
	width:906px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/main_small.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	_height:100%;		/*for IE*/
	min-height:100%;	/*for Firefox*/
}
#header {
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:top left;
	background-repeat:no-repeat;
	height:249px;
}
#header h1 {
	text-indent:-9999px;
	position:absolute;
}
#pagina {
	position:relative;
	color:#000;
	padding-bottom:34px;		/*for footer*/
}

#contentleft {
	position:relative;
	color:#FFFFFF;
	top:-15px;
	min-height:350px;
	left:5px;
	width:280px;
	padding:10px;
	border-right:#CCCCCC 1px solid;
	z-index:999;
	float:left;
}
#contentleft p{
	margin-top:0;
}

#content {
	position:relative;
	right:20px;
	text-align:justify;
	width:545px;
	padding:10px;
	z-index:900;
	float:right;
}
#content p{
	margin-top:0;
}



#footer {
	margin:0 auto;
	margin-top:-34px;
	height:34px;
	position:relative;
	background-image:url(images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:906px;
	font-size:10px;
	text-align:right;
	color:#000;
	vertical-align:middle;
}
#footer a{
	width:80px;
	height:15px;
	top:16px;
	left:807px;
	position:absolute;
}

/*------------------------forms-------------------------*/
	
input 
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #36596e ;
	border: solid #36596e 1px;
	border-width: 1 ;
	background-color:#ffffff ;
	}
select
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #36596e ;
	border: solid #36596e 1px;
	border-width: 1 ;
	background-color:#ffffff ;
	}
textarea
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #36596e ;
	border: solid #36596e 1px;
	border-width: 1 ;
	background-color:#ffffff ;
	}
/*-----------------------algemene lins--------------------*/
	
a:visited {
			color:#b7291c;
			font-size:12px;
			font-weight:400;
   			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
          	text-decoration: none;}
		   
a:link {
			color:#b7291c;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:400;
          	text-decoration: none;}
	
a:hover {
			color:#c7bb94;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:400;
          	text-decoration: underline;}

/*------------------------------navigatie-------------------------*/

ul#nav {
            padding:0;
            margin:0;
			position:absolute;
            top: 0px;     /* set the exact position of the navigation */
            left: 3px;                        /* set the exact position of the navigation */
            width:900px;
            height:65px;
}

ul#nav li {
            padding:0;
            margin:0;
            text-indent:-9999px;       
            list-style-type:none;
            float:left;
}

ul#nav li a {
            border:0;
            display:block;
            text-decoration:none;
            background-image: url(images/menu.jpg);
}

#nav li{
	float:left;
}
#nav a{
	text-indent:-9999px;
	display:block;
	height:65px;
}
#nav #bedrijf{
	width:73px;
	height:65px;
}
#nav #nieuw{
	width:113px;
	height:65px;
}
#nav #tweedehands{
	width:143px;
	height:65px;
}
#nav #kleding{
	width:156px;
	height:65px;
}
#nav #onderdelen{
	width:97px;
	height:65px;
}
#nav #verhuur{
	width:132px;
	height:65px;
}

#nav #nieuws{
	width:99px;
	height:65px;
}

#nav #contact{
	width:86px;
	height:65px;
}

#nav #bedrijf a{
	background-position:-0px 0px;
}
#nav #bedrijf a:hover{
	background-position:-0px -65px;
}
#nav #nieuw a{
	background-position:-73px 0px;
}
#nav #nieuw a:hover{
	background-position:-73px -65px;
}
#nav #tweedehands a{
	background-position:-186px 0px;
}
#nav #tweedehands a:hover{
	background-position:-186px -65px;
}
#nav #kleding a{
	background-position:-329px 0px;
}
#nav #kleding a:hover{
	background-position:-329px -65px;
}
#nav #onderdelen a{
	background-position:-485px 0px;
}
#nav #onderdelen a:hover{
	background-position:-485px -65px;
}
#nav #verhuur a{
	background-position:-582px 0px;
}
#nav #verhuur a:hover{
	background-position:-582px -65px;
}
#nav #nieuws a{
	background-position:-714px 0px;
}
#nav #nieuws a:hover{
	background-position:-714px -65px;
}
#nav #contact a{
	background-position:-813px 0px;
}
#nav #contact a:hover{
	background-position:-813px -65px;
}

