body {
	height: 100%;
	margin: 0px;
	background-color:#009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
}
/*
// CONTAINER 
*/
#container {
	position: absolute;
  width: 860px; /* Breedte van je object */
  margin-left: -430px; /* helft van de breedte (negatief) */
  left: 50%;
	padding: 0px;
	margin-top: 0px;
}
/*
// HEADER + MENU
*/
#header {
	float: left;
	width: 860px;
}
#header #menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
}
#header #menu .item, #header #menu .item_last {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header #menu .item a {	
	background-image: url(../images/menu_item.gif);
	display: block;
	width: 109px;
	height: 80px;
	padding: 10px 10px 0px 20px;
	margin-right: 5px;
	color: #000000;
}
#header #menu .item_last a {
	background-image: url(../images/menu_item.gif);
	display: block;
	width: 109px;
	height: 80px;
	padding: 10px 10px 0px 20px;
	margin: 0px;
	color: #000000;
}
#header #menu a:hover {
	background-image: url(../images/menu_item_over.gif);
	color: #FFFFFF;
}
#header a {
	text-decoration: none;
}
#header #flashcontent {
	float: left;
	width: 860px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}
#header #menu h1 {
	margin: 5px 0 5px 0;
	font-size: 16px;
	color: #009900;
}
/*
// CONTENT
*/
#content {
	float: left;
	margin: 4px 0px 0px 0px;
}
#content_header {
	float: left;
	background: url(../images/content_header.gif) top left no-repeat;
	height: 7px;
	width: 860px;
	line-height: 0px;
}
#content_middle {
  float: left;
	background: url(../images/content_bg.gif) top left repeat-y;
	width: 860px;
}
#content_middle #content_left {
	float: left;
	width: 620px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	min-height: 450px;
	_height: 450px;
}
#content_middle #content_right {
	float: left;
	width: 157px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	min-height: 250px;
}
#content_middle #content_right .readmore {
	background: url(../images/arrow_normal.png) top right no-repeat;
	text-align: right;
	display: block;
	padding-right: 18px;
	font-size: 10px;
	line-height: 12px;
	color: #009900;
	text-decoration: none;
}
#content_middle #content_right .readmore:hover {
	background: url(../images/arrow_over_black.png) top right no-repeat;
	color: #000000;
}
#content_footer {
	clear:left;
	background: url(../images/content_footer.gif) top left no-repeat;
	height: 7px;
	width: 860px;
	line-height: 0px;
}
#content_middle a {
	color: #009900;
	text-decoration: none;
}
#content_middle a:hover {
	color: #000000;
	text-decoration: underline;
}
/*
// FOOTER
*/
#footer {
	float:left;
	margin-top: 4px;
	width: 860px;
	background-color: #000000;
	height: 50px;
}
#footer #footer_header {
	line-height: 0px;
 	background: url(../images/footer_header.gif) top left no-repeat;
	height: 10px;
	width: 860px;
	padding: 0;
}
#footer #footer_content {
	font-size: 11px;
	color: #FFFFFF;
	padding: 15px 20px 0px 20px;
}
#footer #footer_content #content_left {
	width: 410px;
	float: left;
	text-align: left;
}
#footer #footer_content #content_right{
	width: 410px;
	float: left;
	text-align: right;
}
#footer #footer_content a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footer_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* This is the style of your browser text */
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
a img {
	border: 0px;
}
.write_msg {
	text-align: center;
	width: 600px;
	padding: 10px;
}
.gb_entry {
	width: 600px;
	border-bottom: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	padding: 5px;
}
.gb_name {
	width: 600px;
	font-weight: bold;
}
.gb_msg {
	margin-top: 5px;
	width: 600px;
}
.gb_date {
	margin-top: 5px;
	color: #009900;
	float: left;
	width: 500px;
	font-size: 10px;
}
.gb_ip {
	margin-top: 5px;
	color: #009900;
	float: left;
	text-align: right;
	font-size: 10px;
	width: 100px;
}
.between {
	width: 600px;
	padding: 10px;
}
.clear {
	clear: left;
}
.gb {
	width: 600px;
	border-bottom: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	border-left: 0px;
	border-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gb fieldset {
	border: 0px;	
	padding-left: 175px;
	margin:0px;
	width: 300px;
}
.gb fieldset label {
	width: 300px;
	float: left;
	font-weight: bold;
}
.gb fieldset input {
	width: 300px;
	float: left;
	border: 1px #CCCCCC solid;
	font-family: arial;
	font-size: 12px;
}
.gb fieldset textarea {
	width: 300px;
	float: left;
	border: 1px #CCCCCC solid;
	font-family: arial;
	font-size: 12px;
	height: 100px;
}
.gb fieldset p {
	width: 300px;
	clear: both;
 	padding-top: 5px;
	margin: 0px;
}
.gb fieldset .submit {
	border: 1px #CCCCCC solid;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

/* POLL */ 
.answer {
	margin: 10px 0px 10px 0px;
}
.answer .breed {
	witdh: 157px;
}
.answer .balk {
	font-size: 0px;
	height: 4px;
	background-color:#009933;
	border: 0px;
}
#msg {
	font-weight: bold;
	font-style:italic;
}
.total_votes {
	font-style:italic;
}
.submit {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #CCCCCC solid;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.agenda {
	margin-top: 18px;
}