/* CHAOSDORF-STYLESHEETS */

body {
	background-color: #ffffff;
	font-family: sans-serif;
}

#header {
	margin: 0;
	background-color: #dddddd;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	display: block;
}

#main {
	clear: both;
	margin-top: 2em;
}

#content {
	line-height: 1.1em;
	width: 85%;
	margin-left: 0em;
	margin-bottom: 3em;
	padding: 0.01em 0em 0em;
	text-align: left;
}

#footer {
	clear: both;
	display: block;
	margin-top: 1em;
	background-color: #dddddd;
}

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

/* Infos im Neuigkeitenarchiv */
span.newsinfo {
	font-size: 0.8em;
}

h1 {
	font-size: 1.4em;
	color: #9c0000;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #9c0000;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color: #9c0000;
	font-weight: bold;
}

p, li {
	font-size: 0.9em;
}

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;
}

#header p {
	color: #9c0000;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

/*
 * Navigation / Sidebar
 */

#sidebar {
	background-color: #9c0000;
	color: #ffffff;
	line-height: 1.2em;
	width: 10%;
	min-width: 9em;
	float: right;
	margin-left: 1em;
	margin-bottom: 3em;
	padding: 1em 1em 18em;
}

/* Kategorie-Titel */
#sidebar p.navtit {
	font-size: 1em;
	margin-bottom: 0em;
	margin-top: 0.5em;
}

/* Links */
#sidebar ul,
#sidebar li {
	color: #ffffff;
	margin-top: 0px;
	margin-left: 0.5em;
	padding-left: 0px;
}

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

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

#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 {
	color: #dddddd;
}

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

.inlinepage h2 {
	color: #000000;
	font-size: 1em;
}

.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;
}


/* Text neben der Logospalte auf der Startseite */
div.nearlogo {
	padding-left: 170px;
	text-align: justify;
}

/* Logospalte auf der Startseite */
#content p.logocol {
	float: left;
	width: 170px;
}

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

#feedlink p {
	text-align: right;
}

#feedlink a.feedbutton {
	text-decoration: none;
}

/* 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;
	font-size: 1em;
	text-align: right;
}

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

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