
/* ALGEMEEN */

div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background: #fff url(../images/back.gif) repeat-x;
	margin: 0;
	padding: 0;
	padding-top: 0;
	height:100%;
	min-height: 100%;
	text-align: left;
	font-size: 62.5%;
	color: #444;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
}
#main {
	background: url(../images/back_main.gif) repeat-y;
	height:100%;
	min-height:100%;
    	margin-bottom:-220px;
	width:1000px;
	text-align:left;
	font-size: 1.1em;
	margin-top: 5px;
}
body>div#main {
	height: auto;
	min-height: 100%;
}
#cleaner{
	clear: both;
	height:220px;
}


/* FOOTER */


#footer {
	height: 200px;
	margin-top: 15px;
	text-align:left;
	font-size: 1.1em;
	padding-left: 58px;
	color: #c7e6af;
}



#left {
	background: url(../images/home_backmenu2.gif) no-repeat;
	height: 420px;
	margin: 0;
	width: 380px;
	float: left;
	padding-top: 5px;
}
#right {
	float: right;
	width: 620px;
	background-color: white;
}
#menu {
	margin: 0;
	padding: 42px 0 0 58px;
	height: 128px;
}

#icons {
	padding-left: 51px;
}
#cart {	
	background: url(../images/winkelmandje.gif) no-repeat;
	margin-top: 50px;
	margin-left: 58px;
	height: 45px;
}
#label {
	position: absolute;
	top: 0;
	left: 905px;
}
#loading {
	position: absolute;
	top: 430px;
	left: 850px;
	z-index: 100;
}
#content {
	padding-top: 45px;
}


/* ACHTERLIGGENDE */

#breadcrumbs {
	clear: both;
	padding-bottom: 50px;
	padding-top: 5px;
}

.productcat {
	width: 165px;
	margin-bottom: 35px;
	margin-right: 40px;
	float: left;
}
.productcattxt {
	border-top: 4px solid #dc0a41;
	margin-top: 12px;
	padding-top: 12px;
}
#warning {
	clear: both;
	margin-top: 100px;
	background-color: #f0f0e7;
	padding: 15px;
	width: 545px;
}
#ogone {
	padding-top: 15px;
	width: 545px;
}
#productfoto {
	text-align: right;
	padding-left: 20px;
	float: left;
	width: 350px;
	height: 230px;
}
#productspecs {
	clear: left;
	width: 165px;
	margin-right: 40px;
	float: left;
	padding-top: 4px;
}	
#selectie {
	padding-left: 20px;
	float: left;
	width: 350px;
}
#selectie table td {
	padding-bottom: 4px;
}
#contentmain {
	width: 100%;
	clear: both;
}


/* shopping cart */

.legende {
	color: #AAA;
}
td.productlijn {
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #CCC;
}	
.prijs {
	color: #62bd19;
	font-weight: bold;
	font-size: 1.3em;
}
td.nextsteps {
	color: #CCCCCC;
}

/* shopping process */

div#login {
	background-color: #f0f0e7;
	float: left;
	padding: 20px;
	width: 180px;
}
div#login2 {
	padding: 20px;
	padding-left: 50px;
	float: left;
}




/* H1 H2 H3 */

h1, h2, h3, h4 {
  letter-spacing: -.05em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  text-align: left;
  font-size: 25px;
  color: #62bd19;
  padding: 0;
}

h2 {
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}

h3 {
  letter-spacing: 0em;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  padding-top: 20px;
}
h4 {
  letter-spacing: 0em;
  font-size: 15px;
  color: #dc0a41;
  padding-top: 0px;
  padding-bottom: 3px;
}


/* LINKS */

a, a:visited, a:active {
    	text-decoration: none;
    	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a img {
	border: none;
}
#content a, #content a:visited, #content a:active {
    	text-decoration: none;
    	color: #6e6c6d;
}
#content a:hover {
	text-decoration: underline;
	color: #6e6c6d;
}
#content a.rood, #content a.rood:visited, #content a.rood:active {
    	text-decoration: none;
    	color: #dc0a41;
}


/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* IE */
	*height: 1%;
}
