
/**************************************************************************************************\
|*                   										  *|
\**************************************************************************************************/


#menu{
	clear:left;
	z-index: 5;
}
#submenu ul{
    border-bottom: 1px solid #FFF;

	clear:inherit;
	z-index:inherit;
}

#submenu li{ 
    text-indent: 1em;
    text-align: left;
    width: 11em;
    background-color: #FFD553;
    list-style: none;
    border-top: 1px solid #FFF;
	
	
	clear:inherit;
	z-index:inherit;
 }

 #submenu li a{
    font-family: verdana;
    font-variant: small-caps;
    font-weight: bolder;
    color: #000;
    text-decoration: none;
    width: 100%;
	
	clear:inherit;
	z-index:inherit;
 }
 
  #submenu li a.selected{
    color: #FFF;
	
	clear:inherit;
	z-index:inherit;
 }

 #submenu li ul, #submenu li ul li{
    text-indent: 1.5em;
    list-style: none;
    border: 0px;
	
	clear:inherit;
	z-index:inherit;
 }
 
#submenu li a:hover{
    color: #FFF;
	
	clear:inherit;
	z-index:inherit;
}

#submenu{
    font-variant: small-caps;
    font-weight: bold;
    position: relative;
    margin: 1em 0 0 1em;
    float: left;
    width: 11em;
    height: 10em;
    text-align: center;
	
	
	clear:inherit;
	z-index:inherit;
}

#submenuBg{
    background-color: #FFD553;
    height: 100%;
	
	
	clear:inherit;
	z-index:inherit;
}




/**************************************************************************************************\
*                                                                                                  *
*                             Mailinglist                                                        *
*                                                                                                  *
\**************************************************************************************************/

#fd{
    background-color: #FFD553;
	font-family: arial;
	font-variant: normal;
    font-weight: normal;
	font-size: 90%;
}

#ml{
    background-color: #FFD553;
	font-family: arial;
	font-variant: normal;
    font-weight: normal;
	font-size: 90%;
}

/**************************************************************************************************\
*                                                                                                  *
*                            feestdagen                                                      *
*                                                                                                  *
\**************************************************************************************************/
/*
.fd{
    background-color: #FFD553;
	font-family: "arial";
}
*/

/**************************************************************************************************\
*                                                                                                  *
*                             Ronde Hoeken                                                         *
*                                                                                                  *
\**************************************************************************************************/


.nolayout {
    background-color: transparent;
    height: 15px;
}

.RightSandbag{
    background-color: #FFD553;
    margin-left: 15px;
    height: 15px;
}

.RightImg img{
    float:right;
    height: 15px;
    width: 15px;
    border: 0;
}

.LeftSandbag{
    background-color: #FFD553;
    margin-right: 15px;
    height: 15px;
}

.contentLeftSandbag{
    background-color: #FFFE83;
    margin-right: 15px;
    height: 15px;
}

.LeftImg img{
    float:left;
    height: 15px;
    width: 15px;
}


/**************************************************************************************************\
*                                                                                                  *
*                             Content                                                              *
*                                                                                                  *
\**************************************************************************************************/


#content{
    text-align: justify;
    margin: 1em 1em 0em 13em;
    height: 100%;
}

#contentbg{
    padding: 0 1em 0em 1em;
    background-color: #FFFE83;
    height: 100%;
}

.tdspacer{
	width:10%;
}
.pproduct{
	background-color:#FFD553;
}

.pnaam{
	width: 75%;
	text-align:left;
}

.pprice{
	width: 25%;
	text-align:right;
}

.productEven{
	width: 70%;
	padding-left: 3px;
}

.prijsEven{
	width: 30%;
	text-align: right;

}

.productOneven{
	background-color: #FFD553;
	width: 70%;
	padding-left: 3px;

}

.prijsOneven{
	background-color: #FFD553;
	width: 30%;
	text-align: right;

}

.producTable{
	width: 90%;
	margin: 0 auto;
	padding: 5px;
}

.producTable td{
	padding: 2px 0px 2px 0px;
}

