body {
	background-color: #D1D7DC; 
	font-family: Arial; 
	font-size : 13pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: auto;
	padding: 0;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: bold;
	}
    
h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin-top: 0px;
	margin-left: -40px;;
	font-weight: normal;
	}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	margin: 5px  0  0  2px;
	font-weight: bold;
	}
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 5px  0  0  2px;
	font-weight: normal;
	}
h5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin: 5px  0  0  2px;
	font-weight: normal;
	}
h5.tekoop {
	text-align: center;
	}
h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 5px  0  0  7px;
	font-weight: normal;
	}


			
a:link  {font-family: "Trebuchet MS";	font-size: 8pt;	color: #000000;	font-weight: normal; text-decoration:none;}
a:visited {font-family: "Trebuchet MS";	font-size: 8pt;	color: #000000;	font-weight: normal;text-decoration: none;}
a:active {font-family: "Trebuchet MS";	font-size: 8pt;	color: #000000;	font-weight: normal;text-decoration: underline;}
a:hover {font-family: "Trebuchet MS";	font-size: 8pt;	color: #000000;	font-weight: normal; text-decoration: underline;}

img {
	border: none;
	vertical-align: top;
	margin: auto;
	}

.producten {
	margin-left: 50px;
	margin-top: 10px;
	}
.goldwing-logo {
	background-image:url(images/logo/goldwinglogo_small.jpg);
	width: 200px;
	height: 55px;
	margin: 25px  0  23px  18px;
	float: left;
	}
.header-tekst {
	margin: 10px 0 0 100px;
	float: left;
	}
	
.honda-logo {
	background-image:url(images/1800silhouet.jpg);
	width: 100px;
	height: 100px;
	margin-top: 1px;
	float: right;
	}
	
#container {
	background-color: #FFFFFF;
	border: 3px solid #CC0033;
	min-height: 590px;
	width: 950px;
	margin: 0em auto;
	margin-top: 20px;
	overflow:hidden;
	}
	

#header {
	width: 100%;
	height: 101px;
	border-bottom:  3px solid #CC0033;
	}
	
#menu {
	width: 135px;
	float: left;	
	min-height: 100%;
	}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 135px; /* Width of Menu Items */
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
	
.suckerdiv ul li{
position: relative;
padding-bottom: 2px; /*bottom spacing between menu items*/
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #CC0033;
background-color: #F3F3F3;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
color: #000000;
padding: 2px 0;
padding-left: 25px; /*link text is indented 19px*/
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 10pt;
background-color: #F3F3F3;
}

.suckerdiv ul li a:visited{
color: #000000;
}

.suckerdiv ul li a:hover{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
backgournd-color: #F3F3F3;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#content {
	width: 805px;
	min-height: 600px;
	height: 100%;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	border-left: 3px solid #CC0033;

	}

.content-links {
	width: 440px;
	float: left;
	margin-right: 5px;
	}
.content-rechts {
	width: 340px;
	float: left;
	}

table {
	margin: auto; 
	}
table.gwgeschiedenis {
	margin-left: 50px; 
	margin-right: auto;
	}
td.productlogo {
	width: auto;
	height: 100px;
	text-align: center;
	}
td.productnaam {
	width: 200px;
	line-height: 10px;
	}
td.productafbeelding {
	width: auto;
	text-align: center;
	}
td.gwverledentekst {
	vertical-align: bottom;
	margin-left: 25px;
	}
td.gwverledenfoto {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	}
