html, body, form, fieldset, a { font-family: "times new roman", Times, Georgia; }

body
{ background: #d1d1d1 url(../images/bg.jpg) repeat-x center top; }
.container { background: #fff url(../images/content-bg.jpg) no-repeat center bottom; }
.content-table { background-repeat: repeat-x; background-attachment: scroll; }
.project-table { background-image: url(../images/projecten-bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center 0; }
/* ------------- TEXT -------------------------------------------------- */


.h1 { color: #df2c2e; font-size: 16px; font-weight: bold; font-variant: small-caps; text-transform: uppercase; }
.h2 { color: #df2c2e; font-size: 16px; font-weight: bold; font-variant: small-caps; text-transform: lowercase; }
.klein-zwart { color: #232323; font-size: 12px; line-height: 17px; }
.klein-grijs { color: #8c8c8c; font-size: 12px; line-height: 18px; }
.copyright { color: #acacac; font-size: 11px; font-weight: bold; margin-right: 28px; }
.menu
	{ font-size: 1em; font-weight: bold; font-style: normal; font-variant: small-caps; text-decoration: none; }
/* ------------- LINKS -------------------------------------------------- */

A, A:link, A:visited { color: #404041; text-decoration: none; }

A:hover { color: #df2c2e; text-decoration: underline; }
A.grey, A.grey:link, A.grey:visited {
	color: #808080;
	text-decoration: none;
}
A.grey:hover { color: #ded7c7; }

A.red, A.red:link, A.red:visited { color: #c00; text-decoration: none; }

A.red:hover { color: #404041; }
A.sand, A.sand:link, A.sand:visited { color: #ded6c8; text-decoration: none; }
A.sand:hover { color: #ded6c8; text-decoration: underline; }
A.dark-grey, A.dark-grey:link, A.dark-grey:visited { color: #404041; font-weight: bold; text-decoration: none; }
A.dark-grey:hover { color: #c00; font-weight: bold; text-decoration: none; }
/*------- CSS for Indented CSS Tabs. Remove if not using ---------------*/
.indentmenu{ color: #313131; font-size: 14px; width: 460px; /*leave this value as is in most cases*/
}
.indentmenu ul{ text-align: left; width: 460px; float: left; }
.indentmenu ul li{ color: #313131; display: inline; }
.indentmenu ul li a{ color: #313131; /*text color*/
padding: 0 10px; text-decoration: none; /*navy divider between menu items*/
}
.indentmenu ul li a:visited{
color: #878787;
}
.indentmenu ul li a.selected{ color: #f00; }
.tabcontentstyle{  /*style of tab content oontainer*/
 }
.tabcontent{ width: 460px; display:none; }
@media print {
	.tabcontent {
display:block !important;
}
}

