* { padding: 0; margin: 0; }
body {
	/* also see specific stylesheet */
	margin: 15px 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
/* -------------------------------------------------------------------- links */
a, a:hover, h1, h2, h3 {
	/* see specific stylesheet */
}
h1 {font-size: 1.4em;}
h2 {font-size: 1.2em; text-transform: uppercase;}
h3 {font-size: 1.2em;}
/*p, h1, h2, h3 {margin: 10px 15px;}*/
p, h1, h2, h3 {margin: 0 15px 10px 0;}
ul, ol {margin: 10px 30px;	padding: 0 15px;}
/* ------------------------------------------------------------------- images */
img {border: 0;}
/* these needed for tinymce iBrowser: */
img.left {float:left;}
img.right {float:right;}
.capDivRightBrd {float:right; border: 1px solid #CCC;}
.capDivRight {float:right;}
.capDivLeftBrd {float:left; border: 1px solid #CCC;}
.capDivLeft {float:left;}
/* are these being used? */
img.float-right {margin: 5px 0px 5px 15px; }
img.float-left {margin: 5px 15px 5px 0px; }
/* -------------------------------------------------------------------- table */
table {
	border-spacing:1px;
}
th, td {
	padding:0 5px;
	background:#fff;
	text-align:left;
}
/* ------------------------------------------------------------ form elements */
form {
	margin:0;
	padding: 10px;
	border:1px solid #e0e0e0;
	background-color: #fafafa;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #E0E0E0;
	font: normal 'Trebuchet MS', verdana, sans-serif;
	color:#555;
}
textarea {
	padding:2px;
	font: normal 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#555;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}
select {
	border:1px solid #E0E0E0;
	font: normal 'Trebuchet MS', verdana, sans-serif;
	color:#555;
}
/* ----------------------------- form elements for paardenland search module */
.greyblock {
	display:block;
	margin:0; padding: 0;
	border:1px solid #e0e0e0;
	background-color: #fafafa;
}
.greyblock form.pl {
	margin:10px 15px; padding: 0;
	border: 0;
	background-color: inherit;
}
/* -------------------------------------------------------------- search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform p { margin: 0px; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: 1px solid #CCC;
	background: #fafafa;
	padding: 3px 5px;
	vertical-align: top;
}
/*------------------------------------------------------------------------------
								L A Y O U T
------------------------------------------------------------------------------*/
#wrap {
	width: 790px;
	margin: 0 auto;
	background-color: white;
	padding: 0;
}
/* ------------------------------------------------------------------- header */
#header {
	/* also see specific stylesheet */
	width: 780px;
	clear: both;
	background-color: transparent;
	margin: 0; padding: 5px;
}
#header-image {
	width: 780px;
	clear: both;
	background-color: transparent;
	margin: 0; padding: 0;
	height: 200px;
}
#header-image h1 {
	background: transparent;
	margin: 0 auto;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;

/*
	text-align: left;
	padding: 20px 0 0 30px; /* upper left */

	text-align: right;
	padding: 20px 30px 0 0; /* upper right is default */

	/* bottom left - cannot be done without table */
	/* bottom right - cannot be done without table */
}
/* --------------------------------------------------------------------- menu */
/* for menu see specific stylesheet */
/* ------------------------------------------------------------------ content */
#content-wrap, #content-wrap-fullpage {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}
#content {
	width: 710px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/* --------------------------------------------------------------------- main */
#main {
	position: relative;
	float: left;
	width: 67%;
	padding: 35px 0 0 0;
	margin: 0 0 35px 0;
}
#main-fullpage {
	position: relative;
	float: left;
	width: 100%;
	padding: 35px 0 0 0;
	margin: 0 0 35px 0;
}
/* ------------------------------------------------------------------ sidebar */
#sidebar {
/*	clear: both;*/
	float: right;
	width: 220px;
	padding: 35px 0;
}
#sidebar h1 {
	/* also see specific stylesheet */
/*	padding: 0 0 0 10px;*/
}
.sidebox {
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}
.sidebox h1 {
	margin-bottom: 5px;
}
/* ------------------------------------------------------------- sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	/* also see specific stylesheet */
	display: block;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	min-height: 18px;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a.active{
	/* see specific stylesheet */
}
#sidebar ul.sidemenu a:hover {
	/* also see specific stylesheet */
	padding:2px 5px 2px 10px;
}
/* ------------------------------------------------------------------- footer */
#footer {
	/* also see specific stylesheet */
	clear: both;
	margin: 0;
	font-size: 92%;
	padding: 10px;
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a:hover {
	color: inherit;
}
#footer a img {
	border: 0;
	padding: 0;
	background: transparent;
}
/* -------------------------------------------------------- alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
/* ------------------------------------------------------- additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.highlight { background: #FFFF99; }

