#content {
	margin-top: 60px;
}
#content #introtext h2 {
	padding-bottom: 2px;
}

.toprow {
	display: block;
	position: absolute;
	top: 201px;
	height: 212px;
	width: 264px;
	z-index: 1000;
}
.bottomrow {
	display: block;
	position: absolute;
	top: 413px;
	height: 212px;
	width: 264px;
}
#plogo {
	left: 307px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
}
#pbanner {
	left: 571px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
}
#email {
	left: 31px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
	width: 276px;
}
#web {
	left: 307px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
}
#calendar {
	left: 571px;
	text-indent: -3333px;
	text-decoration: none;
	outline: none;
}	


/* english graphics */
.eng #plogo {
	background-image: url(../_img/home/plogo-eng.gif);
}
.eng #pbanner {
	background-image: url(../_img/home/pbanner-eng.gif);
}
.eng #email {
	background-image: url(../_img/home/email-eng.gif);
}
.eng #web {
	background-image: url(../_img/home/web-eng.gif);
}
.eng #calendar {
	background-image: url(../_img/home/calendar-eng.gif);
}
.eng #introtext {
	position: absolute;
	left: 44px;
	width: 233px;
	top: 198px;
}

/* deutsch graphics */
.de #plogo {
	background-image: url(../_img/home/plogo-de.gif);
}
.de #pbanner {
	background-image: url(../_img/home/pbanner-de.gif);
}
.de #email {
	background-image: url(../_img/home/email-de.gif);
}
.de #web {
	background-image: url(../_img/home/web-de.gif);
}
.de #calendar {
	background-image: url(../_img/home/calendar-de.gif);
}
.de #introtext {
	position: absolute;
	left: 45px;
	width: 500px;
	top: 140px;
}
.de #introtext p {
	width: 233px;
}
.de #introtext h2  {
	font-size: 24px;
}

/* RUSSIAN graphics */
.ru #plogo {
	background-image: url(../_img/home/plogo-ru.gif);
}
.ru #pbanner {
	background-image: url(../_img/home/pbanner-ru.gif);
}
.ru #email {
	background-image: url(../_img/home/email-ru.gif);
}
.ru #web {
	background-image: url(../_img/home/web-ru.gif);
}
.ru #calendar {
	background-image: url(../_img/home/calendar-ru.gif);
}
.ru #introtext {
	position: absolute;
	left: 45px;
	width: 500px;
	top: 140px;
}
.ru #introtext p {
	width: 233px;
}
.ru #content #introtext h2 {
	line-height: 24px;
	padding-bottom: 8px;
}

.toprow:hover,
.bottomrow:hover {
	background-position: 0 -212px;
}