@charset "UTF-8";

/********************************  TAGS  ********************************/

html { /*for IE 7*/
	width: 100%;
	height: 100%;
}
body {
	background: #EEEEEE none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
h1 {
	margin: 1ex 0.5ex;
	padding: 0px;
	font-size: 1.8em;
	letter-spacing: 0.3em;
	font-weight: bold;
}
h2, h3 {
	margin: 0px 0px 2ex;
	font-size: 1.8em;
	font-weight: normal;
	border-color: #555555;
	border-style: solid;
	border-width: 0px 0px 3px;
}
h3 {
	padding: 5ex 0px 0px;
}
p {
	margin: 2ex 0px;
	text-align: left;
}
img {
	border: none;
	vertical-align: middle;
}
a {
color: #000000;
text-decoration: none;
font-weight: normal;
}
a:hover, a:active {
	background: #CCFFFF none;
}

/********************************  MENUS  ********************************/

#leftMenuD {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10ex;
	text-align: left;
}
#blankerD, .leftMenuD, #loadingD, #buttonsD, #rightMenuD {
	display: none;
}

/********************************  SPIEL  ********************************/

#spielsD {
	position: absolute;
	left: 0px;
	top: 6ex;
	right: 0px;
}
.spielD {
	clear: left;
	padding: 7ex 7% 0ex;
	text-align: left;
}
.exhibitD{
	margin: 0px 0px 1.25ex;
}
.dateD {
	position: absolute;
	left: 7%;
	width: 11.5em;
	text-align: right;
	font-style: italic;
}
.locationD{
	padding: 0px 0px 0px 12.5em;
	text-align: left;
	line-height: 1.2;
}
.locationD span {
	margin: 0px 0.6em 0px 0px;
}
.date {
	display: block;
}
.future, .now {
	padding: 0px 0px 0.25ex;
	border-style: solid;
	border-width: 0px 0px 2px;
}
.future {
	border-color: #660000;
}
.now {
	border-color: #CC0000;
}
.txtLink {
	font-style: italic;
}
#statementD {
	line-height: 1.3;
}
#signature, #detailD, #soldLink {
	display: none;
}
.shop  {
	float: left;
	height: 20ex;
	margin: 2ex 1ex;
	padding: 2ex 0px 0px 0.3ex;
	border-color: #555555;
	border-style: solid;
	border-width: 0px 0px 0px 8px;
	text-align: left;
	line-height: 1.7;
}

/********************************  OTHER DIVS  ********************************/

#footerD {
	display: none;
}
#warnD {
	font-style: italic;
}
#warnLine {
	text-decoration: underline;
}
#thumbnailD {
	background: #000000;
	padding: 3%;
	clear: left;
}
#thumbnailD img {
	padding: 15px;
}