.toplink, .floatright{
	float: right;
	text-decoration: underline;
	color: #000;
}
 .floatright{
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 0 0 15px 25px;
}

h3{
	font-weight: bolder;
	font-size: 1.3em;
	padding: 10px 0px 5px 0px;
}

h4{
	font-weight: bolder;
	font-size: 1.1em;
	padding: 30px 0px 5px 0px;
}

#contentbg ul{
	padding-left: 1.5em;
	list-style: disc;
}

#contentbg ul li ul{
	padding-left: 1em;
	list-style: none;
}

#contentbg img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p {
	padding: 5px 0px 5px 0px;
}


#contentbg li{
    list-style: none;
	padding-bottom: 15px;
}
#contentbg li ul li {
	list-style:disc;
	padding-bottom: 15px;
}* {
    margin: 0px;
    padding: 0px;
}

body{
    background:#CCC;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif
}

h1,h2 {
	display: inline;
	font-size: 1em;
	position: absolute;
	left:-1000px;
	top: -1000px;
}

h3{
	text-align:center;
	margin:0 auto;
}

table{
	width: 100%;
}


.center{
	text-align:center;
	margin:0 auto;
}

#container{
    position: relative;
    width: 800px;
    min-height: 800px;
    margin: 0px auto;
    height: 100%;
    background-image: url('../img/body.bg.png');
    padding-bottom: 15px;
}


/**************************************************************************************************\
*                                                                                                  *
*                             header                                                               *
*                                                                                                  *
\**************************************************************************************************/

#header{
    margin: 0 1em 0 1em;
    height: 185px;
    width: 765px;
}

.headerTL img{
    float:left;
}

.headerTR img{
    float:right;
}

#tmenu{
    width: 765px;
	float:left;
	z-index:600;

}

#Topmenu{
	list-style: none;
	position:absolute;
    font-variant: small-caps;
    color: #000;
    margin: auto 0px;
	font-size:0.9em;
    padding-top: 145px;
	padding-left: 5px;
    text-align:center;
	
	clear: left;
		z-index:500;

}

#Topmenu a{
    text-decoration: none;
    color:black;
}
#Topmenu a:hover{
    text-decoration: underline;
    color:black;
}

#Topmenu li{
	float: left;
	position:relative;
	
    font-weight: bolder;
	line-height: 35px;
    font-size: 16px;
	padding: 1px 5px 0px 5px;
    list-style: none;
    margin: 5px 0px 5px 10px;
		z-index:400;

}


#Topmenu li a.selected{
    color: #FFF;
}

#tmenu ul li ul {
	display: none;
	position: absolute; 
	top: 3em;
	left: 0;
	z-index:200;


    font-family: verdana;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 0.8em;
	line-height: 0.8em;
	
	background: url(../img/SMbg.gif) bottom left no-repeat;
	margin-top: -7px;
	padding: 0px;
	border-right: solid 1px #7d6340;
	z-index: 300;
}

#Topmenu li>ul {
	top: auto;
	left: auto;
		z-index:200;
}



#Topmenu li:hover ul, li.over ul {
	display: block;
		z-index:200;
}




/**************************************************************************************************\
*                                                                                                  *
*                             Menu                                                                 *
*                                                                                                  *
\**************************************************************************************************/


#menu{
	clear:left;
	z-index: 5;
}
#submenu ul{
    border-bottom: 1px solid #FFF;

	clear:inherit;
	z-index:inherit;
}

#submenu li{ 
    text-indent: 1em;
    text-align: left;
    width: 11em;
    background-color: #FFD553;
    list-style: none;
    border-top: 1px solid #FFF;
	
	
	clear:inherit;
	z-index:inherit;
 }

 #submenu li a{
    font-family: verdana;
    font-variant: small-caps;
    font-weight: bolder;
    color: #000;
    text-decoration: none;
    width: 100%;
	
	clear:inherit;
	z-index:inherit;
 }
 
  #submenu li a.selected{
    color: #FFF;
	
	clear:inherit;
	z-index:inherit;
 }

 #submenu li ul, #submenu li ul li{
    text-indent: 1.5em;
    list-style: none;
    border: 0px;
	
	clear:inherit;
	z-index:inherit;
 }
 
