/*  CSS voor Hotel-living site
 *
 *  Print stylesheet
 *  
 *  Plaats: /root/styles/hotelliving_print.css
 *  
 */

/*  ALGEMEEN
 *
 */
html, body, div, p, a, img, ul, li, address, label, table, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 10pt/14pt Verdana, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

h1, h2 {
	margin: 1em 0 .2em;
}

h1 {
	font: 16pt/28pt Verdana, Geneva, Arial, sans-serif;
}

h2 {
	font: bold 12pt/14pt Verdana, Geneva, Arial, sans-serif;
}

address {
	font-style: normal;
}

a, a:link, a:visited {
	color: #333333;
}

#content a:after {
	content: " [url: " attr(href) "] ";
	text-decoration: none;
}



table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 2px 5px 3px;
	border-bottom: 1px solid #333;
	text-align: left !important;
	vertical-align: top;
}

td.laatste {
	border-bottom-width: 0;
}

th {
	color: #333;
	font-style:italic;
}

td {
	color: #000;
}

.impressie {
	margin: 15px 0 0 0;
	border: 1px solid #333;
	padding: 4px;
	background: #fff;
}


/*  TOPBAR & MENU: niet tonen
 *
 */
div#topbar, div#menu {
	display: none;
}



/*  FOOTER MET LINKS
 *
 */
div#voetregel {
	margin-top: 0 !important;
	padding-top: 100px;
}



