html {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
	color: #fff;
	background: url(/includes/templates/images/bg-site.gif) repeat-x #ccc;
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	background-repeat: no-repeat;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #fff;
}

*:focus {
  outline-style: none;
  outline-color: invert;
  outline-width: medium;
  }

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

h1 span {
	background-color: #a20304;
	margin: 0;
	padding: 2px 4px;
	font-size: 16px;
}

h2 span {
	background-color: #000000;
	margin: 0;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: normal;
}

HR {
  border-top: 0;
	border-bottom: 1px #313131 solid;
	margin: 10px 0px;
	padding: 0;
}

LABEL {
	color: #777757;
}

.placeholder {
  color: #999;
}
  
.hide {
	display: none;
}

.clear {
  clear: both;
}

.clearing {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
  
.error {
  color: #db5051;
}

.pageTitle {
  padding: 0 0 24px 0;
  font-size: 16px;
}

#top-container,
#main-container {
	width: 100%;
	min-width: 960px;
	min-height:100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#header {
	width: 960px;
	height: 84px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 2;
}

#header-wrapper {
	background-color: #151110;
	width: 6000px;
	height: 84px;
	position: absolute;
	top: 0px;
	left: -2520px;
}

#header-container {
	background: none;
	background-color: #ffffff;
	background-color: transparent;
	position: relative;
	min-height: 100%;
	min-width: 960px;
}

#header-container .logo {
	float: left;
}

#header-container .logo h1 {
 	background: url(/includes/templates/images/logo.png) no-repeat;
 	width: 397px;
 	height: 130px;
 	text-indent: -2000px;
 	overflow: hidden;
}

#header-container .logo:hover h1 {
	cursor: pointer;
}

#header-container .tagline h2 {
	background: url(/includes/templates/images/tagline.jpg) no-repeat;
	width: 542px;
	height: 42px;
	float: left;
	margin: 26px 0 0 16px;
 	text-indent: -2000px;
 	overflow: hidden;
}

#header-container .contact {
	background: url(/includes/templates/images/contact-2.png) no-repeat;
	width: 160px;
	height: 165px;
	float: left;
	top: 68px;
	left: 804px;
	position: absolute;
	cursor: pointer;
}

#content-wrapper {
  padding-bottom: 80px;
	min-height: 100%;
	background: url(/includes/templates/images/top_shadow.png) top repeat-x;
}

#content-box {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	text-align: center;
}

#main {
	width: 560px;
	float: left;
}

#side {
	width: 400px;
	float: left;
}

#side .content {
	width: 370px;
	float: right;
}

.bg-block {
	background: url(/includes/templates/images/bg-block-black.png) repeat;
}

.bg-block-red {
	background: url(/includes/templates/images/bg-block-red.png) repeat;
}

.explainWrap {
  position: relative;
  height: 60px;
}

.title-lees-dit {
  position: absolute;
  width: 300px;
	background: url(/includes/templates/images/title-lees-dit.png) 20px 0 no-repeat;
	height: 60px;
}

.title-kies-een {
  position: absolute;
  right: 70px;
  width: 314px;
	background: url(/includes/templates/images/title-kies-een-fotoshoot.png) 0 20px no-repeat;
	height: 60px;
}

#info-box {
	background: url(/includes/templates/images/bg-block-black.png) repeat;
	padding: 20px 10px 20px 10px;
	text-align: left;
}

#info-box p {
  padding: 0 0 20px 0;
  font-size: 14px;
}

#subscribe-block {
	background: url(/includes/templates/images/bg-subscribe.png) no-repeat;
	height: 69px;
	padding: 62px 0 0 0;
	margin: 30px 0 50px 0;
}

#subscribe-block .txtbox {
	width: 230px;
	border: 1px solid #777757;
	padding: 0 4px 0 4px;
	font-size: 12px;
	height: 24px;
  float: left;
  margin: 0 10px 0 14px;
}

#subscribe-block .txtbox:hover,
#subscribe-block .txtbox:focus {
	border: 1px solid #f1942b;
}

#subscribe-block .btn {
  float: left;
}

/* SUBSCRIBE PAGES */
#subscribe {
  text-align: left;
  padding: 60px 10px;
  margin: 0 0 100px 0;
}

#subscribe .txtbox {
  float: left;
	width: 250px;
	border: 1px solid #777757;
	padding: 0 4px 0 4px;
  margin: 0 10px 0 0;
	font-size: 14px;
	height: 24px;
}

#subscribe .txtarea {
	border: 1px solid #777757;
	padding: 4px;
}

#subscribe .btn {
  float: left;
}

/* CONTACT PAGE */
#contact {
  margin: 0 0 100px 0;
  padding: 20px 10px;
  text-align: left;
}

#contact P {
  margin: 10px 0;
  }
  
#contact LABEL {
  width: 200px;
  float: left;
}

#contact .txtarea {
	width: 250px;
	border: 1px solid #777757;
	padding: 0 4px 0 4px;
  margin: 0 10px 0 0;
	font-size: 14px;
	height: 24px;
}

#contact .select {
	width: 260px;
	border: 1px solid #777757;
	height: 26px;
	padding: 2px;
}

#contact .radioBtn {
  float: left;
  margin: 4px 10px 0 0;
}

#contact .radioLabel {
  float: left;
}

#contact .captcha {
  width: 80px;
}

#contact .txtbox {
	border: 1px solid #777757;
  padding: 0 4px;
  width: 600px;
}

#contact .btn {
  margin: 20px 0 0 0;
  width: 150px;
}

/* TAG-CLOUD */
#blokSearchCloud {
	padding: 40px 0 0 0;
	margin: 0 0 10px 0;
	clear: both;
	position: relative;
	text-align: left;
}

#blokSearchCloud h1 {
	margin: 0 0 8px 0;
}

#blokSearchCloud table {
	width: 960px;
	font-size: 11px;
}

#blokSearchCloud td {
	vertical-align: bottom;
	text-align: center;
}

#blokSearchCloud td.first {
	text-align: left;
}

#blokSearchCloud td.last {
	text-align: right;
}

#blokSearchCloud a {
	text-decoration: none;
	color: #777757;
}

#blokSearchCloud a:hover {
	color: #777787 !important;
}

#blokSearchCloud a.size2 {
	font-size: 13px;
}

#blokSearchCloud a.size3 {
	font-size: 15px;
}

#blokSearchCloud a.size4 {
	font-size: 17px;
	font-weight: bold;
	margin: 1px 0px -1px 0px;
	display: -moz-inline-box;
	display: inline-block;
}

/* FOOTER */
#footer-full {
  position: absolute;
	background-color: #151110;
	width: 100%;
	height: 77px;
	left: 0;
	bottom: 0;
	margin: 40px 0 0 0;
}

#footer {
	width: 960px;
	height: 77px;
	overflow: hidden;
	margin: auto;
}

#footer-txt {
	height: 42px;
	left: 0px;
	top: 18px;
	margin: 14px 0 0 0;
}

#footer-txt p {
  color: #fff;
	font-size: 11px;
	line-height: 20px;
}

#footer-txt a {
	font-size: 11px;
	color: #fff;
}