/**
 * @dep base.css
 */
body {
	background: #004A8D url(../img/bg_y.gif) repeat-y;	
}
* {
	color: #4c80af;
}

h1 {
	color: white;
	position: absolute;
	left: 0px;
	top: -43px;
	margin: 0;
	font-size: 210%;
}
.sIFR-hasFlash h1 {
	font-size: 39px;
	top: -50px;
}
h2, h3, h4 {
	color: #004A8D;
}
h2 {
	font-size: 190%;
}
h3.first {
	margin-top: 0;
}
.sIFR-hasFlash h2 {
	font-size: 36px;
}
.sIFR-hasFlash h4 {
	font-size: 16px;
	margin: 0;
	padding-bottom: .3em;
}

a {
	color: inherit;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
p a, td a {
	text-decoration: none;
	border-bottom: 1px dotted #4C80AF;
}
a.pointer, .links a {
	background: url(../img/pointer_link.gif) no-repeat right .2em;
	padding-right: 28px;
	text-decoration: none;
	border: none;
}
.links a {
	padding-bottom: .07em;
}
a.pointer:hover, .links a:hover {
	color: #002a67;
	background-image: url(../img/pointer_link_highlight.gif);
}
a.pointer {
	color: #004A8D;
	float: right;
	margin-top: .8em;
	margin-bottom: .8em;
}

hr {
	border: .1em solid #E5ECF3;
	color: #E5ECF3;
	background-color: #E5ECF3;
	height: .1em;
}
#highlights hr {
	border-color: #CCDAE8;
	background-color: #CCDAE8;
}

.message {
	background-color: #fff1cb;
}
p.message {
	padding: 1em;
}

.alert, #highlights .alert, .alert label {
	color: #ff7901;
}
.alert .textfield, .alert textarea {
	border: 1px solid #ff7901;
}
form .alert label {
	display: block;
	margin-top: .4em;
}


table {
	border-collapse: collapse;
}
td {
	padding: 0;
	padding-right: 0.7em;
}

.textfield, textarea {
	background-color: #E5ECF3;
	width: 100%;
}
form table {
	width: 100%;
}
form td.label {
	padding-top: .3em;
	color: #004A8D;
	padding-right: 1.5em;
	width: 70px;
}
form td {
	padding-bottom: .7em;
}

ul.columns {
	list-style-type: none;
	margin: 0; /* ie */
	padding-left: 0; /* moz */
}
ul.columns li.column {
	display: table-cell;
	vertical-align: top; /* ie */
}

.inner {
	padding: 25px;
	padding-bottom: 10px;
}

.intro {
	font-size: 110%;
}
.inner.intro h2 {
	margin: 0;
}
.intro p, .intro ul {
	margin-top: .8em;
}

.inset-right {
	float: right;
}
.inset-right img {
	margin-left: 25px;
	border: 1px solid #99B6D1;
}

.toc {
	width: 250px;
	background-color: #CCDAE8;
	padding: 15px;
}
.toc ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.toc li {
	border-bottom: 1px solid #B2C8DC;
	padding: .3em 0;
}

ul.caroussel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inputpanel {
	background-color: #E5ECF3;
	padding: 1em;	
}
.inputpanel .textfield {
	background-color: white;
	width: 95%;
}

#layout {
	position: relative;
	background: #004A8D url(../img/bg.jpg) no-repeat left top;
	height: 100%;
	min-height: 900px; /* bg img height */
}
#logo {
	position: absolute;
	left: 772px;
	top: 15px;
}
#accent {
	position: absolute;
	left: 173px;
	top: 81px;
	z-index: 1000;
}
#content {
	position: relative;
	width: 787px;
	height: 100%;
	top: 81px;
	left: 173px;
}

