body {
	background-color: white;
	color: #582509;
	padding: 0;
	margin: 0;
	background: transparent url('../images/header_spacer.jpg') repeat-x;
}

/* Document */
#document {
	background-color: transparent;
	text-align: center;
}

/* Header */
#header {
	height: 131px;
}

#lang {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#BB {
	width: 192px;
	height: 43px;
	position: relative;
	left: 15px;
	top: 96px;
	/*background: transparent url('../images/BB.jpg') no-repeat;*/
}

#beta {
	width: 75px;
	height: 75px;
	margin-top: 15px;
	/*position: absolute;
    top: 25px;
    left: 225px;*/
	/*background: transparent url('../images/christmas_ball.jpg') no-repeat 90% 0%;*/
	z-index: 1;
}

.nrStuff {
	color: #ff8c2d;
	font-size: 12px;
	position: absolute;
	top: 114px;
	right: 20px;
}

td.searchBox {
	text-align: center;
}

#searchBox {
	/* background: transparent url('../images/header_xmas.jpg') no-repeat; */
 	background: transparent url('../images/header.jpg') no-repeat;
	width: 571px;
	height: 131px;
	margin: 0 auto;
	position: relative;
	top: 8px;
	z-index: 1004;
	text-align: left;
}

#searchBoxInput {
	height: 30px;
	width: 535px;
	border: none;
	background: none;
	text-align: center;
	font-size: 20px;
	font-family: times new roman;
	/* changed when focus in searchbox, later reverted again */
	color: #acabab;
	font-style: italic;
	position: relative;
	top: 69px;
	left: 18px;
}

#searchButton {
	width: 77px;
	height: 31px;
	cursor: pointer;
	position: relative;
	top: 98px;
	left: 600px;
}

#advSearchControl {
	color: #6e2e0b;
	width: 132px;
	height: 17px;
	cursor: pointer;
	z-index: 2;
	position: relative;
	top: 54px;
	left: 405px;
}

#searchDim {
	text-align: left;
	z-index: 10;
	width: 230px;
	padding-left: 10px;
	background: transparent url('../images/li_arrow_large.jpg') no-repeat
		0px 5px;
	position: relative;
	top: 72px;
	left: 30px;
}

html>body #searchDim {
	top: 72px;
}

#bookmarks {
	
}

div.bookmark {
	width: 571px;
	margin: 0 auto;
	text-align: left;
}

div.bookmarkAtom {
	z-index: 1004;
	width: 158px;
	position: relative;
	left: 225px;
	top: 12px;
}

#advSearchBoxContainer {
	margin: 0 auto;
	height: 0px;
	width: 530px;
	position: relative;
	left: -1px;
	z-index: 1003;
}

html>body #advSearchBoxContainer {
	width: 480px;
}

#advSearchBox {
	position: absolute;
	top: 0px;
	left: 1px;
	background: white;
	border: 3px solid #ff8c2d;
	height: 0px;
	width: 530px;
	padding: 0px 25px 0px 25px;
	margin-bottom: 25px;
	overflow: hidden;
	display: none;
}

html>body #advSearchBox {
	width: 474px;
	position: relative;
	left: -25px;
}

#advSearchBox form table {
	text-align: left;
	color: #582509;
}

.imgCache {
	display: none;
}

.placeHolder {
	height: 40px;
}

#advSearchBeer form {
	margin: 0;
}

#advSearchBeer form table {
	margin: 0;
}

#advSearchProd form {
	margin: 0;
}

#advSearchProd form table {
	margin: 0;
}

#advSearchCafe form {
	margin: 0;
}

#advSearchCafe form table {
	margin: 0;
}

#login {
	text-align: left;
	position: relative;
	left: -82px;
	z-index: 1005;
	margin-top: 15px;
}

#username {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url('../images/loginVeld.jpg') no-repeat;
	width: 130px;
	height: 25px;
}

#username input {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 110px;
	height: 23px;
	border: none;
	background: none;
	font-family: times new roman;
	/* changed when focus in searchbox, later reverted again */
	color: #acabab;
}

html>body #username input {
	top: 3px;
}

#password {
	background: transparent url('../images/loginVeld.jpg') no-repeat;
	width: 130px;
	height: 25px;
	position: absolute;
	left: 136px;
}

#password input {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 110px;
	height: 23px;
	border: none;
	background: none;
	font-family: times new roman;
	/* changed when focus in searchbox, later reverted again */
	color: #acabab;
}

html>body #password input {
	top: 3px;
}

#loginButton {
	background: transparent url('../images/loginKnop.jpg') no-repeat;
	width: 65px;
	height: 25px;
	position: absolute;
	left: 270px;
	cursor: pointer;
}

#logoutButton {
	background: transparent url('../images/logoutKnop.jpg') no-repeat;
	width: 65px;
	height: 25px;
	float: right;
	cursor: pointer;
	margin: 15px 15px 0px 0px;
}

/* Content */
#content {
	text-align: left;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px;
	width: 1090px;
	position: relative;
}

