<?php
  session_start();
  header("Content-Type: text/css");
  $nr = rand(1,1); 
?>

body {
  margin: 0;
  background: #B3EF82 url('../assets/bg.jpg') repeat-x;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size : 80%;
  color: #083908;
   
  scrollbar-arrow-color:#fff; 
  scrollbar-base-color:#3B8709; 
}

hr {
  height: 1px;
  color: #44990A;
}

a {
  color: #3F9009;
}

a:hover {
  color: #083908;
}

label {
  float: left;
  display: block;
  width: 140px;
  text-align: right;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 3px 0px 3px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  height: 16px; 
  background-color: #fff; 
  border: 1px solid #4AA80B; 
}

.formtext {
  background-color: #fff; 
  border: 1px solid #4AA80B;
}

.formbutton {
  color: #fff;
  height: 21px; 
  border: #000000 outset 1px;
  background: #3B8709;
}

h3 {
  font-size: 115%;
}

.pagePic {
  margin: 5px;
  padding: 3px;
  width: 170px;
  border: 1px solid #3B8709;
}

.klantPic {
  margin: 5px;
  padding: 3px;
  width: 120px;
  border: 1px solid #3B8709;
}

.printicon {
  display: none;
}

#printlogo {
  float: left;
  width: 200px;
}

#container {
}

#menu {
  display: none;
}

#top {
  display: none;
}

#top_left {
  display: none;
}

#top_right {
  display: none;
}

#bottom {
}

#bottom_left {
  display: none;
}

#uitgelicht {
  display: none;
}

#bruiloften {
  display: none;
}

#bottom_contact {
  display: none;
}

#bottom_right {
  clear: both;
  padding: 5px;
}

#footer {
  display: none;
}

#footer a {
  color: #083908;
}

#footer a:hover {
  color: #3F9009;
}

.cleaner {
  clear: both;
  height: 1px;
  overflow: hidden;
}
