html {
	height				: 100%;
	max-height			: 100%;
	font-size			: 14px;
	font-family 		: Arial, Helvetica, sans-serif;
	overflow			: hidden;
	min-width			: 750px;
}
body {
	height				: 100%;
	max-height			: 100%;
	overflow			: hidden;
	padding				: 0;
	margin				: 0;
	border				: 0;
    background			: #EFDEBD;
	width				: 100%;

}
img {
   behavior: url("/application/styles/pngbehavior.htc");
}
.left-text {
	font-size			: 14px;
}
.footer{
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 			: 14px;
	line-height 		: 14px;
	color 				: #000;
}
/** links       -----------------------------------------**/
A:ACTIVE, A, A:LINK {
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 			: 14px;
	line-height 		: 16px;
	text-decoration		: underline;
	color				: #003300;
}
.divLineUp{
    margin-top          : -35px;
    margin-bottom       : 6px;
}
A:HOVER{
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 			: 14px;
	line-height 		: 16px;
	text-decoration		: underline;
	color				: #003300;
}
.abttn, .abutton:visited, .abttn:link, .abttn:active {
	background-color: #003300;
	color			: #EFDEBD;
	font-weight		: bold;
	padding			: 3px;
	text-decoration	: none;
	font-style		: normal;
	display			: block;
	margin: 3px;
	width: 120px;
	text-align: center;
}
.text{
    font-family 		: Arial, Helvetica, sans-serif;
    font-size           : 12px;
}
#ContactPageTable td{
    font-size: 12px;
}
/** standard tags -----------------------------------------**/
H1{
	font-size			: 120%;
	color				: #000;
	margin-top			: 0px;
}
H2{
	font-size			: 16px;
	color				: #000;
	font-weight			: bold;
	margin              : 0px;
}
H3 {
	font-size			: 14px;
	color				: #000000;
	font-weight			: bold;
	margin              : 0px 0px 10px 0px;
}

/** template tags -----------------------------------------**/

#content {
	display				: block;
	height				: 100%;
	max-height			: 100%;
	overflow			: auto;
	padding-left		: 170px;
	position			: relative;
	z-index				: 3;
}
td, th{
    font-size           : 14px;
}
.contentWidth{
	width				: 600px
}
#head {
	position			: fixed;
	margin				: 0;
	top					: 0;
	display				: block;
    width               : 830px;
	background-image 	: url('../images/background.gif');
	background-repeat	: repeat-y;

	font-size			: 4em;
	z-index				: 5;
	color				: #EFDEBD;
	clear				: both;
	background-image	: url('../images/left_background.gif');
	background-repeat	: repeat-y
}
#foot {
	position			: fixed;
	margin				: 0;
	bottom				: 0px;
	right				: 18px;
	width				: 100%;
	text-align			: left;
	font-size			: 1em;
	z-index				: 4;
	height				: 25px;
	background-repeat	: no-repeat;
	min-width			: 750px;
}

#left {
	position			: fixed;
	height				: 100%;
	font-size			: 1em;
	color				: #EFDEBD;
	background-color	: #003300;
	z-index				: 4;
	background-repeat	: repeat-y;
}
.content{
	width				: 600px
}
* html #head, * html #foot,* html #left {
	position			: absolute;
	min-width			: 750px;
}
#pad3 {
	display				: block;
	width				: 18px;
	height				: 50px;
	float				: left;
	border				: 1px solid #000;
}
.pad2 {
	display				: block;
	height				: 100px;
}


/** menu ------------------------------------------------------**/

/* Root = Vertical, Secondary = Vertical */
.menu{
	margin-top			: 100px;
}
ul{
    margin:0px;
}
ul#col_main,
ul#col_main li,
ul#col_main ul {
  margin				: 0;
  border				: 0 none;
  padding				: 0;
  width					: 130px; /*For KHTML*/
  list-style			: none;
  background			: #003300;
}

ul#col_main li {
  display				: block !important; /*For GOOD browsers*/
  display				: inline; /*For IE*/
  position				: relative;
}

