body {
	background-image: url('/i/grfx/background.jpg');
	background-attachment: fixed;
	background-position: top center;
	font-family: Verdana;
	font-size: 13px;
	color: #431e04;
	text-align: center;
	min-width: 750px;
	padding: 0;
	margin: 0;
	}

#container {	
	background-color: #fbe9c2;
	text-align: left;
	padding: 0;
	width: 700px;
	margin:0 auto;
	}
	
.container_padding {
	padding: 0 20px;
}

.input {
	border: 1px solid #641a03;
	background-color: #fff9eb;
	font-size: 12px;
	padding: 2px;
	}
	
h1 {
	padding: 20px 0 0 0;
	margin: 0;
	}
p.sub {
	font-size: 14px;
	font-weight: bold;
	color: #a52700;
	padding: 5px 0 20px 0;
	margin: 0;
}

p.menu {
	clear: both;
	padding: 0 10px 15px 20px;
	font-size: 12px;
	line-height: 14px;
}

p.menu img {
	float: right;
	border: 1px solid #fff;
	margin: 0 0 0 10px;
}

p.menu b {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}


a:link, a:visited, a:hover, a:active { color: #ffffff; }



#reactie_list {
	padding-bottom: 10px;
	border-bottom: 1px solid #c3441d;
}

p {
	margin: 10px 0;
}

p.reactie {
	font-size: 12px;
	margin: 5px 0 20px 0;
	padding: 0;
}

p.reactie_naam {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
}



.accordion_toggle {
	display: block;
	height: 27px;
	background-color: #a4734b;
	line-height: 27px;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom: 1px solid #fbe9c2;
	padding: 0 15px;
	}

.accordion_toggle_active {
	background-color: #be9b7d;
	color: #ffffff;
	}

.accordion_content {
	overflow: hidden;
	background-color: #803901;
	color: #ffffff;
	padding: 0 20px 0 20px;
	}

.horizontal_accordion_toggle {
	float: left;	/* This make sure it stays horizontal */
	display: block;
	height: 480px;
	width: 30px;
	background-color: #c3441d;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	
	}
	
.menu_v { background-image: url('/i/grfx/menu_v.png'); }
.menu_h { background-image: url('/i/grfx/menu_h.png'); }
.menu_n { background-image: url('/i/grfx/menu_n.png'); }
.menu_d { background-image: url('/i/grfx/menu_d.png'); }

.horizontal_accordion_toggle span {
	display: none;
}

.horizontal_accordion_toggle_active {
	background-color: #dd6d23;
	border-right: none;
	background-position: -30px 0;
	}

.horizontal_accordion_content {
	height: 350px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	overflow: hidden;
	}
	
.horizontal_accordion_content p {
	width: 480px;
	}

#horizontal_container {
	margin: 20px auto 20px auto;
	width: 670px;
	height: 340px; 
	}
	
#fotos {
	margin: 20px;
}
	
#fotos img {
	border: 1px solid #dd6d23;;
}
