/* CSS Document */

body {
	/*background-color: #cd1e1e;*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(../img/backrood.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	*/
	overflow:auto;
}
body, p, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}

.borderline {
	width: 2px;
	background-color: #cd1e1e;
}
a {
	color: #cd1e1e;
	text-decoration: underline;
}
.links {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cd1e1e;
	color: #ffffff;
	display: table-cell;
}
h2 {
	font-size: 12px;
	color: #cd1e1e;
	display: compact;
}
h3, h4 {
	font-size: 10px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	/*background-color: #999999;*/
	color: #666666;
	margin-bottom: 0px;
	/*background-color: #666666;*/
}
h4 {
	font-size: 14px;

}

.bestelnummer {
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}
.besteltabel {
	border-top: 1px solid #cd1e1e;
	border-left: 1px solid #cd1e1e;
}
.besteltabel td, .besteltabel th {
	border-right: 1px solid #cd1e1e;
	border-bottom: 1px solid #cd1e1e;
	vertical-align:middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}



.besteltabel th {
	text-align:left;
}

.button {
	background-color: #cd1e1e;
	white-space: nowrap;
	color: #ffffff;
	padding: 4px;
	padding-top: 3px;
	text-decoration:none;
	margin-right: 5px;
	display: run-in;
}
.buttonform {

	margin: 0px;
	padding: 0px;
	float:none;
}
.buttonform input {
	width: 10px;
}


#footer, #menu {
	color:#FFFFFF;
	font-size: 9px;
}
#footer {
	text-align:center;

}
#content {
	position: relative;
	vertical-align:top;
	width: 100%;
	height: 100%;
	
}

#contentheader {
	position: absolute;
	/*width: 793px;*/
	top: 0px;
	/*left: 105px;*/
	left: 156px;
}
#contenttext {
	position: absolute;
	top: 40px;
	/*left: 105px;*/
	left: 166px;
	bottom: 25px;
	right: 0px;
	width: 793px;
	padding-bottom: 5px;
	/*padding-right: 10px;*/
	overflow: auto;
}
#contenttext_wide {
	position: absolute;
	top: 40px;
	/*left: 105px;*/
	left: 0px;
	bottom: 25px;
	right: 0px;
	/*width: 793px;*/
	width: 100%;
	padding-bottom: 5px;
	/*padding-right: 10px;*/
	overflow: auto;
}
#contenttext p, li, #contenttext_wide p, li {
	line-height: 18px;
}
#contenttext_wide p, li {
	padding-left: 10px;
}
#contenttext li, #contenttext_wide li {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
}
#contenttext input, #contenttext textarea, #contenttext_wide input, #contenttext_wide textarea {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
#vol {
	position: absolute;
	left: 35px;
	width: 75px;
	height: 75px;
	/*
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	*/
}
.rightimage {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	border: 2px solid #cd1e1e;
	/*margin-right: -30px;*/
}
.productomschrijving {
 padding-left: 10px;
 padding-right: 10px;
}

.agenda_datum {
	font-weight: bold;
	color:#FFFFFF;
	/*background-color: #999999;*/
	background-color: #cd1e1e;
	/*border: 1 solid #cd1e1e;*/
}
.weekdag {
	font-weight: normal;
	font-size: 8px;
	line-height: normal;
	text-transform: uppercase;

}
.dag {
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
}
.maand {
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
}
.jaar {
	font-weight: normal;
	font-size: 9px;
	line-height: normal;
	letter-spacing: 1em;
}

/* menu */

	DIV.menuBar, DIV.menuBar a.menuButton, DIV.menuBar a.menuHuis, DIV.menu, DIV.menu a.menuItem {
		font-size: 9px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		background-color: transparant;
	}
	
	DIV.menuBar {
		text-align: left;
		z-index: 999;
		margin-top: 2px;
		/*padding-top: 4px;
		padding-right: 2px;
		padding-bottom: 4px;
		padding-left: 100px;*/
	}
	
DIV.menuBar a.menuButton { 
	color: #ffffff;
	/*border-left: 1px solid #cd1e1e;
	border-right: 1px solid #cd1e1e;*/
	margin-top: 4px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	visibility: visible;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
	
a.menuWelkom {
	color: #ffffff;
	font-size: 9px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-decoration: none;
	with: 64px;
	display:block;
	text-align: center;
}
a.menuWelkom:hover {
	  background-color: #CCCCCC;
	  color: #666666;
	  visibility: visible;
}


	DIV.menuBar a.menuButton:hover {
	  /*border-left: 1px solid #b40808;
	  border-right: 1px solid #b40808;*/
	  background-color: #920101;
	  color: #ffffff;
	  visibility: visible;
	}
	
	DIV.menuBar a.menuButtonActive {
  	  /*border-left: 1px solid #b40808;
	  border-right: 1px solid #b40808;*/
	  background-color: #920101;
	  color: #ffffff;
	}
	
	DIV.menu {
	text-align:left;
	/*border-left: 1px solid #b40808;
	border-right: 1px solid #b40808;
	border-bottom: 1px solid #b40808;
	border-top: 1px solid #b40808;*/
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 10000;
	display: run-in;
	float: none;
	margin-left: -2px;
	margin-top: -2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #cd1e1e;
	}
	
	DIV.menu a.menuItem {
	color: #ffffff;
	cursor: default;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	
	DIV.menu a.menuItem:hover, DIV.menu a.menuItemHighlight {
	color: #ffffff;
	background-color: #920101;
	}
	
	DIV.menu a.menuItem span.menuItemText {}
	
	DIV.menu a.menuItem span.menuItemArrow {
	  	margin-right: -.75em;
	}
	
	DIV.menu DIV.menuItemSep {
	  	border: 1px inset #cd1e1e;
	  	margin: 4px 2px;
	}

/* Product omschrijving kort en lang */
.more {
	padding-top: 2px;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;

}
.PrdOmschrKort {
	position: relative;
	left: 0px;
	top:0px;
	height: 120px;
	overflow: hidden;
}
.PrdOmschrMeer {
	position: relative;
	bottom: 2px;
}
.PrdOmschrKortSelected {
	height:auto;
	overflow: visible;
}

.PrdOmschrLang {
	display: none;
}

.PrdOmschrLangSelected {
	/*background-color: #FFFFFF;
	border: solid 1px #21316C;*/
	display: none;
}
.PrdOmschrLangSelected A, .PrdOmschrKort A, .PrdOmschrMeer A {
	font-weight:bold;
	text-decoration: none;
	padding-top: 2px;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;

}