#submenu li a:hover{
    color: #FFF;
	
	clear:inherit;
	z-index:inherit;
}

#submenu{
    font-variant: small-caps;
    font-weight: bold;
    position: relative;
    margin: 1em 0 0 1em;
    float: left;
    width: 11em;
    height: 10em;
    text-align: center;
	
	
	clear:inherit;
	z-index:inherit;
}

#submenuBg{
    background-color: #FFD553;
    height: 100%;
	
	
	clear:inherit;
	z-index:inherit;
}




/**************************************************************************************************\
*                                                                                                  *
*                             Mailinglist                                                        *
*                                                                                                  *
\**************************************************************************************************/

#fd{
    background-color: #FFD553;
	font-family: arial;
	font-variant: normal;
    font-weight: normal;
	font-size: 90%;
}

#ml{
    background-color: #FFD553;
	font-family: arial;
	font-variant: normal;
    font-weight: normal;
	font-size: 90%;
}

/**************************************************************************************************\
*                                                                                                  *
*                            feestdagen                                                      *
*                                                                                                  *
\**************************************************************************************************/
/*
.fd{
    background-color: #FFD553;
	font-family: "arial";
}
*/

/**************************************************************************************************\
*                                                                                                  *
*                             Ronde Hoeken                                                         *
*                                                                                                  *
\**************************************************************************************************/


.nolayout {
    background-color: transparent;
    height: 15px;
}

.RightSandbag{
    background-color: #FFD553;
    margin-left: 15px;
    height: 15px;
}

.RightImg img{
    float:right;
    height: 15px;
    width: 15px;
    border: 0;
}

.LeftSandbag{
    background-color: #FFD553;
    margin-right: 15px;
    height: 15px;
}

.contentLeftSandbag{
    background-color: #FFFE83;
    margin-right: 15px;
    height: 15px;
}

.LeftImg img{
    float:left;
    height: 15px;
    width: 15px;
}


/**************************************************************************************************\
*                                                                                                  *
*                             Content                                                              *
*                                                                                                  *
\**************************************************************************************************/


#content{
    text-align: justify;
    margin: 1em 1em 0em 13em;
    height: 100%;
}

#contentbg{
    padding: 0 1em 0em 1em;
    background-color: #FFFE83;
    height: 100%;
}

.tdspacer{
	width:10%;
}
.pproduct{
	background-color:#FFD553;
}

.pnaam{
	width: 75%;
	text-align:left;
}

.pprice{
	width: 25%;
	text-align:right;
}

.productEven{
	width: 70%;
	padding-left: 3px;
}

.prijsEven{
	width: 30%;
	text-align: right;

}

.productOneven{
	background-color: #FFD553;
	width: 70%;
	padding-left: 3px;

}

.prijsOneven{
	background-color: #FFD553;
	width: 30%;
	text-align: right;

}

.producTable{
	width: 90%;
	margin: 0 auto;
	padding: 5px;
}

.producTable td{
	padding: 2px 0px 2px 0px;
}

.toplink, .floatright{
	float: right;
	text-decoration: underline;
	color: #000;
}
 .floatright{
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 0 0 15px 25px;
}

h3{
	font-weight: bolder;
	font-size: 1.3em;
	padding: 10px 0px 5px 0px;
}

h4{
	font-weight: bolder;
	font-size: 1.1em;
	padding: 30px 0px 5px 0px;
}

#contentbg ul{
	padding-left: 1.5em;
	list-style: disc;
}

#contentbg ul li ul{
	padding-left: 1em;
	list-style: none;
}

#contentbg img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p {
	padding: 5px 0px 5px 0px;
}


#contentbg li{
    list-style: none;
	padding-bottom: 15px;
}
#contentbg li ul li {
	list-style:disc;
	padding-bottom: 15px;
}