#nav {
	position: absolute;
	list-style-type: none;
	margin: 0;
	top: 105px;
	width: 173px;
	padding-left: 0; /* moz */
	text-align: right;
	font-size: 85%;
	overflow: hidden;
}
#nav li {
	font-weight: bold;
	letter-spacing: .1em;
	padding-right: 25px;
	padding-top: 10px;
	text-transform: uppercase;
	background: url(../img/accent_nav.png) no-repeat left top;
	height: 27px;
}
/*.sIFR-hasFlash #nav li {
	padding-top: 0;
	height: 22px;
}*/
#nav li.selected {
	background: url(../img/accent_nav_selected.png) no-repeat left -1px;
}
#nav li li {
	padding-top: 9px;
	height: 28px;
}
#nav li li.selected {
	background-image: url(../img/accent_nav.png);
}
#nav li.selected.with-children {
	height: auto;
}
#nav li.selected #bullet {
	position: absolute;
	right: 8px;
	margin-top: 2px;
}
#nav a {
	color: white;
	text-decoration: none;
	vertical-align: middle;
}
#nav a:hover {
	color: #FFC423;
}
#nav li.selected a, #nav li.selected li.selected a {
	color: #FFC423;
}
#nav li ul {
	list-style-type: none;
	margin: 12px -25px 0 0;
	padding: 0; /* moz */
	font-size: 110%;
}
#nav li li {
	text-transform: none;
	text-align: right;
}
#nav li.selected li a {
	color: white;
	font-weight: normal;
}
#nav li.selected li a:hover {
	color: #FFC423;
}

div#lead-in {
	position: absolute;
	left: 394px;
	top: 0px;
	height: 394px;
}
div#lead-in.inner {
	width: 343px;
}
#lead-in form {
	margin-top: 1em;
}
#lead-in .column {
	width: 393px;
}
#lead-in div.intro {
	padding-left: 25px;
	margin-top: -60px;
}
.sIFR-hasFlash #lead-in div.intro {
	margin-top: -65px;
}
#lead-in .column.last {
	border-left: 1px solid white;
}
#lead-in .column.last .intro {
	left: 338px;
}
#lead-in h2 {
	margin: 0;
	padding-bottom: .1em;
}
.sIFR-hasFlash #lead-in h2 {
	margin-bottom: -5px;
}
.sIFR-hasFlash #lead-in p {
	margin-top: .5em;
}
#lead-in p {
	margin-top: .8em;
	margin-bottom: .8em;
	padding-right: 15px;
}
#lead-in .small {
	font-size: 75%;
}
#lead-in ul.links {
	list-style-type: none;
	padding-left: 0; /* moz */
	padding-right: 25px;
	margin-left: 0;
	z-index: 1000;
	margin-top: 12px;
}
#lead-in ul.links a {
	display: block;
	height: 1.4em; /* gain enough to prevent clipping bg img */
}
#lead-in ul.links li {
	padding: .5em 0;
	border-bottom: 1px solid #e1eaf2;
}
#lead-in ul.links li.first {
	padding-top: .2em;
}
#lead-in img.floater {
	float: right;
	margin-left: 1em;
}
#lead-in ul.caroussel {
	height: 625px;
	overflow: hidden;
}

#highlights {
	color: #618eb8;
	background-color: #e6edf4;
	border-top: 1px solid #cedce9;
}
ul#highlights {
	padding-top: 1.6em;
	margin-top: .8em;
}
#highlights li.column {
	width: 229px;
	padding-left: 25px;
}
#highlights h3 {
	margin-top: 0;
	margin-bottom: .8em;
/*	color: #457bac;*/
}
.sIFR-hasFlash #highlights h3 {
	margin-top: -4px;
	margin-bottom: 5px;
}
#highlights p {
	margin-top: .7em;
}
#highlights ul.summary {
	list-style-type: none;
	margin: 0;
	padding-left: 0; /* moz */
}
#highlights ul.summary li {
	clear: both;
	border-top: 1px solid #cbdae8;
	padding-top: 1em;
}
#highlights ul.summary li.first {
	border-top: none;
	padding-top: 0;
}
#highlights ul.summary p {
	margin-top: 0;
}
#highlights ul.summary .heading a {
	border-bottom: none;
}
#highlights ul.summary li.first p {
	margin-top: -0.5em;
}
#highlights ul.summary .imgmask {
	float: right;
	margin-left: 1em;
	margin-top: .3em;
	width: 67px;
	height: 67px;
	overflow: hidden;
}
#highlights ul.summary .imgmask img {
	height: 67px;
}
#highlights td {
	padding-top: .2em;
	padding-bottom: .4em;
	border-bottom: 1px solid #CCDAE8;
}
#highlights table {
	margin-bottom: .8em;
}
#highlights hr {
	margin-bottom: 20px;
}

