body {
	font-size: 76%;
	font-family: arial, sans-serif;
	background-color: #000;
	color: #fff;
	background-image: url("../images/background.png");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	text-align: right;
	height: 70px;
	width: 300px;
	background-image: url("../images/logotype.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div.infobox a {
	color: #60d;
}

span.texthide {
	display: none;
}

span.event {
	font-weight: bold;
	color: #908;
}

#main {
	margin-top: 110px;
	width: 40em;
	margin-left: auto;
	margin-right: auto;
}

div.infobox {
	margin: 1em 2em;
	background-color: #ddd;
	background-image: url("../images/corner_br.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.infoboxouterliner {
	background-image: url("../images/infoboxfade.png");
	background-position: top;
	background-repeat: repeat-x;
}

div.infoboxinnerliner {
	color: #000;
	padding: 0.5em 1em;
	background-image: url("../images/corner_tl.png");
	background-position: top left;
	background-repeat: no-repeat;
}	

div.infobox h2 {
	margin-top: 0.3em;
}

div#date {
	position: absolute;
	color: #908;
	top: 1em;
	left: 1em;
}

div#copyright {
	padding: 1em;
	font-style: italic;
	font-size: 0.8em;
	text-align: right;
	color: #444;
}

div#copyright a {
	color: #444;
}

.infoboxbanner {
	width: 34em;
	height: 12em;
	border-style: none;
}
