/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background: url(../img/body-bg.png) repeat-y top center;
	font: 11px/170% Arial, Helvetica, sans-serif;
	color: #363636;
}

a:link, a:visited {
	color: #9E9E9E;
}

a:hover, a:active {
	color: #E53138;
}

a.action {
	padding-right: 12px;
	background: url(../img/arrow-right-red.gif) no-repeat 100% 50%;
	text-decoration: none;
	color: #E53138 !important;
}

a.action:hover {
	background: url(../img/arrow-right-gray.gif) no-repeat 100% 50%;
	color: #9E9E9E !important;
}

blockquote {
	padding-left: 14px;
	background: url(../img/arrow-right-red.gif) no-repeat 0 3px;
}

h2 {
	margin: 20px 0 10px;
	font-size: 22px;
}

h3 {
	margin: 20px 0 8px;
	font-size: 18px;
}

h4 {
	margin: 20px 0 6px;
	font-size: 16px;
}

h5 {
	margin: 20px 0 4px;
	font-size: 14px;
}

h6 {
	margin: 20px 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

p {
	margin: 0 0 20px;
}

p#intro {
	margin: 20px 0;
	font-size: 18px;
	line-height: 150%;
	color: #9E9E9E;
}

p.error {
	font-weight: bold;
	color: #E53138;
}


/* Form elements */

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

input.text {
	padding: 4px;
	width: 250px;
	background: url(../img/input-bg.gif) repeat-x;
	border: 1px solid #D0D0D0;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

textarea {
	padding: 4px;
	width: 350px;
	height: 150px;
	background: url(../img/input-bg.gif) repeat-x;
	border: 1px solid #D0D0D0;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

input.small {
	width: 40px;
}

input.medium {
	width: 100px;
}

input.large {
	width: 175px;
}

input.small-fit {
	width: 197px;
}

input.focus {
	color: black !important;
}

legend {
	margin: 0;
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	color: #E53138;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

select {
	padding: 2px;
	border: 1px solid #D0D0D0;
	font-size: 11px;
	color: #363636;
}


/* Specific form styles */

#middle form {
	margin: 30px 0;
}

#middle form p {
	margin: 0 0 15px;
}

#middle form p.indent {
	margin: 0 0 10px;
	padding-left: 150px;
}

#middle form p.extra-indent {
	padding-left: 173px;
}

#middle form p img {
	margin: 0 4px;
	vertical-align: middle;
}

#search-form .text {
	padding: 2px 4px;
}

#payment legend {
	display: none;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

thead td {
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
}

table.related {
	margin: 10px -15px 30px;
	width: 570px;
}

table.related tr.hover td {
	cursor: pointer;
}

table.no-pointer tr.hover td {
	cursor: default;
}

table.related thead td {
	background-color: #E53138;
	border-bottom: 0;
	color: white;
}

table.related td.arrow {
	padding: 8px 0 8px 15px;
	width: 10px;
	background: url(../img/arrow-right-gray.gif) no-repeat 15px 50%;
}

table.related tr.hover td.arrow {
	background: url(../img/arrow-right-red.gif) no-repeat 15px 50%;
}

table.related td.filename {
	font-weight: bold;
}

table.related tr.hover td.filename {
	color: #E53138;
}

table.related td.filesize,
table.related td.filetype {
	width: 50px;
	font-size: 10px;
	color: #9E9E9E;
}

table.related td.date {
	width: 60px;
	font-size: 10px;
	color: #9E9E9E;
}

table.related tr.hover td.filesize,
table.related tr.hover td.filetype,
table.related tr.hover td.date {
	color: #666;
}

table.related td.download,
table.related td.more {
	width: 80px;
}

table.related td.download a {
	padding-right: 20px;
	background: url(../img/download-icon.gif) no-repeat right center;
	text-decoration: none;
	color: #E53138;
}

table.related td.download a:hover,
table.related tr.hover td.download a {
	background: url(../img/download-icon-hover.gif) no-repeat right center;
}


/* Layout */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#content {
	overflow: hidden;
}

#inner-content {
	width: 970px;
	overflow: hidden;
}

.inner {
	margin: 0 auto;
	width: 960px;
}

.column {
	float: left;
	margin-right: 10px;
}

#left {
	width: 185px;
}

#middle {
	padding: 0 15px 10px;
	width: 540px;
	background: white url(../img/content-shadow.gif) no-repeat bottom left;
}

#right {
	width: 185px;
}

#right-span {
	margin: 0;
	width: 775px;
	overflow: hidden;
}

.story {
	position: relative;
	margin-top: -135px;
}


/* Tab bar */

#tabbar {
	width: 100%;
	height: 55px;
	background: #D0D0D0 url(../img/tabbar-gradient.png) repeat-x bottom center; /* ANDERE OPLOSSING MOGELIJK? */
}

#tabbar .inner {
	height: 100%;
}

#tabs {
	float: right;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#tabs li {
	float: left;
	margin-left: 1px;
}

