﻿/* @override 
	http://olsthoorn-automatisering.nl/style.css */

body {
  background-color: #DEF5CF; 
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans;
}

a {
  color: #008000; 
  font-family: Arial, Verdana, Helvetica, sans;
}

h1, h2, h3, h4, h5 {
  font-family: Century Gothic, Arial, Verdana, Helvetica, sans;
  color: #008000;
}

img{
	border: 0;
}

.product-img{
	float: right;
	margin: 10px 10px 10px 10px;	
	border: 0;
}

.content {
  background-color: #E3E9D8; 
}

/* menu and sidebar item should have same size for width/padding/border/margin */

.sidebarItem {
  background-color: #E3E9D8;
  border: solid thin #C0C0C0;
  font-size: 11px;
  width: 172px;
  margin: 5px;
  padding: 3px;
}

.sidebarItem h4 {
    margin-bottom: 7px;
}

.sidebarItem p {
    margin-top: 0px;
    margin-bottom: 3px;
}

.menuItem {
  background-color: #C0C0C0;  
  border: solid thin #E3E9D8;  
  width: 172px;
  margin: 5px;
  padding: 3px;
  text-align: center;  
}