body {
	position: relative;
	width: 975px;
	background-color: #C7D1B5;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#container {
	width: 100%;
	height: auto;
}

/* HEADER STYLES */

#header {
	position: absolute;
	height: 120px;
	clear: both;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 225px;
	height: 61px;
	width: 239px;
	background-image: url(../img/regenboogapotheek.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header h1 span {
	display: none;
}

/* MENU STYLES */

#menu {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 220px;
	height: auto;
}
#menu ul {
	list-type: none;
}
#menu ul li {
	display: block;
	margin-bottom: 3px;
	text-align: center;
}
#menu ul li a, #menu ul li span {
	display: block;
	background-repeat: no-repeat;
	height: 27px;
	width: 220px;
	line-height: 27px;
}
#menu ul li a {
	cursor: pointer;
}
#menu .red {
	background-image: url(../img/buttons/but_red.gif);
}
#menu .orange {
	background-image: url(../img/buttons/but_orange.gif);
}
#menu .yellow {
	background-image: url(../img/buttons/but_yellow.gif);
}
#menu .blue {
	background-image: url(../img/buttons/but_blue.gif);
}
#menu .green {
	background-image: url(../img/buttons/but_green.gif);
}
#menu .purple {
	background-image: url(../img/buttons/but_purple.gif);
}

/* CONTENT STYLES */

#content {
	position: absolute;
	width: 750px;
	height: auto;
	left: 225px;
	top: 120px;
}
#contentheader {
	clear:both;
	width: 740px;
	height: 30px;
	background-image: url(../img/content_top_red.gif);
	padding-left: 10px;
}
#contentheader h2 {
	line-height: 30px;
}
#text {
	float: left;
	width: 710px;
	height: auto;
	background-color: #FFFFFF;
	padding: 20px;
}
#sidebar {
	float: right;
	width: 150px;
	height: auto;
	background-color: #eee;
	margin: 10px;
	padding: 10px;
	border: solid 1px #CCC;
}
#sidebar #s {
	width: 90px;
}
#sidebar ul li ul {
	list-style-type: disc;
	text-indent: 0;
	margin-left: 17px;
}
#contentfooter {
	clear:both;
	width: 730px;
	height: auto;
	background-color:#FFFFFF;
	background-image: url(../img/content_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

/* Begin Tables */

.post table {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: auto;
	margin: 0;
	padding: 0;
}
.post table th {
	height: 20px;
	vertical-align: middle;
	background-image:url('../img/tableheader_bg.gif');
}
.post table td, .post table th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: auto;
	padding: 6px 12px 6px 12px;
}
.post table .row0 {
	background-color: #C7D1B5;
}
.post table .row1 {
	background-color: #DEE4D3;
}

/* End Tables */

.postmetadata {
	text-align: center;
	color: #777;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 480px;
}


/* FORMS */

.rbaform {
	color: #000000;
	background: #dddddd;
	border: 1px solid #333333;
}

fieldset {
  clear: both;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0px;
}

legend {
	color: #000000;
	font-weight: bold;
	background: #ffffff;
	padding: 2px 6px;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
}
table#contact td{
  border: 1px solid #333;
  width: 600px;
}