table.summary {
	border-collapse: collapse;
}
table.summary h2 {
	font-size: 140%;
	margin-top: 0;
}
.sIFR-hasFlash table.summary h2 {
	font-size: 24px;
	margin-bottom: -10px;
}
table.summary td {
	height: 215px;
	overflow: hidden;
	border-bottom: 1px solid #d9eaf4;
}
table.summary tr.odd {
	background-color: #f2f8fb;
}
table.summary td.image {
	padding: 0;
	text-align: center;
	width: 216px;
	background-color: #F2F6F9;
}
table.summary td.image .button {
	margin-top: .5em;
}
table.summary td.image.empty {
	background-color: #B2C8DC;
}
table.summary td.text {
	padding: 15px 25px;
	width: 100%;
}

#slideshow {
	padding-top: 12px;
	width: 393px;
	height: 432px;
}

.kozijnen.index #highlights, .trappen.index #highlights {
	background: #e6edf4 url(../img/bg_slideshow.jpg) no-repeat left top;
}

.contact #highlights {
	height: 100%;
	background: #e6edf4 url(../img/bg_visual_pand.jpg) no-repeat left top;
	margin-top: -5px;
}
.contact #highlights td.label {
	width: 158px;
}
.contact #lead-in textarea {
	height: 80px;
}

.route h3 {
	margin-top: 0;
}

.kwaliteitsgarantie table.summary {
	width: 785px;
}
.kwaliteitsgarantie table.summary td.text {
	vertical-align: middle;
	padding-left: 0;
	width: auto;
}
.kwaliteitsgarantie table.summary td.image {
	width: 210px;
}
.kwaliteitsgarantie table.summary td h2 {
	margin-top: 1em;
}

.nieuws table.summary {
	margin-top: 12px; /* top bar */
}

.over-ons #lead-in .intro {
	width: 737px;
	margin-bottom: 2.5em;
	position: relative;
}
.over-ons #lead-in #inset {
	float: right;
	margin-top: -15px;
	margin-bottom: 17px;
	margin-left: 25px;
}

.stellen .inset-right {
	text-align: right;
}

.technische-info #jargon {
	width: 420px;
}
.placeholder p {
	font-size: 140%;
	font-weight: bold;
}
.placeholder.column {
	width: 393px;
}
.placeholder div.inner {
	border-bottom: 1px solid #d9eaf4;
	background-color: #f2f8fb;
	height: 190px;
	padding-top: 150px;
	text-align: center;
}

.professionals #lead-in {
	height: 100%;
	border-left: 1px solid #E5ECF3;
}
.professionals #lead-in h3 {
	margin-bottom: 0;
}

.wedstrijd div#lead-in {
	left: 0px;
	border-left: 191px solid #E5ECF3;
}
.wedstrijd div#lead-in.inner {
	width: auto;
}
.wedstrijd fieldset {
	float: left;
	width: 250px;
	border: none;
	padding: 0;
	margin-right: 25px;
}
.wedstrijd fieldset.last {
	margin-right: 0;
}
.wedstrijd fieldset .inputpanel {
	height: 330px;
}
.wedstrijd #visual {
	position: absolute;
	z-index: 900;
}
.wedstrijd h3 {
	margin-top: .6em;
}
.wedstrijd #lead-in form {
	margin-top: -0.3em;
}

#login-layout {
	width: 790px;
	margin-left: 173px;
}
#login-wrapper {
	position: relative;
	margin: 0 auto;
	width: 240px;
	top: 25px;
}
#login .textfield, #login .button, #login label {
	display: block;
}
#login label {
	margin-top: 1em;
	margin-bottom: .5em;
}
#login #forgot-password {
	float: left;
	margin-top: 1em;
}

#domain-links {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #004a8d;
	text-decoration: none;
}