html {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 0px;
}
body {
	width: 1000px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #ffffff;
	/*border: 2px solid #222222;*/
}
h1 {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
a {
	color: #5CD1FF;
	text-decoration: none;
}
a:hover {
	color: #94E1FF;
}
#darkwrapper {
	width: 1000px;
	height: 1182px;
	position: absolute;
	z-index: 15;
	top: 18px;
	margin-bottom: -18px;
	background-image: url("background.png");
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#wrapper {
	width: 1000px;
	height: 1200px;
	color: #ffffff;
	font-family: Arial, Hattori Hanzo;
	font-weight: bold;
	font-size: 13px;
	opacity: 1.0;
	position: absolute;
	z-index: 30;
}
#contentwrapper {
	width: 996px;
	height: 700px;
	margin-top: 10px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
#contentwrapper2 {
	width: 996px;
	height: 900px;
	margin-top: 10px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width: 1000px;
	height: 250px;
	background-image: url("banner.png");
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#menu {
	width: 998px;
	margin-top: 20px;
	height: 35px;
	background-image: url("menuback1.png");
	/*border-top: 2px solid #7e7e7e;*/
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
}
ul #menulist {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0px;
}
#menuli0 {
	margin-left: -40px;
	width: 120px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;	
}
.menuli {
	list-style-type: none;
	display: inline;
	float: left;
	width: 120px;
	height: 35px;
	background-image: url("button.png");
	text-align: center;
}
.menuli:hover {
	background-image: url("buttonhover.png");
	cursor: pointer;
	text-shadow: 0px 1px #ffffff;
}
a.menua {
	color: #111111;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 28px;
	padding-top: 7px;
	text-align: center;
}
a.menua:hover {
	color: #111111;
}
li.divider {
	list-style-type: none;
	float: left;
	display: inline;
}
#offertetabel {
	width: 800px;
	margin-left: 98px;
	border-radius: 15px;
	border: 2px solid #333333;
	background-color: #222222;
}
.name {
	width: 50%;
}
.amount {
	width: 25%;
}
.price {
	width: 25%;
}
.even {
	background-color: #222222;
	height: 28px;
}
.oneven {
	background-color: #292929;
	margin-right: 0px;
	height: 28px;
}
.innertd {
	width: 100px;
}

