#infoArea {
	width: 500px;
	height: 245px;
	text-align: left;
	overflow: hidden;
}

#infoImageMap {
	border: 0px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.infoTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #524d34;
	margin-bottom: 8px;
}

p.infoParagraph {
	margin-bottom: 5px;
}

div.infoSet {
	display: none;
}
div.infoSetActive {
	position: relative;
	top: -200px;
	left: 80px;
	text-align: left;
}

#infoArea a {
	color: #000;
	text-decoration: underline;
}
#infoArea a:visited {
	color: #000;
	text-decoration: underline;
}
#infoArea a:hover {
	color: #000;
	text-decoration: none;
}

img.infoCloseButton {
	cursor: pointer;
}

.infoTextContainer {
}

.infoTextBottom {
	background-image: url(../images/kupla/bottom.png);
	background-position: left bottom;
	width: 400px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	display: table;
}

.infoTextTop {
	background-image: url(../images/kupla/top.png);
	width: 400px;
	background-repeat: no-repeat;
	padding-top: 16px;
	display: table;
}

.infoTextMiddle {
	background-image: url(../images/kupla/repeat.png);
	width: 400px;
	display: table;
}

.infoTextContent {
	color: #000;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

#languageBar {
	background-image: url(../images/languagebar.gif);
	height: 32px;
	width: 565px;
	text-align: right;
}

