@charset "utf-8";
/* CSS Document */

.links{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
}
.foto{
	border: 2px solid #000;
	margin: 0px;
}
.framestyle{
	margin: 10px;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 10px;
	overflow: auto;
	top: auto;
}
#main{
	height: 475px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000;
	border-bottom-color: #000;
}

#imagecontainer {
	height:435px;
}

#imagecontainer img {
	display:none;
	position:absolute;	
}

#textvak {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}

