/*

	CSS Stylesheet für den CSS Contest

	Name:			New+grey
	Autor:			PBerndt
	ID:			1096810439
	Eingesendet:		03.10.2004/15:33
	Besitzer:		508185ef

*/

/*

	Dieser Style ist nur für Firefox / Mozilla gedacht
	Der IE hat mit CSS eh so seine Probleme, Opera kennt :target
	noch nicht

*/




/* Overall needed */
body
{
	padding:			0px;
	margin:				0px;
	background:			#EFEFEF url('http://www.pberndt.com/img/header_bg.gif') repeat-x 6px 106px;
	font-family:			arial, helvetica, sans-serif;
	font-size:			11px;
}

div#top, div#content
{
	background:			#FFFFFF;
}

div#top
{
	border-top:			1px solid #AAAAAA;
	margin-top:			125px;
	padding-left:			20px;
	z-index:			2;
}

div#content
{
	border-bottom:			1px solid #AAAAAA;
}

div#top > h1
{
	position:			absolute;
	top:				20px;
	left:				15px;
}

div#toc > h2
{
	display:			none;
}

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


div#toc > ul
{
	display:			block;
	position:			absolute;
	z-index:			2;
	left:				-40px;
	top:				114px;
}

div#toc li
{
	float:				left;
	list-style-type:		none;
	padding:			5px;
	border:				1px solid #AAAAAA;
	border-left:			none;
	background-color:		#EFEFEF;
}

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

a:hover
{
	color:				#555555;
	text-decoration:		underline;	
}


div#content
{
	position:			absolute;
	left:				0px;
	top:				126px;
	padding-top:			40px;
	padding-left:			70px;
	z-index:			1;
	min-height:			400px;
	right:				0px;
	padding-right:			20px;
}

div#counter
{
	display:			none;
	position:			absolute;
}

label
{
	display:			block;
}

input, textarea
{
	width:				90%;
	border:				1px solid #AAAAAA;
}

input:focus, textarea:focus
{
	width:				90%;
	border:				1px solid #444444;
}

input[type=submit]
{
	width:				80px;
}

acronym
{
	border:				none;
	background-color:		#efefef;
}

textarea
{
	height:				150px;
}

table
{
	border:				1px solid #999999;
}

tr, td, th
{
	padding:			0;
	margin:				0;
}

th
{
	background:			#AAAAAA;
}

div#content h1
{
	border-left:			4px solid #AAAAAA;
	background:			#EEEEEE;
	padding-left:			10px;
}

div#content div#sheets_manage
{
	display:			block;
}

div#content div
{
	display:			none;
}

div#content div:target
{
	display:			block;
}

