body {
	font: 75%/150% Arial, Helvetica, sans-serif;
	color: black;
}

/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}
blockquote { /* used in FCK to indent text */
	margin-left: 40px;
}

.medium {
	font-size: 0.9em;
	line-height: 140%;
}
.small {
	font-size: 0.8em;
	line-height: 120%;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	color: #000000;
}
h2 {
	font-size: 1.4em;
	color: #008aff;
}
h3 {
	font-size: 1.2em;
	color: #ff6000;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.1em;
}
h6 {
	font-size: 0.9em;
}


/* images */

img {
	border: none;
}


/* lists */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.2em;
	background: url(../images/interface/bullet.png) no-repeat 0.3em 0.6em;
}

#content .orange ul li {
	background-image: url(../images/interface/bullet_orange.png);
}
#content .green ul li {
	background-image: url(../images/interface/bullet_green.png);
}
#content .blue ul li {
	background-image: url(../images/interface/bullet_blue.png);
}

#content ol {
	margin: 0 0 1em 3em;
	padding: 0;
}
#content ol li {
	padding: 0;
}

dt {
	float: left;
	display: inline;
	width: 12em;
	font-weight: bold;
	clear: both;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}

table th,
table td {
	text-align: left;
	padding: 0;
}
table td {
	vertical-align: top;
}
table th.right,
table td.right {
	text-align: right;
	float: none;
}

.even td {
	background: #fffbf8;
}
.odd td {
	background: #fef0e7;
}


/* form table */

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	padding: 0.25em;
}

table td.label {
	padding-right: 0.6em;
}
#editPage .label {
	width: 15em;
}


/* forms */

input,
select,
textarea {
	font: 100%/110% Arial, Helvetica, sans-serif;
	color: #232e79;
	border: 1px solid #232e79;
}

input,
textarea {
	background: white url(../images/interface/input_back.png) repeat-x left top;
}
#editPage input,
#editPage textarea {
	background: white;
}

.orange input,
.orange select,
.orange textarea {
	color: #5b2201;
	border: 1px solid #5b2201;
}
.green input,
.green select,
.green textarea {
	color: #3d5220;
	border: 1px solid #3d5220;
}
.blue input,
.blue select,
.blue textarea {
	color: #111f6f;
	border: 1px solid #111f6f;
}

#wrapper .check,
#wrapper .radio {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	background: #0a8eff;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: white !important;
}
* html #wrapper input.button {
	padding: 1px 0px 0px 0px;
}
#wrapper a.button {
	line-height: 200%;
	margin-bottom: 5px;
	white-space: nowrap;
}
* html #wrapper span.button {
	padding: 0px 3px;
}
* html #wrapper a.button {
	display: block;
	white-space: nowrap;
	width: 1%;
	line-height: 100%;
	padding: 3px 8px;
}

#wrapper .orange .button {
	background: #ff6000;
	border: 1px solid #5b2201;
}
#wrapper .green .button {
	background: #71c001;
	border: 1px solid #3d5220;
}
#wrapper .blue .button {
	background: #0a8eff;
	border: 1px solid #111f6f;
}

.defaultWidth {
	width: 220px;
}

.required {
	color: #ff6000;
	font-weight: bold;
}



/* custom forms */

#form_contact table td.label {
	width: 12em;
	white-space: nowrap;
}

#fc_postcode {
	width: 60px;
	margin-right: 9px;
}

#fc_woonplaats {
	width: 145px;
}

#fc_newsletter_email {
	width: 100px;
	margin-right: 5px;
}


/* SPECIAL TABLES */

/* lastminuteResult */
.lastminuteResult {
	width: 100%;
}
.lastminuteResult th {
	text-align: center;
}
.lastminuteResult th,
.lastminuteResult td {
	padding: 2px 5px;
}
.lastminuteResult .highlight {
	color: #ff6000;
	font-weight: bold;
}

/* columnTable */
.columnTable {
	width: 100%;
}
.columnTable td {
	padding-right: 15px;
}

/* calendar */
.calendar {
	float: left;
	display: inline;
	margin-right: 1px;
	border-collapse: separate;
	border: 1px solid #ff6000;
	background: white;
}
.calendar caption {
	margin: 0; padding: 2px 0px;
	width: 100%;
	line-height: 120%;
	font-weight: bold;
	background: #ff6000;
	color: white;
}

.calendar td {
	padding: 2px;
	border: none;
}
.calendar td.label {
	width: 1em;
	font-weight: bold;
	text-align: center;
}

.calendar td.green,
.calendar td.orange,
.calendar td.red {
	width: 1.5em;
	text-align: center;
	color: white;
}

.calendar td.green {
	background: #71c001;
}
.calendar td.orange {
	background: #ff6000;
}
.calendar td.red {
	background: #df0000;
}
