/**
 * Title: De Uitvaartverzekering
 * Description: This stylesheet defines the default layout of deuitvaartverzekering.nl
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma, Jelke Boonstra
 * Version: 1.0
 */

body {
	background-color: #A20530;
}

/**
 * Lists
 */
ol.strong li.first strong { background-image: url("lists/1.gif"); }
ol.strong li.second strong { background-image: url("lists/2.gif"); }
ol.strong li.third strong { background-image: url("lists/3.gif"); }

/* Benefits */
ul.benefits-list li { background-image: url("lists/tick.gif"); }

/**
 * Blockquote
 */
blockquote {
	background: url("reference.jpg") no-repeat right center;
}

/**
 * Forms
 */
.required-indicator {
	color: #A20530;
}

.error {
	color: #A20530;
}

/**
 * Container
 */
#container h1,
#container h2 {
	color: #A20530;
}

/**
 * Name
 */
#name a {
	background-image: url("logo.gif");

	width: 346px;
	height: 31px;
}

/**
 * Menu
 */
#menu a {
	color: #A20530;
}

/**
 * Head
 */
#head {
	background-color: #A20530;
}

/**
 * Anchors
 */
a.more-references { 
	background-image: url("buttons/meer-referenties.gif");

	width: 161px;
	height: 26px;

	text-indent: -1000em;
}

#head-top { background-image: url("head/top.gif"); }
#head-bottom { background-image: url("head/bottom.gif"); }

#head h2 {
	color: #FFF;
}

/* Specific styles */
.faq-list-a,
.faq-list-b {
	list-style: none;

	font-size: 12px;

	margin: 10px 0 10px 0;
	padding: 0 0 1px 0;
}

.faq-list-a li,
.faq-list-b li {
	background: url("lists/faq-list-bullet.gif") no-repeat left center;

	padding: 0 0 5px 15px;
}

.faq-list-a {
	float: left;

	width: 280px;
}

.faq-list-b {
	float: left;

	margin-left: 25px;

	width: 280px;
}

.content-image-right {
	float: right;

	margin: 5px;
}

/* Sites */
#site-deuitvaartverzekering-nl {display: none;}
#site-derecreatieverzekering-nl { display: none; }
