/**
 * Bravo Vouwwagenwereld stylesheet
 * (c) Reclame Henk de Lange
 *
 * @colors
 *   % black  green  orange
 * 100 000000 026227 CF7800
 *  90 191919 1B713C D38519
 *  80 333333 348152 D89333
 *  70 4C4C4C 4D9167 DDA04C
 *  60 666666 67A07D E2AE66
 *  50 7F7F7F 80B093 E7BB7F
 *  40 999999 99C0A8 EBC999
 *  30 B2B2B2 B3CFBE F0D6B2
 *  20 CCCCCC CCDFD3 F5E4CC
 *  10 E5E5E5 E5EFE9 FAF1E5
 */

/* Generics */

body, input, textarea, select, a {
	font-family: arial, helvetica, sans-serif;
	color: #026227;
}
html, body {
	height: 100%;
}
body {
	font-size: 80%;
	background: #05491d url(../img/bg_x.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

h4, h5 {
	font-size: 100%;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	border: none;
	color: inherit;
}

.clear {
	clear: both;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
th {
	text-align: left;
}

ul, ol {
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em; /* gecko */
}
ol {
	margin-left: .5em;
}
ul {
	list-style-type: square;
}

hr.clear {
	visibility: hidden;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #348152;
}
a:hover {
	border-bottom: 1px solid #026227;
}
a.pointer {
	color: #026227;
	background: url(../img/pointer_link.gif) no-repeat right .4em;
	padding-right: 14px;
	text-decoration: none;
	float: right;
	border: none;
}
a.pointer:hover {
	text-decoration: underline;
}

.small {
	font-size: 87%;
}
.strike {
	text-decoration: line-through;
}
.promo {
	color: #CF7800;
	font-size: 160%;
}
.footnote {
	color: #4D9167;
}
.with-caption {
	text-align: center;
}

table.with-visuals td {
	vertical-align: middle;
		padding: 5px 0;
}
table.with-visuals td.visuals {
	width: 15%;
}
table.with-visuals td.visuals a {
	border-bottom: none;
}

/* Input */

input.button {
	color: white;
	background-color: #cf7800;
	border-width: 2px;
	border-color: #e3b16b #813800 #813800 #e3b16b;
}
input.textfield, select, textarea {
	background-color: #e1ece5;
	border: 1px solid #e1ece5;
}
textarea {
	font-size: 100%;
}
form label.name {
	font-weight: bold;
	display: block;
}
form .row {
	margin-bottom: .3em;
}
form .buttons {
	text-align: right;
}
form .buttons input {
	margin-left: .6em;
}

/* Layout */

#layout {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: white;
}
/*
#layout-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg_y.png) repeat-y center top;
}
*/
#logo {
	position: absolute;
	z-index: 1001;
	left: 30px;
	top: 30px;
	border: none;
}

#nav-locales {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 22px;
	top: 0px;
	z-index: 10001;
}
#nav-locales li {
	float: left;
	border: none;
}
#nav-locales a {
	text-decoration: none;
	border: none;
}

#nav {
	position: absolute;
	z-index: 1000;
	right: 30px;
	top: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	border: none;
}
#nav-bg {
	z-index: 999;
	border: 1px solid red;
}
/* Suckerfish-style dropdowns, show/hide nested <ul>s */
#nav ul {
	display: none;
	background-color: #043d18;
	list-style-type: none;
	margin: 0;
	margin-top: -6px;
	padding: 5px 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	font-size: 105%;
}
.nl-nl #nav ul {
	width: 113px;
}
.de-de #nav ul {
	width: 138px;
}
#nav li.over ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #275839;
}
#nav ul li.last {
	border-bottom: none;
}
#nav ul a {
	color: white;
	display: block;
	font-weight: bold;
	padding: 3px 0 3px 18px;
}
#nav ul a:hover {
	background-color: #031b0b;
}

ul.columns {
	list-style-type: none;
	margin: 0; /* ie */
	padding-left: 0; /* moz */
}
ul.columns .column {
	display: table-cell;
	vertical-align: top; /* ie */
	padding-left: 30px;
	overflow: hidden;
}
.column.last {
	padding-right: 30px;
}


/* SEO */

div#domain-links {
	position: absolute;
	z-index: 0;
}
#domain-links a {
	color: white;
	text-decoration: none;
	position: absolute;
}


/* Content */

#lead-in {
	position: relative;
	height: 420px;
}
img#lead-in {
	margin-bottom: -6px;
}
ul#lead-in {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#lead-in li {
	display: none;
}
ul#lead-in li.first {
	display: block;
}
#lead-in #text {
	position: absolute;
	left: 760px;
	top: 165px;
	padding-right: 30px;
	width: 175px;
}
#lead-in #text h2 {
	margin-top: 0;
	color: white;
	font-size: 180%;
	line-height: 1.2em;
}
#lead-in #text a {
	color: white;
}
#lead-in #text p {
	color: #bdc0bb;
}

#accent {
	position: absolute;
	top: 224px;
	right: -20px;
	z-index: 1000;
}

#call-to-action {
	display: none;
}

h1 {
	color: white;
	background-color: #026227;
	font-size: 270%;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 17px 30px;
	height: 28px;
}
.sIFR-hasFlash h1 {
	padding-top: 3px;
	height: 35px;
}
.sIFR-hasFlash h2 {
	margin: 0;
}
h3 {
	font-size: 165%;
}
.sIFR-hasFlash h3 {
	height: 26px;
	margin-bottom: .5em;
}

.intro {
	font-size: 110%;
	line-height: 160%;
}