/* Root Menu */
ul#col_main a {
	/*border-left			: 1px solid #EFDEBD;
	border-top			: 1px solid #EFDEBD;
	border-bottom		: 1px solid #000;
	border-right		: 1px solid #000;
	padding				: 0 6px;
	text-align			: center;
  	display				: block;
  	background			: #003300;
  	color				: #EFDEBD;
	margin				: 5px 5px 5px;
  	font				: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  	text-decoration		: none;
  	height				: auto !important;
  	height				: 1%; For IE*/
  	border-left			: 1px solid #EFDEBD;
	border-top			: 1px solid #EFDEBD;
	border-bottom		: 1px solid #000;
	border-right		: 1px solid #000;
	background			: #003300;
  	color				: #EFDEBD;
  	text-align			: center;
  	display				: block;
  	margin				: 5px;
  	padding				: 4px;
  	text-decoration		: none;
  	font				: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
}

/* Root Menu Hover Persistence */
ul#col_main a:hover,
ul#col_main li:hover a,
ul#col_main li.iehover a {
	border-left			: 1px solid #000;
	border-top			: 1px solid #000;
	border-bottom		: 1px solid #EFDEBD;
	border-right		: 1px solid #EFDEBD;
	background			: #003300;
	color				: #EFDEBD;
}

/* 2nd Menu */
ul#col_main li:hover li a,
ul#col_main li.iehover li a {
	border-left			: 1px solid #EFDEBD;
	border-top			: 1px solid #EFDEBD;
	border-bottom		: 1px solid #000;
	border-right		: 1px solid #000;
	padding				: 4px;
	text-align			: center;
  	display				: block;
  	background			: #003300;
	color				: #EFDEBD;
	margin				: 5px 5px 5px;
  	font				: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  	text-decoration		: none;
  	height				: auto !important;
  	height				: 1%; /*For IE*/
}

/* 2nd Menu Hover Persistence */
ul#col_main li:hover li a:hover,
ul#col_main li:hover li:hover a,
ul#col_main li.iehover li a:hover,
ul#col_main li.iehover li.iehover a {
	border-left			: 1px solid #000;
	border-top			: 1px solid #000;
	border-bottom		: 1px solid #EFDEBD;
	border-right		: 1px solid #EFDEBD;
	background			: #003300;
	color				: #EFDEBD;
}

/* 3rd Menu */
ul#col_main li:hover li:hover li a,
ul#col_main li.iehover li.iehover li a {
  background			: #EEE;
  color					: #666;
}

/* 3rd Menu Hover Persistence */
ul#col_main li:hover li:hover li a:hover,
ul#col_main li:hover li:hover li:hover a,
ul#col_main li.iehover li.iehover li a:hover,
ul#col_main li.iehover li.iehover li.iehover a {
  background			: #CCC;
  color					: #EFDEBD;
}

/* 4th Menu */
ul#col_main li:hover li:hover li:hover li a,
ul#col_main li.iehover li.iehover li.iehover li a {
  background			: #EEE;
  color					: #666;
}

/* 4th Menu Hover */
ul#col_main li:hover li:hover li:hover li a:hover,
ul#col_main li.iehover li.iehover li.iehover li a:hover {
  background			: #CCC;
  color					: #EFDEBD;
}

ul#col_main ul,
ul#col_main ul ul,
ul#col_main ul ul ul {
  display				: none;
  position				: absolute;
  top					: 0;
  left					: 130px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#col_main li:hover ul ul,
ul#col_main li:hover ul ul ul,
ul#col_main li.iehover ul ul,
ul#col_main li.iehover ul ul ul {
  display				: none;
}

ul#col_main li:hover ul,
ul#col_main ul li:hover ul,
ul#col_main ul ul li:hover ul,
ul#col_main li.iehover ul,
ul#col_main ul li.iehover ul,
ul#col_main ul ul li.iehover ul {
  display				: block;
}



/** indexContentHome ------------------------------------------------------**/

