@font-face {
  font-family: 'Statendam';
  src: url('Statendam.eot?#iefix') format('embedded-opentype'),  url('Statendam.otf')  format('opentype'),
         url('Statendam.woff') format('woff'), url('Statendam.ttf')  format('truetype'), url('Statendam.svg#Statendam') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('Raleway-Regular.eot?#iefix') format('embedded-opentype'),  url('Raleway-Regular.woff') format('woff'), url('Raleway-Regular.ttf')  format('truetype'), url('Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: #CCC;
    margin: 0px;
    /*padding: 0px;*/
}

#left {
    float: left;
    width: 230px;
    padding: 10px;
    background-color: #CCC;
    //opacity: 0.5;
    //filter: alpha(opacity=50); /* For IE8 and earlier */
    text-align: center;
}

#right {
    margin-left: 250px;
    /*margin-right: 10px;*/
    padding: 10px;
    /*min-width: 300px;*/
    background-color: #FFF;
    /*font-family: Raleway-Thin, Arial, Sans-Serif;*/
      text-align: center;
}

#contentcontainer{
    max-width: 1100px;
    margin: auto;
}

/** {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/

/*.img-container {
  min-height: 200px;
  background-image: url(/images/title.jpg);
  background-repeat: no-repeat;
  background-size: 1280px 300px;
  background-position: center top;
  /*padding: 40px; (If don't want to set min-height or some image content is there) *//*
}*/

.header {
    /*width: 100%;*/
}

.heading {
  font-family: Raleway, Arial, Sans-Serif;
}

.text {
  font-family: Raleway-Thin, Arial, Sans-Serif;
}

.title {
    font-family: Raleway, Arial, Sans-Serif;
    text-decoration: none;
    color: #333;
}

#notification {
    background-color: #fd6;
    padding: 25px;
}

.notification {
    font-family: Raleway, Arial, Sans-Serif;
}

#photos {
   Prevent vertical gaps 
  line-height: 0;
   
  -moz-columns: 300px;
  -webkit-columns: 300px;
  columns: 300px;

  width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
}

#photos450 {
   Prevent vertical gaps 
  line-height: 0;
   
  -moz-columns: 450px;
  -webkit-columns: 450px;
  columns: 450px;

  width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
}

img.round {
  border-radius: 5px;
  width: 100%;
  margin: 5px;
}

.products {
  border-radius: 5px;
  width: 100%;
  margin: 5px;
}

.frontpagephotos {
  border-radius: 5px;
  width: 60%;
  margin: 5px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li a {
    display: block;
    color: #333;
    /*padding: 8px 0 8px 16px;*/
    text-decoration: none;
    font-family: Raleway-Thin, Arial, Sans-Serif;
}

li.title {
    display: block;
    color: #333;
    padding: 8px 0 8px 16px;
    text-decoration: none;
    font-size: 30px;
}

/* Change the link color on hover */
li a:hover {
    background-color: #EEE;
    color: 333;
}