
#print_logo {
  display: none;
}

#print_adres {
  display: none;
}

body {
  margin: 0px auto;
  background: #fff url('../assets/body_bg.jpg') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 70%;
  color: #000000;
}

a {
  color: #d12d36;
}

a:hover {
  color: #b5171f;
}

h1 {
  font-size: 120%;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d12d36;
}

.quick_btn {
  border: 0px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

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

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

.formfield {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #d12d36;
  border: 1px solid black;
  font-size: 90%;
  padding: 2px;
}

.sitemap_icon {
  margin-left: 5px;
  margin-right: 5px;
}

#contact_gegevens {
  float: right;
}

#container {
  margin: auto;
  width: 960px;
  position: relative;
}

#top_nav {
  width: 950px;
  height: 19px;
  color: white;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  overflow: hidden;
}

#top_nav a {
  color: white;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#content {
  width: 960px;
  background: white url('../assets/content_bg.jpg') right repeat-y;
}

#content_left {
  float: left;
  width: 660px;
}

#header {
  width: 660px;
  height: 300px;
  background: url('../assets/header_1.jpg') no-repeat;
  position: relative;
}

#menu {
  position: absolute;
  width: 660px;
  bottom: 10px;
  left: 0px;
  background: white;
  opacity: 0.8;
  font-weight: bold;
  font-size: 105%;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#menu a {
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  color: black;
}

#menu a:hover {
  color: #5c5c5c;
}

#sub_menu {
  width: 660px;
  height: 49px;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
}

#sub_menu img {
  border: 0px;
  border-right: 1px solid white;
}

#inhoud {
  padding: 20px;
  padding-top: 10px;
  line-height: 160%;
}

.projectenBlok {
  float: left;
  width: 140px;
  height: 150px;
  margin: 5px;
  text-align: center;
}

.projectenBlok img {
  width: 140px;
  border: 0px;
}

.projectenBlok a {
  text-decoration: none;
}

#content_right {
  float: left;
  width: 290px;
  padding: 5px;
  padding-top: 0px;
}

.header_right {
  width: 290px;
  height: 18px;
  overflow: hidden;
  padding-top: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  background: url( '../assets/item_header_bg.jpg' ) no-repeat;
  clear: both;
}

.header_right a {
  color: white;
  display: block;
  text-decoration: none;
}

.item_kolom {
  margin-bottom: 5px;
}

.item_kolom_plaatje {
  float: left;
  width: 100px;
}

.item_kolom_plaatje img {
  width: 100px;
  border: 0px;
}

.item_kolom_tekst {
  float: left;
  width: 180px;
  padding-left: 5px;
}

.item_kolom_spacer {
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 0px;
  width: 290px;
  overflow: hidden;
  border-bottom: 1px dotted #d12d36;
}

#footer {
  clear: both;
  font-size: 80%;
  text-align: right;
  width: 650px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#vestia_logo {
  position: absolute;
  left: 10px;
  top: 10px;
  background: url('../assets/vestia_logo.png') no-repeat;
  width: 214px;
  height: 100px;
  cursor: pointer;
}

.cleaner {
  clear: both;
}