@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%; background-color:#ffffff;}

img { /* no border around images */
	border: 0px;
}

#wrap {min-height: 100%}

#container {
	width:980px;
	height:100%;
	position:relative;
	margin:auto;
}

a:link{
color: #ffffff;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
cursor: pointer;
}

a:visited{
color: #ffffff;
text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
}

a:hover{
color: #f00;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}

a:active{
color: #ffffff;
text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
}

#header {
	height:61px;
	width: 980px;
	margin-top: 15px;
}

#breadcrumbs {
	heigth:25px;
	width:70px;
	padding: 7px;
	margin-top: 15px;
	background-color: #8c2984;
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

#main {
	heigth: 800px;
	width: 980px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 30px;
}

#left {
	height: 515px;
	width: 415px;
	float:left;
	background-color:#ffffff;
}

.merken {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#right {
	height: 515px;
	width: 565px;
	float: right;
	background-color:#ffffff;
}


#batterijen {
	height: 118px;
	width: 121px;
	padding: 7px;
	paddding-left: 7px;
	padding-right: 7px;
	padding-top:10px;
	padding-bottom:7px;
	float: left;	
	background-color: #1893A5;
	color: white;
	font-size:16px;
	font-weight:bold;

}

#batterijapparaten {
	height: 118px;
	width: 251px;
	padding: 7px;
	paddding-left: 7px;
	padding-right: 7px;
	padding-top:10px;
	padding-bottom:7px;
	float: left;	
	background-color: #B41E42;
	color: white;
	margin-left: 15px;
	font-size:16px;
	font-weight:bold;
}

#zaklampen {
	height: 118px;
	width: 121px;
	padding: 7px;
	paddding-left: 7px;
	padding-right: 7px;
	padding-top:10px;
	padding-bottom:7px;
	float: left;	
	background-color: #DE4C29;
	color: white;
	margin-top: 15px;
	font-size:16px;
	font-weight:bold;
}

#youtube {
	height: 135px;
	width: 264px;
	float: left;	
	background-color: #ffffff;
	color: white;
	margin-top: 15px;
	font-size:16px;
	font-weight:bold;
	margin-left: 15px
}

#lampen {
	height: 135px;
	width: 135px;
	float: left;	
	color: white;
	font-size:16px;
	font-weight:bold;
	margin-top: 15px;
}

#oplossingen {
	height: 118px;
	width: 251px;
	padding: 7px;
	paddding-left: 7px;
	padding-right: 7px;
	padding-top:10px;
	padding-bottom:7px;
	float: left;	
	background-color: #8c2984;
	color: white;
	margin-left: 15px;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}

#footer {
	height: 150px;
	width: 100%;
}

#footerwrap {
	height: 100%;
	width: 980px;
	margin: auto;
}

		
#footer_text {
	height: 100px;
	width: 950px;
	padding-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	float:left;
	text-align:center;
	padding-top: 15px;
	font-size:12px;
}

#copyright {
	height: 30px;
	width: 950px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	padding-top: 15px;
	padding-left: 30px;
	float:left;
	margin:auto;
	text-align:center;
}

#pictureman {
	heigth: 500px;
	width: 455,5px;
	float: right;
}

#secondrow {
	height: 100%;
	width: 980px;
	float:left;
}

#socialmedia {
	height: 47px;
	width: 401px;
	float:left;
	padding: 7px;
	paddding-left: 7px;
	padding-right: 7px;
	padding-top:10px;
	padding-bottom:7px;
	float: left;	
	background-color: #2ba749;
	color: white;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}