* {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

*:focus {
    outline: none;
}

html, body {
	width: 100%;
    height: 100%;
}

body {
    font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 62.5%; /* 1em is nu 10px */
    color: #000;
    background: #fff;
}

    a:link, a:visited {
    color: #000;
    text-decoration: underline;

}

    a:hover, a:active {
    color: #666;
    text-decoration: none;
}

#container {
    margin: 0 auto;
    width: 950px;
}

#logo {
    display: block;
    position: top;
    width: 130px;
    height: 130px;
    
}

.achtergrond-foto {
    width: 950px;
    height: 600px;
    position: absolute;
    top: 140px;
    z-index: -100;
}

.kader-header {
    position: relative;
    top: 10px;
    width: 100%;
    height: 70px;
    background: url(../img/kader_header.png) 0 0 no-repeat;
}

.kader-body {
    position: relative;
    top: 10px;
    width: 940px;
    height: 510px;
    padding: 0 0 0 10px;
    background: url(../img/kader_body.png) 0 0 repeat-y;
}

.kader-body-iframe {
    position: relative;
    top: 10px;
    width: 950px;
    height: 680px;
}

/* Content */

iframe.gallery {
    position: absolute;
    margin-top: -10px;
    width: 950px;
    height: 710px;
}

.kolom {
    position: absolute;
    bottom: 0;
    width: 290px;
    margin: 0 10px;
    overflow: hidden;
}

.kolom.midden {
    margin-left: 320px;
}

.kolom-top {
    width: 290px;
    height: 10px;
    background: url(../img/kolom_top.png) 0 0 no-repeat;
}

.kolom-body {
    width: 100%;
    height: 100%;
    background: url(../img/content_bg.png) 0 0 repeat;
}

.kolom-bottom {
    width: 290px;
    height: 10px;
    background: url(../img/kolom_bottom.png) 0 0 no-repeat;
}

.kolom h2 {
    padding: 10px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.0em;
}

.kolom h3 {
    padding: 10px;
    font-size: 1.4em;
    font-weight: normal;
}

.kolom p {
    padding: 10px;
    font-size: 1.2em;
}

.kolom  ul {
    padding: 10px;
    list-style: none;
    font-size: 1.2em;
}

.kolom  ul.text-list {
    list-style: circle;
}
.kolom ul.text-list li {
    margin: 0 14px;
}

.kolom ul.media li a {
    padding: 0 0 5px 30px;
    line-height: 1.8em;
}

.kolom ul.media li a.video {
    background: url(../img/bullit_video.png) 0 0 no-repeat;
}
.kolom ul.media li a.image {
    background: url(../img/bullit_image.png) 0 0 no-repeat;
}
.kolom ul.media li a.pdf {
    background: url(../img/bullit_pdf.png) 0 0 no-repeat;
}
.kolom ul.media li a.link {
    background: url(../img/bullit_link.png) 0 0 no-repeat;
}

.kolom ul.media li a:link,
.kolom ul.media li a:visited {
    background-position: 0 0;
}
.kolom ul.media li a:hover,
.kolom ul.media li a:active {
    background-position: 0 -25px;
}

a.button-wordpress {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 40px;
    background: url(../img/button_wordpress.png) 0 0 no-repeat;
}
a.button-wordpress:hover,
a.button-wordpress:active {
    background-position: -80px 0;
}

a.button-linkedin {
    display: inline-block;
    width: 120px;
    height: 31px;
    background: url(../img/button_linkedin.png) 0 0 no-repeat;
}
a.button-linkedin:hover,
a.button-linkedin:active {
    background-position: -120px 0;
}
a.button-facebook {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 40px;
    background: url(../img/button_facebook.png) 0 0 no-repeat;
}
a.button-facebook:hover,
a.button-facebook:active {
    background-position: -120px 0;
}

/* Forms */

form {
    padding: 10px 10px 20px;
    font-size: 1.4em;
}

fieldset {
    border: none;
}

legend {
    display: none;
}

label {
    display: block;
    margin-top: 5px;
}

input.text {
    width: 200px;
    height: 1.6em;
    background: #fff fixed;
    border: 1px solid #ccc;
}

