/*

	CSS Stylesheet für den CSS Contest

	Name:			Standardtemplate
	Autor:			Pberndt
	ID:			0
	Eingesendet:		02.10.2004/17:42
	Besitzer:		0

*/

*
{
	font-family:		verdana,helvetica,sans-serif;
}

body
{
	font-size:		8pt;
}

div#top h1
{
  	color:			#888888;
	border-bottom:		1px solid #999999;
}

div#toc
{
	padding:		10px;
	background-color: 	#eeeeee;
	border:			1px solid #aaaaaa;
	float:			right;
}

div#toc h2
{
	font-size:		12pt;	
}

div#toc a
{
	text-decoration:	none;
	color:			black;
}

div#div_ueber_naund
{
	margin-left:		10px;
}

label
{
	display:		block;
}

table
{
	width:			100%;
}

th
{
	background-color:	#eeeeee;
}

table, td
{
	border:			1px solid #eeeeee;
}

textarea, input
{
	font-size:		8pt;
}

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

a
{
	color:			#0000FF;
}

a:visited, a:active
{
	color:			#0000EE;
}
