html {
  height: 100%;
}

body {
  height: 100%;
  
  margin: 0;
  padding: 0;
  
  background-image: url('./../images/bg.gif');
  background-repeat: no-repeat;
  background-position: top center;
  
  background-color: #4c4a48;
  
  font-family: Arial;
  font-size: 11px;
}

img {
  border: none;
}

p {
  margin: 7px 0;
}

div#lines {
  width: 100%;
 
  background-image: url('./../images/bgLines.gif');
}

div#main {
  width: 960px;
  
  margin: 0 auto;

  background-color: #E2E2E2;
}

div#main div#jjgcLabel {
  position: absolute;
  
  width: 16px;
  height: 41px;
  
  margin: 700px 0 0 960px;
}

div#main div#top {
  width: 100%;
  height: 497px;
}

div#main div#top div#menu {
  float: left;
  
  width: 269px;
  height: 100%;
  
  background-image: url('./../images/menuBG.jpg');
  background-repeat: no-repeat;
}

div#main div#top div#menu div#idealLogos {
	width: 182px;
	
	margin: 0 0 0 50px;
}

#thuiswinkelWaarborg {
	margin: 10px 0 0 0;
}

div#main div#top div#overview {
  float: left;
  
  width: 691px;
  height: 100%;
}

div#main div#top div#overview div#text {
  width: 100%;
  height: 118px;
  
  color: #FFFFFF;
  
  background-image: url('./../images/overviewTextBG.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #C5236C;
}

div#main div#top div#overview div#text p {
	margin: 10px 60px 0 28px;
}

div#main div#top div#overview div#bannerContent {
  position: absolute;
  
  width: 691px;
  height: 351px;
}

div#main div#top div#overview div#content {
  width: 100%;
  height: 351px;
	
  overflow: hidden;
	
  background-image: url('./../images/overviewDefaultBG.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFFFFF;
}

div#main div#top div#overview div#content div#innerContent {
	margin: 30px;
}

div#main div#top div#overview div#content div#innerContent div.intro {
	margin: 0 0 25px 0;
}

div#main div#top div#overview div#content div#innerContent div.intro h1,
div#main div#top div#overview div#content div#innerContent div.intro p {
	margin: 0;
	
	border-left: 2px solid #c5c5c5;
  padding-left: 25px;
	
	font-weight: bold;
}

div#main div#top div#overview div#content div#innerContent div.intro h1 {
	padding-bottom: 7px;
}

div#main div#top div#overview div#content div#innerContent div.intro p {
  color: #6b696a;
}

div#main div#top div#overview div#content div#innerContent p {
  color: #969595;
}

div#main div#top div#overview div#gradientBar {
  width: 100%;
  height: 28px;
  
  background-image: url('./../images/overviewGradientBar.jpg');
  background-repeat: no-repeat;
}

div#main div#top div#overview div#gradientBar div#search {
	position: absolute;
	
	width: 150px;
	height: 28px;
	
	margin: 7px 0 0 -149px;
}

div#main div#top div#overview div#gradientBar div#search div.inner {
	width: 150px;
	height: 28px;
}

div#main div#top div#overview div#gradientBar div#search div.inner div#searchInput {
	float: left;
	
	margin: 0 5px 0 0;
}

div#main div#top div#overview div#gradientBar div#search div.inner div#searchInput input {
	width: 106px;
	height: 13px;
	
	border: 0px;
	
	font-family: arial;
	font-size: 10px;
	color: #cbcacb;
	
	background-image: url('./../images/searchInputBG.jpg');
	background-repeat: no-repeat;
	
}

div#main div#top div#overview div#gradientBar div#search div.inner div#searchSubmit {
	float: left;
	
	margin: 1px 0 0 0;
}

div#main div#bottom {
  width: 100%;
  height: 280px;
  
  background-image: url('./../images/bottomBG.jpg');
  background-repeat: no-repeat;
}

div#main div#bottom div#columns {
  width: 100%;
  height: 200px;
}

div#main div#bottom div#columns p.columnText {
  color: #2b2b2a;
	
	height: 60px;
	overflow: hidden;
}

div#main div#bottom div#columns div#left {
  float: left;
  
  width: 338px;
  height: 100%;
    
  margin: 0 0 0 3px;
}

div#main div#bottom div#columns div#left p.columnText {
  margin-left: 75px;
  margin-right: 15px;
}

div#main div#bottom div#columns div#left div.blockGoButton {
  width: 23px;
  margin: -18px 25px 0 auto;
}

div#main div#bottom div#columns div#left div.image {
  width: 100%;
  text-align: right;
}

div#main div#bottom div#columns div#middle {
  float: left;
  
  width: 308px;
  height: 100%;
}

div#main div#bottom div#columns div#middle p.columnText {
  margin-left: 25px;
  margin-right: 35px;
}

div#main div#bottom div#columns div#middle div.blockGoButton {
  width: 23px;
  margin: -18px 45px 0 auto;
}

div#main div#bottom div#columns div#middle div.image {
  width: 100%;
  text-align: right;
}

div#main div#bottom div#columns div#right {
  float: left;
  
  width: 310px;
  height: 100%;
}

div#main div#bottom div#columns div#right p.columnText {
  margin-left: 25px;
  margin-right: 45px;
}

div#main div#bottom div#columns div#right div.blockGoButton {
  width: 23px;
  margin: -15px 50px 0 auto;
}

div#main div#bottom div#columns div#right div.image {
  position: absolute;
  
  margin: -17px 0 0 0;
}

div#main div#bottom div#copyright {
  width: 100%;
  text-align: center;
  
  margin: 40px 0 0 0;
  
  color: #585858;
  font-size: 10px;
}

div#main div#bottom div#copyright a {
  color: #585858;
}

div#main div#bottom div#copyright a:hover {
  color: #585858;
  text-decoration: none;
}

#marquee {
	color: #585858;

	height: 28px;
	line-height: 28px;
}

#marquee a {
	color: #585858;

	text-decoration: none;
}

#marquee a:hover {
	color: #C5236C;

	text-decoration: none;
}

a.moreInfoLink {
	display: block;
	
	margin: -10px 0 0 11px;
	
	text-decoration: none;
	color: #656565;
}

a.moreInfoLink:hover {
	text-decoration: none;
	color: #C5236C;
}

div.clear {
  clear: left;
}