@charset "utf-8";
/* CSS Document for "Home"
 * Copyright 2009 Sanscript (www.sanscript.eu)
 */
div.imageFrame {
	background-image: url(backShadow.gif);
	position: absolute;
	top: 47px;
	left: 242px;
	width: 600px;
	height: 450px;
}

div.imageFrame div.imageHolder {
	background-image: url(frontImage.jpg);
	position: absolute;
	top: 7px;
	left: 8px;
	width: 580px;
	height: 430px;
}

div.sideText {
	text-align: justify;
	position: absolute;
	top: 75px;
	left: 20px;
	width: 210px;
	height: 409px;
	border-top: #CCC thin solid;
	border-bottom: #CCC thin solid;
	overflow: hidden;	 
}

div.sideText p {
	margin-top: 20px;
	margin-bottom: 20px;
	word-spacing: 1px;
	line-height: 20px;
	font-size: 12px;
}

div.logotype {
	background-image: url(../common/logotype/medium.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: -36px;
	left: -21px;
	width: 129px;
	height: 140px;
	z-index: 5;
}

div.euforica {
	letter-spacing: 2px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 22px;
	color: #555;
	position: absolute;
	top: 49px;
	left: 105px;
	z-index: 6;
}

div.references {
	text-align: center;
	position: absolute;
	left: 20px;
	bottom: 8px;
	width: 210px;
	font-size: 10px;
}

table.agencies {
	position: absolute;
	left: 250px;
	top: 495px;
	width: 580px;
}

table.agencies td {
	text-align: center;
}

table.agencies a:link, table.agencies a:visited, table.agencies a:active, table.agencies a:hover {
	margin-right: 10px;
	margin-left: 10px;
	opacity: 0.6; 
}

table.agencies a:hover {
	opacity: 1;
}