html, body{ 
 margin:0;
 padding:0;
 background-color:#FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 line-height: 12pt;
 color: #333333;
/* height: 100%;
 overflow: hidden;*/
} 

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ff9900;
}

img {
	border: 0px;
}

p {
	margin-top: 0px;
}

input {
	border: 1px solid gray;
}

td {
	vertical-align: top;
}

#divContainer {
	position: relative;
	width: 850px;
	margin: auto;
	margin-top: 20px;
/*	height: 100%;
	overflow: auto;*/
}

#divContent {
	margin-top: 100px;
/*	position: absolute;
	width: 100%;*/
}

#divHeader {
	height: 400px;
}

#imgLogo {
	margin-bottom: 20px;
}

/*#divContent {
	top: 120px;
	bottom: 0px;
	overflow: auto;
}*/
#divContent.admin {
	margin-top: -260px !important;
}

#divMenu {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	background-color: #7b735d;
	width: 800px;
	height: 23px;
}
#divMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#divMenu li {
	padding: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	margin: 0px;
	float: left;
	color: #FFF;
	font-size: 9pt;
	height: 20px;
	text-align: center;
	min-width: 40px
}
#divMenu li:hover {
	font-weight: bold;
}
#divMenu li a {
	color: #FFF;
}
#divMenu li.hilight a {
	font-weight: bold;
}
#divMenu li.sub, li.sub a {
	color: #FF9900 !important;
}

#divMenu li:hover a {
/*	color: #ff0000;*/
}
#divMenu a {
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#divImgBig {
	position: relative;
	width: 800px;
	height: 350px;
	background: #bbbbbb;
}

#txtBig {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	height: 300px;
	padding: 25px;
	background-color: #7b735d;
	color: #ffffff;
	/*font-variant: small-caps;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader; /*IE6*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
#txtBig table {
	position: absolute;
	vertical-align: bottom;
	left: 10px;
	top: 0px;
}
#txtBig a {
	color: #ffffff;
}
#txtBig a:hover {
	color: #ff9900;
}

#txtBig.projects {
	position: absolute;
	width: 48px;
	height: 23px !important;
	bottom: 0px !important;
	top: 318px !important;
	padding: 0px !important;
	padding-top: 9px !important;
	margin: 0px !important;
	font-size: 22px;
	text-align: center;
}

.bigLineHeight {
	line-height: 28px;
}

#divMain {
	position: relative;
	border: 0px solid #AAAAAA;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	min-height: 200px;
}

#divNav {
	height: 30px;
	padding-top: 10px;
	text-align: center;
}
#divNav a {
	color: #004368;
}

#divNavProject {
	position: absolute;
	height: 30px;
	padding-top: 8px;
	right: 0px;
	top: 0px;
}
#divNavProject a {
	color: #004368;
}

#divPopup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 163px;
/*	height: 80px; */
	padding: 10px;
	color: white;
/*	background: url('/gfx/popup.png') no-repeat; */
	background-color: #7b735d;
	color: #ffffff;
	opacity: 0.8;
}
.thnTitle{
	font-size: 12px;
	font-weight: bolder;
}

#divThumbs {
	position: relative;
/*	margin-top: 65px;*/
	overflow: hidden;
	width: 840px;
	min-height: 200px;
}

.thumb {
	position: relative;
	float: left;
	margin: 0px;
/*	margin-right: 64px;
	margin-bottom: 64px;*/
	width: 144px;
	height: 144px;
	width: 120px;
	height: 120px;
}

.txtThumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	color: white;
	text-align: center;
	background: black;
	display: none;
}
.txtThumb a {
	color: white;
	width: 80px;
	height: 80px;
	text-decoration: none;
	display: table-cell;
    vertical-align: middle;
    border: 0px solid red;
}

.ieSucks {
	border: 1px solid fuchsia;
	background: red;
	display: none;
}

.quote {
	font-style: italic;
}

.left {
	width: 420px !important;
	float: left;
}

.right {
	width: 420px !important;
	float: right;
}

#divLeft {
	float: left;
	width: 375px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: left;
	border: 0px solid red;
}
#divLeft.menu a {
	color: #004368;
}

#divRight {
	width: 375px;
	margin-left: 422px;
	text-align: left;
}

.extLink {
	position: relative;
	display: block;
	width: 79px;
	height: 45px;
	background: no-repeat;
}
.extLink:hover {
	background-position: 0px -45px;
}

.tblNews tbody {
	width: 150px;
}
.tblNews td {
	vertical-align: top;
}

.png {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader;
}

.creativecube {
	background: url('/gfx/creativecube.gif');
}

.natuurlijkcomfort {
	background: url('/gfx/natuurlijkcomfort.gif');
}

/* LibraryThing */
.LTwrapper {}
.LTheader{}
.LTitem {
	position: relative;
	float: left;
	margin: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.LTprovided{
	display: none;
}

