/* CSS Document */

/*** Main site positioning ***********************************************************************/

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	text-align:center;
}

body {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url('../images/style/background.gif');
}

#verticalspacer { 
	width:1px;
	height:50%;
	margin-bottom: -300px;
	float:left;
}

#container {
	margin:0 auto;
	text-align:left;
	width:784px;
/*	height:512px;*/
	clear:left;
}

#menubar {
	background-color: #210202;
	color: #C7C0C0;
	height: 24px;
	border-bottom: 1px #550C0C solid;
	font-weight: bold;
/*	padding-left: 10px;*/
}

#flashbanner {
	margin-left: 1px;
	height: 260px;
}

#breadcrumbsbar {
	margin-left: 1px;
	margin-right: 1px;
	height: 20px;
	background-color: #6F1B1B;
	color: #A97676;
}

#columns {
	background-color: #670F0F;
	color: #FFF;
	min-height: 208px;
	height: 100%;
	border-bottom: 1px #670F0F solid;
	position:relative;
}
#columns ul {
	list-style: inside;
	list-style-image: url('../images/style/bullet.gif');
	font-weight: bold;
	margin-right: 20px;
}
#columns li a {
	color: #FFF;
	text-decoration:none
}
#columns li ul {
	list-style: square inside;
	margin-left: 20px;
}
#columns li a:hover {
	color: #FFB135;
}
#left {
	float:left;
/*	height: 188px;*/
	#width: auto;
	_width: 265px;
/*	width:expression( (this.parentElement.offsetWidth-(parseInt(this.parentElement.currentStyle.paddingLeft)+parseInt(this.parentElement.currentStyle.paddingRight)+parseInt(this.parentElement.currentStyle.borderLeftWidth)+parseInt(this.parentElement.currentStyle.borderRightWidth)))>(Math.round((5*(screen.deviceXDPI?screen.deviceXDPI:96)/72)*parseInt(document.body.currentStyle.fontSize))+(parseInt(this.currentStyle.marginLeft)+parseInt(this.currentStyle.marginRight)+parseInt(this.currentStyle.paddingLeft)+parseInt(this.currentStyle.paddingRight)+parseInt(this.currentStyle.borderLeftWidth)+parseInt(this.currentStyle.borderRightWidth))) ? "5em":"auto");*/
	background-image: url('../images/style/column_shadow.gif');
	background-repeat: repeat-y;
	background-position: top right;
	padding:10px 15px 10px 10px;
	max-width: 240px;
}
#right {
	float:right;
/*	height: 188px;*/
	width: 140px;
/*	width:expression( (this.parentElement.offsetWidth-(parseInt(this.parentElement.currentStyle.paddingLeft)+parseInt(this.parentElement.currentStyle.paddingRight)+parseInt(this.parentElement.currentStyle.borderLeftWidth)+parseInt(this.parentElement.currentStyle.borderRightWidth)))>(Math.round((5*(screen.deviceXDPI?screen.deviceXDPI:96)/72)*parseInt(document.body.currentStyle.fontSize))+(parseInt(this.currentStyle.marginLeft)+parseInt(this.currentStyle.marginRight)+parseInt(this.currentStyle.paddingLeft)+parseInt(this.currentStyle.paddingRight)+parseInt(this.currentStyle.borderLeftWidth)+parseInt(this.currentStyle.borderRightWidth))) ? "5em":"auto");*/
	background-image: url('../images/style/column_shadow.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding:10px 15px 10px 10px;
	max-width: 240px;
}
.col {
	float: left;
	min-height: 188px;
	_height: 208px;
	max-width: 300px;
	padding:10px;
	line-height: 11pt;
}

.col .title {
	font-weight:bold;
	color: #FFB135;
}
.col a {
	color: #FFB135;
	text-decoration: underline;
}
.col table {
	color:#fff;
	font-size: 8pt;
}

.aanbieding {
	float:right;
	position:relative;
/*	height: 188px;*/
	min-height: 188px;
	_height: 208px;
	background-image: url('../images/style/column_shadow.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding:10px;
}

.logo {
	position:absolute;
	right: 10px;
	bottom: 10px;
}

#footer {
	color: #FFF;
	text-align:right;
	height: 25px;
	padding-top:0px;
}

#nav .selected {
	color: #FFB135;
}
.footermenu {
	float: right;
	margin-top:5px;
}
.footermenu a {
	color: #fff;
	text-decoration:none;
}
.footermenu a:hover {
	color: #fff;
	text-decoration:underline;
}

.crumbtrail {
	padding-top: 3px;
	margin-left: 12px;
}
.crumbtrail a {
	color: #A97676;
	text-decoration:none;
}
.crumbtrail a:hover {
	color: #A97676;
	text-decoration:underline;
}
.languages {
	float:right;
	margin-right:10px;
}
.flag {
/*	padding-top: 9px;*/
	margin-top: 8px;
	padding-right: 2px;
	cursor: pointer;
}

.product-image {
	width: 120px;
	height: 120px;
	margin: 5px;
	float: left;
}

.image {
	border: 0;
}

#productDetails {
	float:left;
/*	height: 188px;*/
	#width: 600px;;
	_width: 600px;
/*	width:expression( (this.parentElement.offsetWidth-(parseInt(this.parentElement.currentStyle.paddingLeft)+parseInt(this.parentElement.currentStyle.paddingRight)+parseInt(this.parentElement.currentStyle.borderLeftWidth)+parseInt(this.parentElement.currentStyle.borderRightWidth)))>(Math.round((5*(screen.deviceXDPI?screen.deviceXDPI:96)/72)*parseInt(document.body.currentStyle.fontSize))+(parseInt(this.currentStyle.marginLeft)+parseInt(this.currentStyle.marginRight)+parseInt(this.currentStyle.paddingLeft)+parseInt(this.currentStyle.paddingRight)+parseInt(this.currentStyle.borderLeftWidth)+parseInt(this.currentStyle.borderRightWidth))) ? "5em":"auto");*/
	padding:10px 15px 10px 10px;
	max-width: 600px;
}

#soliciteerForm input {
	width: 250px;
	border: 1px solid #000;
}

#soliciteerForm textarea {
	width: 250px;
	height:125px;
	border: 1px solid #000;
}

#soliciteerForm .submitBtn {
	width: 75px;
}

.datum {
	color: #F7B135;
}

#googlemap {
	width: 500px;
	height: 185px;
	background-color:blue;
	border: 1px #000 solid;
	clear:right;
}
