/* Computer Layout */
/* 
	OVERALL
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
html { 
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 16px;
}
h1 {
	font-size: 20px;
	color: #B3230B;
}
h2 {
	font-size: 16px;
	color: #B3230B;
	margin-top: 20px;
	margin-bottom: 10px;
}
#bedrijf {
	color: #B3230B;
	font-weight: bold;
	font-size: 16px;
}
p, h1, h2, table {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	color: #000000;
}
a.adreslink {
	text-decoration: none;
}
/*
	EINDE OVERALL
*/

/*
	HEADER
*/
div#logo {
	/*height: 182px;*/
	width: 95%;
	max-width: 400px;
	margin: auto;
	margin-top: 20px;
}
div#logo img {
	width: 100%;
}

div#header{
	width: 95%;
	max-width: 800px;
	/*height: 232px;*/
	margin: auto;
	
	border: 2px solid #B3230B;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*
	Menu (in Header)
*/
div#menu {
	/*height: 50px;*/
	width: 100%;
	/*max-width: 800px;*/
	background-color: #B3230B;
}
nav ul {
	-webkit-font-smoothing: antialiased;
    background-color: #B3230B;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
	display: inline-block;
}
nav li {
    /*float: left;*/
	display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
/*opletten op de paddingwaardes bij de kopjes*/
nav a {
    background-color: #B3230B;
    color: #FFFFFF;
    display: block;
    font: bold 16px/50px Arial;
    padding-left: 25px;
	padding-right: 110px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
nav li:hover a, nav li:active a {
    background: #A2120A;
}
nav li ul {
    /*float: left;*/
    left: 0;
    opacity: 0;
	height: 0;
    position: absolute;
    top: 25px;
    visibility: hidden;
	/*display: none;*/
    z-index: 1;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
nav li:hover ul, nav li:active ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
	height: auto;
	display: block;
}
nav li ul li {
    float: none;
    width: 100%;
}
nav li ul a:hover, nav li ul a:active {
    background-color: #DDDDDD;
	color: #000000;
}

/* Clearfix voor menu*/
.cf:after, .cf:before {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/*
	EINDE HEADER
*/



/*
	INHOUD
*/
div#content{
	width: 95%;
	max-width: 800px;
	min-height: 250px;
	background-color: #EEEEEE;
	margin: auto;
	padding-bottom: 10px;
	
	border-left: 2px solid #B3230B;
	border-right: 2px solid #B3230B;
	border-top: 2px solid #B3230B;
}
div.clear {
	clear: both;
	height: 100%;
}

div#kaart {
	float: right;
	width: 100%;
	height: 100%;
	height: 400px;
	width: 400px;
}
/*
	EINDE INHOUD
*/



/*
	FOOTER
*/
div#footer {
	width: 95%;
	max-width: 800px;
	background-color: #EEEEEE;
	margin: auto;
	margin-bottom: 20px;
	
	border-left: 2px solid #B3230B;
	border-right: 2px solid #B3230B;
	border-bottom: 2px solid #B3230B;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#imagefooter {
	width: 100%;
	height: 85px;
	max-width: 800px;
}
div#imagefooter img {
	height: 75px;
	margin: 5px;
}
div#imagefooter img#garant {
	float: left;
	margin-left: 15%;
}
div#imagefooter img#bouwend {
	float: right;
	margin-right: 15%;
}
div#imagefooter img#sbb {
	float: left;
	margin-left: 15%;
}

div#textfooter {
	width: 100%;
	max-width: 800px;
	height: 25px;
	background-color: #B3230B;
}
span {
	color: #FFFFFF;
	font-size: 10px;
	padding: 6px;
}
span#copyright {
	float: left;
}
span#author {
	float:right;
}
/*
	EINDE FOOTER
*/




@media only screen and (max-width: 800px) {
	div#imagefooter {
		width: 370px;
		margin: auto;
	}
	div#imagefooter img#garant {
		float: none;
		margin-left: 0;
	}
	div#imagefooter img#bouwend {
		float: none;
		margin-right: 0;
	}
	div#imagefooter img#sbb {
		float:none;
		margin-left: 5px;
	}
}
@media only screen and (max-width: 730px) {
	div#kaart {
		display: none;
	}
	a.adreslink {
		text-decoration: underline;
	}
}
@media only screen and (max-width: 700px) {
	nav li {
		width: 32%;
	}
	nav a {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 500px) {
	nav li {
		width: 49%;
	}
	nav a {
		padding-right: 0px;
	}
	div#imagefooter img {
		height: 65px;
	}
	div#imagefooter img#garant {
		margin-left: 5px;
	}
}