@charset "UTF-8";
body {
    background-color: white;
    font-size:14px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
	min-width: 600px;
    }
   
/* Header */
div.straatnaam {
    font-size:40px;
    font-weight:bold;
    color: #990000;
   }
div.dikker {
    font-size:20px;
    font-weight:bold;
   }
.foto {
    padding: 8px;
	border: 2px solid;
	border-color: lightgrey;
    background-color: white;
	width: 140px;
    }
div.kopje {
    font-size:20px;
    font-weight:bold;
    color: #4466ff;
	}

/* Tables */
	
.leftcol {
    color: #666666;
	width: 200px;
	margin-left: 20px;
    }
	
/* For button row */

.buttongroup {
    display: inline;
    vertical-align: baseline;
    }
.navbutton, .navactive{
    width: 100px;
    vertical-align: baseline;
    border:1px solid #a8c1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0px 10px 0px;
	margin-left: 4px;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    text-align: center;
    font-weight:bold;
    color: #FFFFFF;
    background-color: #CEDCE7; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
    background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
    background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
    background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
    background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
    background-image: linear-gradient(to bottom, #CEDCE7, #596a72);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);
    }

.navbutton:hover{
    border:1px solid #8aabc5;
    background-color: #acc4d6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acc4d6), to(#434f55));
    background-image: -webkit-linear-gradient(top, #acc4d6, #434f55);
    background-image: -moz-linear-gradient(top, #acc4d6, #434f55);
    background-image: -ms-linear-gradient(top, #acc4d6, #434f55);
    background-image: -o-linear-gradient(top, #acc4d6, #434f55);
    background-image: linear-gradient(to bottom, #acc4d6, #434f55);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#acc4d6, endColorstr=#434f55);
    }
	
.navactive{
    border:1px solid #8aabc5;
    color: #FFFF44;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#aaaaaa));
    background-image: -webkit-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: -ms-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: linear-gradient(to bottom, #dddddd, #aaaaaa);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dddddd, endColorstr=#aaaaaa);
    }
	
/* Second "frame" */

div.boxed {
    background: #fff;
    padding: 15px;
    margin: 8px;
    border:8px solid #ccffff;
}

/* For fotos */
	
div.container {
    background: #eee;
    padding: 15px;
}
div.container:hover div.button, div.container:hover div.button2{
	display:block;
}
div.button, div.button2{
	display:none;
	position:absolute;
	right:0;
	top: 40%;
	opacity: 0.4;
}
div.button2{
	left:0;
	right:auto;
}
div.container{
	position:relative;
	display:inline-block;
	border:2px solid transparent;
	transition: border-color 0.5s ease;
}
div.container:hover{
	border-color: orange;
}
div#thumbs{
	width:1000px;
}
div.scrollboi{
	max-width:800px;
	overflow-x:scroll;
}

/* aspect ratio 4x3 */

img.groot {
    width: 800px;
	height: 600px;
}

img.thumb {
    width: 100px;
}

/* Contact */

div.contact {
    padding: 15px;
}
div.error {
    display: inline;
    color: #FF4444;
}

input.email {
    display: inline;
    background-color: #FFFFFF;
	left:200px;
}

textarea.vraag {
    display: inline;
    background-color: #FFFFFF;
	font-family:verdana; 
	font-size:10pt;
	left:200px;
}

div.submit {
    width: 100px;
    vertical-align: baseline;
    border:1px solid #a8c1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0px 10px 0px;
	margin-left: 4px;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    text-align: center;
    font-weight:bold;
    color: #FFFFFF;
    background-color: #FFCC33; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCC33), to(#CC6633));
    background-image: -webkit-linear-gradient(top, #FFCC33, #CC6633);
    background-image: -moz-linear-gradient(top, #FFCC33, #CC6633);
    background-image: -ms-linear-gradient(top, #FFCC33, #CC6633);
    background-image: -o-linear-gradient(top, #FFCC33, #CC6633);
    background-image: linear-gradient(to bottom, #FFCC33, #CC6633);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFCC33, endColorstr=#CC6633);

}

div.response {
    font-style: italic;
    color: #44aa44;
    display:inline;
}

/* Footer */

div.disclaimer {
    font-style: italic;
    color: #aaaaaa;
    text-align: center;
}