/* CHAOSDORF-STYLESHEETS */

body {
	background-color: #eeeeee;
	font-family: sans-serif;
	text-align: right;
}

div.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 80em;
}

#header {
	margin-top: 1em;
	margin-bottom: 2em;
	color: #9c0000;
	font-size: 150%;
	font-variant: small-caps;
	text-align: center;
}

#header span:before {
	content: "[";
	font-weight: bold;
}

#header span:after {
	content: "]";
	font-weight: bold;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	right: 20%;
	min-height: 100%;
	background-color: #ffffff;
	line-height: 1.1em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	text-align: justify;
}

#footer {
	clear: both;
	text-align: right;
	display: block;
	margin-top: 1em;
	padding-bottom: 1.5em;
}

/* Neuigkeiten (News-Items) */
.inlinepage {
	border: none;
	padding: 0em;
	margin-top: 2em;
}

/* Infos im Neuigkeitenarchiv */
span.newsinfo {
}

h1, span.heading {
	font-size: 140%;
	color: #9c0000;
	font-weight: bold;
	margin-top: 1em;
}

h2 {
	font-size: 130%;
	color: #9c0000;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 120%;
	color: #9c0000;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	color: #9c0000;
	font-weight: bold;
}

p, li {
}

ul {
	margin-top: 5pt;
	margin-left: 20px;
	list-style-type: circle;
}

ol {
	margin-top: 5pt;
	margin-left: 20px;
}

pre {
	font-family: monospace;
}

a:active,
a:link {
	text-decoration: none;
	color: #c00000;
}

a:visited {
	text-decoration: none;
	color: #660000;
}

a:focus,
a:hover {
	text-decoration: underline;
}

hr {
	border: 1px solid black;
}

/*
 * Navigation / Sidebar
 */

#sidebar {
	position: absolute;
	right: 0;
	top: 0;
	left: 80%;
	bottom: 0;
	width: 20%;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	line-height: 1.2em;
	text-align: center;
}

#sidebar ul {
	text-align: left;
	color: #333333;
	padding-left: 1em;
}

#sidebar ul ul {
	list-style-type: disc;
}

#sidebar a {
	font-weight: bold;
	color: #333333;
}

#sidebar a:link,
#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:active,
#sidebar a:focus,
#sidebar a:hover {
	text-decoration: underline;
}

/* Aktuell angezeigte Seite */
#sidebar .selflink {
}

/*
 * Titel der News-Einträge bei Neuigkeiten
 */

.inlinepage h2 {
	color: #000000;
	font-size: 110%;
	font-weight: normal;
}

.inlinepage h2 a:link,
.inlinepage h2 a:visited {
	color: #9c0000;
	text-decoration: none;
	font-weight: bold;
}

.inlinepage h2 a:active,
.inlinepage h2 a:focus,
.inlinepage h2 a:hover {
	color: #9c0000;
	text-decoration: underline;
	font-weight: bold;
}


/* Feeds + HTTPS-Hint */
#content div.hint {
	text-align: right;
	float: right;
	margin-left: 0.5em;
}

#content .feedbutton {
	text-align: right;
	float: right;
	margin-left: 0.5em;
	visibility: hidden;
}

/* HTTPS-Hint */
#content a.hint {
	background: #9c0000;
	color: white !important;
	border: 1px outset #9c0000;
	padding: 0px 0.5em 0px 0.5em;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: right;
	text-decoration: none;
	margin-top: 0em;
}
#content a.hint:hover {
	color: white !important;
	background: #cc3030;
}

/* Autoren-Angabe bei "Neuigkeiten" */
.author {
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* Datum am Ende der Seite */
.pagedate,
.pagelicense,
.pagecopyright {
	font-style: italic;
}

#footer {
	font-size: 80%;
}

#footer #actions a {
	margin-left: 1em;
}

/* RecentChanges Seite */
div.recentchanges {
	clear: none;
	width: auto;
}

table, th, td {
    border: solid black 1px;
    text-align: left;
}

table {
    border-collapse:collapse;
}

table th, table td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

