@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font: 1em "Calibri", Helvetica, Arial, sans-serif;
}
h1 {
	font: 1.7em normal "Constantia", Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}
h2 {
	font: 1.2em "Candara", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}
em {
	font-style: italic;
	letter-spacing: 0.05em;
}
strong {
	font-weight: bold;
	letter-spacing: 0.05em;
}
acronym,
abbr {
	border: 0;
}
acronym:after,
abbr:after {
	/* This is nice for browsers supporting it */
	content: " (" attr(title) ") ";
	color: #424242;
	font-style: italic;
}
cite:before,
q:before {
	content: "„";
}
cite,
q {
	padding: 0;
	margin: 0;
	font-style: italic;
}
cite:after,
q:after {
	content: "”";
}
a,
a:visited {
	text-decoration: underline;
	color: #424242;
}
a:after {
	/* This is nice for browsers supporting it */
	content: " (" attr(href) ") ";
	color: #424242;
	font-style: italic;
	text-decoration: none;
}
#header a:after {
	/* No URLs in the header */
	content: "";
}
a img {
	border: 0;
}
.warning {
	font-weight: bold;
	color: #b50000;
}
#header {
	margin-top: 20px;
	text-align: center;
}
#header img {
	display: none;
}
#wrapper {
	width: 62.8em;
	/*width: 90%;*/
	margin: 0 auto;
}
#wrapper .sidebar-container {
	/* Remove the sidebar for printing */
	display: none;
}
#wrapper .main-content {
	/*margin-left: 276px;*/
	/* Remove the margin for printing */
}
#wrapper .content {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
#wrapper .content .content-top {
	display: none;
}
#wrapper .content .content-repeat .content-repeat-left .content-repeat-right div.badge {
	display: none;
}
#wrapper .content .content-repeat .content-repeat-left .content-repeat-right .content-repeat-center {
	font-size: 0.9em;
	color: #424242;
	line-height: 1.5;
	background: #fffbf2;
}
#wrapper .content .content-repeat .content-repeat-clearfix {
	clear: right; /* Clear the badge */
}
#wrapper .content .content-bottom {
	display: none;
}
#wrapper #copyright {
	font-size: 0.7em;
}
#wrapper #copyright img {
	display: none;
}
#wrapper #copyright:before {
	/*font-size: 0.7em;*/
	content: "Design © 2008 by Clemens Lang";
	color: #424242;
}
#admin,
#admin a {
	display: none;
}