


body {
	margin: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2292a7;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.wrapper {
	padding: 0 2rem;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a {
	color: #2292a7;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Logo */

#logo img {
	display: block;
	width: 100%;
}

#logo h1, #logo h2, #logo p {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-left: 10px;
	text-align: center;
	font-size: 3.2em;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
}

#logo h2 a, #logo p a {
	letter-spacing: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	margin-top: 50px;
}

#menu ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin-bottom: 0.8rem;
}

#menu a {
	display: block;
	background: #2292a7;
	margin-right: 10px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 0.5rem;
	border: 1px solid #2292a7;
}

#menu a.active,
#menu a.active:hover,
#menu a:hover {
	background: white;
	border: 1px solid #2292a7;
	color: #2292a7;
}

#menu a:hover {
	background: #5fc3cc;
	border: 1px solid #5fc3cc;
	color: #fff;
}

/* Page */

#page {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	background: #FFFFFF url(images/img02.jpg) no-repeat left top;
}

#latest-post {
	line-height: 25px;
	float: none; 
}

#latest-post h1 {
	letter-spacing: normal;
	font-size: 20px;
}

#latest-post .entry {
	margin-top: 20px;
	padding-bottom: 5px;
	border: none;
}

#latest-post .meta {
	margin-top: 5px;
	padding: 0;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #B4B4B4;
}

#latest-post .meta a {
	color: #B4B4B4;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 970px;
	margin: 0 auto;
	background: #F2F2F2;
	color: #CCCCCC;
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	border-top: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 206px;
	padding: 10px 5px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0;
	line-height: 25px;
	border-bottom: #C7C7C7 1px dashed;
	font-size: 12px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	color: #565656;
	border-bottom: #E8E8E8 1px solid;
}

#sidebar a {
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	color: #FFFFFF;
	background: #2292a7;
}

#footer p {
	margin: 0;
	padding: 25px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

table {
	width: 100%;
}



@media only screen and (max-width: 600px) {
table.prijzen td:nth-child(2) {
	width: 100px;
	text-align: right;
	vertical-align: top;
}

#menu {
	margin-top: 2rem;
}	

  #menu ul {
  	display: block;
  	padding: 0;
  }
  
  #menu a {
  	margin-right: 0;
  }
  
  #logo {
  	margin-top: 1rem;
  }
}
