html body
{
	width: 100%;
	margin: 0px;
	background-color: white;
}
body *
{
	font-family: arial, sans-serif;
	cursor: default;
}
#content
{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	width: 800px;
	height: 600px;
	background-color: #CAEECA;
	overflow: hidden;
}
a:link
{
	color: black;
}
a:visited
{
	color: black;
}
a:hover
{
	color: black;
}
a:active
{
	color: black;
}
a
{
	cursor: pointer;
	text-decoration: none;
}
a *
{
	cursor: pointer;
	border-width: 0px;
}
#dimmed
{
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#navigatie
{
	position: absolute;
	height: 24px;
	left: 70px;
	top: 560px;
}
#navigatie img
{
	margin: 0px 4px;
	vertical-align: middle;
}
#navigatie *
{
	position: relative;
}
.hidden
{
	display: none;
}

#EditWindow
{
	position: absolute;
	width: 400px;
	height: 300px;
	background-color: gray;
}

#EditWindow *
{
	position: absolute;
}

#EditWindow #titlebar
{
	width: 100%;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

#EditWindow #images
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	bottom: 95px;
	overflow: auto;
}

#EditWindow #images *
{
	position: relative;
	margin: 5px 0px 0px 5px;
}

#EditWindow #upload
{
	width: 100%;
	height: 25px;
	bottom: 60px;
	padding: 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
}

#EditWindow #upload *
{
	left: 5px;
}

#EditWindow #text
{
	width: 100%;
	height: 25px;
	bottom: 25px;
	padding: 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
}

#EditWindow #text *
{
	left: 5px;
}

#EditWindow #status
{
	width: 100%;
	height: 20px;
	bottom: 0px;
	padding: 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
}

#EditWindow #status #annuleren
{
	left: 5px;
}

#EditWindow #status #opslaan
{
	right: 5px;
}

#user
{
	width: 100%;
	height: 100%;
}

#user div, img
{
	position: absolute;
	overflow: hidden;
	background-color: transparent;
}

#user div
{
	border: 1px solid transparent;
}

#user div *
{
	position: relative;
}
#bestellen
{
	position: absolute;
	top: 460px;
	left: 40px;
	cursor: pointer;
}
#order
{
	color: gray;
	font-size: 10pt;
}
#order input
{
	position: relative;
	border-color: lightgray;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	color: gray;
	font-size: 12pt;
}
#order #buttonbox *
{
	margin: 0px 10px;
}
#order .example
{
	color: lightgray;
}
