/*  
Theme by CG909
*/

/* CSS printing stylesheet */ 

/* Alles unwichtige ausblenden */
#topbar { display: none; }
#topmenu { display: none; }
#sidebar { display: none; }
#blindconvenience { display: none; }

/* Header kompakt darstellen */
#header-logo { float: right; margin: 1ex; }
#slogan { color: gray; font-style: italic; }
#header { padding-bottom: 2.3em; }

/* Artikel und Inhalt */
.entry {
	padding-bottom: 1em;
	margin-bottom: 1em;
	orphans: 5;
	border-bottom: 0.2mm solid silver;
}

.entrytitle { page-break-before: avoid; }
.entrytitle h2 { page-break-before: avoid; }
.entrytitle h2 a {
	color: black;
	font-weight: normal;
}
.entrytitle .by { page-break-before: avoid; }
.entrytitle .by cite {
	font-style: inherit;
	font-weight: inherit;
}

.entrybody { page-break-before: avoid; }

#content ol {
	margin-left: 2.6ex;
}
#content ul {
	margin-left: 2.6ex;
}

.entrymeta { font-size: 0.8em; color: gray; padding-left: 0.4ex; }
.entrymeta .postedby:after { content: ", "; }

/* Footer */

#footer { font-size: 0.7em; color: silver; text-align: center; }
#footer ul { padding-left: 2em; }
#footer li { display: inline; padding-right: 2em; }


/*************************************
 + Misc
 *************************************/

img { border: none; }

a {
	color: #f18100;
	text-decoration: none;
}

#content p { margin:0; padding:0; margin-bottom: 0.9em; }

#content * { clear: none !important; }

#wiki-append-content div a { color: #820; }

#Vorlage_Offiziell { display: none; }

table#toc {
	width: 90%;
	font-size: 0.9em;
	border: 1px solid silver;
	padding: 1ex;
	padding-top:0;
	margin-top: 3ex;
	background-color: #f1f1fc;
}

.dontshowonhp { display: none; visibility: hidden; color:transparent; }
.hiddenlink { color: #222; }

br.spacer_ { display: none;}

