body {
	margin: 30px 30px 30px 30px;
	font-family: "Swis721 BT";
	color: black;
	font-size: 13pt;
	font-weight: normal;
}

.main p {
	text-align: center;
}

.main .large {
	font-size: 18pt;
	font-weight: bold;
}

.main .accent {
	font-weight: bold;
	color: red;
}

.fett {
	font-weight: bold;
}


.copyright {
	font-size: 10pt;
	padding: 3px 3px 3px 3px;
	width: 100%;
	text-align: center;
	color: #aaaaaa;
	font-style: italic;
}

.toolbar {
	font-size: 11pt;
	padding: 3px 3px 3px 3px;
	width: 100%;
	text-align: center;
}

.toolbar ul {
	margin: 1px 1px 1px 1px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.toolbar li {
	display: inline;
	margin-right: 12px;
}

.toolbar .sel a {
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: underline;
}

.toolbar a {
	color: #aaaaaa;
	font-weight: normal;
	text-decoration: none;
}

.toolbar a.active {
	color: #0000aa;
	font-weight: bold;
}

.toolbar a:hover {
	color: #0258ad;
	text-decoration: underline;
}