/*

	© Robert Adema
	www.ademamedia.nl
	
*/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
div.container {
	position:relative;
	width:720px;
	height:490px;
	margin:0 auto;
	background:url(img/content.jpg) #fff;
	}
	
div.header {
	height:190px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	}
	
div.menu {
	position:relative;
	height:29px;
	width:702px;
	margin:0px auto;
	background-image:url(img/navback.jpg);
	background-repeat: repeat-x;
	line-height:24px;
	}

a.menu:link, a.menu:active, a.menu:visited {
	position:relative;
	width:auto;
	height:24px;
	display:block;
	color:#666666;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	float:right;
	border-left:1px solid #aaaaff;
	padding:0px 5px 0px 5px;
	}
	
a.menu:hover {
	color:#333333;
	background:url(img/nav_hover.jpg) repeat-x;
	text-decoration:none;
	}

#current_page {
	color:#0066ff;
	background:url(img/nav_hover.jpg) repeat-x;
	cursor:default;
	}
		
div.content {
	position:relative;
	width:690px;
	height:270px;
	margin:0px auto;
	padding:0px 5px;
	overflow:auto;
	font-size:small;
    background-attachment:fixed; 
  	scrollbar-arrow-color: #555;
  	scrollbar-track-color: #ccf;
  	scrollbar-face-color: #ccf;
  	scrollbar-highlight-color: #ddf;
  	scrollbar-3dlight-color: #bbb;
  	scrollbar-darkshadow-color: #555;
  	scrollbar-shadow-color: #777;
  	overflow-x:hidden;
	}
	
a:link,a:visited, a:active {
	color:#0066ff;
	text-decoration:none;
	}
	
a:hover {
	color:#444;
	text-decoration:underline;
	}
	
div.links {
	position:absolute;
	right:20px;
	bottom:60px;
	}
	
/***** Footnote & Copy *****/
div.footnote {
	width:720px;
	height:29px;
	font-size:x-small;
	color:#333333;
	margin:0px auto;
	text-align:right;
	padding:1px 0px;
	background:url(img/footer.jpg) no-repeat #fff;
	}

a.footnote:link, a.footnote:visited, a.footnote:active {
	color:#6666ff;
	text-decoration:none;
	cursor:pointer;
	}

a.footnote:hover {
	color:#333;
	}

#footlink {
	height:20px;
	padding:4px 25px;
	}
	
/***** Content *****/
.head {
	text-align:justify;
	font-size:11pt;
	width:340px;
	margin:0px auto;
	}

.head_gastenboek {
	width:500px;
	text-align:center;
	margin:0 auto;
	font-size:1.1em;
	top:8px;
	}
	
h1 {
	font-size:1.2em;
	text-align:center;
}
	
ul,li {
	list-style-type:none;
	font-size:10pt;
	}
	
#rep_nl {
	font-size:11pt;
	width:300px;
	position:absolute;
	margin-left:80px;
	}

#rep_en {
	font-size:11pt;
	width:300px;
	position:absolute;
	right:0px;
	}
	
.gastenboek {
	width:400px;
	color:#333;
	margin:0 auto;
	border-top:1px solid #aaf;
	border-left:1px solid #aaf;
	border-right:1px solid #aaf;
	border-bottom:1px solid #88d;
	}

.bericht {
	padding:4px;
	background:#bbf;
	}

.gegevens {
	padding:4px;
	font-size:0.9em;
	border-top:1px solid #aaf;
	}

#teken_gastenboek {
	width:400px;
	color:#333;
	margin:0 auto;
	border-top:1px solid #aaf;
	border-left:1px solid #aaf;
	border-right:1px solid #aaf;
	border-bottom:1px solid #77c;
	vertical-align:top;
	background:#bbf;
	}
	
/***** Foto's *****/

.foto {
	padding:2px;
	margin:2px;
	border:1px solid #aaa;
	background:#eee;
	}
	
.krant {
	padding:2px;
	margin:2px;
	border:1px solid #aaa;
	background:#eee;
	width:316px;
	}

#eml {
	bottom:0px;
	left:0px;
	}

.notice {
	font-size:0.8em;
	text-align:right;
	}
