/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#C2CBD0;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#ff9900;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:840px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0em;
	background:#ddd;
	border-bottom:6px double gray;
	height:110px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}


div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}



div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#CFD3B3;
	border-top:6px double gray;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	
a.gastenboek_titel {
	font-size				: 14px;
	font-weight				: 800;
	color					: #ff6600
}
a.gastenboek_copyright {
  	font-size				: 12px;
  	font-weight				: normal;
  	color					: #000080;
}
a.gastenboek_nav {
  	color					: #000000;
  	font-weight				: bold;
  	font-size				: 12px;
  	text-decoration			: underline;
}
a.gastenboek_titel:hover, a.gastenboek_copyright:hover {
  	text-decoration			: underline;
}
a.nosmuck {
  	font-weight				: normal;
  	text-decoration			: none;
}
table.gastenboek {
  	width					: 95%;
  	table-layout			: fixed;
  	border					: 1px solid #CCCCCC;
  	border-collapse			: collapse;
}
table.gastenboek_noborder {
  	border-width			: 0px;
	text-align:left;
}
td.gastenboek {
  	padding					: 5px 5px 5px 5px;
  	background-color		: #f5f5f5;
  	font-size				: 12px;
  	color					: #000000;
}
td.gastenboek_titel {
  	padding					: 0px 5px 0px 5px;
  	font-weight				: bold;
  	font-size				: 14px;
  	letter-spacing			: 1px;
  	background-color		: #f5f5f5;
  	color					: #ff6600;
  	border-bottom			: 1px solid #cccccc

}
td.gastenboek_content {
	padding					: 0px 5px 0px 5px;
	font-weight				: normal;
	background-color		: #FCF8F8;
	border					: 1px solid #cccccc;
}
td.gastenboek_nav {
  	color					: #000000;
  	font-weight				: normal;
  	font-size				: 12px;
}
img.button, span.bottom {
  	vertical-align			: middle;
}
div.gastenboek_iplog {
  	width					: 100%;
  	height					: 15px;
  	padding-top				: 1px;
  	font-size				: 10px;
  	text-align				: center;
}

div.gastenboek_divider {
  	font-size				: 0px;
  	height					: 0px;
  	width					: 100%;
  	margin-bottom			: 0px;
  	border-top				: 1px solid #cccccc;
}
div.gastenboek_dividerc {
  	font-size				: 0px;
  	height					: 2px;
  	width					: 100%;
  	background-color		: #000080;
  	margin-bottom			: 6px;
}

span.gastenboek_comment {
  	font-weight				: bold;
  	color					: #ff6600;
}