@import url(reset.css);

html, body {
	height: 100%;
}
#wrap {
	position: relative;
	width: 1160px;
	height: 100%;
	margin: 0 auto;
}
#floater {
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -344px; /* height/2 */
}
/*hide from ie on mac\*/
div#container {	
	clear: both;
	position: relative;
	width: 1160px;
	height: 687px;
	background: #000 url(../images/bg.png) repeat-x left top;
}
/* end hide */
body {
	background: #000;
}
p {
	color: #fff;
	margin: 1em 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #999;	
}
a:hover{
	text-decoration: none;	
}
h2 {
	margin: 1em 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
h2.over {
	color: #eed2a6;
}
h2.stichting {
	color: #cb682d;
}
body#stichting div#container {
	background: #000 url(../images/bg_stichting.png) repeat-x left top;
}
img.logo {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;            
}
div.menu {
	z-index: 100;
	width: 1029px;
	height: 122px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/balk.png) no-repeat left top;
}
div.menu ul {
	position: absolute;
	top: 65px;
	left: 35px;
	list-style: none;
}
div.menu ul li {
	float: left;
}
div.menu ul li a {
	display: block;
	margin-right: 80px;
}
/* Scrollable */
div.gridcontainer {	
	position: absolute;
	top: 50%;
	margin-top: -180px;
	left: 82px;	
}
div.grid {
	position: relative;
	overflow: hidden;
	width: 366px;
	height: 446px;
}
div.grid .items {
	position: absolute;
	height: 20000em;
}
div.grid .items .item img {		
	width: 90px;
	height: 120px;
}
div.grid .items .item a {
	display: block;
	width: 90px;
	height: 120px;
	margin: 14px;	
	border: 2px solid #545f66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #191919;
	-webkit-box-shadow: 2px 2px 2px #191919;
	box-shadow: 2px 2px 2px #191919;
}
div.prev {
	cursor: pointer;
	z-index: 99999;
	background: transparent url(../images/btn_up.png) no-repeat left top;
	width: 18px;
	height: 11px;
	top: 0;
	left: 50%;
	margin-top: -14px;
	margin-left: -9px;
	position:absolute;
}
div.next {
	cursor: pointer;
	z-index: 999999;
	background: transparent url(../images/btn_down.png) no-repeat left top;
	width: 18px;
	height: 11px;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	margin-bottom: -20px;
	position: absolute;
}
div.disabled {
	visibility: hidden;
}
/* End scrollable */

/* Tooltips */
img.trigger {
	position: absolute;
	cursor: pointer;
	z-index: 10000;
	width: 41px;
	height: 41px;
}
div.tooltip {
	text-align: left;
	z-index: 999999;
	display: none;
	color: #fff;
}
div.tooltip div.tooltip_content {
	margin: 0;
	width: 410px;
	min-height: 90px;
	padding: 30px 10px 10px 10px;
	background: transparent url(../images/tooltip_bg_bottom_right.png) left top no-repeat;
}
div.tooltip div.tooltip_bottom {
	margin: 0;
	padding: 0;
	width: 430px;
	height: 3px;
	background: transparent url(../images/tooltip_bottom_none.png) left top no-repeat;
}
div.tooltip.left div.tooltip_content {
	background: transparent url(../images/tooltip_bg_bottom_left.png) left top no-repeat;	
}
div.tooltip.top div.tooltip_content {
	padding-top: 10px;
	background: transparent url(../images/tooltip_bg.png) left top no-repeat;
}
div.tooltip.top div.tooltip_bottom {
	height: 27px;
	background: transparent url(../images/tooltip_bottom_right.png) left top no-repeat;
}
div.tooltip.top.left div.tooltip_bottom {
	height: 27px;
	background: transparent url(../images/tooltip_bottom_left.png) left top no-repeat;
}

div.tooltip p {
	line-height: 150%;	
	margin: 8px;
}
div.tooltip h2 {
	text-transform: uppercase;
	color: #eed2a6;
	font-size: 16px;
	margin: 8px;
}
div.tooltip h3 {
	font-family: Arial, sans-serif;
	text-transform: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 8px;
}
div.tooltip ul {
	font-family: Arial, sans-serif;
	font-size: 12px;
	list-style: disc;
	margin: 8px 8px 8px 20px;
}
div.tooltip ul li {
	line-height: 150%;
}
div.tooltip img {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
}

div.grid_tooltip {
	z-index: 999999;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
	background: transparent url(../images/grid_tooltip_bg.png) repeat-x left top;
	padding: 8px;
	height: 43px;
	width: 92px;
}
/* End tooltips */
div.productcontainer {
	position: absolute;
	width: 630px;
	height: 602px;
	bottom: 0;
	right: 0;
	text-align: right;
	border-left: 1px #545f66 solid;
}
div.slideshow {
	position: absolute;
	width: 720px;
	height: 602px;
	bottom: 0px;
	right: 0;
	border-left: 1px #545f66 solid;
}
div.ordercontainer {
	z-index: 1;
	width: 160px;
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 96px;
	border: 2px solid #fff;
	background: #603d22 url(../images/bg_ordercontainer.png) repeat-x left top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #191919;
	-webkit-box-shadow: 2px 2px 2px #191919;
	box-shadow: 2px 2px 2px #191919;
}
div.ordercontainer p {
	line-height: 140%;
	font-size: 10px;
	font-weight: bold;
	margin: 5px;
}


body#stichting div.slideshow {
	width: 600px;
}
div#container div.content {
	overflow: auto;
	height: 500px;
	position: absolute;
	width: 370px;
	left: 30px;
	top: 150px;
	padding-right: 10px;
}
body#stichting div#container div.content {
	width: 500px;
}
div#container div.content p {
	line-height: 140%;
}
div.contactform {
	background: transparent url(../images/bg_form.png) repeat left top;
	padding: 12px;
	position: absolute;
	left: 540px;
	top: 150px;
}
div.contactform table {
	width: 100%;
}
div.contactform label {
	display: block;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px;
}
div.contactform input,
div.contactform textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #c2b59b;
	margin: 5px;
	border: none;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px #191919;
	-webkit-box-shadow: 2px 2px 2px #191919;
	box-shadow: 2px 2px 2px #191919;
}
div.contactform button {
	margin-top: 10px;
	height: 20px;
	border: 1px solid #fff;
	float: right;
	background: #5f3d21 url(../images/bg_sendbtn.png) repeat-x left top;
	color: #fff;
}
div.loading {
	position: absolute;
	width: 720px;
	height: 602px;
	bottom: 0;
	right: 0;	
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%;	
}
body#stichting div.loading {
	width: 600px;
	background: transparent url(../images/ajax-loader-stichting.gif) no-repeat 50% 50%;
}
body#webshop div.loading {
	width: 630px;
}
div.hellingprooflink {
	position: absolute;
	left: 4px;
	bottom: 4px;
	/*background: #603d22 url(../images/bg_ordercontainer.png) repeat-x left top;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;*/
}
div.hellingprooflink a {
	text-transform: lowercase;
	font-size: 9px;
	color: #1f1f1f;
	font-family: Arial, sans-serif;
}