#tabs li a {
	display: block !important;
	display: inline-block; /* IE6 fix */
	padding: 0 9px;
	height: 25px;
	background: url(../img/tab-bg.png) repeat-x;
	border: 1px solid white;
	border-bottom: none;
	text-decoration: none;
	line-height: 25px;
	color: #7E7E7E;
}

#tabs li a:hover {
	color: white;
}

#tabs li.selected a {
	height: 26px;
	background: white none;
	border-color: #9E9E9E;
	color: #363636;
}


/* Header */

#header {
	height: 140px;
}

#header-wrap {
	height: 80px;
	overflow: hidden;
}

#header h1 {
	float: left;
	margin: 0;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 185px;
	height: 80px;
	background: #E53138 url(../img/ardanta-logo.gif) no-repeat;
	text-indent: -9999px;
}


/* Tagline */

#tagline {
	float: left;
	margin: 0;
	padding: 16px 20px;
	width: 550px;
	height: 48px;
	font: 16px "Arial Narrow";
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 150%;
	color: #9E9E9E;
	overflow: hidden;
}


/* Phone */

#phone {
	float: left;
	padding: 6px 10px;
	width: 165px;
	height: 68px;
}

#phone p {
	margin: 0;
	font-size: 10px;
	line-height: normal;
	color: #777;
}

#phone .phone-number {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: black;
}


/* Quick navigation */

#quicknav {
	height: 40px;
	overflow: hidden;
}


/* Breadcrumbs */

#breadcrumbs {
	float: left;
	margin: 6px 0 0 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#breadcrumbs li {
	float: left;
}

#breadcrumbs li a {
	padding: 0 10px 0 16px;
	background: url(../img/arrow-right-gray.gif) no-repeat center left;
	text-decoration: none;
}

#breadcrumbs li a:hover {
	background: url(../img/arrow-right-red.gif) no-repeat center left;
}


/* Font sizer */

#fontsizer {
	float: right;
	margin: 15px 15px 0 0;
}

#fontsizer #fontsmall {
	font-size: 11px;
}

#fontsizer #fontmedium {
	font-size: 14px;
}

#fontsizer #fontlarge {
	font-size: 16px;
}

#fontsizer a {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #9E9E9E;
}

#fontsizer a:hover {
	color: #E53138;
}

#fontsizer a.active {
	text-decoration: underline;
	color: #E53138;
}

.medium-font {
	font-size: 120% !important;
}

.large-font {
	font-size: 140% !important;
}


/* Search form */

#search-form {
	float: right;
	padding: 5px;
	width: 175px;
	background-color: white;
}

#search-form input {
	vertical-align: middle;
}

#search-form #search {
	width: 145px;
	color: #9E9E9E;
}


/* Blocks */

.block {
	width: 100%;
	padding: 0 0 10px;
	overflow: hidden;
}

.block.left {
	width: 185px;
	background: white url(../img/block-shadow-left.gif) no-repeat bottom left;
}

.block.middle {
	width: 570px;
	background: white url(../img/content-shadow.gif) no-repeat bottom left;
}

.block.right {
	width: 185px;
	background: white url(../img/block-shadow-right.gif) no-repeat bottom left;
}

.block.image a {
	display: block;
}

.block.image img {
	display: block;
}

.block .title {
	margin: 0 0 10px;
	padding: 4px 6px;
	background-color: #9E9E9E;
	font-weight: bold;
	color: white;
}

.block .title-gradual {
	margin: 0;
	padding: 8px 10px;
	background: url(../img/block-title-bg.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
}

.block .title-gradual .action {
	margin-left: 5px;
	padding-right: 9px;
	background: url(../img/arrow-right-gray-small.gif) no-repeat 100% 4px;
	font-size: 10px;
	color: #9E9E9E !important;
}

.block .title-gradual .action:hover {
	background: url(../img/arrow-right-red-small.gif) no-repeat 100% 4px;
	color: #E53138 !important;
}

.block .toolbar {
	padding: 5px 10px;
	height: 20px;
	border-top: 1px solid #DDD;
	overflow: hidden;
}

.block .toolbar a.action {
	float: right;
}

.block h2 {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 16px;
	color: #E53138;
}

.block p {
	margin: 0 0 10px;
	padding: 0 10px;
}


/* Uitvaartwaardemeter block */

#uitvaartwaardemeter {
	display: block;
	width: 185px;
	height: 190px;
	background: url(../img/uitvaartwaardemeter.jpg) no-repeat;
	text-indent: -9999px;
}


/* Homepage blocks */

#news, #ad, #tussenpersoon {
	float: left;
	margin-right: 10px;
}


/* News block */

#news {
	width: 375px;
	height: 178px;
}

.article-thumb {
	float: left;
	padding: 10px;
	width: 100px;
}

.article-thumb a {
	display: block;
	width: 100px;
	height: 70px;
	background-color: #E0E0E0;
}

.article-thumb img {
	vertical-align: middle;
}

.article-text {
	float: left;
	padding: 10px 0;
	width: 245px;
}

.article-text h2 {
	margin: 0 0 5px;
	padding: 0;
}