textarea {
    width: 200px;
    height: 150px;
    overflow: auto;
    background: #fff fixed;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
}

input.button-send {
    width: 72px;
    height: 20px;
    background: url(../img/button_send.png) 0 0 no-repeat;
    border: none;
    float: right;
    cursor: pointer;
}

input.button-send:hover {
    background-position: 0 -20px;
}

input.error,
textarea.error {
    border: 1px solid #c00;
}

em.warning {
    display: inline-block;
    margin: 10px;
    font-size: 10px;
    font-style: normal;
    color: #c00;
    line-height: 0;
}

/* Menu */

ul#menu {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 260px;
    height: 310px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

ul#menu li a {
    display: block;
    width: 260px;
    height: 40px;
    background: url(../img/menu.png) 0 0 no-repeat;
}

ul#menu li ul {
    width: 260px;
    height: 105px;
    list-style: none;
}

ul#menu li ul li a {
    display: block;
    width: 260px;
    height: 25px;
}

ul#menu li a span,
ul#menu li ul li a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

a#btn-home:link,
a#btn-home:visited          {background-position: 15px -5px;}
a#btn-home:hover,
a#btn-home:active,
a#btn-home.selected         {background-position: -240px -5px;}

ul#menu li a#btn-photography {
    height: 35px;
}
a#btn-photography:link,
a#btn-photography:visited   {background-position: 15px -45px;}
a#btn-photography:hover,
a#btn-photography:active,
a#btn-photography.selected  {background-position: -240px -45px;}

a#btn-daylight:link,
a#btn-daylight:visited      {background-position: 15px -80px;}
a#btn-daylight:hover,
a#btn-daylight:active,
a#btn-daylight.selected     {background-position: -240px -80px;}

a#btn-spotlight:link,
a#btn-spotlight:visited     {background-position: 15px -105px;}
a#btn-spotlight:hover,
a#btn-spotlight:active,
a#btn-spotlight.selected    {background-position: -240px -105px;}

a#btn-nightlight:link,
a#btn-nightlight:visited   {background-position: 15px -130px;}
a#btn-nightlight:hover,
a#btn-nightlight:active,
a#btn-nightlight.selected  {background-position: -240px -130px;}

ul#menu li ul li a#btn-travellight {
    height: 30px;
}
a#btn-travellight:link,
a#btn-travellight:visited   {background-position: 15px -155px;}
a#btn-travellight:hover,
a#btn-travellight:active,
a#btn-travellight.selected  {background-position: -240px -155px;}

a#btn-media:link,
a#btn-media:visited         {background-position: 15px -185px;}
a#btn-media:hover,
a#btn-media:active,
a#btn-media.selected        {background-position: -240px -185px;}

a#btn-behind-the-lens:link,
a#btn-behind-the-lens:visited      {background-position: 15px -225px;}
a#btn-behind-the-lens:hover,
a#btn-behind-the-lens:active,
a#btn-behind-the-lens.selected     {background-position: -240px -225px;}

a#btn-contact:link,
a#btn-contact:visited       {background-position: 15px -265px;}
a#btn-contact:hover,
a#btn-contact:active,
a#btn-contact.selected      {background-position: -240px -265px;}

a.hide-menu,
a.show-menu {
    display: block;
    position: relative;
    bottom: 344px;
    left: 955px;
    width: 32px;
    height: 15px;
    background: url(../img/hide_menu.png) 0 0 no-repeat;
}
a.hide-menu:hover,
a.hide-menu:active {
    background-position: -32px 0;
}

a.show-menu {
    width: 35px;
    background: url(../img/show_menu.png) 0 0 no-repeat;
}
a.show-menu:hover,
a.show-menu:active {
    background-position: -35px 0;
}

.kader-footer {
    position: relative;
    top: 10px;
    width: 100%;
    height: 50px;
    padding: 25px 0 0;
    background: url(../img/kader_footer.png) 0 0 no-repeat;
}

p.footer-text.left,
p.footer-text.right {
    font-size: 1em;
    color: #666;
    float: left;
}

p.footer-text.right {
    float: right;
}
p.footer-text a:link,
p.footer-text a:visited {
    color: #666;
}

