/**
 * 100% height layout with header and footer
 */
html,body, form {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.9em;
    color: #513800;
    background-image: url(../images/vdweerd_site_bg.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat;
}

h1 { 
	font:1.3em georgia,serif; 
	font-weight: bold;
	margin:0.5em 0;
}

h2 {
	font:1.2em georgia,serif; 
	font-weight: bold;
}
h3 {
	font:1.1em georgia,serif; 
	font-weight: bold;
	font-style: italic;
}
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:1024px;
	background-image:url(../images/main-panel-bg.png);
	background-repeat:repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width: 966px;
	height: 214px;
	margin-left: 25px;
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
}
div#logo {
	float: left;
	margin-left: 25px;
	width: 356px;
	height: 181px;
	background-image:url(../images/vdweerd_net-logo.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div.headerfoto1 {
	float: right;
	margin-top: 15px;
	margin-right: 40px;
	width: 226px;
	height: 168px;
	background-image:url(../images/eerste-foto-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div.headerfoto2 {
	float: right;
	margin-top: 15px;
	margin-right: 40px;
	width: 226px;
	height: 169px;
	background-image:url(../images/tweede-foto-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.headerfoto
{
    margin-top: 16px;
    margin-left: 12px;
    width: 200px;
    height: 134px;
    border: none;
}
div#contentcontainer {
	padding:1em 6em 6em 5em; /* bottom padding for footer */
}
div#contentcontainer p {
	text-align:justify;
}
div#menu {
	width: 984px;
	height: 156px;
	margin-left: -40px;
	background-image:url(../images/menu-bg.png);
	background-repeat:no-repeat;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #112fab;
}
div#menu a:link, div#menu a:visited
{
	color: #112fab;
}
div#menu a:hover, div#menu a:active
{
    background-color: #112fab;
	color: #fffaf4;
	text-decoration: none;
}
div#home_item {
	float: left;
	margin-left: 50px;
	margin-top: 55px;
}
div#reisverslagen_item {
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
div#fotografie_item {
	float: left;
	margin-left: 50px;
	margin-top: 55px;
}
div#overons_item {
	float: left;
	margin-left: 50px;
	margin-top: 35px;
}
div#links_item {
	float: left;
	margin-left: 50px;
	margin-top: 40px;
}
div#stuurreactie_item {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
div#content {
    width: 880px;
	height: 100%;
}
div#welkomtekst 
{
	float: left;
    width: 420px;
	height: 100%;
	padding-right: 20px;
}
div#nieuws 
{
	float: left;
    width: 375px;
	height: 100%;
    padding-left: 20px;
    border-left: dashed 1px #4A3300;
}
div#floatreset {
	clear: both;
}
div#nieuws h2 
{
    font-size: 1.0em;
    font-style: italic;
	font-weight: bold;
    margin-bottom: -10px;
}
div#nieuws h3
{
	font-size: 0.9em;
	color: #9e9588;
}
p.nieuwsitem 
{
    font-size: 0.8em;
    margin-bottom: 15px;
}
.bold 
{
    font-weight: bold;
}
div#footer {
	position:absolute;
	height: 54px;
	margin-left: -45px;
	width: 966px;
	bottom:0; /* stick to bottom */
	background-image:url(../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}
div#footer p {
	text-align: center;
	padding-top: 20px;
	font-size: 0.9em;
	font-family: Georgia, Palatino Linotype, Times New Roman, serif;
	font-variant:small-caps;
	color: #112fab;
}
#footer-kompas {
	position:absolute;
	bottom:25px; /* stick almost to bottom */
	left: 5px;
	z-index: 10;
	width: 72px;
	height: 73px;
	background-image:url(../images/kompasroos.png);
	background-repeat:no-repeat;
}
#footer-koffer {
	position:absolute;
	bottom:10px; /* stick almost to bottom */
	right: 10px;
	z-index: 30;
	width: 97px;
	height: 96px;
	background-image:url(../images/koffer.png);
	background-repeat:no-repeat;
}
.note 
{
    width: 80%;
	font-size: smaller;
	text-align: center;
	padding: 20px;
	border: thin solid #9e9588;
}
tr.linkrij 
{
    border-bottom: dashed 1px #9e9588;
}
td.linkimg
{
    padding: 10px;
    border-top: dashed 1px #9e9588;
}
td.linktekst 
{
    padding-left: 20px;
    border-top: dashed 1px #9e9588;
}
td.linkimg a:hover img, td.linkimg a:active img
{
    border: 6px groove #513800;
}
