@import url(/CSS/menu.css);
@import url(/CSS/albumdiv.css);
@import url(/CSS/client.css);

body {
	margin: 0px;
	margin-top: 15px;
}
#body {
	width: 1000px;
	text-align: center;
}
#popup {
	background: #0000ff;
	margin: 10px;
}
#logo img {
	margin: 8px;
	border: 0px solid red;
	cursor: pointer;
}
#contents {
	background: url(/IMAGES/legacy/achtergrond.jpg) repeat top center #dddddd;
	text-align: left;
	float: left;
	border: 0px double #ea6b46;
}
#header {
	width: 1000px;
	margin: 0px;
	height: 100px;
	background: #0000ff url(/IMAGES/legacy/liniaal.png) repeat-x;
}
#header img {
	margin-left: 5px;
	margin-top: 5px;
}
#footer {
	border: 1px solid #A6CE39;
	border-top: 0px;
	font-size: 9pt;
	margin: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	text-align: left;
	height: 14px;
}
#footer_copyright {
	width: 300px;
	display: block;
	float: left;
	margin-left: 5px;
}
#footer_links {
	display: block;
	float: right;
	text-align: right;
	margin-right: 5px;
}

p {
	margin: 0px;
	margin-bottom: 5px;
}
th, td {
	/*border: none;*/
}
tfoot td {
	font-weight: bold;
}
#guestbook .guestbook_item {
	padding: 10px;
	border-bottom: 1px solid #93C9FF;
}
#guestbook .guestbook_item:hover {
	background-color: #93C9FF;
	color: #ffffff;
}
#guestbook label, #menu_maintenance label, #contactform label, #contactform label, .sitepart.maintenance label {
	width: 13em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-bottom: 5px;
}
.center {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.break {
	clear: left;
}
.noborder {
	border: 0px;
}
.warning {
	color: #ff0000;
}
.invisible {
	visibility: hidden;
	display: none;
}
.imagebutton {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.input {
	width: 12em;
	height: 20px;
	margin-bottom: 5px;
}
.input.small {
	width: 6em;
}
.input.medium {
	width: 12em;
}
.input.large {
	width: 18em;
}
.button {
	height: 24px;
}
textarea {
	height: 100px;
	width: 400px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}

.overview {
	width: 100%;
}
.overview tbody tr {
}
.overview tbody tr:hover {
	/*background-color: #003366;*/
}
.overview tbody tr:hover a {
	/*color: #FF6600;*/
}
.overview td, .overview th {
	white-space: nowrap;
}

.sitepart {
	font-size: 10pt;
	float: left;
	clear: both;
	width: auto;
	margin-left: 260px;
}
.sitepart td, .sitepart th {
	color: #000000;
}
.childlinks {
	margin-left: 10px;
}

.product {
	overflow: hidden;
	width: 364px;
	height: 260px;
}
.product .text {
}
.product .picture {
	float: right;
	cursor: pointer;
}
#product_detail_image {
	width: 580px;
	height: 205px;
	overflow: auto;
}
#spacer {
	z-index: 4;
	width: 500px;
	height: 10px;
	text-align: center;
	background-color: #ffffff;
	padding-top: 50px;
	position: absolute;
	visibility: hidden;
	font-size: 24pt;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#fullpicture {
	cursor: pointer;
	position: relative;
}
#fullpicturediv {
	visibility: hidden;
	z-index: 3;
	text-align: center;
	position: absolute;
	border: 1px solid #FF6600;
	padding: 10px;
	background-color: #e6f3ff;
	width: 800px;
	height: 600px;
	top: 0px;
	left: 0px;
	overflow: auto;
}

#buttons {
	text-align: center;
	border: 0px;
	border-top: 2px inset #e6f3ff;
	margin-top: 10px;
	padding-top: 10px;
}
#producttable {
	width: 100%;
}
#producttable tfoot tr td {
	border-top: 1px inset #e6f3ff;
}

#mit_text {
	height: 400px;
	width: 100%;
}
#statistics {
	float: left;
	margin: 0px;
	width: 100%;
	padding: 0px;
	text-align: left;
}
#statistics a {
	text-decoration: none;
}



body.mceContentBody {
	background: url(/IMAGES/legacy/achtergrond_licht.jpg) repeat top center #dddddd;
	border: 5px solid white;
}
