body {
	font: 80%/150% Arial, Sans-serif, Verdana, Geneva;
	color: black;
}


/* set margins and paddings for various elements */
address, blockquote, fieldset, form, hr, p, pre, table, ul, ol, dl {
	margin: 0 0 1em 0;
}

.medium {
	font-size: 0.9em;
	line-height: 140%;
}
.small {
	font-size: 0.8em;
	line-height: 130%;
}

blockquote {
	font-style: italic;
	color: #cc071e;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}
h1 {
	font-size: 2em;
	color: #cc071e;
}
h2 {
	font-size: 1.5em;
	color: #cc071e;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3em;
	color: #cc071e;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}

/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	clear: both;
	float: left; display: inline;
	width: 12em;
	font-weight: bold;
}

li.noList {
	list-style: none !important;
	background: none !important;
}

/* images & alignment */

a img {
	border: none;
}
.caption {
	text-align: center;
	font-size: 0.9em;
	line-height: 125%;
	padding: 2px 0;
	color: #555;
}
.border img,
img.border {
	border: 1px solid #333;
}

.left {
	float: left; display: inline;
	margin: 0 1em 1em 0;
}
.right {
	float: right; display: inline;
	margin: 0 0 1em 1em;
}
span.left,
span.right {
	margin: 0;
}
#wrapper .textLeft {
	text-align: left;
}
#wrapper .textRight {
	text-align: right;
}
.center,
.textCenter {
	text-align: center;
}
.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}


/* tables */

table {
	border-collapse: collapse;
	border: none;
}
table th,
table td {
	vertical-align: top;
	text-align: left;
	padding: 0.25em 0.3em;
}


/* forms */

fieldset {
	border: 1px solid #cc071e;
}
legend {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: bold;
	color: #4c0009;
}

input, 
select, 
textarea,
#cameraSearch input,
#login input {
	/* make sure these elements get the same fonts */
	font: 12px/120% Arial, Helvetica, Verdana, Sans-serif;
}

input,
textarea,
#cameraSearch input,
#login input {
	border: 1px solid #333;
	padding-left: 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}

.defaultWidth {
	width: 250px;
}
select.defaultWidth {
	width: 256px;
}

input.button,
input.check,
input.radio,
option {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	border: 1px solid black;
	background: #cc071e;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 130%;
	color: white;
}
* html #wrapper input.button {
	padding: 0 2px 0 2px;
}
#wrapper #content a.button {
	display: inline-block;
	padding: 1px 5px 2px 5px;
	color: white;
}
#wrapper #content .button:hover {
	border: 1px solid black;
	background: #4c0009;
	text-decoration: none;
	color: white;
}

.required {
	line-height: 10px;
	font-family: Georgia, Times, Serif;
	font-weight: bold;
	font-size: 15px;
	color: #c60416;
}

form table th,
form table td {
	padding: 0.4em 0.3em;
}
form table th,
form table td.label {
	width: 15em;
}

#fc_postcode,
#fc_tussenvoegsel {
	width: 60px;
	margin-right: 9px;
}
#fc_plaats,
#fc_achternaam {
	width: 175px;
}


#form_replyForm th {
	width: 8em;
}
#form_replyForm table {
	width: 100%;
}

.hideElement {
	visibility: hidden;
	display: none;	
}

.showElement {
	visibility: visible;
	display: inline;	
}

/* SPECIFIC */
