/**
 * Default HTML tags
 * -----------------
 */
body{	
	font-family:Arial;
	font-size:12px;
	color: #FFFFFF;
	text-align:center;
	background:#312D2E;
}

h1{
	text-align: right;
	margin-top: 20px;
	font-size: 19px;
	color: #FF6600;
}

h2{
	font-size: 16px;
	color: #AAA;
	color: #FF6600;
}

h3{
	font-size: 16px;
	color: #AAA;
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
}

h4{
	margin: 10px 0 20px 0;
	text-align: right;
	font-size: 16px;
	color: #AAA;
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
}

p{
	margin: 10px 15px;
	text-align: justify;
}

a{
	color: #FFF;
	font-weight: bold;
}

img{
	border: none;
	text-decoration: none;
}

a:hover{
	color: #696969;
	text-decoration: none;
}

/**
 * Page structure 
 * --------------
 */
#header{
	position: absolute;
	margin: 0;
	padding: 0;
}

#wrapper{
	text-align:left;
	width: 1035px;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#contentwrapper{
	margin: 20px 0 30px 0;
	width: 750px;	
	text-align: justify;
	float: right;
}

#content{
	width: 540px;	
	text-align: justify;
	float: left;
}

#contentNoNewsFlash{
	width: 750px;	
	text-align: justify;
	float: left;
}

.imgp{	
	text-align: center;
}

#footer{
	clear: both;
	margin-left: 40px;
	padding-top: 10px;
	width: 1000px;
	text-align: center;
	border-top: 1px solid #FFF;
}

#brandsfooter{
	clear: both;
	margin-left: 40px;
	padding-top: 10px;
	width: 1000px;
	text-align: center;
	border-top: 1px solid #FFF;
}

#brandsfooter img{
	margin: 0 1px 2px 1px;
}

#brandsfooter a{
	border-bottom: 1px solid #FFF;
}

#brandsfooter a:hover{
	border-bottom: 1px solid #000;
}

/**
 * Topnavigation
 * -------------
 */
#topnavigation{
	padding: 42px 0 18px 278px;
	border-bottom: 1px solid #FFFFFF;
	width: 749px;
}

#topnavigation li{
	list-style: none;
	display: inline;
}

#topnavigation li a{
	background: #464646;
	padding: 22px;
	margin-left: 4px;
	color: #FFF;
	text-decoration: none;
}

#topnavigation li a:hover{
	background: #9d9d9d;
	color: #000;
}

#topnavigation .active a{
	color: #222;
	background-color:#CCC;
}

/**
 * Navigation
 * ----------
 */
#navigation{
	margin: 140px 0 0 0;
	width: 267px;
	float: left;
}

#navigation li{
	text-align: right;
	font-size: 13px;
	list-style: none;
}

#navigation li a{
	display: block;
	width: 220px;
	padding: 2px 7px 2px 0;
	margin-top: 10px;
	border-bottom: 1px solid #575556;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover{
	color: #AAA;
	background-color: #4c4947;
}

#navigation .active a{
	color: #222;
	font-weight: bold;
	background-color:#CCC;
}

/**
 * Image galery
 * ------------
 */
.container #thumbs ul{
	width: 350px;
	height: 210px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: 10px;
}

.container #thumbs ul li{
	padding: 0;
	margin-left: 12px;
	list-style: none;
	display:inline;
}

#thumbs .thumb{
	padding: 0;
	margin: 0;
}

.container{
	float: right;
}
 
#gallery .controls{
	display: none;
}
 
.bottom .current{
	padding-right: 5px;
}
 
.bottom a{
	padding-right: 5px;
}
 
.bottom .volgende{
	padding-right: 5px;
}

.containerwerkplaats #thumbs ul{
	float: left;
	width: 360px;
	height: 210px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: 10px;
}

.containerwerkplaats #thumbs ul li{
	padding: 0;
	margin-left: 12px;
	list-style: none;
	display:inline;
}

.containerwerkplaats .image-wrapper{
	width: 360px;
	float: right;
}
 
#gallerywerkplaats .controls{
	display: none;
}

/**
 * Newsflash
 * ---------
 */
 #newsflash{
	float: right;
 	display: block;
 	width: 190px;
	margin-bottom:15px;
	border: 1px solid #FFF;
 }
 
 #newsflash .heading{
 	font-weight: bold;
 	display: block;
 	padding: 5px;
 	width: 180px;
	border-bottom: 1px solid #FFF;
 }
 
 #newsflash .content{
 	text-align: center;
 }
 
 #newsflash img{
 	padding: 15px 0;
 }

.content a{
	border: none;
	text-decoration: none;
}

/**
 * Page werkplaats
 * ---------------
 */
.imgcontainer{	
	text-align: center;
}

.imgcontainer img{	
	padding: 5px;
}

/**
 * Openingsuren
 * ------------
 */
 #openingsuren{
 	margin-left: 15px;
	border-collapse: collapse;
 }
 
 #openingsuren td{
 	padding: 2px 10px 2px 10px;
 }
 
 #openingsuren .today{
 	background-color: #666666;
 }
 
 #adreswrapper{
 	float: left;	
 }
 
 #openingsurenwrapper{
 	float: left;	
	margin-left: 100px;
 }
 
 #map{
 	margin: 200px 0 0 30px;
 	display: block;
	width: 650px;
	height: 400px;
 }
 
 #mapInfo{
 	color: #000000;
 }
 
 /**
  * aanghangwangen - trekhaken - fietsrekken - verhuur - occasies
  * -------------------------------------------------------------
  */
 .arrow{
 	font-size: 15px;
	padding: 0 4px;
 }
 
 #list{
 	width: 740px;
 	float: left;
 } 
 
.category{
	display: inline-table;
	width: 170px;
	height: 150px;
	background-color:#999999;
	text-align: center;
	padding: 0 15px;
	margin: 7px; 
 }
 
 
.category .brandname{
	background: #FF6600;	
	padding: 1px 3px;
	color: #FFFFFF;
 }
 
.category .title{
	display: block;
	height: 45px;
 }
 
.category a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
 }
 
.category a:hover{
	color: #FFF;
	text-decoration: none;
 }
 
.category .img{
	vertical-align: middle;
	width: 140px;
	height: 140px;
	margin: 5px 0 0 0;
 }
 
.category a img{
 	border: 1px solid #000;
	padding: 2px;
 }
 
.category a:hover img{
 	border: 1px solid #FFF;
	padding: 2px;
 }
 
.category .price{
	padding: 3px;
	text-align: center;
	width: 125px;
	display: block;
 }
 
.offer{
	background: #FF0000;
	width: 125px;
	display: block;
	padding: 3px;
	text-align: center;
}

#bodycontainer{
	display: block;
	width: 330px;
	float: left;
}
 
.product{
	width: 325px;
	text-align: left;
}
 
.product th{
	font-weight: bold;
	text-align: left;
	width: 10%;
}
 
.product td{
	text-align: left;
}
 
h4 .offer{
	color: #FFF;
}

.brandItem{
	margin: 20px;
	text-align: center;
	background:#AAA;
	display: inline-block;
	width: 320px;
	height: 110px;
	border: 1px solid #FFF;
}

.brandItem img{
	margin: 13px 0 0 0;
	padding: 0 0 3px  0;
	border: 1px solid #999999;
}

.brandItem a img{
	border-bottom: 2px solid #000;
}

.brandItem a:hover img{
	border-bottom: 2px solid #FFF;
}
