/**
 * Stylesheet voor Restaurant Pijnappel 
 * @author E. Vlieg
 * @version 1.0
 */
 
body {
	font-family: Trebuchet MS, Century Gothic, Georgia, Arial;
	font-size: 11pt;
	overflow: auto;
	cursor: default;
	background: url(/images/design1c_21.jpg);
}

a { color: black; font-weight: bold; text-decoration: underline; }
a:hover { text-decoration: none; }

img { border: none; }

td {
	vertical-align: top;
	font-size: 10pt;
}

table.default td > img { margin: 0px; }

table.default {
	text-align: left;
	width: 780px;
	border-collapse: collapse;
	height: auto;
}

.default td {
	padding: 0px;
}

.default td.contentBox {
	background: url(/images/design1c_05.jpg) repeat-y; 
	width: 591px; 
	height: 631px;
	padding: 10px 30px 5px 5px;
	font-size: 10pt;
	line-height: 18px;
	text-align: justify;
}

.default td.contentBox table {
	border-collapse: collapse;
	width: 550px;
}

.default td.contentBox table td {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
        text-align: left;
}

.default td.contentBox table.noborder td {
	border: none;
}

.default .leftColumn {
	border-collapse: collapse;
	margin: 0px;
}

.leftColumn td {
	padding: 0px;
}

td.menu {
	background: url(/images/design1c_08.jpg) repeat-y; 
	width: 189px; height: 34px;
	padding: 0px 15px 8px 30px;
}

.menu a, .menu {
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	color: lightgrey;
}

div.pageTitle {
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
	border-bottom: 1px dotted gray;
	padding-right: 5px;
	margin-bottom: 5px;
	width: 546px;
}

td.footer {
	background: url(/images/design1c_21.jpg); width: 780px; height: 169px; text-align: left; padding-left: 75px; font-size: 9pt; color: gray;
}

.footer a {
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

.star {
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	margin: 0px;
}
.contentBox {
	text-align: justify;
}

.contentBox img {
	margin: 3px;
	border: 1px solid black;
}

.adres {
	color: white;
	font-size: 8pt;
padding: 0px 15px 8px 30px;

}