* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:	#fff;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

.db_error {
  font-weight: bold !important;
  text-align: center !important;
  color: #ff0000 !important;
  font-size: 18px !important;
}

.verborgen {
  display: none;
}

#content h2, #contentWide h2 {
	font-size: 20px;
	color: #3D4D59;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#content h3, #contentWide h3 {
	font-size: 18px;
	color: #3D4D59;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#content p, #content td, #contentWide p, #contentWide td, #contentWider p, #contentWider td {
	font-size: 15px;
	color: #3D4D59;
	line-height: 1.5em;
	margin-bottom: 25px;
}

#content p a, #content td a, #contentWide p a , #contentWide td a, #contentWider p a , #contentWider td a {
	color: #54C6B3;
	text-decoration: none;
}

#content p a:hover, #content td a:hover, #contentWide p a:hover, #contentWide td a:hover, #contentWider p a:hover, #contentWider td a:hover {
	color: #54C6B3;
	text-decoration: underline;
}

#content table, #contentWide table, #contentWider table {
	margin-bottom: 15px;
}

#content td, #contentWide td, #contentWider td {
	vertical-align: top;
	margin-bottom: 0;
	padding-right: 10px;
}

#content ul, #contentWide ul, #contentWider ul {
  list-style-type: square;
	margin: 0 0 25px 15px;
}

#content ol, #contentWide ol, #contentWider ol {
	margin: 0 0 25px 25px;
}

#content ul ul, #contentWide ul ul, #contentWider ul ul {
	margin-bottom: 0;
}

#content li, #contentWide li, #contentWider li {
	font-size: 15px;
	color: #3D4D59;
	line-height: 1.5em;
}

#content li a, #contentWide li a, #contentWider li a {
	color: #54C6B3;
	text-decoration: none;
}

#content li a:hover, #contentWide li a:hover, #contentWider li a:hover {
	color: #54C6B3;
	text-decoration: underline;
}

#content img, #contentWide img, #contentWider img {
  max-width: 100%;
  height: auto;
}

#sitemap h3 a {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-decoration: none;
}

#sitemap h3 a:hover {
  color: #8FD400;
  font-size: 20px;
}

#sitemap ul {
  list-style-type: none;
  margin: 5px 0 5px 25px;
}

#sitemap ul li {
  font-size: 17px;
  line-height: 1.5em;
}

#sitemap ul li a {
  color: #fff;
  text-decoration: none;
}

#sitemap ul li a:hover {
  color: #8FD400;
  text-decoration: none;
}

.button {
  height: 40px;
  padding: 7px 15px;
	background:	url(/images/bg_button.png) top left repeat-x;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #4FC7B5;
	color: #034D85;
	text-decoration: none;
}

.button:hover {
	color: #fff !important;
	background-image: none;
  background-color: #4FC7B5;
	text-decoration: none !important;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.div_small {
  float: left;
  width: 150px;
  margin: 0 55px 15px 0;
}

.div_small p {
  margin-bottom: 5px !important;
}

.albumContainer {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.tr_head {
	background-color:	#BE0911;
}

.td1 {
	color: #fff !important;
	width: 125px !important;
	padding-left: 3px !important;
}

.td2 {
	color: #fff !important;
	width: 340px !important;
}

.td3 {
	color: #fff !important;
	width: 20px !important;
}

.td4 {
	color: #fff !important;
	width: 100px !important;
}

.td5 {
	color: #fff !important;
	width: 80px !important;
}

.td6 {
	color: #fff !important;
	width: 80px !important;
}

.knop {
  padding: 5px 10px;
}

.bestelknop {
  display: inline-block;
	padding: 10px 15px;
	margin: 0 0 25px 0;
	font-size: 18px;
  color: #fff !important;
	text-align: center;
	border:	1px solid #0EB20E;
	background-color:	#8CD70E;
  text-decoration: none !important;
}

.bestelknop:hover {
  color: #54C6B3 !important;
  text-decoration: none !important;
	border:	1px solid #54C6B3;
	background-color:	#fff;
}

