/*

	CSS Stylesheet für den CSS Contest

	Name:			Newspaper
	Autor:			Pberndt
	ID:			1098985325
	Eingesendet:		28.10.2004/19:42
	Besitzer:		God

*/

body
{
	font-family:		'Courier New', 'Courier', 'Lucida Console', sans-serif;
	font-size:		11px;
	text-align:		justify;
}

a
{
	color:			#000000;
	text-decoration:	none;
}

acronym
{
	border-bottom:		none;
}

div#top h1
{
	text-align:		center;
}

div#top h1:before
{
	content:		"Newspaper";
	display:		block;
	font-size:		12px;
}

div#top h1:after
{
	content:		"(Angezeigt auf Chlorfrei gebleichten Monitoren)";
	display:		block;
	font-size:		12px;
	font-weight:		normal;
}


div#toc h2
{
	font-size:		0px;
}


div#toc h2:after
{
	font-size:		12px;
	content:		"Die Schlagzeilen";
}

div#ueber p:last-child
{
	display:		none;
}

div#ueber p + p + p + p:after
{
	content:		"Firebird";
}

h1,h2
{
	display:		block;
	font-family:		sans-serif;
}

p
{
	display:		table-cell;
	padding-right:		5px;
}

p + p
{
	border-left:		1px solid #cccccc;
	padding-left:		5px;
	margin-left:		5px;
}

address
{
	text-align:		right;
	font-size:		11px;
	padding-right:		20px;
	padding-top:		5px;
}

ul, ol
{
	list-style-type:	none;
	margin:			0px;
	padding:		0px;
}

ul, ul > li
{
	display:		inline;
}

li + li:before, li > ul:before, ol > li:before
{
	content:		" · ";
}

ol > li
{
	font-size:		0px;
	min-width:		30%;
	float:			left;
}

ol
{
	max-width:		100%;
}

ol > li > a
{
	font-size:		11px;
}

ol > li > a + a:before
{
	content:		" -> ";
}

div#counter
{
	display:		none;
}

div#sheets ol:before
{
	content:		"Folgende Sheets sind seit der letzten Ausgabe erschienen: (Alle Angaben sind ohne Gewähr)";
	margin-bottom:		20px;
}

div#sheets h1:before
{
	content:		"Neue ";
}

div#sheets h1:after
{
	content:		"erschienen";
}

div#ueber h1:before
{
	content:		"Das hier ist neu: ";
}

div#sheets_manage h2
{
	clear:			left;
	padding-top:		20px;
	font-size:		18px;
}

div#sheets_manage h3
{
	display:		none;
}

div#sheets_manage form
{
	display:		none;
}

div#sheets_manage:after
{
	content:		"Man kann auch eigene Stylesheets erstellen. Klicke dafür auf einen anderen Stil, z.B. \"Standardtemplate\". Dort ist ein Formular für den Upload eigener Dateien.";
}

table thead, table tfoot
{
	display:		none;
}

table tr
{
	display:		inline;
}

table tr + tr:before
{
	content:		" · ";
}
