/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.00
	Creation Date		: 01/12/2005
	Modification Date	: 01/12/2005
	Modification by		: Jerry van Heerikhuize
	Description			: common StyleSheet

\*#######################################################################*/

/*#######################################################################*\
	Section Index:
		1.	body
			1.1 body.main
		2. div
			2.1 #wrapper
			2.2 body.main div.content
			2.3 div#footer
\*#######################################################################*/


/* SUBMENU */
p.submenu { margin: 5px 0px; }
span.submenu_selected { color: #000; }

a.home { color: #636363; }
a.restaurant { color: #35332b; }
a.zakelijk { color: #a26e21; }
a.feestelijk { color: #636363; }
a.specials { color: #636363; }



td.news {background-color: #888888 !important; }
div.news {padding: 13px; background-color: #888888 !important; }

/* ARTICLES */
td.article { background-color: #FFF !important; }
div.article { padding: 13px; }
h6.article { text-transform: uppercase; margin:0px;}

td.border_sep_restaurant { border-right: 1px solid #77756d; }
td.article_restaurant { background-color: #535046 !important; }
td.article_restaurant p { color: #c4cec4 !important; }
td.article_restaurant h6 { color: #c4cec4 !important; }

td.border_sep_zakelijk { border-right: 1px solid #393939; }
td.article_zakelijk { background-color: #191919 !important; }
td.article_zakelijk p { color: #888888 !important; }
td.article_zakelijk h6 { color: #888888 !important; }

td.border_sep_feestelijk { border-right: 1px solid #cccccc; }
td.article_feestelijk { background-color: #FFFFFF !important; }
td.article_feestelijk p { color: #646363 !important; }
td.article_feestelijk h6 { color: #646363 !important; }

td.border_sep_specials { border-right: 1px solid #393939; }
td.article_specials { background-color: #242624 !important; }
td.article_specials p { color: #FFF !important; }
td.article_specials h6 { color: #646363 !important; }

td.article_menu { background-color: #79766a !important; }
td.article_menu p { color: #FFF !important; }
td.article_menu h6 { color: #c4cec4 !important; }

td.article_arrangementen_zakelijk { background-color: #161616 !important; }
td.article_arrangementen_zakelijk p { color: #FFF !important; }
td.article_arrangementen_zakelijk h6 { color: #c4cec4 !important; }

td.article_arrangementen_feestelijk { background-color: #f3f3f3 !important; }
td.article_arrangementen_feestelijk p { color: #707070 !important; }
td.article_arrangementen_feestelijk h6 { color: #707070 !important; }



/* HR TOP */
div.e_div_main
{
	height: 7px;
	margin: 0;
	background-image: url(../../imgs/hr_main.gif);
	background-repeat: repeat-x;
}

div.e_div_restaurant
{
	height: 7px;
	margin: 0;
	background-image: url(../../imgs/hr_restaurant.gif);
	background-repeat: repeat-x;
}

div.e_div_zakelijk
{
	height: 7px;
	margin: 0;
	background-image: url(../../imgs/hr_zakelijk.gif);
	background-repeat: repeat-x;
}

div.e_div_feestelijk
{
	height: 7px;
	margin: 0;
	background-image: url(../../imgs/hr_feestelijk.gif);
	background-repeat: repeat-x;
}

div.e_div_specials
{
	height: 7px;
	margin: 0;
	background-image: url(../../imgs/hr_specials.gif);
	background-repeat: repeat-x;
}


/* FOOTERS */
div.e_div_solid_home
{
	height: 1px;
	margin: 0;
	background: #9ea1a5;
}

div.e_div_solid_restaurant
{
	height: 1px;
	margin: 0;
	background: #393939;
}

div.e_div_solid_zakelijk
{
	height: 1px;
	margin: 0;
	background: #393939;
}

div.e_div_solid_feestelijk
{
	height: 1px;
	margin: 0;
	background: #abb8ab;
}

div.e_div_solid_specials
{
	height: 1px;
	margin: 0;
	background: #191a1a;
}

div.e_div_solid_menu
{
	height: 1px;
	margin: 0;
	background: #68655a;
}

div.e_div_solid_feestelijk
{
	height: 1px;
	margin: 0;
	background: #d9d9d7;
}


p.home{}
p.restaurant {color:#393939}
p.zakelijk {color:#393939}
p.feestelijk {color:#767676}
p.specials {color:#191a1a}


/* PATTERNS */
td.pattern1
{
	background-image: url(../../imgs/bg_pattern_1.gif);
	background-repeat: repeat;
	text-align: center;
}

td.pattern_restaurant
{
	background-image: url(../../imgs/bg_pattern_restaurant.gif);
	background-repeat: repeat;
	text-align: center;
}

td.pattern_zakelijk
{
	/*background-image: url(../../imgs/bg_pattern_restaurant.gif);
	background-repeat: repeat;*/
	text-align: center;
}

td.pattern_feestelijk
{
	background-image: url(../../imgs/bg_pattern_1.gif);
	background-repeat: repeat;
	text-align: center;
}

td.pattern_specials
{
	background-image: url(../../imgs/bg_pattern_specials.gif);
	background-repeat: repeat;
	text-align: center;
}
