html {
	height:100%;
}

form div {
	padding:0px;
	margin:0px; 
	border:0px solid black;
}

body {
	background-color:#edebeb;
	height:100%;
	padding:0px;
	margin:0px; 
	font-family: Verdana, Helvetica, Arial; 
	font-size:10pt;
}

img {border:0px solid black;}



div#splash {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px ;
	text-align: left;
}


div#wrap { 
	min-height:100%;
	position:relative;
	width: 100%; 		
}

	 
div#header {
	height:110px;
	width:100%; 	
	background-repeat:repeat-x;	
}

div#header.katten {
	background-image:url(../gfx/katten-background.gif);	
}

div#header.honden {
	background-image:url(../gfx/honden-background.gif);	
}

div#header.animal {
	background-image:url(../gfx/animal-background.gif);	
}


div#header img {
	padding-top:13px;
	padding-left:20px;
}

#wrap{ 
	min-height:100%;
	position:relative;
	width: 100%; 
} 		

* html #wrap {
	height:100%;	
}

#inner-wrap {
	padding-bottom:30px;	
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

* html #inner-wrap {
	height:1px;
}

div#nav {	
	position: absolute;
	top:110px;
	left:0;
	height:auto; 
	width:200px; 
	font-size:11pt;		
	color:#666666;
	padding-left:20px;
}

div#nav img { 
	margin-bottom:3px;
}

div#nav ul {
	margin-bottom:60px;
	margin-left:0px;
	margin-top:3px;
	padding-left:0px;
	list-style:none;
}

div#nav li {
	line-height:15px;
	padding-bottom:7px;

}

div#nav a {
	color:#666666;
	text-decoration:none;
}

div#nav a:visited {
	color:#666666;
	text-decoration:none;
}

div#nav.katten a:hover, 
div#nav.katten a:active {
	color:#e5aa5d;	
}

div#nav.honden a:hover, 
div#nav.honden a:active{
	color:#d46d40;
}

div#nav.animal a:hover, 
div#nav.animal a:active {
	color:#f2d24f;
}

div#home {
	position:absolute;
	left:0px;
	bottom:0px;	
	height:auto;
	margin-bottom:35px;
	margin-left:20px;	
}

div#home img{
	margin-left:5px;
	margin-right:15px;
}



div#content {	
	float:left;
	width:700px;
	text-align:left;
	height:100%;
	padding: 0px; 
	padding-left:220px;
	padding-bottom:5px;
	margin-bottom:30px;
}

div#content.katten{
	background-repeat:repeat-y;
	background-image:url(../gfx/katten-background-content.gif);	
}

div#content.honden {
	background-repeat:repeat-y;
	background-image:url(../gfx/honden-background-content.gif);	
}

div#content.animal {
	background-repeat:repeat-y;
	background-image:url(../gfx/animal-background-content.gif);	
}


div#footer {
	clear:both;	
	height:20px;
	width:100%;
	text-align:center;	
	vertical-align: middle;
	line-height:20px;
	font-size:10px;
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
}

div#footer.katten {
	background-color:#e5aa5d;
}

div#footer.honden {
	background-color:#d46d40;
}

div#footer.animal {
	background-color:#f2d24f;
}

H1 {
	font-size:16pt;
	margin-bottom:5px;
	padding-bottom:5px;
}

H2 {
	font-size:12pt;
	margin-bottom:5px;
	padding-bottom:5px;
}

H3 {
	font-size:10pt;
	margin-bottom:5px;
	padding-bottom:5px;
}

P {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
	
label {
	text-align:left; 
	width:170px;
	float:left;
	display: block
}

input, textarea { margin-left: 10px; }
input.button {margin-left: 0px};




