body {
	background-color: #f2edcd;
	/*background-color: #ffffff;*/
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}
img {
	border-style: none;
}
#container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	clip: rect(auto,auto,auto,auto);
	left: 5px;
	z-index: 1;
}

a:link, a:hover, a:visited, a:active {
	color:#000000;
	text-decoration: none;
}

#topBar {
	background-color: #000000;
	height: 25px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	width: 980px;
}

#topBar td.topCell{
	text-align: right;
	padding-left: 20px;
	vertical-align: bottom;
}
#topBar input#searchString{
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topBar input#searchBut{
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:hand;
	cursor:pointer;
}

#topBar td.topCell a, #topBar input.searchBut{
	font-family: "Microsoft Sans Serif", "Minion Pro";
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
}
#topBar td.topCell a:hover, #topBar input.searchButHover{
	color: #666666;
}










#mainContent {
	float: left;
	width: 740px;

}
#mainContent div#visual{
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent div#triggers td.trigger{
	padding-right: 10px;
}
#mainContent div#triggers div.head{
	color: #d23239;
	font-family: Garamond, Georgia, Verdana;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
#mainContent div#triggers div.tekst{
	font-family: Garamond, Georgia, Verdana;
	font-size: 14px;
	text-align: justify;
}



#mainContent div#triggers td.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	padding-right: 10px;
}


#mainContent div#text{
	clear:both;
}

#mainContent div#text div.head{
	color: #333333;
	font-family: Garamond, Georgia, Verdana;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 5px;
	/*text-transform: capitalize;*/
	text-transform: none;
	padding-top: 20px;
}
#mainContent div#text div.tekst{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 14px;*/
	font-family: "Times New Roman", Courier, Garamond, serif;
	font-size: 16px;
	text-align: justify;
	width: 100%;
}

#producten div.head a{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}
#producten div.item a{
	text-decoration: none;
	color: #333333;
}
#producten div.item1{
	padding-left: 20px;
}
#producten div.item1 a{
	text-decoration: none;
	color: #333333;
}


td.item {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#prdContainer{
	width: 500px;
	float: left;
}
#prdContainer div.extra{
	padding-top: 20px;
}
#prdContainer div.extra td{
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#prdContainer div.extra td.label {
	padding: 2px;
	font-family: "Times New Roman", Courier, Garamond, serif;
	font-size: 12px;
	color: #333333;
}

#prdImage{
	padding-top: 72px;
	float: right;
}

#rightContent {
/*	width: 176px;*/
/*	float: right;*/
/*	padding-left: 64px;*/
	width: 156px;
	float: right;
	padding-left: 84px;
}
#rightContent div.head {
	font-family: Garamond, Georgia, Verdana;
	font-size: 14px;
	/*text-transform: capitalize;*/
	text-transform: none;
	padding-bottom: 5px;
	font-weight: bold;
}
#rightContent div.head a, #rightContent div.item a{
	color: #333333;
	text-decoration: none;
}

#rightContent div.item {
	font-family: Garamond, Georgia, Verdana;
	font-size: 14px;
	/*text-transform: capitalize;*/
	text-transform: none;
	padding-bottom: 5px;
}
#rightContent div.spacer {
	height: 12px;
}
#rightContent div.navItemActive a{
	color:#D23239;
}


