/**
vanputtenvioolbouw.nl master stylesheet
(c) Reclame Henk de Lange

@colors
"blue" => "#003082",
"blue50" => "#8098C1",
"blue30" => "#B3C1DA",
"mint" => "#4BAEB3",
"mint30" => "#C9E7E8",
"mint40" => "#B7DFE1"
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	background-color: black;
}
body, a {
	color: #003082;
}
body, html {
	height: 100%;
}
h1, h2, h3 {
	text-decoration: none;
	font-family: "Arial Black", ArialBlack, "Helvetica Black", HelveticaBlack, Arial, sans-serif;
}
h1 {
	font-size: 165%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 0 -4px 0 -4px;
}
td {
	padding: 3px;
	font: 100% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #B3C1DA;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.price {
	text-align: right;
}
.superscript {
	font-size: 75%;
	vertical-align: super;
}
.small {
	font-size: 75%;
}
.clickable {
	cursor: pointer;
	cursor: hand;
}
.alert {
	color: #E34500;
}
div.alert {
	padding: 7px;
	margin-bottom: 7px;
}
input.alert {
	border: 2px solid #902147;
}

/* Forms */
select, textarea,.textfield {
	color: #003082;
	background: #B7DFE1;
	font-family: Arial, Helvetica, sans-serif;
	border: #4BAEB3 1px solid;
}
.button {
	color: white;
	background: #4BAEB3;
	font: 100% "Arial Black", ArialBlack, "Helvetica Black", HelveticaBlack, Arial, sans-serif;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	cursor: pointer; /* faux button */
}
.buttons {
	text-align: right;
}

.corptest {
	font-family: "century gothic", "copperplate regular", "trebuchet ms", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#layout {
	position: relative;
	width: 750px;
	/*
	min-height: 410px;*/
	height: 100%;
	background: #4BAEB3 url(/img/bg.jpg) left top no-repeat;
	text-align: left;
	line-height: 140%;
	margin: 0 auto;
}

#nav {
	padding: 0 24px 28px 24px; }
#nav div {
	float: left;
	padding-top: 86px;
}

#content {
	position: absolute;
	left: 0px;
	top: 146px;
	width: 750px;
	min-height: 238px;
	padding: 0;
	background: #C9E7E8 url(/img/bg_soft.jpg) left top no-repeat;
	clear: both;
}
#content .inner {
	padding: 24px;
	padding-top: 20px;
}
#content #leftcol {
	width: 405px;
	float: left;
	padding: 24px;
}
#content #rightcol {
	float: right;
	padding: 24px;
}
#content #rightcol img {
	cursor: pointer;
	cursor: hand;
}

#content #leftcol {
	float: left;
	width: 175px;
	min-height: 238px;
	padding: 20px 0px 24px 0;
	background: #C9E7E8 url(/img/bg_soft_left.jpg) left top no-repeat;
}
#content ul {
	margin: 0 15px 0 15px;
	padding: 1px;
}

#shadow {
	height: 5px;
	background: url(/img/bg_blue_trans.gif) repeat-x;
}

.home #content #leftcol {
	position: absolute;
	width: 315px;
	background: none;
	padding-left: 24px;
}
.home #content #rightcol {
	float: right;
}
.home #content #rightcol img {
	cursor: auto;
}

.formulieren #content {
	padding-left: 24px;
	padding-top: 24px;
}
.formulieren .textfield,
.formulieren textarea {
	width: 400px;
}
.formulieren #data-plaats {
	width: 250px;
}
.formulieren #data-postcode {
	width: 92px;
}

.atelier #content #leftcol p {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #8098C1;
}
.atelier #content #leftcol img {
	vertical-align: top;
	padding: 8px 0 8px 0;
}
.atelier #content #rightcol {
	float: left;
	width: 525px;
	padding: 24px;
}
.atelier #content #rightcol div {
	padding: 0px;
}
.atelier #content #rightcol img, img#thumb {
	margin: 0 24px 24px 0;
}
.atelier #content #rightcol #left {
	width: 300px;
	padding-right: 24px;
}
.atelier #content #rightcol #right {
	position: absolute;
	left: 530px;
	top: 24px;
}