@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: auto;
}
body {
	margin: 0px;
	background-color: #ADA294;
	font-family: verdana;
	font-size: 13px;
	height: 100%;
}
table {
	line-height: 15px;
}
#HondenNAW {
	margin-left: 20px; 
	width: 80%
}
.PageHeader {
	font-size: 18px;
	font-style: italic;
	height: 30px;
}
#Header {
	background: url(/Images/Header.jpg) no-repeat left;
	height: 155px;
}
#LeftSide {
	width: 50px;
	position: absolute;
	top: 155px;
	bottom: 31px;
	margin-top: 100px;
}
#Content {
	bottom: 33px;
	left: 53px;
	overflow: auto;
	position: absolute;
	right: 225px;
	top: 160px;
	padding: 15px;
}
#RechtsHonden {
	bottom: 33px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 159px;
	width: 200px;
	padding: 10px;
	border-left: #CCC thin solid;
}
#Footer {
	/* background: url(/Images/Footer.jpg) repeat-x left; */
	text-align: center;
	line-height: 31px;
	bottom: 0px;
	height: 31px;
	position: absolute;
	width: 100%;
}
#Nav {
	left: 4px;
	position: absolute;
	top: 128px;
	height: 25px;
}
#Nav ul {
	list-style: none;
}
#Nav li {
	float: left;
	margin: 0px;
}
#Nav a {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	text-indent: -9000px;
	width: 100px;
}
#Nav a.Home {
	background: url(/Images/Knoppen/Home.jpg) no-repeat left;
}
#Nav a.Home:hover {
	background: url(/Images/Knoppen/Home_o.jpg) no-repeat left;
}
#Nav a.Honden {
	background: url(/Images/Knoppen/Honden.jpg) no-repeat left;
}
#Nav a.Honden:hover {
	background: url(/Images/Knoppen/Honden_o.jpg) no-repeat left;
}
#Nav a.Agility {
	background: url(/Images/Knoppen/Agility.jpg) no-repeat left;
}
#Nav a.Agility:hover {
	background: url(/Images/Knoppen/Agility_o.jpg) no-repeat left;
}
#Nav a.Contact {
	background: url(/Images/Knoppen/Contact.jpg) no-repeat left;
}
#Nav a.Contact:hover {
	background: url(/Images/Knoppen/Contact_o.jpg) no-repeat left;
}
#Nav a.Nieuws {
	background: url(/Images/Knoppen/Nieuws.jpg) no-repeat left;
}
#Nav a.Nieuws:hover {
	background: url(/Images/Knoppen/Nieuws_o.jpg) no-repeat left;
}
#Nav a.Links {
	background: url(/Images/Knoppen/Links.jpg) no-repeat left;
}
#Nav a.Links:hover {
	background: url(/Images/Knoppen/Links_o.jpg) no-repeat left;
}

fieldset.InMemoriam {
 border: #000000 solid thin; 
 padding-left: 3px; 
 margin-right: 5px;
}
div.InMemoriam {
	color: #FFFFFF; 
	background-color: #110706; 
	height: 20px; 
	margin-right: 5px; 
	text-align: center; 
	border: #000000 solid thin; 
	border-bottom: none;
}
a.Inloggen {
	font-family: verdana;
	font-size: 10px;
	color: #58473F;
}
a.Inloggen:hover {
	font-family: verdana;
	font-size: 10px;
	color: #3C302B;
}
a.ActiefInWerk {
	font-family: verdana;
	font-weight: bold;
	color: #58473F;
	text-decoration: none;
}
a.ActiefInWerk:hover {
	font-weight: bold;
	color: #866C60;
	text-decoration: none;
}
a {
	font-family: verdana;
	color: #58473F;
	text-decoration: none;
}
a:hover {
	color: #866C60;
	text-decoration: none;
}

