/*

	CSS Stylesheet für den CSS Contest

	Name:			Minimalismus
	Autor:			Pberndt
	ID:			1097425110
	Eingesendet:		10.10.2004/18:18
	Besitzer:		YToyOntpOjA7czo4OiI1MDgxODk2MyI7aToxO2k6MTA5NzM1OTIwMDt9

*/

body
{
 	font-family: 		sans-serif;
 	padding: 		25px 180px;
	font-size:		12pt;
}

div#top h1
{
	margin-bottom:		50px;
}

h1,h2,h3
{
 	color: 			#005A9C;
 	font-size: 		18pt;
	border-right:		3px solid #005A9C;
	border-bottom:		1px solid #005A9C;
}

div#top h1:after
{
	content:		"(für Minimalisten)";
	font-size:		8pt;
}

label
{
 	display: 		block;
	margin-top:		10px;
	width:			90%;
	border-top:		1px solid #005A9C;
	border-left:		1px solid #005A9C;
	border-right:		1px solid #005A9C;
	background-color:	#308ABC;
	color:			#FFFFFF;
	padding-left:		5px;
}

table
{
 	border-top: 		1px solid #005A9C;
 	border-bottom: 		1px solid #005A9C;
	width:			100%;
}

th, td
{
	text-align:		left;
}

tfoot
{
	color:			#005A9C;
	font-size:		8pt;
}

div#toc
{
	position:		fixed;
	left:			10px;
	top:			30px;
}

div#toc ul, div#toc li
{
	list-style-type:	none;
	margin:			0px;
	padding:		0px;
}

div#counter
{
	position:		fixed;
	left:			10px;
	top:			195px;
}

address
{
	color:			#005A9C;
	font-size:		8pt;
}

address:before
{
	content:		"(";
}

address:after
{
	content:		")";
}

a
{
	color:			#005A9C;
}

textarea
{
	height:			100px;
}

textarea, input
{
	width:			90%;
	border-top:		none;
	border-left:		1px solid #005A9C;
	border-right:		1px solid #004A8C;
	border-bottom:		1px solid #004A8C;
}

input[type="submit"]
{
	width:			70px;
	border-top:		1px solid #005A9C;
}
