/* ------------------ deel COMMON ----------------------- */

/* stijlen paginaopmaak */
body {
  background-color: #4C4C4C !important;
  color: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	font-size: 18px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

/* stijl voor de linken */
a:link {
    text-decoration: none; 
    color: #bbbbbb;
}
a:visited {
    text-decoration: none; 
    color: #bbbbbb;
}
a:hover {
    text-decoration: none; 
    color: red;
}
a:active {
    text-decoration: none; 
}

/* stijl home icon */
#homeicon {
    width: 30px; 
    height: 30px; 
	margin-top: 15px;
    background-image: url('./homeiconwhite.png');
	clear: both;
}

/* stijl home icon bij muisovergang*/
div#homeicon:hover {
    background-image: url('./homeiconred.png');
}

#contact {
	float: left;
}

.clear {
	clear: both;
}

/* ------------------- deel PHOTOS ---------------------------- */

/* buitenste container */
#wrapper-large {
	max-width: 700px; 
	max-height: 750px;
	text-align: left;
	color: #bbbbbb;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

#stagep2 {
	position: relative;
	background-color: #666666;
	padding: 20px;
	border-style: solid;
	border-width:1px;
	border-color: #777777;
	margin-top: 20px;
	height: 100%;
}

#imglarge {
	position: relative;
	max-width: 100%;
	max-height: 666px;
	border: 1px solid black;
	left: 50%;
	transform: translate(-50%,0%);
	box-shadow: 5px 5px 7px #444444; 
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;
}

.detailNav li {
	display:inline;
	list-style: none;
	margin: 8%;
}