@charset "utf-8";

/*** CONTENT:HISTORY ***/

div.history {
	position:relative;
	width:707px;
	height:1345px;
}

div.history.de { background:url('background_de.jpg') left top no-repeat; }
div.history.en { background:url('background_en.jpg') left top no-repeat; }
div.history.es { background:url('background_es.jpg') left top no-repeat; }
div.history.fr { background:url('background_fr.jpg') left top no-repeat; }
div.history.nl { background:url('background_nl.jpg') left top no-repeat; }
div.history.pl { background:url('background_pl.jpg') left top no-repeat; }
div.history.ro { background:url('background_ro.jpg') left top no-repeat; }


div.history p {
	width:325px;
	height:145px;
	padding-top:90px;
	margin:0px 0px 0px 350px;
}
div.history a * {
	color:black;
	font-family:Georgia,"Times New Roman",serif;
	font-weight:bold;
	font-style:italic;
	font-size: 17px;
	display:block;
}

div.history a:hover * { text-decoration:underline; }

div.history a#link1 { position:absolute; left:125px; top:450px; }
div.history a#link2 { position:absolute; left:415px; top:570px; }
div.history a#link3 { position:absolute; left:125px; top:745px; }
div.history a#link4 { position:absolute; left:415px; top:875px; }
div.history a#link5 { position:absolute; left:125px; top:1050px; }

div.history a span.button {
	position:relative;
	padding:9px 50px 8px 16px;
	background:url('button_left.gif') left top no-repeat;
}

div.history a span.button span.overlay {
	position:absolute;
	left:14px;
	top:7px;
	color:white;
}

* html div.history a span.button span.overlay { left:-2px; }

div.history a span.button img.button-right {
	position:absolute;
	right:-3px;
	top:0px;
}

div.history a span.button img.arrow.pngfix {
	position:absolute;
	right:6px;
	top:5px;
	width:40px;
	height:28px;
}
