body
{
  background-color: #fff;
  font-family: verdana;
  font-size: 11px;
}

body.editor {
  padding: 10px;
}

.page
{
  width: 850px;
  height: 100%;
  border: 1px solid #000000;
}


td, p
{
  font-family: verdana;
  font-size: 11px;
}

.mini {
	font-size: 9px;
}


h1 {
	font-weight: bold;
	font-size: 18px;
	font-family: verdana;
	color: #315634;
	display: block;
	border-bottom: 1px dotted #315634;
}

h2 {
	display: block;
	background-color: #315634;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana;
}

h3
{
  font-weight: bold;
  font-size: 14px;
}


h4
{
  font-weight: bold;
  font-size: 12px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #0b3b09;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}


.content
{
  height: 100%;
  padding: 5px 10px 50px;
  background: url(/images/bodybg.jpg) bottom right no-repeat #ECE2D6;
}


.header
{
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  height: 151px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: bottom;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
}

.header A
{
  color: #ffffff;
}


.menu
{
  width: 149px;
  color: #000000;
  vertical-align: top;
  background: url(/images/menubg.jpg) bottom left no-repeat #1C3F1F;
  padding-bottom: 65px;
}

.menu .selected
{
  background-color: #bdc1aa;
  color: #1c3f1f;
}

.menu .selected A
{
  color: #1c3f1f;
}

.menuseperator
{
  height: 18px;
  border-bottom: 1px solid #000000;
}

.menuitem
{
  padding: 4px 6px 4px 6px;
  background-color: #315634;
  color: #fff;
  border-bottom: 1px solid #000000;
}

.menuitem A
{
  color: #fff;
}


ul {
  margin:10px;
  padding-left: 10px;
}

li {
  margin-bottom: 5px;
}


ul.submenu {
  margin:0px;
  padding-top: 4px;
  padding-left:0px;
  padding-bottom: 0px;
  list-style-type: none;
}

ul.submenu li {
  padding-left: 14px;
  background-repeat:no-repeat;
  background-image:url(/images/navli.gif);
  background-position:1px 5px;
  /*background-color: #bdc1aa;*/
  color:#000000;
}

ul.submenu li a {
  color:#846f36;
  font-weight:normal;
  /*padding-left: 5px;*/
}


.footer
{
  background-color: #c2c2c2;
  background-image: url(/images/footer.jpg);
  text-align: center;
  border-bottom: 1px solid #000000;
  height: 27px;
}

.footer A
{
  /*color: #80540a;*/
}


.wt_credits
{
  background-color: #eeeeee;
  color: #666666;
  text-align: center;
  height: 20px;
}

.wt_credits A
{
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

.wt_credits A:hover
{
  text-decoration: underline;
}


.itext
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
}

.itextarea
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
  width: 100%;
  height: 100px;
}

.ibutton
{
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ba7b43;
  border: 1px solid #000000;
}

.albumdesc
{
  font-size: 11px;
}

.th_container {
  position:relative;
  float:left;
  /* width:110px; */
  margin-right: 5px;
  height:110px;
  text-align: center;
}

th
{
  text-align: left;
  background-color: #eeeeee;
  color: #013300;
  font-size: 12px;
}


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #ba7b43;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


td.required label {
	float: left;
}

td.required span {
	color: #f00;
	float: right;
}

span.required {
	color: #f00;
}

.missing {
	border: 1px solid #f00;
	background-color: #fff;
}

option {
	background-color: #fff;
}


button {
	padding: 5px 25px;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.next {
	border: 1px solid #000;
	background-color: #1e4120;
	color: #fff;
	float: left;
}

.restart {
	border: 1px solid #999;
	background-color: #eee;
	color: #333;
	float: right;
}

.meerprijs {
	color: #1c3f1f;
	padding-bottom: 5px;
}

div.info-button {
}

a.info-button {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 25px;
	margin: 10px 0;
	border: 1px solid #000;
	background-color: #1e4120;
	width: 350px;
	text-align: center;
}

a.info-button:hover {
	color: #1e4120;
	background-color: #bdc1aa;
	text-decoration: none;
}