/*

	CSS Stylesheet für den CSS Contest

	Name:			Console
	Autor:			Pberndt
	ID:			1098295921
	Eingesendet:		20.10.2004/20:12
	Besitzer:		YToyOntpOjA7czo4OiJjMGE4MDAwMyI7aToxO2k6MTA5ODIyMzIwMDt9

*/

a
{
	color:			#AAAAAA;
	text-decoration:	none;
	font-weight:		bold;
}

body, input, textarea
{
	background:		#000000;
	color: 			#AAAAAA;
	font-family: 		monospace, 'courier new', system, serif;
	font-size:		11px;
}

input, textarea
{
	border:			none;
	border-bottom:		1px solid #AAAAAA;
}

input[type=submit]
{
	background-color:	#AAAAAA;
	color:			#000000;
}

textarea
{
	height:			15px;
}

input + label + input + label
{
	display:		block;
}

div#top h1:after
{
	content:		" für Nostalgiker"	
}

h1
{
	border-bottom:		1px dashed #AAAAAA;
	width:			40%;
}

h1, h2
{
	font-weight: 		bold;
	color: 			#FFFFFF;
	font-size: 		11px;
}

div#toc
{
	margin-bottom:		20px;
}

div#toc h2
{
	display:		none;
}
	
div#toc ul
{
	list-style-type:	none;
	display:		inline;
}

div#toc ul > li > ul
{
	display:		none;
}

div#toc ul li
{
	width:			150px;
	text-align:		center;
	background-color:	#AAAAAA;
	color:			#000000;
	float:			left;
	margin-right:		15px;
}

div#toc ul li a
{
	color:			#000000;
	text-decoration:	none;
	display:		block;
	font-weight:		normal;
}

acronym
{
	border:			none;
}

div#counter
{
	margin-top:		15px;
}
