/* Algemene stijl */
body {
	font-family : Arial, Helvetica;
}
table {
	font-family : Arial, Helvetica;
	font-size: 12px;
	line-height:18px;
	vertical-align: top;
	margin:0px;
	padding:0px;
}
.alineatekst a {
	color: red;
	text-decoration: none;
}
.alineatekst a:hover {
	color: #7C7D80;
}
.alineatekst ul,
.alineatekst ol {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
/* Einde Algemene stijl */

/* Standaard Bouwsteen stijlen */
h1 {
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
}
h2 {
	color: #ba3339;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
h3 {
	color: #ba3339;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 20px;
}
.alineatekst {
	color: #000;
	clear: both;
}
.lijntje {
	width: 100%;
	border: 0;
	border-top: 1px solid #aaa;
	height: 1px;
}
.imageleft {
	margin: 0 5px 2px 0;
}
.imageright {
	margin: 0 0 2px 5px;
}
.imageonly {
	margin: 0 0 5px 5px;
}
/* Einde standaard Bouwsteen stijlen */

/* Formulier elementen */
#maintable input, #maintable textarea {
	background: #fff;
	border: 1px solid #ddd;
}
#maintable input.radio {
	border: 0;
	background: none;
}
#maintable input.button {
	color: #fff;
	border: 0;
	font-weight: bold;
	background: #ba3339;
}

/* Afbeelding en Afbeelding met bijschrift (rechterkolom) */
.afb {
	margin-top: 49px;
}
.afbDesc {
	width: 465px;
	padding: 40px 40px 20px;
	background: #fff url(/images/arrow.gif) no-repeat 0px 40px;
}


/* Producten */
.productenLijst {
	margin-top: 30px;
}
.productenLijst td {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	width: 100px;
}
.productenLijst td img {
	border: 0;
	margin-bottom: 20px;
}
.productenLijst a {
	color: #000;
	text-decoration: none;
}

/* Projecten */
.projectDetail .txt,
.projectDetail table {
	float: left;
}
.projectDetail .txt {
	padding: 49px 20px 0 0;
	width: 308px;
}
.projectDetail table {
	width: 500px;
	background: url(/images/project_detail_bg.gif) repeat-y 100% 0;
}
.projectDetail .header td {
	padding-top: 37px;
}
.projectDetail .footer td {
	padding-bottom: 17px;
}
.projectDetail .arrow {
	position: absolute;
	top: 90px;
	width: 37px;
	height: 37px;
	background: #fff url(/images/arrow.gif) no-repeat;
}
@-moz-document url-prefix() {
	.projectDetail .arrow {
		top: 255px;
	}
}
.projectDetail .footer .imgsmall {
	margin-right: 30px;
}
.projectDetail h1,
.projectDetail h2 {
	text-transform: uppercase;
}
.projectDetail label {
	display: inline-block;
	font-weight: bold;
	width: 109px;
	padding-bottom: 2px;
}

/* Nieuws */
.nieuwsIntro {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(/images/lijn.gif) no-repeat 0% 100%;
}
.nieuwsIntro h1 {
	margin: 0 0 4px;
}
.nieuwsIntro strong {
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 4px;
}
.nieuwsIntro a {
	color: #000;
	text-decoration: none;
}