.article-text p {
	margin: 0 0 5px;
	padding: 0;
}

.article-text p.date {
	margin: 0 0 5px;
	font-weight: bold;
	color: #9E9E9E;
}

.article-text a {
	text-decoration: none;
	color: #E53138;
}

.article-text a:hover {
	text-decoration: none;
	color: #363636;
}


/* Ad block */

#ad {
	display: block;
	width: 185px;
}

#ad a,
#ad img {
	display: block;
	width: 185px;
	height: 143px;
}

/* Story block */

#story {
	background-color: #363636;
}

#story p {
	font-size: 12px;
	font-style: italic;
	color: white;
}

#story a.action {
	display: block;
	padding: 0 10px 0 40px;
	height: 30px;
	background: #E53138 url(../img/arrow-right-white-red-story.gif) no-repeat;
	line-height: 30px;
	color: white !important;
}

#story a.action:hover {
	background: #E8464C url(../img/arrow-right-white-red-story-hover.gif) no-repeat;
}


/* Story visual */

#story-visual,
#story-scroller .slide {
	position: relative;
	margin-bottom: 10px;
	height: 300px;
}

#story-visual blockquote,
#story-scroller .slide blockquote {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 30px;
	left: 30px;
	width: 430px;
	background: none;
}

#story-visual blockquote p,
#story-scroller .slide blockquote p {
	font-size: 20px;
	font-style: italic;
	line-height: 120%;
	color: white;
}

#story-visual blockquote #quotee,
#story-scroller .slide blockquote #quotee {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #E53138;
}


/* Story scroller */

#scroller-wrap {
	position: relative;
	margin-bottom: 10px;
	width: 765px;
	height: 300px;
}

#story-scroller {
	position: relative;
	width: 765px;
	height: 300px;
	overflow: hidden;
}

#scroller-content {
	width: 7650px;
}

#story-scroller .slide {
	float: left;
	margin: 0;
	width: 765px;
}

#story-scroller .slide a.action {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 60px;
	margin: 0;
	padding: 0 10px 0 40px;
	height: 30px;
	background: #E53138 url(../img/arrow-right-white-red-story.gif) no-repeat;
	line-height: 30px;
	color: white !important;
}

#story-scroller .slide a.action:hover {
	background: #E8464C url(../img/arrow-right-white-red-story-hover.gif) no-repeat;
}

#scroller-wrap .carousel-control {
	position: relative;
	display: block;
	margin-top: -50px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}

#scroller-wrap #prev-slide {
	float: left;
	background: url(../img/visual-prev.gif) no-repeat;
	outline: 0px solid black;
}

#scroller-wrap #next-slide {
	float: right;
	background: url(../img/visual-next.gif) no-repeat;
	outline: 0px solid black;
}


/* Zip check form */

#zip-check-form {
	margin: 0;
	padding: 0 10px 10px;
}

#zip-check-form input {
	vertical-align: middle;
	color: #9E9E9E;
}

#zip-check-form .action {
	vertical-align: middle;
}

#zip-num {
	width: 30px;
}

#zip-char {
	margin-right: 5px;
	width: 20px;
}


/* Accordion */

#accordion,
#accordion_closed {
	width: 100%;
	margin-bottom: 20px;
}

#accordion .accordion_toggle,
#accordion_closed .accordion_toggle {
	display: block;
	padding: 6px 10px 6px 30px;
	background: url(../img/arrow-right-gray.gif) no-repeat 12px 10px;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	color: #363636;
	outline: none;
}

#accordion .accordion_toggle:hover,
#accordion_closed .accordion_toggle:hover {
	background: url(../img/arrow-right-red.gif) no-repeat 12px 50%;
	color: #E53138;
}

#accordion .accordion_toggle_active,
#accordion_closed .accordion_toggle_active {
	padding: 15px 10px 10px 30px;
	background: url(../img/accordion-content-bg.gif) no-repeat !important;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #E53138;
}

#accordion .accordion_content,
#accordion_closed .accordion_content {
	width: 540px;
	background: url(../img/accordion-content-bg.gif) no-repeat bottom left;
	overflow: hidden;
}

#accordion .accordion_content p,
#accordion_closed .accordion_content p {
	margin: 0;
	padding: 0 15px 15px 30px;
}


/* News */

.article {
	width: 100%;
	overflow: hidden;
}

.article .article-thumb {
	padding: 38px 10px 10px 0;
}

.article h3 {
	margin: 0 0 5px;
	line-height: normal;
}

.article h3 a {
	color: #E53138 !important;
}

.article h3 a:hover {
	color: #363636 !important;
}

/* Disclaimer lightwindow */

#disclaimer {
	line-height: 170%;
	width: 500px;
}

/* Footer */

#footer {
	margin-bottom: 40px;
	height: 30px;
	border-top: 1px solid #D0D0D0;
}


/* Service navigation */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	float: left;
	margin-left: 8px;
}

#service-navigation li a {
	text-decoration: none;
	line-height: 30px;
}
