body { 	
	margin:0;	
	padding: 0;	
	background-color:transparent;	
	width: 538px;	height: 404px;	
	overflow: hidden;}

body,p,li,input,textarea,td,a { 	
	color : #ddd;	
	font: normal 13px/151% palatino, georgia, "Lucida Bright", "Times New Roman", Times, serif;
}
a, a:link, a:visited, a:active {	}
a:hover {	}
h1, h1 a, h1 a img {
	font-size : 18px;
}
p {
	margin: 1.5em 0;
}
/* IE png-hack */
img {
	behavior:	url("/portfolio/css/pngbehavior.htc");
}


#darker {
	margin:0;
	padding: 0;	
	background: #000;
	width: 538px;
	height: 404px;
	position: absolute;
	top: 0;	left: 0;
	filter: alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
}
#textpane {
	margin:0;
	padding: 10px 20px;
	width: 498px;
	height: 384px;
	position: absolute;
	top: 0;	left: 0;
	filter: alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
}
.verborgen {
	width: 538px;
	height: 404px;
	position: absolute;
	left: 0;
	top: -404px;
	filter: alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
}
a.thumblist {
	display: block;
	width: 232px;
	float: left;
	border: 1px solid #44444a;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	font: 11px "Lucida Grande", Verdana, arial, helvetica, sans-serif;
	color: #88888c;
}
a.breed {
	width: 479px;
}
a.thumblist:hover {
	color: #ddd;
	background: #000;
	border: 1px solid #ddd;
	text-decoration: none;
}a img.thumb {
	padding: 2px;
	background: #000;
	border: 1px solid #444;
	margin-right: 5px;
}
a:hover img.thumb {
	border: 1px solid #999;
}
.scrollen {
	scroll-x: hidden;	scroll-y: auto;	overflow: scroll;	overflow-x: hidden;
}
.scrollen a.thumblist {
	width: 224px;
}
.clear {
	clear:both;
}
.gowebsite {
	float: right;
}