@charset "utf-8";
.portfoliostyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navigation {
	position: fixed;
	left: 19px;
	top: 19px;
}

.content {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width:100%;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */

}

.line {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
	background-color: #FFFFD9;
}
a:hover {
	background-color: #33CCFF;
}

img
{  border-style: none;
}
.loading {
	background-image: url(img1/loading1.gif);
	background-position: 60px 240px;
	background-repeat: no-repeat;
}

