body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	margin: 0px;
	background-color: #ACA592;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.5;
}

table {
	width: 100%;
}

td, th {
	font-size: 12px;
	vertical-align: top;
	padding: 0px;
	text-align: left;
}

form th, form td { font-size: 11px; }

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #999900;
	margin: 10px 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #669933;
	margin: 10px 5px;
}

p {
	margin: 10px 5px;
}

ul {
	padding: 0px;
	margin: 10px 5px 10px 20px;
	list-style-type: square;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}

form {
	margin: 0px;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669933;
	padding: 1px;
}

a {
	text-decoration: underline;
	color: #336600;
}

img {
	border: none;
}

img.thumbnail {
	margin: 5px;
	border: 2px solid #5C561F;
}

strong, .fontBold, th {
	font-weight: bold;
	color: #669933;
}

.red, .error_list {
	color: #FF0000;
}

.error_list {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

span.yellow {
	color: #999900;
}

.schets {
	background-image: url(/images/schets.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.krul {
	background-image: url(/images/krul.gif);
	background-repeat: no-repeat;
	background-position: center;
}

table.frame {
	background-color: #FFFFFF;
}

table.frame td.border-top-left {
	background-image: url(/images/frame-border-top-left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

table.frame td.border-top {
	background-image: url(/images/frame-border-top.gif);
	background-repeat: repeat-x;
	height: 6px;
}

table.frame td.border-top-right {
	background-image: url(/images/frame-border-top-right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

table.frame td.border-left {
	background-image: url(/images/frame-border-left.gif);
	background-repeat: repeat-y;
	width: 6px;
}

table.frame td.border-right {
	background-image: url(/images/frame-border-right.gif);
	background-repeat: repeat-y;
	width: 6px;
}

table.frame td.border-bottom-left {
	background-image: url(/images/frame-border-bottom-left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

table.frame td.border-bottom {
	background-image: url(/images/frame-border-bottom.gif);
	background-repeat: repeat-x;
	height: 6px;
}

table.frame td.border-bottom-right {
	background-image: url(/images/frame-border-bottom-right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

table.frame div.header {
	background-color: #5C561F;
	background-image: url(/images/frame-header-background.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 15px;
}

#framework {
	width: 760px;
	margin: 0px auto;
}

#page {
	background-image: url(/images/page-background.gif);
	background-repeat: repeat-y;
}

#content {
	background-image: url(/images/page-content-background.gif);
	background-repeat: no-repeat;
	min-height: 493px;
	padding: 0px 114px 0px 137px;
}

#footer { font-size: 10px; text-align: center; font-weight: bold; margin-top: 5px; color: #ACA592; }

#menu {
	background-image: url(/images/menu-background.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 29px;
	padding: 0 10px;
	font: bold 11px/29px Arial, Helvetica, sans-serif;
}

#menu a { color: #fff; text-decoration: none; }

#menu img { vertical-align: text-bottom; }

#map {
	width: 460px;
	height: 400px;
	margin: 0 auto;
}

#panel {
	width: 460px;
	margin: 0 auto;
}

.confirm { font-weight: bold; border: 1px solid #ccc; padding: 5px; margin: 10px 5px; }

ul.courses { list-style: none; text-align: center; }
ul.courses li { margin: 1em 0; }

ul.gallery { list-style: none; overflow: auto; margin: 10px auto; width: 440px; padding-left: 10px; }
ul.gallery li { float: left; margin-right: 10px; margin-bottom: 10px; }

.product { overflow: hidden; margin: 1em 10px; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
.product .picture { float: left; width: 75px; }
.product .info { float: left; width: 392px; margin-left: 10px; }
.product .more { display: none; }
