@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #E1DCDC;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 100%;
}

H1 {font-family:  Arial, Helvetica, sans-serif;
}
.content {
	max-width: 900px;
	margin: auto;
	background-color: #E1DCDC;
	padding: 0px;
	width: 100%;
}	
.header {
	width: 100%;
	background-color: #A09B22;
	text-align: center;
	padding-top: 5px;
	text-shadow: 0 0;
	height: 55px;
	background-image: url(images/header.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.topnav {
	overflow: hidden;
	background-color: black;
	max-width: none;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 2px 25px;
  text-decoration: none;
  font-size: 13px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
	background-color: #A09B22;
	color: white;
}

.topnav .icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.schilderij-index {
	background-color: #E1DCDC;
	background-image: url(images/schilderij_index.jpg);
	border-radius: 5px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 55%;
	background-repeat: no-repeat;
	height: 491px;
	max-width: 55%;
	background-size: contain;
	}
.copyright {
	width: 55%;
	color: #000000;
	text-align: right;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
}
.tekstveld {
	background-color: #DBDBDB;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	padding-left: 10px;
	border-radius: 5px;
	padding-right: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.tekstveld1  {
	width: 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-small;
	background-color: #DFDFDF;
	border-radius: 5px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	width: 100%;
	border: 1px solid #ddd;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

th, td {
  text-align: left;
  padding: 2px;
}

tr:nth-child(even) {
	background-color: #E4D77F;
}
