body {
	margin: 0px;
	background-color: #e7eed9;
	/* background-color: #b2baa3; */
	font-family: verdana;
	font-size: 11px;
}

#page-container {
	width: 805px;
	margin: auto;
}

#positioning {
	width: 805px;
	background-color: #d5dcc8;
	/* background-color: #a3ac91; */
	float: left;
}

#layout-container {
	width: 783px;
	background-color: #ffffff;
	margin: auto;
}

#titlebar {
	width: 783px;
	height: 41px;
	overflow: hidden;
	background: url(titlebar.png) no-repeat;
}
#search-container {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
.title-input {
	background: #4d4d4d;
	color: #d8d8d8;
	border: 1px solid #a8a8a8;
	font-size: 11px;
	padding-left: 2px;
}
.title-button {
	background: #4d4d4d;
	color: #d8d8d8;
	border: 1px solid #a8a8a8;
	font-size: 11px;
	background: url(title-button_bg.gif) top repeat-x #353535;
	
}
#login-container {
	clear: both;
	height: 20px;
	width: 415px;
	float: left;
	padding-left: 170px;
	padding-top: 10px;
	color: #fff;
}

.toplink a {
	color: #c8c8c8;
	text-decoration: none;
}
.toplink a:hover {
	text-decoration: underline;
}


#header {
	width: 783px;
	height: 147px;
	background: url('header.png') no-repeat;
}
#menubar {
	width: 783px;
	height: 41px;
	background: url(menubar-bg.png) repeat-x;
}
#menubar .button_home a {
	width: 107px;
	height: 41px;
	background: url(button_home.png) no-repeat top;
	float: left;
}
#menubar .button_home a:hover {
	background-position: bottom;
}
#menubar .button_media a {
	width: 106px;
	height: 41px;
	background: url(button_media.png) top;
	float: left;
}
#menubar .button_media a:hover {
	background-position: bottom;
}
#menubar .button_info a {
	width: 99px;
	height: 41px;
	background: url(button_info.png) top;
	float: left;
}
#menubar .button_info a:hover {
	background-position: bottom;
}
#menubar .button_forum a {
	width: 70px;
	height: 41px;
	background: url(button_forum.png) top;
	float: left;
}
#menubar .button_forum a:hover {
	background-position: bottom;
}
#menubar .button_memberlist a {
	width: 109px;
	height: 41px;
	background: url(button_memberlist.png) top;
	float: right;
}
#menubar .button_memberlist a:hover {
	background-position: bottom;
}
#menubar .button_zoeken a {
	width: 79px;
	height: 41px;
	background: url(button_zoeken.png) top;
	float: right;
}
#menubar .button_zoeken a:hover {
	background-position: bottom;
}
#menubar .button_faq a {
	width: 55px;
	height: 41px;
	background: url(button_faq.png) top;
	float: right;
}
#menubar .button_faq a:hover {
	background-position: bottom;
}
#menubar .button_conventies a {
	width: 109px;
	height: 41px;
	background: url(button_conventies.png) top;
	float: left;
}
#menubar .button_conventies a:hover {
	background-position: bottom;
}
#menubar .button_cpanel a {
	width: 149px;
	height: 41px;
	background: url(button_cpanel.png) top;
	float: right;
}
#menubar .button_cpanel a:hover {
	background-position: bottom;
}

#content-container {
	width: 783px;
	background: url(menu-bg.png) left repeat-y;
	background-color: #FFFFFF;
	float: left;
}

#menu {
	width: 199px;
	float: left;
}
#menu .head {
	height: 35px;
	background: url(menu-head.png) no-repeat;
	padding-left: 20px;
	padding-top: 22px;
	color: #94a07c;
	font-weight: bold;
}
#menu .links {
	padding-left: 10px;
	color: #e02b16;
}

#menu a {
	color: #e02b16;
	text-decoration: none;
}
#menu a:hover {
	color: #b81e0c;
	text-decoration: none;
}

#menu .link a {
	color: #e02b16;
	text-decoration: none;
	padding-left: 15px;
	margin-left: 10px;
	width: 180px;
}
#menu .link a:hover {
	color: #b81e0c;
	background: url(menu_hover.gif) left no-repeat;
}

#content {
	width: 578px;
	padding-left: 6px;
	padding-top: 6px;
	float: left;
}

#content .info-box {
	width: 140px;
	height: 134px;
	background: url(info-box.png) no-repeat;
	padding-right: 4px;
	float: left;
}
#content .info-box .title {
	padding-top: 4px;
	font-weight: bold;
	color: #969e87;
	text-align: center;
}
#content .info-box .content {
	padding-top: 7px;
	padding-left: 3px;
	color: #666666;
}
#content .info-box .content a {
	color: #335c02;
	text-decoration: none;
}
#content .info-box .content a:hover {
	color: #1e3201;
	text-decoration: underline;
}

.real-content {
	position: relative;
	width: 572px;
	padding-top: 12px;
	float: left;
}
a {
	color: #e02b16;
}
a:hover {
	color: #b81e0c;
	text-decoration: none;
}

#footer {
	width: 760px;
	height: 26px;
	padding-left: 23px;
	padding-top: 15px;
	background: url(footer-bg.png) repeat-x;
	color: #ffffff;
	float: left;
}
#footer a {
	color: #94a07c;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

li {
	margin-left: 13px;
}

form {
	margin: 0px;
}