@charset "utf-8";
#link {
	position: absolute;
	top: 350px;
	left: 100px;
	z-index: 20;
}
#contact {
	position: absolute;
	top: 200px;
	left: 128px;
	width: 450px;
	height: 429px;
	z-index: 19;
	background: url("../images/trans.png")
}
#foto {
	position: absolute;
	top: 200px;
	left: 578px;
}
#adres {
	position: absolute;
	top: 75px;
	left: 100px;
	font-size: 20px;
}
#adres a {
	color: #EB6E1E;
	text-decoration: none;	
}
#adres a:hover {
	color: #000;
	text-decoration: underline;
}
h2 {
	font-size: 20px;
	color: #EB6E1E;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
address {
	font-style: normal;	
}