@charset "utf-8";
/* CSS Document */
html, body {
	min-height:100%;
	height:100%;
}
body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:auto;
}

#help {
	position:absolute;
	z-index:999;
	height:90%;
	width:90%;
	margin:2% auto auto 4%;
	display:inline-block;
	background:#EFEFEF;
	border-radius:5px;
	padding:10px;
	font-family:Arial;
}

#realisatie {
	position:absolute;
	bottom:20px;
	right:20px;
	color:#222;
	font-family:'gillsanslight',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
	font-size: 12px;
	text-decoration:underline;
	cursor:pointer;
	z-index:999;
}


#header {
	width:90%;
	border-bottom:1px #ddd solid;
	display:inline-block;
	float:left;
	position:relative;
	height:60px;
	margin:0px 0px 0px 0px;
	padding:5px 5% 0px 5%;
	box-shadow:0px 0px 5px #333;
	z-index:100;
	background-color:#FFF;
}

#header #head_left {
	margin:0px 0px 0px 5px;
	display:inline-block;
	width:auto;
	height:60px;
	float:left;
	line-height:60px;
	font-family:Arial;
    font-size: 21px;
    font-style: cursive;
    letter-spacing: 3px;
    text-align: left;
	cursor:pointer;
}

#header #head_left img {
	height:50px;
}

#header #head_right {
	width:auto;
	height:60px;
	line-height:60px;
	position:relative;
	float:right;
	display:inline-block;
	font-family:'gillsanslight',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
	font-size: 15px;
	color:#222;
	margin:0px 5px 0px 0px;
}

#header #continueCart {
	display:inline-block;
	float:left;
	width:auto;
	height:auto;
	font-size:15px;
}

#link {
	width:auto;
	height:auto;
	display:inline-block;
	float:left;
	margin:0px 0px 0px 20px;
}

#header #form {
	width:auto;
	height:auto;
	display:inline-block;
	float:left;
	margin-left:20px;
	line-height:75px;
}


#header #form input[type=submit] {
	text-indent: 0px;
}

#header #form div {
	padding:0px;
	margin:0px;
	float:right;
	display:inline-block;
}
#header #head_right a {
	color:rgb(51,51,51);
}

#header #head_right input[type=number] {
	width:50px;
	height:28px;
	outline:none;
	font-size:16px;
	border:1px solid #CCC;
	border-radius:2px;
	padding:0px 2px 0px 2px;
}

#header #head_right input[type=submit] {
	height:30px;
	background:#434343;
	color:#FFF;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

#content_container {
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
}

#content {
	display:table;
	width:100%;
	margin:20px auto auto auto;
	font-family:'gillsanslight',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
	font-size: 20px;
	color:#222;
	letter-spacing: 0.5px;
	text-align:center;
	position:relative;
}