.HomePartOne, .HomePartTwo, .HomePartTree, .HomePartFour{
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 			: 14px;
	line-height 		: 18px;
	color 				: #000;
	width				: 300px;
	height				: 150px;
	vertical-align		: top
}
.HomePartOne{
	background-color 	: #F5844E
}
.HomePartTwo{
	background-color 	: #F7A37A
}
.HomePartTree{
	background-color 	: #FAC1A7
}
.HomePartFour{
	background-color 	: #FCE0D3
}
.HomePartOne a, .HomePartTwo a, .HomePartTree a, .HomePartFour a, .HomePartOne a:visited,
	.HomePartTwo a:visited, .HomePartTree a:visited, .HomePartFour a:visited{
	color				: #000;
	text-decoration		: none
}
.HomePartOne a:HOVER, .HomePartTwo a:HOVER, .HomePartTree a:HOVER, .HomePartFour a:HOVER{
	color				: #EFDEBD;
}
#idGoogleSiteSearchDiv form{
    margin              : 0px;
    padding             : 0px;
}
#idGoogleSiteSearchDiv {
    width               : 100%;
    text-align          : center;
    height              : 50px;
}
/** indexHeader ------------------------------------------------------**/

.HeaderText{
	margin-top			: 15px;
	position			: absolute;
	margin-left			: 10px;
	color				: #003300;
	font-size			: 2.2em;
	line-height			: 1em;
	font-family			: "Times New Roman", Times, serif;
	font-weight			: bold;
	width               : 343px;
	height              : 40px;
	background-color    : #EFDEBD;
}
.HeaderImg{
	float				: left;
}
.bttn{
    background-color	: #003300;
    color				: #EFDEBD !important;
    padding             : 2px;
    display             : block;
    width               : 190px;
    text-align          : center;
    text-decoration		: none !important;
    font-weight			: bold;
    border              : 1px solid #000000;
}

.bttn:hover{
	text-decoration		: underline !important;
}
.clsButton, #ogone_submit_button {
    background-color	: #003300;
    color				: #EFDEBD !important;
    padding             : 2px;
    text-align          : center;
    text-decoration		: none !important;
    font-weight			: bold;
    border              : 1px solid #000000;
    cursor              : pointer;
}
.clsButton:hover{
	text-decoration		: underline !important;
}
table.ShoppingCartTable{
    border-collapse: collapse;
    border : 1px solid #003300;
    font-size           : 10px;
    background-color    : #EFDEBD;
}
table.ShoppingCartTable td, table.ShoppingCartTable th, table.ShoppingCartTable input{
    border : 1px solid #003300;
}
#idOverviewShoppingcartSelectBox {
    margin-left:310px;margin-top:-122px; margin-bottm:400px;
}
/* officiele site*/

.kop{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 18px;
	color : #000000;
	font-weight : bold;
}
.normaal{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 16px;
	color : #000000;
}

/**             ------------------------------------------------------**/

.catalogues {
	width: 660px;
    padding:0px;
}
.catalogues li {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	list-style-type: none;
	text-align: center;

}
.tblOrderConfirm{
    border : 1px solid #000; padding: 5px; width:650px;
}

#idTableHighlighted, #idTableHighlighted td {
    text-align          : center;
    font-size           : 12px !important;
}
 #idTableHighlighted td {
    width               : 33%;
    cursor              : pointer;
 }

/* */
/* news pages */
.clsArticleUl{
list-style:none;margin:0px;padding:0px;

}
.clsArticleUl li {
    background : url('/application/images/forum/ArticleLi.gif') left top no-repeat;
    padding-left:10px;
}
.clsNewsArticleSmall {
    font-size:11px !important;
    font-style:italic;
}
.articlesItem p, .articlesItem a{
    margin:0px;
    padding:5px 0px 0px 0px;
    font-size:12px;
}
p.captcha_notvalid{margin:0px; padding:0px;}
p.captcha_1{margin:0px; padding:0px;}
img.captchapict{margin:0px; padding:0px;}

.clsFair p {
   margin:0px;
   margin-bottom:5px;
}
