html, body {
  margin: 0px;
  padding: 0px;
  background-color: #e9e59d;
  font-size: 15px;
  font-family: Trebuchet MS;
  background-image: url(/images/site/bg.png);
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

h1 {
  width: 329px;
  height: 27px;
  color: #625b4b;
  background-image: url(/images/site/bg-title.png);
  background-color: #efe7d2;
  font-weight: normal;
  font-size: 24px;
  padding: 6px 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

h2 {
  color: #625b4b;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 2px;
  margin-top: 10px;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

a img { border: 0px; }

.site-center {
  margin: 0 auto;
  width: 930px;
  background: url(/images/site/swirl.png) no-repeat;
  padding: 5px 30px;
}

.site-header {
  height: 100px;
  position: relative;
  margin-top: 10px;
  background-image: url(/images/site/bg-header.png);
}

.site-header .menu-homepage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 335px;
  height: 100px;
}


.site-header .menu-nieuws {
  position: absolute;
  left: 436px;
  top: 42px;
  width: 115px;
  height: 68px;
  background-image: url(/images/site/menu-nieuws.png);
}

.site-header .menu-nieuws:hover {
  background-image: url(/images/site/menu-nieuws-over.png); 
}

.site-header .menu-merken {
  position: absolute;
  left: 587px;
  top: 42px;
  width: 121px;
  height: 69px;
  background-image: url(/images/site/menu-merken.png);
}

.site-header .menu-merken:hover {
  background-image: url(/images/site/menu-merken-over.png); 
}

.site-header .menu-contact {
  position: absolute;
  left: 734px;
  top: 42px;
  width: 120px;
  height: 67px;
  background-image: url(/images/site/menu-contact.png);
}

.site-header .menu-contact:hover {
  background-image: url(/images/site/menu-contact-over.png); 
}

.site-content {
  background-image: url(/images/site/bg-center.png);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: 500px;
}

.site-footer {
  height: 29px;
  margin-bottom: 10px;
  background-image: url(/images/site/bg-footer.png);
}

.site-finish {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.column-left {
  width: 445px;
  float: left;
}

.column-right {
  width: 445px;
  float: right;
}

.brand {
  float: left;
  width: 200px;
  overflow: hidden;
  margin: 5px;
}

.tweets {
	float: right;
	width: 250px;
	height: 400px;
	font-size: 12px;
	border: 3px solid #EFE7D2;
	margin-top: 20px;
	border-radius: 10px;
}

.tweets .header h2 {
	background-color: #EFE7D2;
	margin: 0px; 
	padding: 9px 30px;
	color: white;
}

.tweets .header a {
	padding: 5px;
}

.tweets .tweet {
	margin: 5px 0px;
	padding: 5px 5px;
	border-top: 1px solid #EFE7D2;
}

.tweets .tweet .icon {
	float: right;
	margin-left: 5px;
}

.tweets .tweet .date {
	color: #AAA;
}