.divider {
	width: 2px;
	height: 35px;
	background-color: #7e7e7e;
}
#headerblocks {
	list-style-type: none;
}
.blockli {
	list-style-type: none;
	float: left;
	display: inline;
}
#blockli0 {
	width: 680px;
	height: 287px;
	border-radius: 15px;
	border: 2px solid #333333;
	background-color: #222222;
	padding: 5px;
	margin-left: -35px;
}
#blockli1 {
	width: 250px;
	height: 300px;
	padding: 5px;
	border: 2px solid #333333;
	background-image: url("widget.png");
	margin-left: 30px;
}
#widget {
	background-image: url("widget.png");
	width: 250px;
	height: 290px;
	padding: 5px;
	margin-left: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#flower {
	background-image: url("flower.png");
	width: 996px;
	height: 20px;
}
#footer {
	width: 1000px;
	height: 200px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: url("footer2.png");
	margin-bottom: 5px;
	margin-top: 0px;
	color: #94e1ff;
	margin-left: auto;
	margin-right: auto;
}
#footerlist {
	margin: 0px;
	list-style-type: none;
}
.footerli {
	width: 25%;
	height: 200px;
	display: inline;
	float: left;
	list-style-type: none;
}
.headerlink {
	list-style-type: none;
}
#middleblocks {
	list-style-type: none;
}
.middleblocksli {
	float: left;
	display: inline;
	list-style-type: none;
}
#block2 {
	width: 680px;
	height: 290px;
	padding: 5px;
	background-color: #222222;
	border: 2px solid #333333;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left: -35px;
	margin-top: 15px;
}
#menulinkblock {
	width: 150px;
	height: 35px;
	display: block;
	position: relative;
	margin-top: 15px;
	vertical-align: middle;
}
#offertetabel input,#offertetabel select {
	background-color: #222222;
	border-color: #333333;
	border-radius: 4px;
	outline-color: #94e1ff;
	color: #ffffff;
}
#offertetabel.fixedc {
	position: fixed;
	z-index: 15;
	bottom: 50px;
	left: auto;
	right: auto;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#helpbox {
	width: 60%;
	height: 38px;
	text-align: center;
	padding-top: 4px;
	border-right: 5px solid #94e1ff;
	border-left: 5px solid #94e1ff;
	border-bottom: 5px solid #94e1ff;
	position: fixed;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	top: 0%;
	left: 20%;
	color: #000000;
}
.namedivs:hover {
	cursor: help;
}
#wikiimg,#closeimg {
	width: 35px;
	height: 35px;
	margin-top: -4px;
}
.namedivs {
	width: 100%;
	height: 22px;
	padding-top: 5px;
}
#contactintro {
	width: 980px;
	height: 70px;
	padding: 5px;
	border: 2px solid #333333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #222222;
}
#contactform1 {
	width: 980px;
	height: 490px;
	padding: 5px;
	border: 2px solid #333333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #222222;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#contacttable {
	width: 600px;
}
#contacttable td {
	width: 300px;
}
#contacttable input,#contacttable textarea,#searchstring {
	background-color: #333333;
	border-radius: 5px;
	outline-color: #94e1ff;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.8em;
}
#cmessage {
	width: 300px;
	height: 20px;
	outline-color: #94e1ff;
}
#csubject,#cemail {
	width: 302px;
	height: 22px;
	font-size: 14px;
	outline-color: #94e1ff;
}
ul #choicelist {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 25px;
}
li.choiceli {
	list-style-type: none;
	float: left;
	display: inline;
	height: 165px;
	width: 220px;
	background-size: 220px 165px;
	margin: 2px;
}
li.choiceli:hover {
	background-image: url("thumb1.png");
}
#choice0 {
	background-image: url("mailcI.png");
}
#choice0:hover {
	background-image: url("mailchoverI.png");
	cursor: pointer;
}
#choice1 {
	background-image: url("searchcI.png");
}
#choice1:hover {
	background-image: url("searchchoverI.png");
	cursor: pointer;
}
#choice2 {
	background-image: url("chatcI.png");
}
#choice2:hover {
	background-image: url("chatchoverI.png");
	cursor: pointer;
}
#boxx {
	width: 70%;
	height: 90%;
	position: fixed;
	left: 15%;
	right: 15%;
	top: 5%;
	background-color: #111111;
	border: 3px solid #ffffff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	z-index: 30;
	visibility: hidden;
	padding: 4px;
	font-family: arial;
	font-weight: bold;
}
#boxx2 {
	width: 70%;
	height: 90%;
	position: fixed;
	left: 15%;
	right: 15%;
	top: 5%;
	background-color: #111111;
	border: 3px solid #ffffff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	z-index: 30;
	visibility: hidden;
	padding: 4px;
	font-family: arial;
	font-weight: bold;
	overflow: auto;
}
#kruisje1 {
	width: 20px;
	height: 20px;
	margin-top: 0px;
	vertical-align: top;
	background-size: 20px 20px;
	background-image: url(kruisje.png);
	z-index: 31;
	position: absolute;
	right: 4px;
}
#kruisje1:hover {
	width: 20px;
	height: 20px;
	margin-top: 0px;
	vertical-align: top;
	background-size: 20px 20px;
	background-image: url(kruisjehover.png);
	z-index: 31;
	position: absolute;
	right: 4px;
	cursor: pointer;
}
#resulttabel {
	margin-left: 20%;
	margin-right: auto;
	width: 60%;
}
#resulttabel td
{
	width: 500px;
	height: 100px;
	border: 2px solid #ffffff;
	background-color: #222222;
}
#productsintro {
	width: 984px;
	padding: 4px;
	height: 120px;
	border: 2px solid #333333;
	background-color: #222222;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 10px;
}
#productov {
	width: 984px;
	padding: 4px;
	height: 300px;
	border: 2px solid #333333;
	background-color: #222222;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 10px;	
}
.button {
	width: 112px;
	padding: 4px;
	height: 17px;
	background-image: url("thebutton.png");
	text-align: center;
	border: 1px solid #111111;
}
.button:hover {
	border-color: #ffffff;
	cursor: pointer;	
}
ul#ontwerplist {
	list-style-type: none;
	margin-left: -40px;
}
#ontwerptrigger {
	width: 300px;
	height: 200px;
	background-image: url("ontwerp.png");
	position: absolute;
	left: 180px;
	border: 3px solid #94e1ff;
}
#beheertrigger {
	width: 300px;
	height: 200px;
	background-image: url("beheer.png");
	position: absolute;
	left: 496px;
	border: 3px solid #94e1ff;
}
#beheertrigger:hover {
	background-image: url("beheerhover.png");
	cursor: pointer;
}
#ontwerptrigger:hover {
	background-image: url("ontwerphover.png");
	cursor: pointer;
}
#ontwerppacks {
	margin-left: -15px;
	list-style-type: none;
	position: absolute;
	margin-top: 200px;
	z-index: 90;

}
.ontwerpli {
	list-style-type: none;
	float: left;
	display: inline;
	margin-right: 10px;
	border: 2px solid #94e1ff;
}
.ontwerpli:hover {
	cursor: pointer;
}
#simpelontwerp {
	width: 300px;
	height: 300px;
	background-image: url("simpel.png");
	display: block;
}
#normaalontwerp {
	width: 300px;
	height: 300px;
	background-image: url("normaal.png");
	display: block;
}
#volledigontwerp {
	width: 300px;
	height: 300px;
	background-image: url("volledig.png");
	display: block;
}
#simpelontwerp:hover {
	background-image: url("simpelhover.png");
}
#normaalontwerp:hover {
	background-image: url("normaalhover.png");
}
#volledigontwerp:hover {
	background-image: url("volledighover.png");
}
#ontwerpt0 {
	position: fixed;
	width: 600px;
	height: 630px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #333333;
	margin-left: 200px;
	top: 50px;
	border-radius: 15px;
}
.ptables {
	border-radius: 15px;
	-moz-border-radius: 15px;
}
.ptables td {
	width: 300px;
}
#simpel_content {
	border: 2px solid #333333;
	background-color: #222222;
	width: 946px;
	padding: 5px;
	margin-left: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	height: 550px;
}
#simpel_content table {
	width: 475px;
}
#simpel_content table tr.even, #simpel_content table tr.oneven {
	width: 50%;
	height: 20px;
}
#templates_content {
	width: 950px;
	height: 200px;
	border: 2px solid #333333;
	background-color: #222222;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#beheer_content {
	width: 100%;
	height: 344px;
	border-radius: 15px;
	border: 2px solid #94e1ff;
	background-color: #222222;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#beheer_content td {
	width: 450px;
	height: 110px;	
	background-color: #333333;
}
#beheer_content table {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
#voorwaarden_content {
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 2px solid #333333;
	background-color: #222222;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 640px;
	color: #ffffff;
	overflow: auto;
	padding: 15px;
}