#contentPane {
	padding: 15px 15px 0px 15px;
	width: 750px;
	font-size: 14px;
	border-left: 1px solid #cfcfcf;
}

html>body #contentPane {
	width: 720px;
}

#contentPane form {
	font-size: 14px;
}

#contentPane table {
	font-size: 14px;
}

/* Left menu */
#leftMenu {
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	padding: 0px 15px 15px 0px;
	margin-right: -1px;
	border-right: 1px solid #cfcfcf;
}

html>body #leftmenu {
	width: 165px;
}

.menuOptions {
	width: 100%;
	margin: 0;
	padding: 45px 0px 0px 0px;
}

.menuOptions a {
	color: #6e2e0b;
	padding: 1px 2px 1px 2px;
}

.menuOptions a:hover {
	text-decoration: none;
	background-color: #ff8c2d;
}

.menuOptions li {
	height: 25px;
	padding-left: 20px;
}

#menuRegister {
	background: transparent url(../images/icons/register_icon.jpg) no-repeat
		3px 0;
	padding-top: 9px;
	margin-bottom: 40px;
}

html>body #menuRegister {
	height: 16px;
}

#menuThuis {
	background: transparent url(../images/icons/thuis_icon.jpg) no-repeat 0
		0;
}

#menuLinks {
	background: transparent url(../images/icons/links_icon.jpg) no-repeat
		2px 0;
}

li#menuAccount {
	margin: 40px 0px 0px 2px;
	background: transparent url(../images/icons/account_icon.jpg) no-repeat
		0 0;
	position: relative;
}

/* li#menuAccount a {
	display: block;
	padding: 0;
	width: 77px;
} */

li#menuAccount a div {
	height: 18px;
	padding: 1px 2px 1px 2px;
	cursor: pointer;
}

/* li#menuAccount a:hover {
	background: #ff8c2d url(../images/icons/ddDown_orange.jpg) no-repeat 95% 65%;
} */

#menuAccount ul {
	position: absolute;
	top: 18px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 138px;
	background-color: #ff8c2d;
	display: none;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#menuAccount ul a:hover {
	background: none;
}

#menuAccount ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

#menuAccount ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 0 0px 8px;
}

html>body #menuAccount ul li a {
	width: 130px;
	height: 21px;
}

#menuAccount ul li a:hover {
	background-color: #6e2e0b;
	color: #ff8c2d;
}

#menuAccount ul ul {
	top: -2px;
	left: 138px;
	width: 138px;
}

#menuAccount ul ul li a {
	width: 138px;
}

html>body #menuAccount ul ul li a {
	width: 130px;
}

#menuAccount a.ddLvlOne {
	background: #ff8c2d url(../images/icons/ddRight_orange.jpg) no-repeat
		95% 50%;
}

/*#menuAccount a.ddLvlOne:hover {
    background: #6e2e0b url(../images/icons/ddRight_brown.jpg) no-repeat 95% 50%;
}*/
.dummy {
	
}

#menuAangeraden {
	background: transparent url(../images/icons/aangeraden_icon.jpg)
		no-repeat 5px 4px;
	height: 27px;
	padding-top: 5px;
	margin-top: 2px;
}

html>body #menuAangeraden {
	height: 22px;
}

#menuBerichten {
	background: transparent url(../images/icons/mail.jpg)
		no-repeat 0px 8px;
	height: 27px;
	padding-top: 5px;
	margin-top: 2px;
}

html>body #menuBerichten {
	height: 22px;
}

.menuVoegToe {
	padding: 5px;
}

.menuVoegToe legend {
	color: #6e2e0b;
}

#menuVoegBierToe {
	background: transparent url(../images/icons/add_beer_icon.jpg) no-repeat
		5px 0;
	margin-top: 6px;
	padding-top: 4px;
}

html>body #menuVoegBierToe {
	
}

#menuVoegProdToe {
	background: transparent url(../images/icons/add_prod_icon.jpg) no-repeat
		2px 0;
	padding-top: 1px;
	margin-top: 6px;
}

html>body #menuVoegProdToe {
	
}

#menuVoegCafeToe {
	background: transparent url(../images/icons/add_cafe_icon.jpg) no-repeat
		0px 0;
	padding-top: 1px;
	margin-top: 6px;
}

html>body #menuVoegCafeToe {
	
}

#menuLogout {
	background: transparent url(../images/icons/logout_icon.jpg) no-repeat
		0px 0px;
	margin-top: 20px;
}

html>body #menuLogout {
	margin-top: 125px;
}

/* Users online */
#usersOnline {
	margin-top: 35px;
	width: 165px;
}

#nrOnline {
	background: transparent url(../images/icons/users_icon.jpg) no-repeat 0
		0;
	padding-left: 20px;
	padding-top: 2px;
	height: 20px;
	font-weight: bold;
}

#usersOnline table {
	border-top: 1px dashed #6e2e0b;
	border-bottom: 1px dashed #6e2e0b;
	width: 100%;
}

#usersOnline td {
	height: 23px;
	cursor: pointer;
}

#usersOnline a {
	color: #b24f16;
	font-weight: bold;
	font-size: 12px;
}

