body {
	background: #4b0202 url("back.gif") repeat-x;

	color: #caac92;

	font: 90%/1.4 Georgia, "Times New Roman", Times, serif;

	margin: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4 {
	font-weight: normal;
	
	margin: 0;
}

h2 {
	font-size: 34px;
	
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
}

h4 {
	font-size: 24px;
	
	margin-bottom: 5px;
}

/**
 * Anchors
 */
a {
	color: #FFF;
	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**
 * Other
 */
.clear {
	clear: both;
}

p {
	margin: 0 0 20px 0;
}

img {
	border: 0;
}

/**
 * Forms
 */
form {
	margin: 1em 0;
}

input.text, 
textarea, 
select {
	border: none;
	
	background-color: #f7f3de;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;

	padding: 5px;

	width: 20em;
}

input.text:focus, 
textarea:focus, 
select:focus {
	background-color: #FFF;
}

label {
	cursor: pointer;

	float: left;

	display: block;

	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: #FFF;

	padding: 6px 10px 6px 0;

	width: 160px;
}

form .field {
	clear: both;

	margin: .5em 0;
}

form .actions {
	margin-left: 170px;
}

p.error {
	color: #FFF;
	font-size: 85%;
	
	margin-left: 10px;
}

/**
 * Container
 */
.container {
	margin: 0 auto;

	width: 900px;
}

/**
 * Head
 */
#head-wrap {
	background: #620E0E;
}

#head {
	padding: 1px 0;

	position: relative;
}

/**
 * Name
 */
#name {
	margin: 0;
}

#name a {
	background: url("logo.png") no-repeat;

	display: block;

	width: 374px;
	height: 145px;

	position: absolute;

	left: -50px;
}

#name a span {
	display: none;
}

/**
 * Menu
 */
#menu {
	float: right;

	padding: 10px 0;
}

#menu ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	color: #e0cfcf;
	font-size: 18px;

	display: block;

	text-decoration: none;
}

#menu a span {
	display: block;
	
	padding: 12px 10px;
}

#menu a:hover, #menu .active a {
	color: #FFF;
}

#menu .active a {
	background: url("menu-active.gif") top left no-repeat;
}

#menu .active a span {
	background: url("menu-active-right.gif") top right no-repeat;
}

/**
 * Main
 */
#main-wrap {
	background: url("main-top.png") repeat-x;
}

#main-wrap-2 {
	background: url("glow.png") center top no-repeat;
}

#main {
	min-height: 250px;

	padding: 100px 0 20px 0;

	font-size: 16px;
}

#main h2 {
	color: #FFF;

	font-size: 24px;
}

#main strong {
	color: #FFF;
}

/**
 * Content blocks
 */
 .home-block {
	float: left;
	
	width: 450px; 
}

#home-image {
	background: url("home-image.gif") no-repeat;

	float: left;

	margin-right: -130px; 
	margin-top: -30px; 

	width: 511px; 
	height: 458px; 
}

.content-block {
	margin-bottom: 40px;
}

#contact-block {
	float: left;
	
	margin-right: 40px;
	
	width: 600px;
}

#contact-information {
	float: left;
	
	font-size: 14px;
	
	width: 260px; 
}

/**
 * Content items
 */
.link {
	background: url("link.gif") no-repeat;
	
	display: block;
	
	color: #e0cfcf;
	text-align: center;
	text-decoration: none;
	
	width: 180px;
	
	padding: 8px 0 12px 0;
}

.divider {
	background: url("divider.gif") no-repeat;
	
	height: 18px;
	width: 328px;
	
	margin-left: 50px;
	margin-bottom: 15px;
}

.link:hover {
	color: #fff;
}

.image-right {
	float: right;
	
	padding-left: 30px;
}

.image-left {
	float: left;
	
	padding-right: 30px;
}

#main li {
	margin-bottom: 10px;
}

/**
 * Fotos
 */
.fotos {
	margin-bottom: 20px;
}

.fotos img {
	float: left;
	
	margin-right: 20px;
}

/**
 * Arrangementen
 */
.arrangement {
	background: url("bg-block.png") no-repeat;
	
	float: left;
	
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	
	width: 410px;
	
	font-size: 14px;
}

.arrangement .lead {
	font-style: italic;
}

.arrangement h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	
	margin-bottom: 10px;
}

/**
 * Arrangements list
 */
.arrangements-list {
	list-style: none;

	margin: 1em 0;
	padding: 0;

	width: 560px;
}

.arrangements-list li {
	float: left;

	margin: 0 0 10px 0;

	width: 280px;
}

.arrangements-list .description {
	float: right;

	width: 170px;
}

.arrangements-list h3 {
	font-size: 100%;

	margin: 0;
}

.arrangements-list h3 a {
	color: #2B2C26 !important;

	text-decoration: none;
}

.arrangements-list h3 a:hover {
	text-decoration: underline;
}

.arrangements-list p {
	margin: 0;
}

.arrangements-list .image a {
	display: block;
}

.arrangements-list .image img {
	border: 3px solid #cec69b;
	
	display: block;
	
	float: left;
}

/**
 * Bottom
 */
#bottom-wrap {
	background: url("bg-footer.jpg") repeat-x;

	color: #2B2C26;
}

#bottom {
	padding: 10px;
}

#bottom a {
	color: #A20202;
}

#bottom .arrangements-list {
	float: left;

	margin: 0;
}

/**
 * Contact
 */
#contact {
	background: url("contact-back.png") no-repeat;

	float: right;

	padding: 15px 25px;

	position: relative;

	width: 277px;
	height: 177px;
}

#contact p {
	margin-bottom: 5px;
}

/* Hook */
#contact-hook {
	background: url("phone.png") no-repeat;

	position: absolute;

	top: -20px;
	right: -10px;

	width: 112px;
	height: 92px;
}

/**
 * Foot
 */
#foot {
	color: #854F4F;

	font-size: 75%;
	
	padding-top: 1px;
	margin-bottom: 50px;
}

#foot a {
	color: #854F4F;
}

#foot a:hover {
	color: #A88181;
}

/**
 * Copyright
 */
#copyright {
	float: left;
}

/**
 * Pronamic
 */
#pronamic {
	float: right;
}