/* Basis */

.container {
  width: 960px;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0 0 0;
  background: #fff;
  display: table;
}

body { 
  background: url(../images/bg2.jpg) no-repeat center center fixed; 
  background-color: #fff; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Einde Basis */

/* Modules */

.bar {
  height: 15px;
  width: 100%;
  background: #fff100;
}

.box {
  width: 192px;
  height: auto;
  background: #004685;
  padding: 20px 20px 20px 20px;
  display: none;
}

.box2 {
  width: 192px;
  height: auto;
  background: rgba(255,255,255,0.1);
  padding: 20px 20px 20px 20px;
display: none;
}

.col1 {
  float: left;
  width: 20%;
  background-color: #004685;
  height: 1100px;
  overflow: hidden;
}

.col2 {
  float: left;
  width: 60%;
  height: 1100px;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
}

.col3 {
  float: left;
  width: 20%;
  background-color: #004685;
  text-align: center;
  color: #fff;
  height: 1100px;
  overflow: hidden;
}

.row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 1100px;
}

.header {
  width: 960px;
  height: 240px;
  padding: 0 0 0 0;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/header.png)
}

.demo {
  width: 152px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

#slides {
  display:none;
}

#showslide {
  display:none;
}

.content {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.showcase {
  width: 300px;
  height: 199px;
  float: right;
}

.maps {
  border: none;
  margin-left: -20px;
  width: 576px;
  height: 730px;
}

.mapsoverlay {
  width: 576px;
  height: 100px;
  position: absolute;
  margin-left: -20px;
  background: url(../images/maps.png);
}

.wrapper {
  width: 192px;
  height: 1100px;
  overflow: hidden;
  border: none;
}

.contactbox{
  width: 300px;
  height: 350px;
  position: absolute;
  margin-left: 257px;
  margin-top: -20px;
  display: none;
}

#contactslide {
  display: none;
}

/* Einde Modules */

/* Menu */

.menu > li {
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #004685;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.menu > li:hover {
  background: rgba(255,255,255,0.1);
}

.menu {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.menu > a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #fff;
}

.menu > li.active {
  background: rgba(255,255,255,0.1);
}

/* Einde Menu */

/* Text Markup */

h1 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
}

h2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 26px;
  margin-top: 0px;
}

h3 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}




/* Einde Text Markup */

/* Custom Fonts */


/* Einde Custom Fonts */