td.userName {
	width: 135px;
}

html>body td.userName {
	width: 133px;
}

td.userName a {
	display: block;
	height: 100%;
	padding: 7px 0px 0px 2px;
}

td.userName a:hover {
	background-color: #ffd5b1;
	text-decoration: none;
}

td.userPic div img {
	float: right;
}

#showAll {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin-top: 2px;
}

#allUsers a {
	color: #6e2e0b;
}

/* Ads */
.ads {
	width: 160px;
}

/* Footer */
.footer {
	height: 16px;
	width: 685px;
	color: #6e2e0b;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin: 0 auto;
	margin-top: 25px;
	border-top: 1px dashed #6e2e0b;
}

/* General */
a {
	color: #C35617;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.imgAnchor {
	margin: 0;
	padding: 0;
}

a.imgAnchor img {
	border: none;
}

a.imgAnchor:hover {
	border: none;
}

a.noLink {
	color: #582509;
}

a.noLink:hover {
	text-decoration: none;
}

b {
	color: #6e2e0b;
}

ul {
	list-style-type: none;
}

p {
	text-align: justify;
	margin-top: 0px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #6e2e0b;
	margin-bottom: 25px;
}

h4 {
	font-weight: bold;
	border-bottom: 1px dashed #6e2e0b;
	margin-bottom: 25px;
}

.pageTop {
	margin-top: 0px;
}

.title {
	font-weight: bold;
}

.largeTitle {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #6e2e0b;
	margin-bottom: 20px;
}

input {
	background-color: #6e2e0b;
	color: #ff8c2d;
	border: none;
}

select {
	background-color: #6e2e0b;
	color: #ff8c2d;
	border: none;
	margin: 0;
}

table {
	text-align: left;
}

th {
	color: #582509;
}

textarea {
	background-color: #6e2e0b;
	color: #ff8c2d;
	border: none;
}

.infoBox {
	
}

.infoTitle {
	border-bottom: 1px dashed #6e2e0b;
}

.infoCell {
	background: transparent url('../images/li_arrow.jpg') no-repeat 0px 4px;
	padding-left: 10px;
}

.separator {
	font-size: 0;
	height: 1px;
	border-bottom: 1px dashed #6e2e0b;
}

.solidSeparator {
	font-size: 0;
	height: 1px;
	border-bottom: 1px solid #6e2e0b;
}

.note {
	font-size: 12px;
	font-weight: normal;
}

.generalError {
	color: red;
	font-size: 14px;
	text-align: left;
	padding-top: 1px;
	padding-left: 20px;
	background: transparent url('../images/warning.jpg') no-repeat 0px 0px;
}

.success {
	border: 1px solid green;
	color: green;
	background-color: #c9ffc9;
	font-size: 14px;
	text-align: left;
	height: 25px;
	width: 300px;
	padding: 8px;
	margin-bottom: 15px;
}

.error {
	border: 1px solid red;
	color: red;
	background-color: #ffbfbf;
	font-size: 14px;
	text-align: left;
	height: 25px;
	width: 300px;
	padding: 8px;
	margin-bottom: 15px;
}

html>body .success,.error {
	height: 17px;
}

.checkError {
	background: #ffbfbf url(images/warning_red.jpg) no-repeat 0 8px;
	padding: 8px 8px 8px 20px;
	border: 1px solid red;
	text-align: justify;
	position: absolute;
	top: 75px;
	left: 220px;
	width: 650px;
}

html>body .checkError {
	width: 622px;
}

td.searchButton {
	text-align: right;
}

td.searchButton input,div.searchButton,input.searchButton {
	background: #6e2e0b;
	color: white;
	padding: 4px;
	cursor: pointer;
	text-align: center;
}

td.resetButton {
	text-align: right;
}

td.resetButton input {
	background: white;
	color: #C35617;
	cursor: pointer;
	width: 95px;
	text-decoration: underline;
}

ul.normalList {
	list-style-image: url('../images/li_arrow.jpg');
}

ul.normalList li {
	margin-bottom: 10px;
	text-align: justify;
}

.beerRef {
	background: transparent url('../images/li_arrow.jpg') no-repeat 0% 50%;
	padding-left: 10px;
	color: #C35617;
}

div.sendInfo {
	text-align: center;
	margin-top: 25px;
}

div.sendInfo span {
	background: transparent url('../images/mail.jpg') no-repeat 0 0;
	padding-left: 24px;
}

#fb {
/*	position: relative;*/
/*	top: -15px;*/
/*	left: 15px;*/
	margin-left: 5px;
	text-align: left;
}

.showAllItems {
	color: #6e2e0b;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

.matchEmph {
	color: #C35617;
	font-weight: bold;
}

.toggleAnchor {
	color: #582509;
}

.toggleAnchor:hover {
	text-decoration: none;
}

.notFoundAdd {
	padding-left: 10px; 
	margin-top: 15px; 
	background: transparent url('../images/li_arrow.jpg') no-repeat 0 3px;
}

.naamNodig {
	padding-left: 2px; 
	font-size: 11px;
}