/*Kleur instellingen, alle waardes in dit bestand kunnen worden aangepast*/

/*lettertypes*/
body {
	color: #FFFFFF;
}


/*links*/

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
} 

/*De header*/
#header {
    /*border: none;*/
    border: solid #000000 1px;
    background-color: #E0E0E0;
}

/*het content gedeelte*/
#content {
	border: solid #000000 1px;
    /*background-color: #E0E0E0;*/
}
#footer {
    /*border: none;*/
    /*border: solid #000000 1px;*/
    background-color: #E0E0E0;
}
/*De linker balk*/
#left {
    /*border: none;*/
    border: solid #000000 1px;
    background-color: #E0E0E0; 
}

/**De losse elementel in het menu*/
#menu {
    border: solid #000000 1px;
    background-color: #FFFFFF;
}

/*De menu knoppen*/
.menuItemNormaal {
    background-color: #ffffff;
    border: solid #000000 1px;
    color: #FF0000;
    cursor:  pointer;
}
.menuItemHover {
    background-color: #F0F0F0;
    border: solid #000000 1px;
    color: #FF0000;
    cursor:  pointer;
}
.menuItemNormaalStandaard {
    background-color: #ffffff;
    border: solid #000000 2px;
    color: #FF0000;
    cursor:  pointer;
}
.menuItemHoverStandaard {
    background-color: #F0F0F0;
    border: solid #000000 2px;
    color: #FF0000;
    cursor:  pointer;
}

/**Het zoekmenu*/
#zoeken {
    border: solid #000000 1px;
    background-color: #FFFFFF;
}

/**Openingstijden*/
#openingstijden {
    border: solid #000000 1px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
}

/**Nieuwsbrief*/
#nieuwsbrief {
    border: solid #000000 1px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
}
/**Contactgegevens*/
#contactgegevens {
    border: solid #000000 1px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
}
/**Prijslijst*/
#prijslijst {
    border: solid #000000 1px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
}

/*Invoervelden en knoppen */
.tekstveld {
    border: solid #000000 1px;
    background-color: #FFFFFF;
}

.keuzelijst {
    border: solid #000000 1px;
    background-color: #FFFFFF;
}

.knop {
    border: solid #000000 1px;
    background-color: #FFFFFF;
    color: #FF0000; 
    font-weight:bold;
}
.tekstveldCijfer {
    border: solid #000000 1px;
    background-color: #FFFFFF;
   text-align: left;
}

/*Aanbiedingen opmaak*/
#maandaanbieding b {
	font-size:26px;
	font-family:Comic Sans MS ;
	text-transform: uppercase;
	letter-spacing:5px;
	color:red;
	font-weight:bolder;
	padding-left:50px;
}
.prijs {
	text-align:center;
}

#content .mplaatje img {
	width:600px;
	padding-left: 80px;
}
/*HR balk*/

hr {
	color: #000;
  background-color: #000;
  height: 1px;
}