.column.span2 {
	width: 435px;
}
.column.span3 {
	width: 668px;
	padding-right: 30px;
}
.column.alt {
	padding-right: 30px;
	width: 203px;
	color: #67A07D;
}
.column.alt h3, .column.alt h3 a {
	color: #D38519;
}
.column.highlight {
	background-color: #d1e2d8;
	width: 172px;
	padding-right: 30px;
	height: 100%;
}

ul.summary {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
ul.summary li {
	clear: both;
}
/* Should be h4, p used because sIFR auto-replaces all h* elements */
ul.summary p.heading {
	font-size: 100%;
	margin-bottom: 0;
	margin-top: .8em;
	font-weight: bold;
}
ul.summary p.heading, ul.summary p.heading a {
	color: #CF7800;
	border: none;
}
ul.summary.news p.heading, ul.summary.news p.heading a {
	color: #026227;
}
ul.summary p {
	margin-top: 0;
	margin-bottom: .7em;
}
ul.summary .thumb {
	float: right;
	width: 70px;
	overflow: hidden;
	margin-top: .5em;
	margin-left: 1em;
}
ul.summary .price {
	color: #026227;
	font-weight: normal;
}
ul.summary li.highlight {
	background-color: #cf7800;
}
ul.summary li.highlight, ul.summary li.highlight a {
	color: white;
}
ul.summary li.highlight a.pointer {
	background-image: url(../img/pointer_link_diap.gif);
}
ul.summary li.highlight .inner {
	padding: 10px;
}
.column ul.summary li {
	border-bottom: 1px solid #CCDFD3;
}
.column.highlight ul.summary {
	color: #4D9167;
}
.column.highlight ul.summary li {
	border-bottom: 1px solid #b2cfbe;
}
.column.highlight colul.summary li.first p.heading {
	margin-top: 0;
}

table.summary {
	border-collapse: collapse;
}
table.summary td {
	border-bottom: 1px solid #CCDFD3;
}
table.summary td.label {
	font-weight: bold;
	padding-right: 1em;
}
table.summary tr.odd td {
	background-color: #f2f7f4;
}

.panel {
	padding: 1.2em;
/*	padding-bottom: .3em;*/
	background-color: #E5EFE9;
	margin-bottom: 1em;
}
.panel h4 {
	margin-top: 0;
	margin-bottom: .5em;
}
.panel h5 {
	margin-bottom: .5em;
}
.panel p {
	margin-top: 0;
}
.panel.highlight {
	color: white;
	background-color: #cf7800;
}



.inset-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.inset-right .panel {
	margin-bottom: 30px;
}
.inset-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.inset-left.last {
	margin-right: 0px;
}
.inset-left.with-embedded {
	width: 320px;
	margin-right: 25px;
	overflow: hidden;
}
p img.inset-left {
	margin-right: 1.3em;
}

.overview h3 {
	border-bottom: 1px solid #CCDFD3;
	font-weight: normal;
	font-size: 135%;
	margin-top: 0;
}
.overview table {
	width: 100%;
}
.overview td {
	vertical-align: top;
	padding-bottom: 1em;
}
.overview .image {
	width: 200px;
	overflow: hidden;
	padding: 1.5em 0 0 0;
	background-color: #E5EFE9;
}
.overview .desc {
	width: 350px;
	padding-right: 1em;
}
.overview .image img.thumb {
	width: 200px;
}
.overview .text {
	padding-right: 30px;
}
.overview .inset-right {
	width: 200px;
	background-color: transparent;
}
.overview .inset-right td {
	padding-bottom: .3em;
	border-bottom: 1px solid #CCDFD3;
}
.overview ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.overview li {
	margin-bottom: 1em;
}

.nieuws .overview .text {
	padding-left: 30px;
}

#login #wrapper {
	position: absolute;
	width: 25em;
	height: 12em;
	top: 50%;
	left: 50%;
	margin: -12em -12.5em;
	color: white;
}
#login table {
	margin: auto;
}
#login table td {
	padding: .2em;
}
#login .label {
	text-align: right;
}
#login .textfield {
	width: 100%;
}


/* Section specifics */

.home #intro .panel {
	float: right;
}

.contact select {
	width: auto !important;
	width: 210px;
}



/* Uses jquery/jqModal/jqModal.css */
#dialog {
	width: 600px;
	height: 490px;
	padding: 0;
	border-top: none;
	border-right: 1px dotted #67A07D;
	border-bottom: 1px dotted #67A07D;
	border-left: none;
	color: #026227;
	background-color: white;
}
#dialog .titlebar {
	position: relative;
	background-color: #CCDFD3;
	height: 22px;
	border-top: 1px solid white;
	border-right: 1px solid #B3CFBE;
	border-bottom: 1px solid #B3CFBE;
	border-left: 1px solid white;
}
#dialog .titlebar .title {
	padding-left: 10px;
	padding-top: 10px;
	color: #4D9167;
}
#dialog .titlebar a.close {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 22px;
	padding: .1em .2em;
	text-decoration: none;
	border-left: 1px dotted #67A07D;
	border-bottom: none;
}
#dialog .content {
	padding: 10px;
}

#links {
	background-color: #507f60;
	padding: 25px;
}
#links h2, #links h3 {
	font-size: 100%;
	margin: 0;
}
#links, #links a {
	color: #99C0A8;
}
#links h3 {
	font-weight: normal;
}
#links th, #links td {
	border-left: 1px solid #6a9278;
	padding-left: 1em;
	padding-right: 1.5em;
	white-space: nowrap;
}

.banden table.summary td.label {
	width: 35%;
}
.banden .column.last table.summary td.label {
	width: 22%;
}

@media print {

	body {
		background-color: white;
	}
	body, a, a:visited {
		color: black;
	}

	#nav, #accent {
		display: none;
	}

}