/*
groen: #1fc2a6;
rood:  #e2515e;
*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #cacaca url(/images/header-bg.png) repeat-x;
	color: #333;
	font-family: 'Maven Pro', Verdana, sans-serif;	
	line-height: 1.6;
}
body, a, h5, h6, label {
	font-size: 14px;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
}
td {
	vertical-align: top;
}
a {
	-moz-outline-style: none;
	outline: none;
	color: #000;
}
dt {
	font-weight: bold;
}
#outer {
	min-height: 100%;
	position: relative;
}
#outer > div {
	position: relative;
	width: 100%;
}
#header, #header + ul, #intro > div, #band > div, #content > div, #footer > * {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#header {
	height: 115px;
}
#header img, #header a img {
	border: none;
	height: 94px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 10px;
	width: 316px;
}
/* Social media */
#header div {
	background: url(/images/socialmedia.gif) -48px 0 no-repeat;
	cursor: pointer;
	display: none; /* Show with JavaScript */
	-moz-box-shadow:    1px 1px 2px 1px #888;
	-webkit-box-shadow: 1px 1px 2px 1px #888;
	box-shadow:         1px 1px 3px 1px #888;
	height: 24px;
	left: 50%;
	margin-left: 450px;
	position: absolute;
	top: 10px;
	width: 24px;
}
#header div#Facebook {
	background-position: 0 0;
	margin-left: 390px;
}
#header div#Twitter {
	background-position: -24px 0;
	margin-left: 420px;
}
#header + ul {
	height: 45px;
	padding: 0;
	width: 1014px;
}
#header + ul li {
	float: left;
	height: 28px;
	margin: 0;
	padding: 8px 6px;
	list-style-type: none;
}
#header + ul li a {
	border: 1px solid transparent;
	color: #555;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 28px;
	padding: 0 20px;
	text-decoration: none;
}
#header + ul .cur a {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(/images/button-bg.gif) #fff;
	border-color: #ccc;
	color: #000;
}
#header + ul li:hover a {
	color: #000;
}
/* Button */
input[type="button"], input[type="submit"], #probeer, #order, #bestellen a {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:    1px 1px 6px 1px #999;
	-webkit-box-shadow: 1px 1px 6px 1px #999;
	box-shadow:         1px 1px 6px 1px #999;
	background-color: #1fc2a6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1fc2a6), to(#199b85));
	background-image: -webkit-linear-gradient(top, #1fc2a6, #199b85);
	background-image:    -moz-linear-gradient(top, #1fc2a6, #199b85);
	background-image:      -o-linear-gradient(top, #1fc2a6, #199b85);
	background-image:         linear-gradient(to bottom, #1fc2a6, #199b85);
	cursor: pointer;
	border: none;
	color: #eee;
	font: bold 15px/100% Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
	letter-spacing: .15em;
	margin: 0 10px 5px 0;
	outline: none;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: #444 1px 1px 5px;
	text-transform: uppercase;
	vertical-align: baseline;
	white-space: nowrap;
}
/* Green */
input[type="submit"]:hover, #probeer:hover {
	background-color: #1caf95;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#22d3b4), to(#1ba890));
	background-image: -webkit-linear-gradient(top, #22d3b4, #1ba890);
	background-image:    -moz-linear-gradient(top, #22d3b4, #1ba890);
	background-image:      -o-linear-gradient(top, #22d3b4, #1ba890);
	background-image:         linear-gradient(to bottom, #22d3b4, #1ba890);
	color: #fff;
}
/* Green */
input[type="submit"]:active, #probeer:active {
	background-color: #1ebea2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23dcbc), to(#1cb097));
	background-image: -webkit-linear-gradient(top, #23dcbc, #1cb097);
	background-image:    -moz-linear-gradient(top, #23dcbc, #1cb097);
	background-image:      -o-linear-gradient(top, #23dcbc, #1cb097);
	background-image:         linear-gradient(to bottom, #23dcbc, #1cb097);
	color: #fff;
}
input[disabled], input[disabled]:hover {
	background-color: #bbb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background-image: -webkit-linear-gradient(top, #ccc, #999);
	background-image:    -moz-linear-gradient(top, #ccc, #999);
	background-image:      -o-linear-gradient(top, #ccc, #999);
	background-image:         linear-gradient(to bottom, #ccc, #999);
	color: #ddd;
}
/* End button */
/* GRATIS TESTSITE button */
#intro a#order {
	background-color: #cb4955;		
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55866), to(#c44751));
	background-image: -webkit-linear-gradient(top, #f55866, #c44751);
	background-image:    -moz-linear-gradient(top, #f55866, #c44751);
	background-image:      -o-linear-gradient(top, #f55866, #c44751);
	background-image:         linear-gradient(to bottom, #f55866, #c44751);		
	-moz-box-shadow:    1px 1px 6px 1px #222;
	-webkit-box-shadow: 1px 1px 6px 1px #222;
	box-shadow:         1px 1px 6px 1px #222;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	letter-spacing: .15em;
	margin: 10px 0 10px 223px;	
	padding: 0;
	position: absolute;
	text-shadow: #666 1px 1px 2px;
	top: 10px;
	width: 257px;
}
/* Red */
#intro a#order:hover {
	background-color: #1caf95;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5f6d), to(#e3414e));
	background-image: -webkit-linear-gradient(top, #ff5f6d, #e3414e);
	background-image:    -moz-linear-gradient(top, #ff5f6d, #e3414e);
	background-image:      -o-linear-gradient(top, #ff5f6d, #e3414e);
	background-image:         linear-gradient(to bottom, #ff5f6d, #e3414e);
	content: "test";
}
/* End button */
#intro {
	background-color: #333;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
	background-image: -webkit-linear-gradient(top, #111, #(#333));
	background-image:    -moz-linear-gradient(top, #111, #(#333));
	background-image:      -o-linear-gradient(top, #111, #(#333));
	background-image:         linear-gradient(to bottom, #111, #333);	
	min-height: 77px;
}
#intro h3 {
	color: #fff;
	font-size: 22px;
	left: 50%;
	margin: 0;
	line-height: 22px;
	padding: 0;
	position: absolute;
	top: 26px;
	white-space: nowrap;
}
#intro h3 span {
	display: block;
}
#intro h3 span, #intro h3 span a {
	color: #1fc2a6;
	font-size: 13px;
	font-weight: normal;
}
#intro table {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	width: 960px;
}
#intro h3, #footer > * {
	margin-left: -480px;
}
#band {
	background: #fff url(/images/band-bg.png);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
}
#content {
	background: #cacaca url(/images/content-bg.png);
	border-top: 1px solid #999;
	overflow: auto;
	padding-bottom: 120px;
	padding-top: 30px;
}
#intro + #content {
	border-top-color: #ccc;
}
#content #kader {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	float: right;
	margin: 0 0 30px 30px;
	padding: 20px 20px 10px;
	width: 215px;
}
#probeer {
	height: 36px;
	line-height: 36px;
	display: block;
	margin: 10px auto;
	width: 150px;
}
th {
	text-align: left;
}
h4 {
  font-size: 15px;
  margin: 20px 0 0 0;
  padding: 0;
}
h4:first-child, div + h4 { /* h4 after div */
	margin-top: 0;
}
h5, h6 {
	margin: 0;
	padding: 0;
}
#content h6 {
	border-bottom: 1px dotted #666;
}
hr {
    background-color: #ddd;
    border: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    clear: both;
    color: #ddd;
    height: 1px;
    *height: 3px; /* IE6+7 need the total height */
/*     max-width: 960px; */
}
div + hr {
	margin-top: 20px;
}
hr.dark {
    background-color: #333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #333;
    color: #ddd;
}
.smallText, .smallText a {
	font-size: 12px;
}
#content .redText {
	color: #a00;
}
a img[src*="/screenshots/"] {
	/* Shadow has different color */
	-moz-box-shadow:    2px 2px 4px 2px #666;
	-webkit-box-shadow: 2px 2px 4px 2px #666;
	box-shadow:         2px 2px 4px 2px #666;
	border: 3px solid #eee;
	height: 100px;
	width: 150px;
	margin: 0;
}
#band a img[src$="-150.jpg"] {
	-moz-box-shadow:    2px 2px 4px 2px #ccc;
	-webkit-box-shadow: 2px 2px 4px 2px #ccc;
	box-shadow:         2px 2px 4px 2px #ccc;
}
table#bullet {
	margin: 20px 0;
}
#bullet td {
	background: url(/images/bullet.png) 6px 5px no-repeat;
	font-size: 15px;
	padding-left: 25px;
	width: 33%;
}
#content p {
	margin: 0 0 20px;
}
#content > p { /* Last P before footer */
	font-size: 16px;
	font-weight: bold;
	margin: 10px auto 4px;
	text-align: center;
}
#content ol, #content ul {
	margin-top: 0;
	padding-top: 0;
}
#content li li {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: 1em;
}
#content p + ol, #content p + ul { /* ol, ul after p */
	margin-top: -20px; /* Matches: p { margin-bottom } */
}
label {
	font-weight: bold;
	white-space: nowrap;
}
label.fade, .fade label {
	color: #999;
}
input + label { /* label after input (radiobutton label) */
	font-weight: normal;
}
form td {
	padding: 3px 0;
}
form td:first-child {
	padding-right: 4px;
}
input, textarea, select {
	background-color: #ddd;
	border: 1px solid;
	border-color: #999 #eee #eee #999;
	color: #333;
	font-size: 13px;
	padding: 3px;
}
select {
	border-color: #eee #999 #999 #eee;
}
input:focus, textarea:focus {
	background-color: #eee;
	border-color: #aaa #fff #fff #aaa;
	color: #000;
}
#timer {
	background-color: #ccc;
	border: solid #999;
	border-width: 0 0 1px 1px;
	color: #000;
	font-size: 9px;
	right: 0;
	padding: 2px;
	position: fixed;
	top: 0;
}
/* Message for visitors coming from overweg.com */
#newSite {
	-moz-box-shadow:    6px 6px 20px 10px #333;
	-webkit-box-shadow: 6px 6px 20px 10px #333;
	box-shadow:         6px 6px 20px 10px #333;
	background-color: #fff;
	border: 5px solid #666;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: none;
	font-size: 20px;
	height: 270px;
	left: 50%;
	margin-left: -250px;
	padding: 20px;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	top: 100px;
	width: 500px;
}
#newSite a {
	color: #000;
	font-size: 24px;
}
#newSite h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#newSite div {
	font-size: 16px;
}
#newSite img {
	border: none;
	display: block;
	margin: 20px auto;
	margin-left: 60px;
}
#newSite input {
	background-color: #cb4955;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55866), to(#c44751));
	background-image: -webkit-linear-gradient(top, #f55866, #c44751);
	background-image:    -moz-linear-gradient(top, #f55866, #c44751);
	background-image:      -o-linear-gradient(top, #f55866, #c44751);
	background-image:         linear-gradient(to bottom, #f55866, #c44751);
}
#footer, #footer a {
	color: #444;
	font-size: 12px;
}
#footer {
	background-color: #e1e1e1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	background-image: -webkit-linear-gradient(top, #ddd, #ccc);
	background-image:    -moz-linear-gradient(top, #ddd, #ccc);
	background-image:      -o-linear-gradient(top, #ddd, #ccc);
	background-image:         linear-gradient(to bottom, #ddd, #ccc);
	border-top: 1px solid #fff;
	clear: both;
	margin-top: -101px; /* Negative value of footer height + 1px for border */
	height: 100px;
	position: relative;
	width: 100%;
}
#footer > * {
	left: 50%;
	position: absolute;
	top: 20px;
}
#footer ul {
	padding: 0;
	width: 700px;
}
#footer li {
	float: left;
	margin: 0 12px;
	padding: 0 0 0 3px;
}
#footer li:first-child {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#footer li.cur a {
	font-weight: bold;
	text-decoration: none;
}
#footer div {
	text-align: right;
}
#footer b {
	font: 13px "Arial Black", Arial, sans-serif;
	text-transform: lowercase;
}
#focus { /* Focus Magazine */
	border: 1px solid #aaa;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px 15px;
	width: 450px;
}