* {
margin:0;
padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 15px;
}
p {
font:12px/1.4 Verdana, Arial, Helvetica, sans-serif;
margin-top:1.2em;
}
p.small {
font-size:7pt;
font-weight:100;
}
#container {
position:absolute;
border-left:36px solid #666666;
width:900px;
height:488px;
left:50%;
margin-left:-468px; /* je haalt de linkerkant hiermee met de helft van de breedte terug naar links */
top:50%;
margin-top:-244px; /*je haalt de bovenkant hiermee met de helft van de hoogte terug naar boven */
}
#header {
text-align:right;
float:left;
width:900px;
height:30px;
}
#nav {
float:left;
width:400px;
height:20px;
text-align:center;
}
#navright {
width:480px;
float:left;
height:20px;
background-color:#666666;
margin-left:20px;
}
#fotocontent {
width:400px;
height:380px;
float:left;
}
.paddingfotocontent {
padding-top:50px;
}
#textcontent {
width:450px;
height:380px;
float:left;
overflow:auto;
margin-left:20px;
background-color:#666666;
}
#breed {
width:900px;
height:408px;
float:left;
overflow:auto;
background-color:#666666;
}
.underline {
text-decoration:underline;
}
#footnav {
float:left;
text-align:right;
height:20px;
width:400px;
}
#footnavright {
float:left;
text-align:right;
height:20px;
width:480px;
background-color:#666666;
margin-left:20px;
}
.bodytekst a:link {
color:#FFFFFF;
text-decoration:underline;
}
.bodytekst a:visited {
color:#FFFFFF;
text-decoration:underline;
}
.bodytekst a:hover {
color:#CCCCCC;
text-decoration:none;
}
.bodytekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	padding:15px;
}
a:link {
color:#666666;
text-decoration:none;
}
a:visited {
color:#666666;
text-decoration:none;
}
a:hover {
color:#333333;
text-decoration:underline;
}
.active {
color:#000000;
text-decoration:none;
}
.bodytekst a:link span {
color:#FFFFFF;
text-decoration:underline;
}
.bodytekst a:visited span{
color:#FFFFFF;
text-decoration:underline;
}
.bodytekst a:hover span{
color:#CCCCCC;
text-decoration:underline;
}
.borderfirst {
border-left:1px solid #999999;
border-bottom:1px solid #999999;
border-top:1px solid #999999;
padding:5px 5px;
}
.borderfirstright {
border:1px solid #999999;
padding:5px 5px;
}
.bordernext {
border-left:1px solid #999999;
border-bottom:1px solid #999999;
padding:5px 5px;
}
.bordernextright {
border-right:1px solid #999999;
border-left:1px solid #999999;
border-bottom:1px solid #999999;
padding:5px 5px;
}
.bordernextright a {
text-decoration:underline;
color:#FFFFFF;
}
.bordernextright a:hover{
text-decoration:none;
color:#999999;
}
.floatleft {
float:left;
margin-right:6px;
}