/*

	CSS Stylesheet für den CSS Contest

	Name:			Redmond
	Autor:			Pberndt
	ID:			1099767535
	Eingesendet:		06.11.2004/19:58
	Besitzer:		YToyOntpOjA7czo4OiI1MDgxODI5MCI7aToxO2k6MTA5OTY5NTYwMDt9

*/

/*
	Dieser Style tuts nur im Firefox.
	Er ist M$ Windows nachempfunden
*/

/* Der Desktop */
html, body
{
	height:			100%;
	font-family:		arial, sans-serif;
	font-size:		11px;
	background-color:	#3A6EA5;
}

a
{
	color:			#000000;
}

acronym
{
	border-bottom:		none;
}

/* Das Header */
#top h1, #toc > ul, #content > div
{
	display:		block;
	background-color:	#D4D0C8;
	border:			1px solid #404040;
	border-left:		1px solid #FFFFFF;
	border-top:		1px solid #FFFFFF;
	
}

#top h1:before, #top ul:before, #content > div:before
{
	display:		block;
	background-color:	#0C266C;
	font-weight:		bold;
	color:			#FFFFFF;
	font-size:		11px;
	padding:		3px;
	padding-left:		5px;
	margin-bottom:		3px;
	content:		"Überschrift";
}

/* Das Menü */
#top a
{
	text-decoration:	none;
}

#top ul
{
	list-style-type:	none;
	margin:			0px;
	padding:		0px;
}

#top ul > li > ul
{
	display:		none;
}

#top li
{
	display:		inline;
}

#top a
{
	display:		table-cell;
	padding:		5px;
	border:			1px solid #D4D0C8;
}

#top a:hover
{
	border:			1px solid #808080;
	border-top:		1px solid #FFFFFF;
	border-left:		1px solid #FFFFFF;
}

#top a:active
{
	border:			1px solid #FFFFFF;
	border-top:		1px solid #808080;
	border-left:		1px solid #808080;
}

#top ul:before
{
	content:		"Inhaltsverzeichnis";
}

/* Inahlte */
p, h2, h3, table
{
	margin-left:		5px;
	padding-right:		5px;
}


#content > div
{
	height:			400px;
	overflow:		auto;
	padding-bottom:		5px;
	position:		absolute;
	top:			150px;
	width:			98%;
	z-index:		1;
}

#content > div#ueber
{
	z-index:		2;
}

#content > div:target
{
	z-index:		3;
}

#content div h1, #toc h2
{
	display:		none;
}

#content div#ueber:before
{
	content:		"Über diese Seite";
}

#content div#sheets:before
{
	content:		"Style sheets";
}

#content div#foo_aktien:before
{
	content:		"Aktien zu Foo";
}


#content div#blindtext:before
{
	content:		"Blindtext";
}

#content div#sheets li
{
	height:			20px;
}

#content div#sheets a
{
	border:			1px solid #D4D0C8;
	text-decoration:	none;
	padding:		2px;
}

#content div#sheets a + a
{
	position:		absolute;
	right:			20px;
}

#content div#sheets a:hover
{
	border:			1px solid #808080;
	border-top:		1px solid #FFFFFF;
	border-left:		1px solid #FFFFFF;
}

#content div#sheets a:active
{
	border:			1px solid #FFFFFF;
	border-top:		1px solid #808080;
	border-left:		1px solid #808080;
}

#counter
{
	display:		none;
}

label, input, textarea
{
	display:		block;
}

table
{
	border:			1px solid #404040;
	border-right:		1px solid #FFFFFF;
	border-bottom:		1px solid #FFFFFF;
	background-color:	#FFFFFF;
}
