/* layout --> */

body {
	background-color: rgb(234,238,209);
	margin-top: 0px;	
	margin-bottom: 10px;	
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
  font-family: Verdana;
  font-size: 14px;
  color: rgb(0,99,52);
}

div#wrapper {
  width: 1007px;
  background-image: url('/images/bloomart-background.png');
  background-position: bottom;
  text-align: left;
  position: relative;
	margin: 0px auto;
}

div#header_logo {
  position: absolute;
  top: 65px;
  left: 69px;
}

div#header_title {
  position: absolute;
  top: 260px;
  left: 68px;
}

div#content {
  padding-right: 60px;
  padding-bottom: 120px;
  padding-top: 357px;
  padding-left: 406px;
  line-height: 22px;
}

div#content p {
}

div#content ul {
  margin-left: -25px;
  margin-top: 6px;
  margin-bottom: 6px;
}

div#content ul li {
  color: rgb(219,39,83);
  margin-top: 6px;
}

div#content ul li em {
  font-style: normal;
  color: rgb(0,99,52);
}

div#content h2 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
}

div#quotewrapper {
  position: absolute;
  top: 70px;
  left: 660px;
  height: 238px;
  width: 282px;
  background-image: url('/images/bloomart-hart.png');
  background-position: center;
  background-repeat: no-repeat;
}

div#quote {
  font-family: Verdana;
  font-size: 12px;
  font-style: italic;
  color: rgb(219,39,83);
  position: absolute;
  text-align: center;
  top: 50%;
  height: 120px;
  width: 282px;
  margin-top: -60px;
}

div#quote a {
}

img {
  border: 0px;
}

a {
  color: rgb(219,39,83);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#voorbeelden {
  position: absolute; 
  top: 357px;
  left: 70px;
}

div#copyright {
  position: absolute; 
  bottom: 22px;
  left: 30px;
  color: rgb(0,99,52);
  font-family: Verdana;
  font-size: 9px;
  letter-spacing: -0.5px;
}

div#copyright a {
  color: rgb(0,99,52);
  font-family: Verdana;
  font-size: 9px;  
  text-decoration: none;
}

div#copyright a:hover {
  text-decoration: underline;
}

div#slides {
	margin-top: 10px;
	width: 880px;
}

div#slides img {
	margin-right: 10px;	
	margin-bottom: 10px;
  padding: 2px;
  border: 1px solid rgb(0,99,52);
}
/* <-- layout */

/* menu --> */
div#menu {
  position: absolute;
  top: 25px;
  left: 366px;
}

div#menu ul {
}

div#menu li {
  font-family: Verdana;
	font-size: 10.5px;
	color: rgb(0,99,52);
  display: table-cell;
  letter-spacing: -0.5px;
}

div#menu span.bullit {
  color: rgb(219,39,83);
  margin-left: 5px;
  margin-right: 5px;
}

div#menu li.active a {
  color: rgb(219,39,83);
}

div#menu a {
	color: rgb(0,99,52);
	text-decoration: none;
}

div#menu a:hover {
  color: rgb(219,39,83);
  text-decoration: underline;
}
/* <-- menu */

/* forms --> */
div#formwrapper {
}

div#formwrapper div span:first-child {
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset {
	border: 0px;
	margin: 0px;
	margin-left: -10px;
}

input.button {
	background: rgb(0,99,52);
  font-family: Verdana;
  font-size: 12px;
	color: rgb(255,255,255);
  border: 1px solid rgb(0,99,52);
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 115px;
}

input.edit {
	width: 300px;
	border: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Verdana;
	font-size: 14px;
  color: rgb(0,99,52);
  background-color: rgb(234,239,209);
  border: 1px solid rgb(255,255,255);
}

input.strong {
	width: 100px;
	border: 0px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
  color: rgb(0,99,52);
	background-color: transparent;
}

input.radio {
	margin-top: 3px;
	margin-bottom: 6px;
}

input.error {
	width: 300px;
	border: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Verdana;
	font-size: 14px;
  font-weight: normal;  
  color: rgb(0,99,52);
  background-color: rgb(234,239,209);
  border: 1px solid rgb(219,39,83);
}

textarea {
	width: 300px;
	height: 200px;	
	border: 0px;
  color: rgb(0,99,52);
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Verdana;
	font-size: 14px;
  background-color: rgb(234,239,209);
}

textarea.error {
	width: 300px;
	height: 200px;	
	border: 0px;
  background-color: rgb(219,39,83);
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Verdana;
	font-size: 14px;
  font-weight: normal;
  color: rgb(255,255,255);
}

strong.input_error {
	margin-left: 10px;
	color: rgb(219,39,83);
}
/* <-- forms */

/* easyWebContent --> */
p {
  margin: 0;
  padding: 0;
  display: block;
}

div.image_left {
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.image_center {
	width: 100%;
	text-align: center;	
	margin-top: 5px;
	margin-bottom: 15px;
}

div.image_right {
	width: 100%;
	text-align: right;	
	margin-top: 5px;
	margin-bottom: 15px;
}

img.content {
}

img.content_left {
	float: left; 
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.content_right {
	float: right; 
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
/* <-- easyWebContent */


