/*Kleur instellingen, alle waardes in dit bestand kunnen worden aangepast*/

/*lettertypes*/
html, body {
	color: #3d3d3d;
	background: url(../img/update/background_timeout_v2.jpg) top center fixed;
	font-size: 11px;
}

p {
	color: #3d3d3d;
	line-height: 18px;	
}

/*links*/

a {
    color: #3d3d3d;
    text-decoration: none;
}

a:hover {
    color: #3d3d3d;
    text-decoration: none;
}

/*De header*/
#header {
    border: none;
}

/*het content gedeelte*/
#content {
	border-right: 1px solid #fff;
	width: 609px;
    /*background-color: #E0E0E0;*/
}
#footer {
    /*border: none;*/
    /*border: solid #000000 1px;*/
    background-color: #E0E0E0;
}
/*De linker balk*/
#left {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    /*border: none;*/ 
}

/**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 {
   
}

/**Openingstijden*/
#openingstijden {
    color: #7d7d7d;
	line-height: 18px;
	text-align: center;
}

.openingstijdenImage {
	margin-bottom: 10px;	
}

/**Contactgegevens*/
#contactgegevens {
	line-height: 18px;
    color: #7d7d7d;
	text-align: center;
}

#contactgegevens a{
    color: #7d7d7d;
}

#contactgegevens a:hover{
    color: #333;
}


/**Nieuwsbrief*/
#nieuwsbrief {
	postion: absolute;
	top: 318px;
	left: 800px;
	padding-top: 36px;
	padding-left: 20px;
    border-left: solid #e9e9e9 1px;
    color: #212121;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 900px;
}

.nieuwsbriefField {
	border: 1px solid #666;
	background: #fff;
	padding: 2px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 170px;
	margin-bottom: 15px;
}

.nieuwsbriefButton {
	background: url(../img/bg-button-nieuwsbrief.gif) top left repeat-x;
	height: 25px;
	border: 1px solid #acacac;	
}

/**Prijslijst*/
#prijslijst {
	text-align: center;
}

.prijslijstImage {
}

/*Invoervelden en knoppen */

.zoekenTitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #343434;	
}
.tekstveldCijfer {
    border: solid #333 1px;
    background-color: #FFFFFF;
   text-align: left;
}

/*Aanbiedingen opmaak*/
#maandaanbieding b {
	font-size:26px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing:5px;
	font-weight:bolder;
	padding-left:50px;
}
.prijs {
	text-align:center;
}

#content .mplaatje img {
	/*padding-left: 80px;*/
}
/*HR balk*/

hr {
  color: #f8f8f8;
  background-color: #999;
  height: 1px;
  border:none;
}


/* MENU */

#menu .fistButton a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#menu ul {
	margin: 30px 0px 0px 170px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu li a{
	margin-right: 60px;
	padding: 0px;
	display: block;
	color: #671566;
	text-decoration: none;
}

#menu li a:hover{
	color: #333;
	text-decoration: none;
}

.tekst, .tabel, b, a {
	color: #3d3d3d;	
}
