/**
 * bouwbedrijfvanpijkeren.nl master stylesheet
 * (c) Reclame Henk de Lange
 * @author Miesjel de Lange
 * @colors
 *   % black  blue	 green  dred   orange lblue  beige
 * 100 000000 02489B 006D4F A01F31 CB5400 5C96B0 B89C69
 *  90 191919 1B5AA5
 *  80 333333 346CAF
 *  70 4C4C4C 4D7EB9
 *  60 666666 6791C3
 *  50 7F7F7F 80A3CD
 *  40 999999 99B5D7
 *  30 B2B2B2 B3C8E1
 *  20 CCCCCC CCDAEB
 *  10 E5E5E5 E5ECF5
 * @fonts
 * Sans: "trebuchet ms", lucida, "lucida grande", "lucida regular", arial, helvetica, sans-serif
 */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #4E7C3A url(../img/bg_top.gif) repeat-x top left;
	font-size: 80%;
	line-height: 140%;
}
body, input, textarea, select, a {
	font-family: "lucida grande", "lucida sans unicode", "trebuchet ms", verdana, arial, helvetica, sans-serif;
	color: #02489B;
}

h1 {
	font-size: 140%;
}

/**
 * Forms
 */
.textfield, textarea, select {
	border-right: 1px solid #CCDAEB;
	border-bottom: 1px solid #CCDAEB;
	border-top: 1px solid #80A3CD;
	border-left: 1px solid #80A3CD;
	background-color: #E5ECF5;
	vertical-align: middle;
}
/* Collection of buttons */
.button, .buttons input {
	background: #02489B url(../img/forms/bg_button.gif) no-repeat left top;
	text-decoration: none;
	border: 1px solid #02489B;
	color: white;
}
.buttons {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

img, table {
	border: none;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

ul {
	padding-left: 25px; /* moz */
	margin-left: 0px; /* ie */
}

.bold {
	font-weight: bold;
}
.small {
	font-size: 11px;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-middle {
	vertical-align: middle;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.stretch {
	width: 100%;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

.alert {
	color: red;
}

/**
 * Layout
 */
#layout {
	width: 100%;
	height: 100%;
	background: url(../img/bg_bottom.jpg) repeat-x left 203px;
}
#page {
	width: 710px;
	margin: 0 auto;
	position: relative;
}
#top {
	background: url(../img/nav/bottom.gif) no-repeat left bottom;
	height: 122px;
	position: relative;
}
#top #logo {
	position: absolute;
	right: 0px;
	top: 0px;
}
#top #wolk {
	position: absolute;
	right: 338px;
	top: 0px;
}
#top #nav {
	position: absolute;
	top: 30px;
	left: 25px;
}
#top #subnav {
	position: absolute;
	bottom: -4px;
	left: 25px;
}

#content {
	height: 1050px;
	padding: 20px 25px 25px 25px;
	position: relative;
	background-color: white;
}
#content #subsubnav {
	list-style-type: none;
	border-top: 1px solid #CCDAEB;
	border-bottom: 1px solid #CCDAEB;
	padding: 0;
	height: 20px;
}
#content #subsubnav a {
	text-decoration: none;
	padding: 3px;
}
#content #subsubnav li {
	display: inline;
	margin-right: 7px;
}
#content #subsubnav li.selected {
	background-color: #E5ECF5;
}
#content > h1 {
	margin-top: 0;
}
#content #thumbs {
	width: 82px;
	position: absolute;
	left: 0px;
	top: 25px;
}
#content #thumbs div {
	margin-bottom: 10px;
}
/*
#content #thumbs a {
	border: 2px solid white;
	border-left: none;
}
#content #thumbs a:hover {
	border: 2px solid #A01F31;
	border-left: none;
*/
#content #text {
	position: absolute;
	left: 125px;
	top: 25px;
	width: 285px;
}
#content #text .intro {
	font-weight: bold;
}
#content #photo {
	position: absolute;
	right: 25px;
	top: 25px;
}

#content.home {
	background: white url(../img/home/bg.jpg) no-repeat left top;
	height: 350px;
}
#content.profiel {
	height: 800px;
}

.home div {
	position: relative;
}
.home #payoff {
	top: 7px;
}
.home #fotos {
	position: absolute;
	top: 285px;
}
.home #intro {
	position: absolute;
	left: 25px;
	top: 135px;
	width: 360px;
}

.profiel {
	/*background: url(../img/profiel/bg.jpg) no-repeat right top;*/
}
.profiel.woningbouw.vrijstaand h1,
.profiel.projectontwikkeling h1 {
	color: #A01F31;
}
.profiel.woningbouw.twee_onder_een_kap h1 {
	color: #CB5400;
}
.profiel.verbouwing_renovatie h1 {
	color: #5C96B0;
}
.profiel.utiliteitsbouw h1 {
	color: #B89C69;
}
.profiel.agrarische_bouw h1 {
	color: #006D4F;
}

.contact form {
	width: 465px;
}
.contact #info {
	float: left;
}
.contact #kaart {
	float: left;
	margin-left: 25px;
}
.contact #form {
	clear: both;
	margin-top: -40px;
}
.contact #form .textfield,
.contact #form textarea {
	width: 100%;
}
.contact #form #data-postcode {
	width: 120px;
}
.contact #form #data-plaats {
	width: 330px;
}
.contact #form #data-kavel-toewijzing-op {
	width: 105px;
}
