/* Style sheet for King */
/* www.poedelsite.nl    */

/* kleurenschema */
/* fel groen: #7CFF65   */
/* licht groen: #DDFEDF */
/* achtergrond verloopt van: #F0C825 */
/*                     naar: #FFFFC0 */
/* tekst body: #800000 */


body {
	background-color: Black;
	color: #800000;
	padding: 4px;
	margin: 4px;
}
div.hoofdkader {
	background-color: #FFFFC0;
	background-image: url(images/achter.jpg);
	background-repeat: repeat-y;
	position: absolute;
	right: 20px;
	left: 20px;
	top: 20px;
}
div.boven {
	height: 5px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: Black;
}
div.onder {
	height: 5px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: Black;
}
div.menu {
	position: absolute;
	left: 10px;
	top: 23px;
	padding-top: 50px;
	text-align: left;
	width: 180px;
}
div.tekstveld {
	padding-left: 200px;
	padding-right: 100px;
}
div.fotokader {
	background-image: url(images/fotoachter.jpg);
	background-repeat: repeat-y;
	width: 370px;
	margin: 5px 5px 15px 5px;
	padding: 5px 5px 5px 5px;
	float: left;
}
div.fotokader2 {
	background-image: url(images/fotoachter2.jpg);
	background-repeat: repeat-y;
	width: 550px;
	margin: 5px 5px 15px 5px;
	padding: 5px 5px 5px 5px;
	float: left;
}
img.pasfoto {
	position: absolute;
	right: 10px;
	top: 23px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 200px;
	padding-right: 5px;
}



a:link {
	color: Red;
}
a:visited { 
	color: Red;
}
a:hover { 
	color: #FFFFC0;
	background-color: #800000;
}
a:active { 	
	color: Red;
	text-decoration: none;
}	



/* voor het menu*/
a.menu{
	float: left;
	width: 150px;
	background-color: Yellow;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 1px;
	clear: left;
	text-decoration: none;
	background-image: url(images/menuachter.jpg);
}
a.menu:link {
	color: #800000;
}
a.menu:visited {
	color: #800000;
	}
a.menu:hover {
	padding-left: 20px;
	width: 140px;
	background-color: #800000;
	color: Red;
	font-weight: bold;
	background-image: url(images/menuachter2.jpg);
	margin-left: 10px;
}
a.menu:active {
	color: #800000;
}

a.menuL2{
	float: left;
	width: 130px;
	background-color: red;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 1px;
	clear: left;
	text-decoration: none;
	background-image: url(images/menuachter.jpg);
}
a.menuL2:link {
	color: #800000;
}
a.menuL2:visited {
	color: #800000;
	}
a.menuL2:hover {
	padding-left: 40px;
	width: 120px;
	background-color: #FFFFC0;
	color: Red;
	font-weight: bold;
	background-image: url(images/menuachter2.jpg);
	margin-left: 10px;
}
a.menuL2:active {
	color: #800000;
}


#body_adr #nav_adr a,
#body_fot #nav_fot a,
#body_oge #nav_oge a,
#body_hd  #nav_hd a,
#body_pag #nav_pag a.menu,
#body_pup #nav_pup a.menu
	{
	background: Fuchsia;
	color: Aqua;
	font-weight: bold;
}


h1, h2 {
}
.midden {
	text-align: center;
}

/* links voor het gastenboek  */
table.gast {
	border: thin Red;
	border-width: thin thin;
}
td.gasttop {
	background-color: #F0C825;
	font-size: smaller;
	text-align: right;
}
td.gastmid {

}
td.gastbottom {

	font-size: smaller;
}
