@charset "utf-8";
html, body {
   margin:0;
   padding:0;
   height:100%;
}

#hoofdlaag {
   margin: 0 auto;
   min-height: 100%;
   position: relative;
   width: 1417px;
   
}

#middenlaag {
   padding: 0px;
}
/* Stylesheet: layers Modified On 2016-04-03 21:23:31 */
body {
  /* 
     mobiele browsers ondersteunen geen fixed backgroud.
     de background repeat zorgt ervoor dat het op mobiele browsers ook goed uit ziet.
  */
  background-image:url(../../assets/img/bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  background-attachment:scroll;
  background position:left top;
  background-attachment: fixed;
  background-repeat: repeat;
}

.logo_sunshine {
  background-image: url(../../assets/img/logo_sunshine.png);
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.pictos_bg {
  background-image: url(../../assets/img/pictos_bg.png);
  background-repeat: no-repeat;
}

.menu_boven_bg {
  background-image: url(../../assets/img/menu_boven_bg.png);
  background-repeat: no-repeat;
}
.menu_onder_bg {
  background-image: url(../../assets/img/menu_onder_bg.png);
  background-repeat: no-repeat;
}
.content_bg {
  background-image: url(../../assets/img/menu_content.png);
  background-repeat: repeat-y;
}

.content {
  padding: 5px 20px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.content h2 {
  margin: 10px 0px 0px 0px;
}
.content ul {
  list-style-image: url(../../assets/img/bullet.png);
}
.content li {
  margin-top: 15px;
}

.rechterkolom {
  padding-top: 30px;
}
.rechterkolom img {
  max-width: 200px;
}
.menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  text-decoration: none;
}
.menu a:hover {
  font-weight: bold;
}
a.menu_home_color {
  color: #feba18;
}
a.menu_menu_color {
  color: #37eadf;
}
a.menu_team_color {
  color: #ee5c7f;
}
a.menu_over_color {
  color: #89a4fa;
}
a.menu_fotos_color {
  color: #0ed843;
}
a.menu_contact_color {
  color: #faf44a;
}

/* Stylesheet: design Modified On 2016-04-07 11:12:46 */
